-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
37 lines (33 loc) · 1.29 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset#utf-8/"/>
<title>Ben Myhre Web Development</title>
<link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/grid.css" type="text/css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Sigmar+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Artifika' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
</head>
<body>
<div class="container clearfix">
<div id="logo" class="grid_2">
<img src="img/logo.jpg" alt="Ben Myhre's logo">
</div>
<div class="grid_10 omega">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="grid_12">
<h2>Contact Information</h2>
<a href="http://www.linkedin.com/in/benjaminmyhre/">LinkedIn</a><br>
<a href="https://github.com/bemyhre">Github</a><br>
<a href="https://twitter.com/NotTheHoff">Twitter</a><br>
<a href="http://www.google.com/+BenMyhre1">Google+</a><br>
</div>
</div>
</body>
</html>