-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (66 loc) · 3.06 KB
/
index.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
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Spencer Hadley</title>
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0">
<!-- <meta name="apple-mobile-web-app-capable" content="yes"> -->
<link href="_/css/screen.css" media="screen, projection" rel="stylesheet" type="text/css"/>
<link href="_/css/print.css" media="print" rel="stylesheet" type="text/css"/>
<!--[if IE]>
<link href="_/css/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
<![endif]-->
<link rel="shortcut icon" href="icon32.jpg" type="image/x-icon">
<link rel="icon" href="icon32.jpg" type="image/x-icon">
</head>
<body>
<div class="wrapper">
<header>
<div class="navigation">
<section class="layout">
<ul class="nav">
<li><a href="photos.html">Photos</a></li>
<li><a href="sculptures.html">Sculptures</a></li>
<li><a href="drawings.html">Drawings</a></li>
<li><a href="inventories.html">Inventories</a></li>
</ul> <!-- nav -->
</section> <!-- layout -->
</div> <!-- navigation -->
</header>
<div class="content">
<section class="layout">
<div class="images"><a href="images/Amgen_couple.jpg"><img src="images/Amgen_couple.jpg" alt="Amgen couple posing"></a></div>
<div class="images"><a href="images/dry_creek.jpg"><img src="images/dry_creek.jpg" alt="Dry Creek park entrance"></a></div>
<div class="images"><a href="images/paper_package.jpg"><img src="images/paper_package.jpg" alt="Shashi holding a wrapped package"></a></div>
<div class="images"><a href="images/expecting.jpg"><img src="images/expecting.jpg" alt="Spencer and Shashi holding empty space where our baby would be"></a></div>
<div class="images"><a href="images/wedding_invitation.jpg"><img src="images/wedding_invitation.jpg" alt="Wedding invitation poster I made but never sent out"></a></div>
</section> <!-- layout -->
</div> <!-- content -->
<div id="layout_footer"></div>
</div> <!-- wrapper -->
<section class="layout">
<ul id="navlist">
<li id="active"><a href="index.html">↑</a></li>
<li><a href="photos.html" id="current">Photos</a></li>
<li><a href="sculptures.html">Sculptures</a></li>
<li><a href="drawings.html">Drawings</a></li>
<li><a href="inventories.html">Inventories</a></li>
</ul>
<div id="copyright">
copyright 2014
</div> <!-- copyright -->
</section> <!-- layout -->
<div id="scripts">
<script src="_/js/script.js"></script>
<script src="http://localhost:35729/livereload.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50287632-1', 'spencerhadley.com');
ga('send', 'pageview');
</script> <!-- Google Analytics -->
</div> <!-- scripts -->
</body>
</html>