-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
28 lines (26 loc) · 775 Bytes
/
contact.html
File metadata and controls
28 lines (26 loc) · 775 Bytes
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Jacob Haydel</title>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://use.typekit.net/fhx6ykb.css">
<link href="stylesheets/main.css" rel="stylesheet" type="text/css">
<link href="stylesheets/contact.css" rel="stylesheet" type="text/css">
</head>
<div class="topnav">
<a href="index.html" class="w3-bar-item w3-button">HOME</a>
<a href="resume.html" class="w3-bar-item w3-button">RESUME</a>
<a href="research.html" class="w3-bar-item w3-button">RESEARCH</a>
<a href="contact.html" class="w3-bar-item w3-button">CONTACT</a>
</div>
<body>
<div class = "main">
<h1>Contact</h1>
<hr>
<h4>
Email: jcbhaydel@gmail.com
</h4>
</div>
</body>
</html>