@@ -3,7 +3,7 @@ import { Separator } from 'src/lib/separator'
33export const Skills : React . FC = ( ) =>
44 < >
55
6- < a style = { { textAlign : 'end' , display : 'block' } } className = 'not-print' href = 'cv.pdf' > Download this page </ a >
6+ < a style = { { textAlign : 'end' , display : 'block' } } className = 'not-print' href = 'cv.pdf' > Download PDF </ a >
77
88 < h1 > Skills</ h1 >
99
@@ -93,7 +93,6 @@ export const Skills: React.FC = () =>
9393
9494 < h1 > Education</ h1 >
9595
96-
9796 < div style = { { display : 'flex' , flexDirection : 'row' , flexWrap : 'wrap' , justifyContent : 'space-around' } } >
9897 < div style = { { width : '40%' , minWidth : 300 } } >
9998 < h3 > Victoria University of Wellington < i style = { { fontSize : 14 , display : 'block' } } > 2019</ i > </ h3 >
@@ -107,7 +106,7 @@ export const Skills: React.FC = () =>
107106 < a href = 'https://edt.nz/transcript.pdf' > Download Transcript</ a > < br />
108107 </ div >
109108 < div style = { { width : '40%' , minWidth : 300 } } >
110- < h3 > Canterbury University < i style = { { fontSize : 14 , display : 'block' } } > 2016</ i > </ h3 >
109+ < h3 > Canterbury University < i style = { { fontSize : 14 , display : 'block' } } > 2014 - 2016</ i > </ h3 >
111110 < h4 >
112111 Bachelor of Science (Incomplete) (Computer Science)
113112 </ h4 >
@@ -116,7 +115,6 @@ export const Skills: React.FC = () =>
116115 </ div >
117116 </ div >
118117
119-
120118 { /* <h3>Rendering & Interaction</h3>
121119 As shown in my visual work, I love leveraging the potential of technology to create art that reacts to its environment.
122120 <ul>
0 commit comments