mirror of
https://github.com/jadonyack/jadonyack.github.io.git
synced 2026-06-15 02:48:13 -04:00
Add short 'About me' section
This commit is contained in:
16
index.html
16
index.html
@@ -8,11 +8,19 @@
|
||||
<body>
|
||||
<div class="topnav">
|
||||
<ul>
|
||||
<li><a href="#resume">Resume</a></li>
|
||||
<li><a href="#contact">Contact</a></li>
|
||||
<li><a href="#projects">Projects</a></li>
|
||||
<li><a class="active" href="#index">Home</a></li>
|
||||
<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>
|
||||
<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 networking. I particularly
|
||||
enjoy the problem solving aspects, especially after
|
||||
solving an issue that has been giving me trouble.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user