-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschedule.html
83 lines (82 loc) · 4.12 KB
/
schedule.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
<!DOCTYPE html>
<head>
<title>
Mary Kate & Sean 2021
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=yes">
<meta name="robots" content="noindex">
<link rel="stylesheet" media="all" href="stylesheets/fonts.css">
<link rel="stylesheet" media="all" href="stylesheets/style.css">
<link rel="stylesheet" media="all" href="stylesheets/desktop_menu.css">
<link rel="stylesheet" media="all" href="stylesheets/mobile_menu.css">
<link rel="stylesheet" media="all" href="stylesheets/media.css">
</head>
<body>
<nav role="navigation">
<div id="title">Mary Kate & Sean 2021</div>
<div id="desktopMenu">
<hr />
<ul>
<a href="index.html"><li>Home</li></a>
<a href="travel.html"><li>Travel</li></a>
<a href="" class="current-page"><li>Details</li></a>
<a href="registry.html"><li>Registry</li></a>
<a href="wedding_party.html"><li>Wedding Party</li></a>
<a href="photos.html"><li>Photos</li></a>
<a href="activities.html"><li>Chico Guide</li></a>
<a href="games.html"><li>Solitaire</li></a>
</ul>
</div>
<div id="mobileMenu">
<input type="checkbox" />
<span></span>
<span></span>
<span></span>
<ul id="mobileLinks">
<a href="index.html"><li>Home</li></a>
<a href="travel.html"><li>Travel</li></a>
<a href=""><li>Details</li></a>
<a href="registry.html"><li>Registry</li></a>
<a href="wedding_party.html"><li>Wedding Party</li></a>
<a href="photos.html"><li>Photos</li></a>
<a href="activities.html"><li>Chico Guide</li></a>
<a href="games.html"><li>Solitaire</li></a>
</ul>
</div>
</nav>
<div class="content">
<img src="images/lakeside.jpg" alt="picture of venue" width=100% />
<div class="contentSection">
<h3>Ceremony & Reception Information</h3>
<h4>Location: Lakeside Pavillion</h4>
<h4><a href="https://www.google.com/maps/place/Lakeside+Pavilion/@39.74995,-121.7942818,17z/data=!3m1!4b1!4m5!3m4!1s0x8083286bbd716341:0x40a1f7b676c8ca5a!8m2!3d39.74995!4d-121.7920931" target="_blank">2565 California Park Dr, Chico, CA 95928</a></h4>
<p> Our ceremony and reception will both take place at Lakeside Pavillion. The reception will be outside on the patio, and after that we'll move inside for the reception.
<ul>
<li><a href="#transportation">Transportation</a></li>
<li><a href="#schedule">Schedule</a></li>
</ul>
</div>
<div class="contentSection">
<h3 id="transportation">Transportation</h3>
<p>The venue is approximately 3 miles away from both the Oxford Suites and Marriott hotels in Chico.</p>
<h4>Getting to the venue</h4>
<p>To get to the venue, we recommend using either the <b>Uber or Lyft</b> ridesharing services, which should have good coverage in this area for our event. The venue also allows <b>overnight onsite parking</b> if you'd rather drive and pick up your car in the morning.</p>
<h4>Returning to the hotels</h4>
<p>We will be providing a <b>guest shuttle service</b> that will take guests back to both the Oxford Suites and Marriott hotels after the reception. The shuttle will be running on a loop from <b>8pm-11:30pm</b>, picking up guests approximately every 30 minutes. Please reserve the shuttle departing at 11pm for members of the wedding party and immediate family.
</div>
<div class="contentSection">
<h3 id="schedule">Schedule</h3>
<table>
<tbody>
<tr><td>2:30pm</td><td>Doors open for guests</td></tr>
<tr><td>3:00pm</td><td>Ceremony begins</td></tr>
<tr><td>4:30pm</td><td>Reception begins</td></tr>
<tr><td>8:00pm</b></td><td>Guest shuttle service to Oxford Suites and Marriott begins</td></tr>
<tr><td>10:55pm</td><td>Bride & Groom sendoff</tr>
<tr><td>11:00pm</td><td>Shuttle for wedding party / immediate family departs</tr>
<tr><td>11:30pm</td><td>Last guest shuttle departs</tr>
</table>
</div>
</div>
</body>