45 lines
2.1 KiB
HTML
45 lines
2.1 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>Rick Astley</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 href="experience.html">Experience</a></p>
|
|
<p><a id="CurrentPage">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>Interests</h1>
|
|
<ul>
|
|
<li>Designing parts in CAD</li>
|
|
<li>Programming</li>
|
|
<li>Playing the Drums</li>
|
|
<li>Swimming</li>
|
|
<li>Streaming (see my former work on <a href="https://www.youtube.com/@darkicewolf50/streams" target="_blank">Youtube</a>)</li>
|
|
<li>Playing video games</li>
|
|
<li>Cooking</li>
|
|
</ul>
|
|
</article>
|
|
</div>
|
|
<footer>
|
|
<p>© Brock Tomlinson</p>
|
|
</footer>
|
|
</body>
|
|
</html> |