Files
jadonyack.github.io/resume.html

42 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Jadon Yack - Resume</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<!----====MAIN CONTAINER START====---->
<div>
<!----====NAVIGATION BAR START====---->
<div class="topnav">
<ul>
<li><a class="active" href="resume.html">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</div>
<!----====NAVIGATION BAR END====---->
<!----====MAIN CONTENT START====---->
<div class="main-content">
<!----====RESUME START====---->
<div class="resume-text">
<h1>Looking to hire me?</h1>
<p>
You can view or download my resume below, and I look forward
to hearing from you! Alternatively, you can send me a message
via the Contact page.
</div>
<!----====RESUME END====---->
<div class="buttons">
<a href="JYack_Resume_Public.pdf" class="btn" download="JYack_Resume.pdf">Download Resume</a>
<a href="contact.html" class="btn">Contact Me</a>
</div>
</div>
<!----====MAIN CONTENT END====---->
</div>
<!----====MAIN CONTAINER END====---->
</body>
</html>