mirror of
https://github.com/jadonyack/jadonyack.github.io.git
synced 2026-06-15 02:48:13 -04:00
Fix PC picture. Add Resume page buttons.
This commit is contained in:
39
resume.html
39
resume.html
@@ -6,13 +6,36 @@
|
||||
<link href="style.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<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>
|
||||
<!----====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>
|
||||
|
||||
Reference in New Issue
Block a user