-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
314 lines (299 loc) · 12.3 KB
/
index.html
File metadata and controls
314 lines (299 loc) · 12.3 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Drew and Jennifer's Wedding</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/bootstrap.min.css">
<style>
body {
padding-top: 50px;
padding-bottom: 20px;
}
</style>
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/main.css">
<link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script|Advent+Pro|Open+Sans:600' rel='stylesheet' type='text/css'>
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<button type="button" data-toggle="collapse" data-target=".navbar-responsive-collapse" class="navbar-toggle collapsed">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a id="brand" class="navbar-brand" href="index.html"><img class="image-wrap mirror" src="img/flourish.png"> Drew and Jennifer's Wedding <img class="image-wrap" src="img/flourish.png"></a>
<div class="navbar-responsive-collapse collapse nav-collapse">
<ul class="nav navbar-nav">
<li><a href="#top">Top</a></li>
<li><a href="#rsvp">RSVP</a></li>
<li><a href="#registry">Registry</a></li>
<li><a href="#directions">Directions</a></li>
<li><a href="#party">Wedding Party</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
<div class="container">
<div id="top" class="panel">
<article>
<header><h2>We're getting married!</h2></header>
<hr />
OCT 26, 2013. 4:00pm
<hr />
<p>If you're seeing this, you probably got an invitation!</p>
<p>
Don't be scared, we aren't going to send you spam or drown you in engagement photos.
We just want to provide you information and an easy way to tell us if we'll see you at the wedding!
</p>
<hr />
</article>
</div>
<div id="rsvp" class="panel">
<article>
<header><h2>RSVP</h2></header>
<hr />
<p>The wedding is on the twenty sixth of October at four o'clock in the afternoon. If you can make it, please RSVP using the form below!</p>
<hr />
<div class="container">
<div id="rsvp-success" class="alert alert-success hidden">
That's it! You're RSVPed! We'll see you at the wedding!
</div>
<div id="rsvp-failure" class="alert alert-danger hidden">
Oh no! Something went wrong and we did not get your RSVP. Please try again a bit later.
</div>
</div>
<form id="rsvp-form" role="form">
<div class="form-group form-group-inline">
<label>Party Title
<div class="input-group">
<input type="text" class="form-control" name="title" placeholder="The Smith Family">
</div>
</label>
<br>
<label>Members</label>
<div class="input-group">
<input type="text" class="form-control" name="party[]" placeholder="First and Last Name">
<span class="input-group-btn">
<button type="button" class="btn btn-default btn-party-add">
<i class="glyphicon glyphicon-plus"></i>
</button>
</span>
</div>
<p class="help-block">Please use the + sign on the right to add additional names.</p>
<label>
Optional Message to the Couple
<div class="input-group">
<textarea class="form-control" name="message" cols=100 rows=3></textarea>
</div>
</label>
</div>
<button type="button" id="rsvp-send" class="btn btn-default">Send</button>
</form>
</article>
</div>
<div id="registry" class="panel">
<article>
<header><h2>Registry</h2></header>
<hr />
<p><a href="http://honeyfund.com/drewandjenben" target="_blank"><img class="honeyfund-logo" src="img/honeyfund_logo.png"></a></p>
<p><a href="http://www.amazon.com/gp/registry/wedding/VS6V68UQGFDQ" target="_blank"><img class="amazon-logo" src="img/amazon_logo.png"></a></p>
<p><a href="https://www.anthropologie.com/anthro/wishlist/wishlist.jsp?_DARGS=/anthro/wishlist/gift_list_search_results_vwr.jsp_A&_DAV=gl_PHL2065664635&_dynSessConf=8602415779125884123"><img class="amazon-logo" src="img/anthropologie_logo.jpg"></a></p>
<hr />
</article>
</div>
<div id="directions" class="panel directions">
<article>
<header><h2>Directions</h2></header>
<hr />
<p>The home of Rachel Besch</p>
<p>
5436 Hill Road<br />
Powder Springs, Georgia
</p>
<p>
<a class="btn btn-primary" href="https://maps.google.com/maps?saddr=current+location&daddr=5436%20Hill%20Road,%20Powder%20Springs,%20GA" target="_blank">
Get Directions
</a>
</p>
<hr />
<div id="map"></div>
<hr />
</article>
</div>
<div id="party" class="panel">
<article>
<header><h2>Wedding Party</h2></header>
<hr />
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6">
<div class="thumbnail">
<img src="img/people/Jennifer Bennett.jpg" alt="The Bride">
<div class="caption">
Jennifer Bennett<br>
(The Bride)
</div>
</div>
</div>
<div class="col-sm-12 col-md-6">
<div class="thumbnail">
<img src="img/people/Drew Ditthardt.jpg" alt="The Groom">
<div class="caption">
Drew Ditthardt<br>
(The groom)
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-6">
<div class="thumbnail">
<img src="img/people/Julia Wheeler.jpg" alt="Matron of Honor">
<div class="caption">
Julia Wheeler<br>
(Sister of the bride)<br>
(MOH)
</div>
</div>
</div>
<div class="col-sm-12 col-md-6">
<div class="thumbnail">
<img src="img/people/Matthew Ditthardt.jpg" alt="Best Man">
<div class="caption">
Matt Ditthardt<br>
(Brother of the groom)<br>
(BM)
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-6">
<div class="thumbnail">
<img src="img/people/Lauren Barker.jpg" alt="Sister of the Groom">
<div class="caption">
Lauren Barker
(Sister of the groom)
</div>
</div>
</div>
<div class="col-sm-12 col-md-6">
<div class="thumbnail">
<img src="img/people/Garrett Barker.jpg" alt="Brother in Law of the Groom">
<div class="caption">
Garrett Barker
(Brother in law of the groom)
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-6">
<div class="thumbnail">
<img src="img/people/Heidi Hillman.jpg" alt="Friend of the Bride">
<div class="caption">
Heidi Hillman
(Highschool friend of the bride)
</div>
</div>
</div>
<div class="col-sm-12 col-md-6">
<div class="thumbnail">
<img src="img/people/Nathan Bennett.jpg" alt="Brother of the Bride">
<div class="caption">
Nathan Bennett
(Brother of the bride)
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-6">
<div class="thumbnail">
<img src="img/people/Rachel Besch.jpg" alt="Friend of the Bride, Host">
<div class="caption">
Rachel Besch
(Highschool friend of the bride)
</div>
</div>
</div>
<div class="col-sm-12 col-md-6">
<div class="thumbnail">
<img src="img/people/Philip Draayom.jpg" alt="Friend of the Groom">
<div class="caption">
Philip Draayom
(Friend of the groom)
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-6">
<div class="thumbnail">
<img src="img/people/Leah Ayer.jpg" alt="Friend of the Bride">
<div class="caption">
Leah Ayer
(Highschool friend of the bride)
</div>
</div>
</div>
<div class="col-sm-12 col-md-6">
<div class="thumbnail">
<img src="img/people/Jack Lawson.jpg" alt="Friend and colleague of the Groom">
<div class="caption">
Jack Lawson
(Friend of the groom)
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-6">
<div class="thumbnail">
<img src="img/people/Isabelle Alexio.jpg" alt="Friend of the Bride">
<div class="caption">
Isabelle Alexio
(College friend of the bride)
</div>
</div>
</div>
<div class="col-sm-12 col-md-6">
<div class="thumbnail">
<img src="img/people/Christopher Perea.jpg" alt="Friend of both the Bride and Groom">
<div class="caption">
Chris Perea
(Friend of both the bride and groom)
</div>
</div>
</div>
</div>
</div>
<hr />
</article>
</div>
<div id="contact" class="panel tab-pane">
<article>
<header><h2>Contact</h2></header>
<hr />
<p>If you have any questions or comments, please do not hesitate to email us at <a href="mailto:drew.ditthardt@gmail.com">drew.ditthardt@gmail.com</a> </p>
<hr />
</article>
</div>
</div>
<script src="js/vendor/jquery-1.10.1.min.js"></script>
<script src="http://maps.google.com/maps/api/js?sensor=false&language=en"></script>
<script src="js/vendor/gmap3.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>