-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
33 lines (32 loc) · 1 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Homepage | Developer</title>
<link href="https://fonts.googleapis.com/css?family=Work+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header id="second-header">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="bio.html">About</a></li>
<li><a href="contact.html">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
<li><h2 id="secondary-page-header">JOE SAMYN</h2></li>
</ul>
</nav>
</header>
<div id="wrapper" class="primary-content">
</section>
</div>
<footer>
<a href="http://twitter.com"><img src="img/twitter-wrap.png" alt="Twitter logo" class="social-icons"></a>
<a href="http://facbook.com"><img src="img/facebook-wrap.png" alt="Facbook Logo" class="social-icons"></a>
<p>©2018 Joe Samyn</p>
</footer>
</body>
</html>