-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
63 lines (47 loc) · 1.97 KB
/
about.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
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title property="dc:title">about wholewheattoast</title>
<meta name="description" content="">
<meta name="author" property="dc:creator" content="Shawn Eisenach" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- Favicons
================================================== -->
<!-- CSS
================================================== -->
<link rel="stylesheet" href="http://www.wholewheattoast.com/bootstrap/css/bootstrap.css" />
<link rel="stylesheet" href="http://www.wholewheattoast.com/bootstrap/css/bootstrap-responsive.css" />
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<!-- Scripts
================================================== -->
<!-- google analytics -->
</head>
<body>
<div class="container">
<header class="span12">
<div class="logo">there will be a logo here</div>
wholewheattoast<br />
shawn eisenach<br />
</header>
<aside class="span6">
<ul class="unstyled">
<li><a href="http://wholewheattoast.com/sketchbooks.html">sketchbooks</a></li>
<li><a href="http://www.wholewheattoast.com/portfolio.html">portfolio</a></li>
<li><a href="http://www.wholewheattoast.com/publications.html">publications</a></li>
<li><a href="http://www.wholewheatnotes.com">blog</a></li>
<li><a href="http://www.wholewheattoast.bigcartel.com">shop</a></li>
<li><a href="http://www.wholewheattoast.com/about.html">about</a></li>
</ul>
</aside>
<footer class="span12">
</footer>
</div>
<script src="http://www.wholewheattoast.com/bootstrap/js/bootstrap.js" type="text/javascript"></script>
</body>
</html>