File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,6 +87,12 @@ export default function About() {
8787 < a className = { styles . link } href = "https://www.credly.com/badges/523dcce4-4cf1-4b8e-ad96-84a31f1ccb14" > GitLab Certified Git Associate</ a >
8888 </ p >
8989 </ div >
90+ < div className = { styles . eight + styles . makecenter } >
91+ < h1 > Philanthropy</ h1 >
92+ < p className = { styles . info_text } > I am a member of < a href = "https://www.givingwhatwecan.org/" > Giving What We Can</ a > and
93+ have pledged to donate at least 1% of my income to charity as a student until I graduate from Harvard and
94+ at least 10% after I enter the workforce.</ p >
95+ </ div >
9096 </ div >
9197 </ div >
9298 </ >
Original file line number Diff line number Diff line change @@ -81,6 +81,11 @@ body {
8181 grid-row : 2 ;
8282}
8383
84+ .eight {
85+ grid-column : 3 ;
86+ grid-row : 3 ;
87+ }
88+
8489.certgrid {
8590 display : grid ;
8691 grid-auto-rows : repeat (3 , 1fr );
@@ -144,6 +149,11 @@ body {
144149 grid-row : 5 ;
145150 }
146151
152+ .eight {
153+ grid-column : 1 ;
154+ grid-row : 6 ;
155+ }
156+
147157 .certifications {
148158 display : none ;
149159 }
You can’t perform that action at this time.
0 commit comments