-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
298 lines (277 loc) · 12.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Jen and Phil's Wedding</title>
<meta name="title" property="og:title" content="Jen and Phil's Wedding">
<meta name="description" property="og:description" content="Jen and Phil's Wedding Site | RSVP | Schedule | Travel">
<meta name="author" content="Jennifer Patel, Phil Sobus">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="canonical" href="http://www.jenandphilgetmarried.com"/>
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<link rel="stylesheet" href="./css/site.css">
<link rel="icon" type="image/png" href="./images/favicon.png">
<script src="./js/jquery-3.3.1.min.js"></script>
</head>
<body>
<div id="nav">
<div id="open-menu"></div>
<ul id="menu">
<li><a href="#our-story">Our Story</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#rsvp">RSVP</a></li>
<li><a href="#travel">Travel</a></li>
<li><a href="https://www.zola.com/registry/jenniferandphillip2019" target="_blank">Registry</a></li>
<li><a href="mailto:[email protected],[email protected]">Contact</a></li>
</ul>
</div>
<header>
<div class="bg-overlay"></div>
<div class="container">
<div class="title">
<h1 class="names">Jen & Phil</h1>
<h2 class="married">are getting married</h2>
</div>
</div>
</header>
<section class="headshots">
<div class="container">
<div class="headshot">
<div class="img">
<img src="/images/jen2.png" alt="Jen's Face" />
</div>
<h3>The Bride</h3>
<div class="name">Jennifer Patel</div>
</div>
<div class="heart"></div>
<div class="headshot">
<div class="img">
<img src="/images/phil2.png" alt="Phil's Face" />
</div>
<h3>The Groom</h3>
<div class="name">Phillip Sobus</div>
</div>
</div>
</section>
<section id="our-story">
<div class="story">
<h3>Our Story</h3>
<p>We met at RIT through friends in 2009, but it wasn't until 2010 that we came to know each other and become best friends. After almost a year of bonding over books, movies, video games, and all things sci fi and fantasy, we started dating in 2011. Eight years later, we're still each others' best friends, true loves, badass partners in life, and cat parents. We're finally going to take the plunge.</p>
</div>
<div class="cats">
<div class="cat">
<div class="cat-img salem"></div>
</div>
<div class="cat">
<div class="cat-img bastila"></div>
</div>
</div>
</section>
<section id="schedule">
<div class="willowdale"></div>
<div class="scheduleContent">
<h3>The Big Day</h3>
<div class="border"></div>
<p class="whenWhere">
Friday, April 19, 2019 5:00 PM
<br/>Willowdale Estate<br/>
<a target="_blank" href="https://www.google.com/maps/dir//24 Asbury St, Topsfield, MA 01983">24 Asbury St, Topsfield, MA 01983</a>
</p>
<div class="agenda">
<div class="timeblock">
<div class="when">
4 - 5 pm
</div>
<div class="what">Ceremony</div>
</div>
<div class="timeblock">
<div class="when">
5 - 6 pm
</div>
<div class="what">Cocktail Hour</div>
</div>
<div class="timeblock">
<div class="when">
6 - 7 pm
</div>
<div class="what">Dinner</div>
</div>
<div class="timeblock">
<div class="when">
7 - 10 pm
</div>
<div class="what">Dance the night away</div>
</div>
</div>
<div class="daysLeft">
<div class="border"></div>
<h3 id="days" class="days"></h3>
<h3 id="togo" class="togo">Days to go</h3>
</div>
</div>
</section>
<section id="rsvp">
<div class="bg-overlay"></div>
<div class="rsvp-container">
<h3>RSVP</h3>
<form class="rsvp-form" onsubmit="return false" method="post" action="/contact.php">
<div class="row attendance">
<fieldset class="radio-button">
<input id="attendance-positive" name="attendance" type="radio" value="Yes" required>
<label for="attendance-positive" class="button">I'll be there!</label>
</fieldset>
<fieldset class="radio-button">
<input id="attendance-negative" name="attendance" type="radio" value="No" required>
<label for="attendance-negative" class="button">Can't make it.</label>
</fieldset>
</div>
<div class="rsvp-info hidden">
<div class="row numberAttending hidden">
<fieldset class="input-group numberAttending">
<label for="numberAttending">Number Attending</label>
<div class="selectWrapper">
<select id="numberAttending" name="numberAttending" class="attendanceDependant" title="Please choose the amount of people coming" disabled required>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
</select>
</div>
</fieldset>
</div>
<div class="row default">
<fieldset class="input-group name">
<label for="name">Name</label>
<input id="name" name="name" type="text" title="Please fill out your full name" placeholder="Name" required>
</fieldset>
<fieldset class="input-group meal hidden">
<label for="meal">Meal Preference</label>
<div class="selectWrapper">
<select id="meal" name="meal" class="attendanceDependant" title="Please choose a meal preference" disabled required>
<option value="meat">Meat</option>
<option value="vegetable">Vegetable</option>
<option value="kids">Kids</option>
</select>
</div>
</fieldset>
</div>
</div>
<div class="row hidden">
<fieldset class="input-group notes">
<label for="notes" class="notesLabel" data-notAttending="Sorry you can't make it (other notes)" data-attending="Other notes (dietary restrictions, etc)">Other notes (dietary restrictions, etc)</label>
<textarea rows="10" cols="50" id="notes" name="notes" spellcheck="true"></textarea>
</fieldset>
</div>
<div class="row hidden">
<fieldset class="input-group email">
<label for="email">Email (in case we need to get in touch)</label>
<input id="email" name="email" type="email" placeholder="[email protected]" title="Please enter a valid email address" required>
</fieldset>
</div>
<div class="row hidden">
<fieldset class="input-group code">
<label for="code">RSVP Code</label>
<input id="code" name="code" type="text" placeholder="RSVP Code" title="Please enter the RSVP Code" minlength="10" maxlength="10" required>
</fieldset>
</div>
<button type="submit" name="rsvp" class="rsvp hidden">RSVP</button>
</form>
</div>
</section>
<!--
<section id="location">
map goes here
</section>
-->
<section id="travel">
<div class="travelContent">
<h3>Travel</h3>
<div class="travelSection fly">
<div class="icon-container"><div class="icon airport"></div></div>
<div class="text">
<p>Boston Logan International Airport</p>
</div>
</div>
<div class="travelSection hotel">
<div class="icon-container"><div class="icon hotel"></div></div>
<div class="text">
<dl>
<dt>Danvers</dt>
<dd><a href="http://doubletree3.hilton.com/en/hotels/massachusetts/doubletree-by-hilton-hotel-boston-north-shore-BOSNSDT/index.html" target="blank">DoubleTree by Hilton Boston North Shore</a></dd>
<dd><a href="http://www.marriott.com/hotels/travel/bosdn-residence-inn-boston-north-shore-danvers/" target="blank">Residence Inn Boston North Shore/Danvers</a></dd>
<dt>Salem</dt>
<dd><a href="http://www.salemwaterfronthotel.com/" target="blank">Salem Waterfront Hotel</a></dd>
<dd><a href="https://www.hawthornehotel.com/" target="blank">Hawthorne Hotel</a></dd>
<dd><a href="http://www.saleminnma.com/" target="blank">The Salem Inn</a></dd>
<dt>Cambridge</dt>
<dd><a href="http://www.charleshotel.com/" target="blank">The Charles Hotel</a></dd>
</dl>
</div>
</div>
<div class="travelSection activities">
<div class="icon-container"><div class="icon location"></div></div>
<div class="text">
<p>Things to do</p>
<dl>
<dt>Salem</dt>
<dd><a href="https://www.salemwitchmuseum.com/" target="blank">Salem Witch Museum</a></dd>
<dd><a href="https://7gables.org/" target="blank">House of the Seven Gables</a></dd>
<dt>Cambridge</dt>
<dd><a href="http://www.harvardsquare.com/" target="blank">Harvard Square</a></dd>
<dd><a href="https://hmnh.harvard.edu/" target="blank">Harvard Museum of Natural History</a></dd>
<dd><a href="https://www.harvardartmuseums.org/" target="blank">Harvard Art Museums</a></dd>
<dd><a href="https://mitmuseum.mit.edu/" target="blank">MIT Museum</a></dd>
<dt>Boston</dt>
<dd><a href="https://bostonpublicmarket.org/" target="blank">Boston Public Market</a></dd>
<dd><a href="https://www.boston.gov/parks/public-garden" target="blank">Boston Public Garden</a></dd>
<dd><a href="https://www.faneuilhallmarketplace.com/" target="blank">Faneuil Hall</a></dd>
<dd><a href="http://www.prudentialcenter.com/" target="blank">Prudential Center & Mall</a></dd>
<dd><a href="https://www.mlb.com/redsox/ballpark/tours" target="blank">Fenway</a></dd>
<dd><a href="http://www.neaq.org/" target="blank">Boston Aquarium</a></dd>
<dd><a href="http://www.mfa.org/" target="blank">Museum of Fine Arts</a></dd>
<dd><a href="https://www.samueladams.com/brewery-and-craft/brewery-tours" target="blank">Sam Adams Brewery & Tour</a></dd>
<dd><a href="https://www.harpoonbrewery.com/breweries/boston" target="blank">Harpoon Brewery & Tour</a></dd>
</dl>
<p>What to eat</p>
<dl>
<dt>Cambridge</dt>
<dd>Tapas: <a href="https://www.yelp.com/biz/cuchi-cuchi-cambridge" target="blank">Cuchi Cuchi</a></dd>
<dd>More tapas: <a href="https://www.yelp.com/biz/dali-restaurant-and-tapas-bar-somerville" target="blank">Dali</a></dd>
<dd>Drinks: <a href="https://www.yelp.com/biz/park-restaurant-and-bar-cambridge" target="blank">Park</a>, Founders, <a href="https://www.yelp.com/biz/grendels-den-restaurant-and-bar-cambridge" target="blank">Grendel's Pub</a>, <a href="https://www.yelp.com/biz/meadhall-cambridge" target="blank">Meadhall</a>
<dd>Arcade and drinks: <a href="https://www.yelp.com/biz/a4cade-by-area-four-cambridge" target="blank">A4cade</a> (hidden neatly away inside of Roxy's Grilled Cheese)</dd>
<dd>Ramen: <a href="https://www.yelp.com/biz/santouka-harvard-square-cambridge-3" target="blank">Santouka Ramen</a></dd>
<dd>Brunch with awesome pies and alcoholic milkshakes: <a href="https://www.yelp.com/biz/rosebud-american-kitchen-and-bar-somerville-5" target="blank">Rosebud</a></dd>
<dt>Boston</dt>
<dd>Shabu: <a href="https://www.yelp.com/biz/shabu-zen-boston" target="blank">Shabu Zen</a></dd>
<dd>French bistro and brunch: <a href="https://www.yelp.com/biz/gaslight-brasserie-boston-5" target="blank">Gaslight</a></dd>
<dd>For authentic Italian, check out the North end</dd>
<dd>Games and drinks: <a href="https://www.yelp.com/biz/versus-boston" target="blank">Versus</a></dd>
<dt>Worth it, but out of the way</dt>
<dd>Shabu: <a href="https://www.yelp.com/biz/spring-shabu-shabu-boston" target="blank">Spring Shabu</a></dd>
<dd>Sushi: <a href="https://www.yelp.com/biz/toraya-arlington" target="blank">Toraya</a></dd>
<dd>Ramen: <a href="https://www.yelp.com/biz/anju-noodle-bar-kittery-2" target="blank">Anju Noodle Bar</a></dd>
</dl>
</div>
</div>
</div>
</section>
<footer>
<div class="names">Jennifer Patel
<div class="heart"></div>
Phillip Sobus</div>
<div class="copyright"><p>Made with love by Jennifer Patel & Phillip Sobus © <span class="currentYear">2017</span></p>
<p>Photos by Annie Spratt and Katy Belcher</p></div>
</footer>
<script src="./js/site.js"></script>
</body>
</html>