39 lines
2.8 KiB
HTML
39 lines
2.8 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</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<nav>
|
|
<p><a id="CurrentPage">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 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>About</h1>
|
|
<p>I'm a learning Software Engineer Student, who is trying to learn the language of how to design, develop, and create programs that are to industry standard and reasonably efficent. I hope to bring the lessons learned from each project I have completed, learning from the mistakes I have made and bringing them forward into the net project.</p>
|
|
<p>As of writing this I hope to bring the knowledge learned from my time at school in Software Engineering onto a Baja SAE car, where we can collect data remotely and graph live data as it come in while we are driving it, as well as saving it for later for future analysis.</p>
|
|
<p>I grew up in a small ski town where, I started learning about programming, from of course Minecraft, where I thought the application of this was so futuristic and downright cool that I knew I wanted to persure it further. While living there I spend a majority of my time out of school swimming, where I got so good that I was considered top 10 in BC, along with swimming I spend a lot of time volunteering with fundraising events and coaching the disabled.</p>
|
|
</article>
|
|
</div>
|
|
<footer>
|
|
<p>© Brock Tomlinson</p>
|
|
</footer>
|
|
</body>
|
|
</html> |