30 lines
922 B
HTML
30 lines
922 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Kyle's Resume</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<h1>Kyle's Resume</h1>
|
|
<div class="container_resume">
|
|
<div class="employment">
|
|
<h2>Employment</h2>
|
|
<p><b>Paspaley Pearling</b><br>IT Support Officer<br>Dec 2017 - Current</p>
|
|
<p><b>Area 9 IT Solutions</b><br>Level 1 IT Support<br>Feb 2014 - Dec 2017</p>
|
|
<h2>Education</h2>
|
|
<p><b>Charles Darwin University</b><br>Bachelor of Information Technology<br>Bachelor of New Media Design<br>2014 - 2015 (Incomplete)</p>
|
|
<p><b>Good Shepherd Lutheran College</b><br>Transition to Year 12<br>2000 - 2013</p>
|
|
</div>
|
|
<div class="skills">
|
|
<h2>Certificates</h2>
|
|
<p><b>ITIL Foundation in IT Service Management</b><br>Sep 2017</p>
|
|
<h2>Proficiencies</h2>
|
|
<p><b></b><br><br></p>
|
|
</div>
|
|
</div>
|
|
<footer>
|
|
<p>Made by Kyle - Last updated: 2024-05-29</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|