Skip to content

Commit ce36517

Browse files
committed
update cv
1 parent 5ebf500 commit ce36517

2 files changed

Lines changed: 31 additions & 35 deletions

File tree

public/cv.pdf

9.09 KB
Binary file not shown.

src/components/cv.tsx

Lines changed: 31 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ export const Skills: React.FC = () =>
1515
<li>Backend (AWS, Rust in lambda, Postgres)</li>
1616
<li>Apps (Flutter, Android, iOS, Web)</li>
1717
<li>Linux (systemd, nixos, Raspberry Pi)</li>
18+
<li>C#, Go, Dart, Javascript, Kotlin, Python</li>
1819
</ul>
1920
</div>
2021

2122
< div style={{ width: '30%', minWidth: 200 }} >
2223
<h3>Team management</h3>
2324
<ul style={{ paddingLeft: 16 }}>
2425
<li>Leading multiple projects</li>
26+
<li>Issues & project management</li>
2527
<li>Balancing priorities between clients, developers, deadlines and quality</li>
2628
<li>Knowing when to present a learning opportunity and when to step in</li>
2729
</ul>
@@ -42,52 +44,48 @@ export const Skills: React.FC = () =>
4244
<div style={{ display: 'flex', flexDirection: 'row', flexWrap: 'wrap', justifyContent: 'space-around' }}>
4345
<div style={{ width: '30%', minWidth: 200 }} >
4446
<h3>Smart Access<i style={{ fontSize: 12, display: 'block' }}>Mar 2023 - Today</i></h3>
45-
Map app
46-
<ul>
47-
<li>Geospatial data visualisation and processing</li>
48-
<li>Accessible flutter app</li>
49-
<li>Team management</li>
50-
</ul>
47+
<i>Accessibility mapping platform</i>
48+
<li>Geospatial data visualisation and processing</li>
49+
<li>Accessible flutter apps</li>
50+
<li>Team management</li>
5151
</div>
52+
5253
<div style={{ width: '30%', minWidth: 200 }} >
5354
<h3>My Life My Voice<i style={{ fontSize: 12, display: 'block' }}>Feb 2023 - Today</i></h3>
54-
Peer support communication app
55-
<ul>
56-
<li>Flutter</li>
57-
<li>Accessible apps</li>
58-
</ul>
55+
<i>Peer support communication platform</i>
56+
<li>Live connection flutter app</li>
57+
<li>Accessible apps</li>
5958
</div>
59+
6060
<div style={{ width: '30%', minWidth: 200 }} >
6161
<h3>TASKA Prosthetics<i style={{ fontSize: 12, display: 'block' }}>Nov 2019 - Nov 2020</i></h3>
62-
Mobile Developer for hand management app
63-
<ul>
64-
<li>Working in a larger team</li>
65-
<li>Multi platform development</li>
66-
</ul>
62+
<i>Mobile Developer for hand management app</i>
63+
<li>Integrating with a larger team</li>
64+
<li>Multi platform development</li>
65+
<li>Legacy software migration</li>
6766
</div>
67+
6868
<div style={{ width: '30%', minWidth: 200 }} >
6969
<h3>Victoria University<i style={{ fontSize: 12, display: 'block' }}>Nov 2018 - Oct 2019</i></h3>
70-
Alexa App and Class Tutor
71-
<ul>
72-
<li>Developing for differently abled people</li>
73-
<li>Teaching</li>
74-
</ul>
70+
<i>Alexa App and Class Tutor</i>
71+
<li>Accessibility technology</li>
72+
<li>Alternate UX systems</li>
73+
<li>Supportive teaching</li>
7574
</div>
75+
7676
<div style={{ width: '30%', minWidth: 200 }} >
7777
<h3>Savesign<i style={{ fontSize: 12, display: 'block' }}>Nov 2017 - Dec 2019</i></h3>
78-
Display software for Raspberry Pi
79-
<ul>
80-
<li>Java</li>
81-
<li>Linux Configuration</li>
82-
</ul>
78+
<i>Display CMS for Raspberry Pi</i>
79+
<li>Java</li>
80+
<li>Linux Configuration</li>
8381
</div>
82+
8483
<div style={{ width: '30%', minWidth: 200 }} >
8584
<h3>GeneralApps<i style={{ fontSize: 12, display: 'block' }}>Apr 2016 - Jan 2017</i></h3>
86-
Android app development
87-
<ul>
88-
<li>Client negotiation</li>
89-
<li>App development</li>
90-
</ul>
85+
<i>Android app development</i>
86+
<li>Client negotiation</li>
87+
<li>App development</li>
88+
<li>Live audio programming</li>
9189
</div>
9290
</div>
9391

@@ -99,10 +97,8 @@ export const Skills: React.FC = () =>
9997
<h4>
10098
Bachelor of Design Innovation (Media Design)
10199
</h4>
102-
<ul>
103-
<li>Deans Award</li>
104-
<li>7.32 GPA</li>
105-
</ul>
100+
<li>Deans Award</li>
101+
<li>7.32 GPA</li>
106102
<a href='https://edt.nz/transcript.pdf'>Download Transcript</a> <br />
107103
</div>
108104
<div style={{ width: '40%', minWidth: 300 }} >

0 commit comments

Comments
 (0)