-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
32 lines (32 loc) · 1.17 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
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title>Erik Dohnberg's Online Resume | About Me</title>
</head>
<body>
<div id="header">
<div id="name">Erik Dohnberg</div>
<div id="navbar">
<div id="nav">
<ul>
<li><a href="index.html">About Me</a></li>
<li><a href="skills.html">Skills & Experience</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="ambitions.html">Ambitions</a></li>
<li><a href="contact.html">Contact Info</a></li>
</ul>
</div>
</div>
</div>
<div id="centerbody">
<div id="content">
<p><h2>Contact Information</h2></p>
<p>If you like what you've seen and read here, give me a shout anytime!</p>
<p>519-657-5606</p>
<p>[email protected]</p>
</div>
<div id="footer"><strong>Copyright © Erik Dohnberg 2013</strong></div>
</div>
</body>
</html>