-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (61 loc) · 2.85 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
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-title" content="Kaitlyn+Matt">
<link rel="icon" href="images/kaitlyn-and-matt.jpg">
<link rel="shortcut icon" href="images/kaitlyn-and-matt.jpg">
<link rel="apple-touch-icon" href="images/kaitlyn-and-matt.jpg">
<link href='stylesheets/reset.css' rel='stylesheet' type='text/css'>
<link href='stylesheets/base.css' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lato:300,400|Oswald:400' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="javascripts/html5shiv.js"></script>
<![endif]-->
<title>Kaitlyn and Matt</title>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Kaitlyn & Matt</a></li>
<li><a href="schedule.html">The Wedding Weekend</a></li>
<li><a href="travel-and-accommodations.html">Travel and Accommodations</a></li>
<li><a href="gift-registry.html">Gift Registry</a></li>
</ul>
</nav>
<header id="map">
<div class="height-manager">
<img src="images/kaitlyn-and-matt.jpg" id="engagement-photo">
<h1 id="kaitlyn-and-matt">KAITLYN & MATT</h1>
<p id="date-and-place">
May 30, 2015<br>
Washington, D.C.
</p>
</div>
</header>
<main>
<section id="welcome">
<div class="inner">
<h2>Welcome</h2>
<p>Dear Family and Friends,</p>
<p>We are so excited to share our special day with you!</p>
<p>We hope that you'll find this website useful in planning your trip to our nation's capital and making plans to attend our wedding. We encourage you to make travel plans as early as possible, as Washington, D.C. is a busy destination in the summer months. Please don't hesitate to email either of us if you have any questions about planning your visit.</p>
<p>We can't wait to celebrate with all of you!</p>
<p>Sincerely,</p>
<p>
Kaitlyn & Matt<br>
<a href="mailto:kaitlynandmatt.us@gmail.com">kaitlynandmatt.us@gmail.com</a>
</p>
</div>
</section>
</main>
<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-3140088-12', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>