Files
jadonyack.github.io/index.html

53 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Jadon Yack - Home</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<!----====MAIN CONTAINER START====---->
<div>
<!----====NAVIGATION BAR START====---->
<div class="topnav">
<ul>
<li><a href="resume.html">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a class="active" href="index.html">Home</a></li>
</ul>
</div>
<!----====NAVIGATION BAR END====---->
<!----====MAIN CONTENT START====---->
<div class="main-content">
<!----====INTRO START====---->
<section class="intro">
<h1>ABOUT ME</h1>
<p>
I'm an undergraduate Computer Science student at the
University of Michigan in Ann Arbor, with a passion for
software engineering and computer networking. I particularly
enjoy the problem solving aspects, especially after
solving an issue that has been giving me trouble.
</p>
</section>
<!----====INTRO END====---->
<section class="pc">
<img src="imgs/PC.jpg"
alt="Close up view of a watercooled CPU">
<p>
I built my computer that I use day in and day out, including
the custom watercooling loop that cools the CPU, with plans
to include the graphics card in the loop later down the road.
It's always a fun challenge to maintain the cooling system
and make further additions to the system that has been a
work in progress for the past three years.
</p>
</section>
</div>
<!----====MAIN CONTENT END====---->
</div>
<!----====MAIN CONTATINER END====---->
</body>
</html>