-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
47 lines (36 loc) · 858 Bytes
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE HTML PUBLIC>
<html>
<head>
<title>Jeremy Zaugg | Contact</title>
<link rel="stylesheet" href="basicstyle.css" />
<link rel="stylesheet" href="layout.css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<div id="wrapper">
<div id="header">
<h1 id="top" align="center">Contact Me</h1>
<!--navigation-->
<div id="topnav" align="center">
<a href="index.html">Home</a> |
<a href="aboutme.html">Bio</a> |
<a href="resume.html">YouTube</a> |
<a href="projects.html">Novel</a> |
<a href="gallery.html">Websites</a> |
<a href="contact.html">Contact</a>
</div>
<!--header ends here-->
</div>
<p>
(801) 725-6260
</p>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
<p>
<a href="http://www.facebook.com/jeremy.zaugg1">My Facebook Profile</a>
</p>
</address>
</div>
</body>
</html>