changed to be my resume website and added my photo to github to try to fix it

This commit is contained in:
2023-05-12 16:02:13 -06:00
parent 64bb7e5008
commit 2b3b153322
17 changed files with 693 additions and 95 deletions

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Student grades and complain form">
<title>Rick Astley</title>
<title>Brock - Education</title>
<link rel="stylesheet" href="style.css">
</head>
@ -18,37 +18,46 @@
<p><a href="contact.html">Contact</a></p>
</nav>
<div>
<figure>
<img src="https://static.wikia.nocookie.net/agk/images/1/18/21499dba0eec71730fdaa0534a82e163.jpg/revision/latest?cb=20210511185219" alt="Rick Asley">
<figcaption><h1>Rick Astley</h1></figcaption>
<figcaption><h3>Singer, Songwriter</h3></figcaption>
<figcaption><h5><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">rick.astley@meme.com</a></h5></figcaption>
</figure>
<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>Education</h1>
<table>
<tr>
<td><strong>PhD in Computer Engineering </strong></td>
<td class="Align-Right">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2014-2018</td>
<td><strong>Bachelor of Science (Software Engineering) </strong></td>
<td class="Align-Right">&nbsp; 2021-Present</td>
</tr>
<tr>
<td>University of Calgary</td>
<td class="Align-Right">Calgary, Canada</td>
<td class="Align-Right">&nbsp; Calgary, Canada</td>
</tr>
<tr>
<td style="padding-top: 5%;"><strong>MSc in Computer Engineering </strong></td>
<td class="Align-Right" style="padding-top: 5%;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2012-2014</td>
<td>Current GPA</td>
<td>&nbsp; 3.767</td>
</tr>
<tr>
<td>University of Calgary</td>
<td class="Align-Right">Calgary, Canada</td>
<td style="padding-top: 5%;"><strong>Highschool Diploma </strong></td>
<td style="padding-top: 5%;" class="Align-Right">&nbsp; 2017-2021</td>
</tr>
<tr>
<td>The Fernie Academy</td>
<td class="Align-Right">&nbsp; Fernie, Canada</td>
</tr>
<tr>
<td>Graduated GPA</td>
<td>&nbsp; 3.28</td>
</tr>
</table>
<p class="MorePadding" style="color: grey;">Credentials are available upon request.</p>
</article>
</div>
<footer>
<p>© Rick Astley</p>
<p>© Brock Tomlinson</p>
</footer>
</body>
</html>