-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (49 loc) · 1.96 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
<!DOCTYPE html>
<html>
<head profile="http://www.w3.org/2005/10/profile">
<link href='http://fonts.googleapis.com/css?family=Allura|Raleway+Dots|Raleway:400,100,200' rel='stylesheet' type='text/css'>
<link type="text/css" rel="stylesheet" href="css/stylesheet.css"/>
<title>Christofer & Stephanie | Wedding | 4.18.15 | Oxford, Ohio |</title>
<meta charset="UTF-8">
<meta name="description" content="⚓ ♥ Christofer Smith and Stephanie Liechty are getting married on April 18, 2015 in Oxford, Ohio. Check out event details, photos, and their story.">
<link rel="icon" type "image/ico" href="favicon.ico">
</head>
<body>
<div id="container">
<header>
<a href="index.html">
<div id="logo"><img src="img/logo.gif"></div>
<div id="corner-ribbon">
<p><strong>April 18, 2015</strong></p>
<p>Oxford, Ohio</p>
</div>
</a>
</header>
<nav>
<ul>
<li><a href="ourstory.html">Our Story</a></li>
<li><a href="thebigday.html">The Big Day</a></li>
<li><a href="visitingoxford.html">Visiting Oxford</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="rsvp.html">RSVP</a></li>
<li><a href="registry.html">Registry</a></li>
</ul>
</nav>
<!-- Page specific html starts here -->
<div id="body"><img src="img/engagement.jpg"></div>
</div>
<footer>
<p>Designed and developed with <img src="img/heart.jpg"> by sister-of-the-bride, Allison Norman</p>
</footer>
<!--Google Analytics-->
<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-57083858-1', 'auto');
ga('send', 'pageview');
</script>
<!--Google Analytics-->
</body>
</html>