added education section
This commit is contained in:
parent
af19739049
commit
35a8013709
27
index.html
27
index.html
@ -24,7 +24,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</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">
|
<div id="about-me" class="flex justify-between">
|
||||||
<p class="text-lg font-light">
|
<p class="text-lg font-light">
|
||||||
@ -45,6 +45,31 @@
|
|||||||
|
|
||||||
<hr class="border-t-3 my-8">
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user