diff options
author | j-james | 2022-02-25 10:24:26 +0000 |
---|---|---|
committer | j-james | 2022-02-25 10:24:31 +0000 |
commit | 1e471e79ad1006fd5b02a13eb9edd7fa2abed821 (patch) | |
tree | 946f7ed386e8d6747d4b1b859fdd579f77c5b804 | |
parent | bacd9e4f1d55811b283fd336fa1310ef12ead829 (diff) |
Order resume from recent to least recent
-rw-r--r-- | resume.html | 37 | ||||
-rw-r--r-- | resume.pdf | bin | 82246 -> 82295 bytes |
2 files changed, 18 insertions, 19 deletions
diff --git a/resume.html b/resume.html index 7a0ffdb..e3a6bbd 100644 --- a/resume.html +++ b/resume.html @@ -116,6 +116,24 @@ <section> <h2>Experience</h2> <hr> + <h3>University</h3> + <p class="title"> + <b>UBC CTF (<a class="text" target="_blank" href="https://ubcctf.github.io">Maple Bacon</a>)</b> + <i>September 2021 - Present</i> + </p> + <ul> + <li>Capture the Flag (CTFs): competitive cybersecurity challenges</li> + <li>#1 team in Canada</li> + <li>Helped run and create challenges for MapleCTF, our own CTF</li> + </ul> + <p class="title"> + <b>UBC Bionics (<a class="text" target="_blank" href="https://ubcbionics.com/">BEAR UBC</a>)</b> + <i>September 2021 - Present</i> + </p> + <ul> + <li>UBC Bionics: engineering design team building a bionic arm</li> + <li>Embedded Programmer</li> + </ul> <h3>High School</h3> <p class="title"> <b>FIRST Robotics (<a class="text" target="_blank" href="https://spartronics4915.com">Spartronics 4915</a>)</b> @@ -135,24 +153,6 @@ <li>Assistant Coach (Summer 2017 - Summer 2019)</li> <li>Referee (Summer 2018 - Summer 2021)</li> </ul> - <h3>University</h3> - <p class="title"> - <b>UBC CTF (<a class="text" target="_blank" href="https://ubcctf.github.io">Maple Bacon</a>)</b> - <i>September 2021 - Present</i> - </p> - <ul> - <li>Capture the Flag (CTFs): competitive cybersecurity challenges</li> - <li>#1 team in Canada</li> - <li>Helped run and create challenges for MapleCTF, our own CTF</li> - </ul> - <p class="title"> - <b>UBC Bionics (<a class="text" target="_blank" href="https://ubcbionics.com/">BEAR UBC</a>)</b> - <i>September 2021 - Present</i> - </p> - <ul> - <li>UBC Bionics: engineering design team building a bionic arm</li> - <li>Embedded Programmer</li> - </ul> </section> <section> <h2>Awards</h2> @@ -163,7 +163,6 @@ <li>Presidential Volunteer Service Award Program (Bronze, 2019)</li> <li>Dean's List Semi-Finalist for FRC (2020)</li> <li>Washington State Honors (2021)</li> - <!-- <li>Most Likely to Ask “Are We There Yet?” (voted on by the class of 2021)</li> --> <li>SAT Score: 1570/1600</li> <li>ACT Score: 35/36</li> </ul> Binary files differ |