Portfolio/static/public/html/about.html

47 lines
766 B
HTML
Raw Normal View History

2024-03-05 14:42:40 +11:00
<title>Jays Portfolio - About</title>
2024-03-09 19:26:51 +11:00
<h2>About Me</h2>
<h2>Education</h2>
<table>
<tr>
<th width="150px">Time</th>
<th>Location</th>
<th>Course</th>
</tr>
<tr>
<td>2022 - Present</td>
<td>University of Tasmania</td>
<td>Bachelor of Information and Communication Technology</td>
</tr>
<tr>
<td>2020 - 2021</td>
<td>Hobart College</td>
<td>Year 11 and 12</td>
</tr>
</table>
<h2>Experience</h2>
<table>
<tr>
<th width="150px">Time</th>
<th>Location</th>
<th>Role</th>
</tr>
<tr>
<td>2020 - Present</td>
<td>Goulds Natural Medicine - Webstore</td>
<td>Full Stack Developer - Contractor</td>
<tr>
<td>2019</td>
<td>EditorKH - Jumpcutter</td>
<td>Frontend Developer - Internship</td>
</tr>
</table>
<h2>Skills</h2>
2024-03-05 14:42:40 +11:00