-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
52 lines (46 loc) · 1.03 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!-- include:header -->
<html>
<head>
<title>Josh Hartmann</title>
<link rel="stylesheet" type="text/css" href="style/main.css">
</head>
<body>
<div id="page-wrapper">
<div id="header">
<div id="title">Josh Hartmann</div>
<div id="navigation">
<div class="nav-link"><a href="/index.html">Resume</a></div>
<div class="nav-link"><a href="/projects.html">Projects</a></div>
<div class="nav-link"><a href="/contact.html">Contact</a></div>
</div>
<br>
<div id="divline"></div>
<k style="font-size:4px;"><br></k>
<div id="divline"></div>
<br>
</div>
<!-- include:header -->
<div id="contact">
<p>
Please e-mail me at:
<a href="mailto:joshhartmann11@gmail.com">joshhartmann11@gmail.com</a><br>
</p>
</div>
<!-- include:footer -->
<div id="footer">
<br><br>
<div id="divline"></div>
<br>
<center>
<a href="#header">top</a>
</center>
<br>
</div>
</div>
</body>
</html>
<!-- include:footer -->
</div>
</body>
<script src="js/common.js"></script>
</html>