-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathevent-bookings.html
297 lines (281 loc) · 13.6 KB
/
event-bookings.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Seasoning Shack - Event Bookings</title>
<link href="CSS/header-footer-style.css" type="text/css" rel="stylesheet"/>
<link href="CSS/general.css" type="text/css" rel="stylesheet"/>
<link href="CSS/event-booking-style.css" type="text/css" rel="stylesheet"/>
<script src="JavaScript/header-footer.js"></script>
<script src="JavaScript/event-booking.js"></script>
</head>
<body>
<header class="large">
<nav id="main-nav">
<h2 class="hidden">Main Navigation</h2>
<ul>
<li><a href="menu.html">menu</a></li>
<li><a href="specials.html">specials</a></li>
<li><a href="locations.html">locations</a></li>
<li><a href="event-bookings.html">event booking</a></li>
<li><a href="about-us.html">about</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</nav>
<div id="company-branding"><a href="index.html"><img src="Logo/logo.svg" id="logo" alt="seasoning shack logo"/></a><h2><a href="index.html">seasoning shack</a></h2></div>
</header>
<div class="wrapper">
<main>
<h1>Book your next event!</h1>
<section class="location" id="location1">
<div class="gallery flex-container border">
<h3 class="hidden">Gallery of images from Annex location</h3>
<figure>
<img src="images/location1-events1.jpg" alt="woman eating pasta" />
<cite>Original photo (https://www.pexels.com/photo/alcohol-blur-cuisine-dining-390403/)</cite>
</figure>
<figure>
<img src="images/location1-events2.jpg" alt="event decor with pink flowers" />
<cite>Original photo (https://www.pexels.com/photo/table-with-plates-and-flowers-filed-neatly-selective-focus-photography-169190/)</cite>
</figure>
<figure>
<img src="images/location1-events3.jpg" alt="grey themed fine dining table setting" />
<cite>Original photo (https://www.pexels.com/photo/blue-chair-contemporary-cutlery-273920/)</cite>
</figure>
<figure>
<img src="images/location1-events4.jpg" alt="restaurant interior with liquor bottles on table" />
<cite>Original photo (https://www.pexels.com/photo/restaurant-bottles-dinner-lunch-66640/)</cite>
</figure>
<figure>
<img src="images/location1-events5.jpg" alt="busy restaurant with people drinking wine" />
<cite>Original photo (https://www.pexels.com/photo/people-drinking-liquor-and-talking-on-dining-table-close-up-photo-696218/)</cite>
</figure>
<figure>
<img src="images/location1-events6.jpg" alt="fine dining place setting" />
<cite>Original photo (https://www.pexels.com/photo/close-up-photo-of-formal-table-setting-735869/)</cite>
</figure>
<figure>
<img src="images/location1-events7.jpg" alt="fine dining table setting" />
<cite>Original photo (https://www.pexels.com/photo/banquet-catering-celebration-chairs-265903/)</cite>
</figure>
<figure class="hero">
<img src="images/location1-events8.jpg" alt="beer dispenser" />
<cite>Original photo (https://www.pexels.com/photo/stainless-steel-beer-dispenser-159291/)</cite>
</figure>
</div>
<div class="details">
<h3>Annex</h3>
<div class="options">
<button class="button border quote" title="Get a Quote">Get Quote</button>
<!-- <button class="button border" href="#" title="See possible seating charts for our location">See Floor Plan</button> -->
<a class="button border" href="https://www.google.ca/maps/place/15+Bedford+Rd,+Toronto,+ON+M5R+2J7/@43.6691166,-79.3997942,17z/data=!3m1!4b1!4m5!3m4!1s0x882b34bca8d3d411:0x8e7ac674187c14f2!8m2!3d43.6691127!4d-79.3976055" target="_blank" title="Get directions to our Annex location">Get Directions</a>
</div>
<div class="restaurant_description">
<p>15 Bedford Road, Toronto, Ontario, M5R 2J7</p>
<p>Come to host your next event in our open concept space accessible by transit and reserve parking for you and your guests.</p>
</div>
<table class="specifics">
<tbody>
<tr>
<th>Seating Capacity</th>
<td>150-200</td>
</tr>
<tr>
<th>Catering Service</th>
<td>On-site</td>
</tr>
<tr>
<th>Outside vendors</th>
<td>Per event basis</td>
</tr>
<tr>
<th>Nearby Amenities</th>
<td>
<ul>
<li>ATM</li>
<li>Parking lot</li>
<li>Fully accessible</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</section>
<hr>
<section class="location" id="location2">
<div class="gallery flex-container border">
<h3 class="hidden">Gallery of images from Annex location</h3>
<figure>
<img src="images/location2-events1.jpg" alt="fresh groumet salad" />
<cite>Original photo (https://www.pexels.com/photo/bread-cooking-cuisine-delicious-299410/)</cite>
</figure>
<figure>
<img src="images/location2-events2.jpg" alt="espresso machine" />
<cite>Original photo (https://www.pexels.com/photo/attractive-bar-barista-breakfast-296888/)</cite>
</figure>
<figure>
<img src="images/location2-events3.jpg" alt="christmas themed light bulbs" />
<cite>Original photo (https://www.pexels.com/photo/pendant-bulb-photo-750843/)</cite>
</figure>
<figure>
<img src="images/location2-events4.jpg" alt="standup chalkboard menu on street" />
<cite>Original photo (https://www.pexels.com/photo/handwritten-italian-marketing-menu-5485/)</cite>
</figure>
<figure>
<img src="images/location2-events5.jpg" alt="male server with Burger meal on plate" />
<cite>Original photo (https://www.pexels.com/photo/person-holding-square-white-ceramic-plate-687824/)</cite>
</figure>
<figure>
<img src="images/location2-events6.jpg" alt="restaurant interior with chalkboard menu" />
<cite>Original photo (https://www.pexels.com/photo/restaurant-dark-bar-architecture-34650/)</cite>
</figure>
<figure>
<img src="images/location2-events7.jpg" alt="urban restaurant exterior patio" />
<cite>Original photo (https://www.pexels.com/photo/green-plant-near-the-door-709852/)</cite>
</figure>
<figure class="hero">
<img src="images/location2-events8.jpg" alt="modern casual restaurant interior" />
<cite>Original photo (https://www.pexels.com/photo/table-in-vintage-restaurant-6267/)</cite>
</figure>
</div>
<div class="details">
<h3>Kensington</h3>
<div class="options">
<button class="button border quote" title="Get a Quote">Get Quote</button>
<!-- <button class="button border" href="#" title="See possible seating charts for our location">See Floor Plan</button> -->
<a class="button border" href="https://www.google.ca/maps/place/199+Augusta+Ave,+Toronto,+ON+M5T+2L4/@43.6898032,-79.509591,13z/data=!4m20!1m14!4m13!1m4!2m2!1d-79.5575659!2d43.7192436!4e1!1m6!1m2!1s0x882b34c26786a487:0xa511a940db73223b!2s199+Augusta+Ave,+Toronto,+ON+M5T+2L4!2m2!1d-79.4014765!2d43.6538059!3e3!3m4!1s0x882b34c26786a487:0xa511a940db73223b!8m2!3d43.6538059!4d-79.4014765" target="_blank" title="Get directions to our Annex location">Get Directions</a>
</div>
<div class="restaurant_description">
<p>199 Augusta Avenue, Toronto, Ontario, M5T 2L4</p>
<p>Our quaint rustic themed space is located near Kensington market, accessible by TTC transit, contact us to book your next event.</p>
</div>
<table class="specifics">
<tbody>
<tr>
<th>Seating Capacity</th>
<td>50-100</td>
</tr>
<tr>
<th>Catering Service</th>
<td>Off-site</td>
</tr>
<tr>
<th>Outside vendors</th>
<td>Not permitted</td>
</tr>
<tr>
<th>Nearby Amenities</th>
<td>
<ul>
<li>ATM</li>
<li>Subway Station</li>
<li>Not fully accessible</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</section>
<form class="hidden" action="#" method="post" name="quote" id="quote">
<h2>Quote Request Form</h2>
<h3>Submit a complete form for a quote</h3>
<fieldset id="cust_info">
<legend>Customer Information</legend>
<div>
<label for="name">Your Name</label>
<input type="text" id="name" name="cust_name" required/>
<label for="name" class="feedback_msg">Must not be empty</label>
</div>
<div>
<label for="email">Your Email</label>
<input type="email" id="email" name="cust_email" required/>
<label for="email" class="feedback_msg"></label>
</div>
<div>
<label for="phone">Your Phone Number</label>
<input type="tel" id="phone" name="cust_phone" title="416-123-4567"/>
<label for="phone" class="feedback_msg"></label>
</div>
</fieldset>
<fieldset id="event_info">
<legend>Event Information</legend>
<div>
<label for="location">Preferred Location</label>
<select name="location" id="location">
<option value="" selected>--Select Location--</option>
<option value="AX">Annex</option>
<option value="KN">Kensinton</option>
</select>
<label for="location" class="feedback_msg"></label>
</div>
<div>
<label for="group_size">Party Size</label>
<select id="group_size" name="party_size">
<option value="" selected># of people</option>
<option value="small">20-50</option>
<option value="medium">50-100</option>
<option value="large">100+</option>
</select>
<label for="group_size" class="feedback_msg"></label>
</div>
<div>
<label for="event_date">Event Date</label>
<input type="date" id="event_date" name="event_date">
<label for="event_date" class="feedback_msg"></label>
</div>
</fieldset>
<button class="button" type="submit" form="quote" formmethod="post" title="Submit request for quote">Submit for Quote</button>
<div id="close">
<h3 class="hidden">Close</h3>
<div><span id="line1"></span>
<span id="line2"></span></div>
</div>
</form>
<div id="thanks">
<h2>Thanks for your request!</h2>
<h3>We'll be in touch within 48 hours.</h3>
<div id="close2">
<h3 class="hidden">Close</h3>
<div><span id="line3"></span>
<span id="line4"></span></div>
</div>
</div>
</main>
<footer>
<section id="social-media">
<h2 class="hidden">Social Media Icons</h2>
<div class="social" id="fbook"><a href="http://www.facebook.com"><img src="images/social-icons/facebook.png" alt="Like and Follow us on Facebook" title="Like and Follow us on Facebook"/></a></div>
<div class="social" id="twitter"><a href="http://www.twitter.com"><img src="images/social-icons/twitter.png" alt="Follow us on Twitter" title="Follow us on Twitter"/></a></div>
<div class="social" id="instagram"><a href="http://www.instagram.com"><img src="images/social-icons/instagram.png" alt="Follow us on Instagram" title="Follow us on Instagram"/></a></div>
<div class="social" id="google-plus"><a href="http://plus.google.com"><img src="images/social-icons/google-plus.png" alt="Follow us on Google+" title="Follow us on Google+"/></a></div>
</section>
<nav>
<h2 class="hidden">Site navigation</h2>
<ul>
<li><a href="menu.html">menu</a></li>
<li><a href="specials.html">specials</a></li>
<li><a href="locations.html">locations</a></li>
<li><a href="event-bookings.html">event booking</a></li>
<li><a href="about-us.html">about</a></li>
<li><a href="contest.html">contest</a></li>
<li><a href="careers.html">careers</a></li>
<li><a href="gift-cards.html">gift cards</a></li>
<li><a href="contact.html">contact</a></li>
<li><a href="sitemap.html">sitemap</a></li>
</ul>
</nav>
<div id="copyright-privacy">
<ul>
<li><a href="#">Privacy</a></li>
<li><a href="#">Terms of Use</a></li>
</ul>
© Seasoning Shack <span id="copyright-year">2017</span>
</div>
<img class="background" src="images/pexels-photo-672046.jpg" alt="spices on worksurface"/>
<cite>pexels-photo-672046.jpg - Original photo (https://www.pexels.com/photo/macro-photography-of-pepper-powder-672046/)</cite>
</footer>
</div>
</body>
</html>