@@ -20,22 +20,13 @@ export const Skills: React.FC = () =>
2020 { /* <Separator /> */ }
2121
2222 < div style = { { display : 'flex' , flexDirection : 'row' , flexWrap : 'wrap' , justifyContent : 'space-around' } } >
23- < div style = { { width : '30%' , minWidth : 200 } } >
24- < h3 > Rendering & Interaction </ h3 >
25- < ul style = { { paddingLeft : 16 } } >
26- < li > 3D Materials, Modelling & Maths </ li >
27- < li > Live data & interaction </ li >
28- < li > Projection hardware experience</ li >
29- < li > Passion for experimental techniques</ li >
30- </ ul >
31- </ div >
3223
3324 < div style = { { width : '30%' , minWidth : 200 } } >
3425 < h3 > Software Development</ h3 >
3526 < ul style = { { paddingLeft : 16 } } >
36- < li > Linux management (systemd, nixos, Raspberry Pi)</ li >
3727 < li > Backend (AWS, Rust in lambda, Postgres)</ li >
38- < li > Apps (Flutter, Android, Web)</ li >
28+ < li > Apps (Flutter, Android, iOS, Web)</ li >
29+ < li > Linux (systemd, nixos, Raspberry Pi)</ li >
3930 </ ul >
4031 </ div >
4132
@@ -47,6 +38,16 @@ export const Skills: React.FC = () =>
4738 < li > Knowing when to present a learning opportunity and when to step in</ li >
4839 </ ul >
4940 </ div >
41+
42+ < div style = { { width : '30%' , minWidth : 200 } } >
43+ < h3 > Rendering & Interaction </ h3 >
44+ < ul style = { { paddingLeft : 16 } } >
45+ < li > 3D Materials, Modelling & Maths </ li >
46+ < li > Live data & interaction </ li >
47+ < li > Projection hardware experience</ li >
48+ < li > Passion for experimental techniques</ li >
49+ </ ul >
50+ </ div >
5051 </ div >
5152
5253 < h1 > Experience</ h1 >
@@ -56,8 +57,8 @@ export const Skills: React.FC = () =>
5657 Map app
5758 < ul >
5859 < li > Geospatial data and processing</ li >
59- < li > Python visualisation and data proessing</ li >
60- < li > Reproducible data pipeline </ li >
60+ < li > Data visualisation and proessing</ li >
61+ < li > Accessible flutter app </ li >
6162 < li > Team management</ li >
6263 </ ul >
6364 </ div >
@@ -121,17 +122,19 @@ export const Skills: React.FC = () =>
121122 < h4 >
122123 Bachelor of Design Innovation (Media Design)
123124 </ h4 >
124- Deans Award< br />
125- 6 courses complete with grade A- or greater< br />
126- 2 more with B+
125+ < ul >
126+ < li > Deans Award</ li >
127+ < li > 7.32 GPA</ li >
128+ </ ul >
129+ < a href = 'https://edt.nz/transcript.pdf' > Download Transcript</ a > < br />
127130 </ div >
128131 < div style = { { width : '40%' , minWidth : 300 } } >
129132 < h3 > < i > 2016</ i > Canterbury University</ h3 >
130133 < h4 >
131134 Bachelor of Science (Incomplete) (Computer Science)
132135 </ h4 >
133136 First year completed with average of A-< br />
134- Dropped out second year to pursue more applied skills
137+ Dropped out second year to pursue applied skills
135138 </ div >
136139 </ div >
137140
0 commit comments