mirror of
https://github.com/jadonyack/jadonyack.github.io.git
synced 2026-06-18 20:28:13 -04:00
41 lines
1.2 KiB
HTML
41 lines
1.2 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====---->
|
|
</div>
|
|
<!----====MAIN CONTENT END====---->
|
|
</div>
|
|
<!----====MAIN CONTATINER END====---->
|
|
</body>
|
|
</html>
|