-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_readyforwp.html
42 lines (38 loc) · 1.62 KB
/
index_readyforwp.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
<!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 name="description" content="Portfolio of Shannon Crabill, a Web and Graphic Designer in Baltimore, MD" />
<meta name="keywords" content="Web Design, Graphic Design, HTML/CSS, Maryland, Email Marketing, Social Media" />
<meta name="author" content="Shannon Crabill" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="initial-scale=1" />
<title>Shannon Crabill | Front-End Developer</title>
<!--CSS-->
<link href="code/960_12_col.css" rel="stylesheet" type="text/css" media="screen" />
<link href="code/style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body id="top">
<!--start container-->
<div class="container_12">
<!--start nav-->
<!--end nav-->
<!--start content-->
<div class="grid_12">
</div>
<!--end content-->
<!--start footer-->
<div class="grid_12" id="footer">
<div class="grid_6 alpha">
<p class="left small">
<a href="https://twitter.com/shannon_crabill">twitter</a> | <a href="https://www.linkedin.com/in/shannoncrabill">linkedin</a> |
<a href="https://github.com/scrabill" target="_blank">github</a>
</p>
</div><div class="grid_6 omega right">
<p class="small">Shannon Crabill © 2011 – 2017 | All Rights Reserved.</p>
</div>
</div>
<!--end footer-->
</div>
<!--end container-->
</body>
</html>