-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
35 lines (34 loc) · 1017 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Shawn_Meier</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<h1>Shawn Meier</h1>
</div>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="cv.html">CV</a></li>
<li><a href="contact.html" style="color:#33CCFF">Contact</a></li>
</ul>
</div>
<div id="content">
<div id="left">
<h2>Email</h2>
<p>shawn.meier at colorado.edu</p>
<h2>Linked In</h2>
<a href="https://www.linkedin.com/in/shawn-meier/">https://www.linkedin.com/in/shawn-meier/</a>
<h2>Github</h2>
<a href="https://github.com/ftc">https://github.com/ftc</a>
</div>
</div>
<div id="footer">
</div>
</body>
</html>