personal_site/experience.html

72 lines
3.5 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Student grades and complain form">
<title>Brock - Experience</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<p><a href="index.html"> About</a></p>
<p><a href="skills.html">Skills</a></p>
<p><a href="education.html">Education</a></p>
<p><a id="CurrentPage">Experience</a></p>
<p><a href="interests.html">Inertests</a></p>
<p><a href="contact.html">Contact</a></p>
</nav>
<div>
<figure>
<img src="Brock_Unicard.png" alt="Photo of Brock Tomlinson as of (Aug 29, 2021)">
<figcaption><h1>Brock Tomlinson</h1></figcaption>
<figcaption><h3>Student Software Engineer</h3></figcaption>
<figcaption><h5><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">darkicewolf50@gmail.com</a></h5></figcaption>
<figcaption><h5><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">brock@eatsleepski.com</a></h5></figcaption>
</figure>
<article>
<h1>Experience</h1>
<table>
<tr>
<td><strong>Junior, Chassis Sub-team</strong></td>
<td class="Align-Right"> 2022-Present</td>
</tr>
<tr>
<td>Schulich Off-Road (Baja SAE)</td>
<td class="Align-Right">Calgary, Ab</td>
</tr>
<tr>
<td style="padding-top: 5%;"><strong>Labourer, Marketing</strong></td>
<td class="Align-Right" style="padding-top: 5%;"> 2018-Present</td>
</tr>
<tr>
<td>Ghostrider Storage</td>
<td class="Align-Right">Fernie, BC</td>
</tr>
<tr>
<td style="padding-top: 5%;"><strong>Volunteering</strong></td>
<td class="Align-Right" style="padding-top: 5%;"> 2013-Present</td>
</tr>
<tr>
<td>Market at Red Deer</td>
<td class="Align-Right">Red Deer, AB</td>
</tr>
<tr>
<td style="padding-top: 5%;"><strong>Volunteer Coaching, Fundraising</strong></td>
<td class="Align-Right" style="padding-top: 5%;"> 2013-Present</td>
</tr>
<tr>
<td>Elk Valley Dolphins</td>
<td class="Align-Right">Fernie, BC</td>
</tr>
</table>
<p class="MorePadding">Find my full resume <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" target="_blank">here.</a></p>
</article>
</div>
<footer>
<p>© Brock Tomlinson</p>
</footer>
</body>
</html>