added education section

This commit is contained in:
june 2025-03-02 23:44:12 +13:00
parent af19739049
commit 35a8013709
Signed by untrusted user who does not match committer: breadone
GPG Key ID: FDC19FE143200483

View File

@ -24,7 +24,7 @@
</div>
</div>
<hr class="border-t-3 mt-15 mb-8">
<hr class="border-t-3 mt-30 mb-8">
<div id="about-me" class="flex justify-between">
<p class="text-lg font-light">
@ -45,6 +45,31 @@
<hr class="border-t-3 my-8">
<div id="education" class="flex justify-between">
<p class="text-lg font-light">
Education
</p>
<table class="w-200">
<tr>
<td>
<p class="font-bold">2014-2020</p>
</td>
<td>
ACG Parnell College - A Level Math, Physics, Computer Science
</td>
</tr>
<tr class="pt-4">
<td>
<p class="font-bold">2021-2025</p>
</td>
<td>
University of Auckland - Bachelor of Engineering (Engineering Science)
</td>
</tr>
</table>
</div>
</body>
</html>