-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
487 lines (452 loc) · 19 KB
/
contact.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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./resources/css/style.css" />
<title>Contact</title>
</head>
<body>
<!-- HEADER -->
<header>
<!-- Start navbar -->
<nav class="navbar">
<!-- LEFT SIDE -->
<img src="./resources/images/logo/logo.png" />
<ul class="navbar__navigation">
<li>
<a href="./index.html">Home</a>
</li>
<li>
<a href="./about.html">About</a>
</li>
<li>
<a href="#">Features</a>
<span class=".hidden">+</span>
</li>
<li>
<a href="./rooms.html">Rooms</a>
<span>+</span>
</li>
<li>
<a href="#">Booking</a>
<span>+</span>
</li>
<li>
<a href="./blogs.html">Blog</a>
<span>+</span>
</li>
<li>
<a href="./contact.html" class="navbar_last-element">Contacts</a>
</li>
<div class="navbar__right-side__sign-in nav__left">
<img
src="./resources/images/icons/icon_person_wired.svg"
class="navbar__right-side__icon"
/>
<span>Sign In</span>
</div>
</ul>
<!-- RIGHT SIDE -->
<div class="navbar__right-side">
<!-- <img src="./resources/images/icons/icon_calendar.svg" class="navbar__hide"> -->
<a href="#" class="button button--white navbar__booknow">Book Now!</a>
<img
src="./resources/images/icons/icon_search.svg"
class="navbar__right-side__icon"
/>
<div class="navbar__right-side__sign-in nav__right">
<img
src="./resources/images/icons/icon_person_wired.svg"
class="navbar__right-side__icon"
/>
<span>Sign In</span>
</div>
<div class="navbar__right-side__hamburger">
<div class="cont-lines btn1">
<div class="hamburger__lines"></div>
<div class="hamburger__lines"></div>
<div class="hamburger__lines"></div>
</div>
</div>
</div>
</nav>
<!-- End navbar -->
</header>
<!-----------------------------C O N T A C T B Y D A V I D------------------------------------------->
<main>
<!-- Contact Container --flexbox -->
<section class="contact__container--flexbox">
<!-- Contact Header Container --flexbox -->
<section class="contact__container__header__container--flexbox">
<!-- BACKGROUND IMAGE -->
<div class="contact__container__header__container__bgImage"></div>
<!-- Contact Header Inner Container --flexbox -->
<section
class="contact__container__header__container__inner__container--flexbox"
>
<!-- Title -->
<section
class="contact__container__header__container__inner__container__top"
>
<h1>contacts</h1>
</section>
<!-- Bottom Nav -->
<section
class="contact__container__header__container__inner__container__bot"
>
<!-- NAV -->
<nav
class="contact__container__header__container__inner__container__bot_nav"
>
<!-- List -->
<ul
class="contact__container__header__container__inner__container__bot__nav__list"
>
<li>ESCAPIUM</li>
<li>></li>
<li>CONTACT</li>
</ul>
</nav>
</section>
</section>
</section>
<!-- Contact Main Container --flexbox -->
<section class="contact__container__main__container--flexbox">
<section class="contact__container__main__container__content">
<section class="contact__container__main__container__content__contactInfos">
<h2 class="contact__container__main__container__contactInfos__content__title">
Get in Touch
</h2>
<p class="contact__container__main__container__contactInfos__content__sentence">
If you are interested in working with us, please get in touch
</p>
<section class="contact__container__main__container__contactInfos__content__infoContainer">
<ul class="infoContainer__list">
<li class="infoContainer__address">
<!-- <a target="_blank" href="https://icons8.com/icon/Wbi7jCAZDWTA/carte">Carte</a> icon by <a target="_blank" href="https://icons8.com">Icons8</a> -->
<img src="./resources/images/icons/icons8-carte-48.png" alt="icon/png class="address__icon"">
<p class="address__text">
2390 RoadHill St., Suite 100 <br>
North Downtown, NY 82153
</p>
</li>
<li class="infoContainer__number">
<!-- <a target="_blank" href="https://icons8.com/icon/FWYMZlD4gLUg/t%C3%A9l%C3%A9phone">Téléphone</a> icon by <a target="_blank" href="https://icons8.com">Icons8</a> -->
<img src="./resources/images/icons/icons8-téléphone-48.png" alt="icon/png" class="number__icon">
<p class="number__text">
+1800 900 1248
</p>
</li>
<li class="infoContainer__mail">
<!-- <a href="https://www.flaticon.com/free-icons/email" title="email icons">Email icons created by Those Icons - Flaticon</a> -->
<img src="./resources/images/icons/envelope.png" alt="icon/png" class="mail__icon">
<a class="mail__text" href="#" target="_blank">info@escapium.com</a>
</li>
</ul>
</section>
</section>
<section class="contact__container__main__container__contactForm">
<h2 class="contactForm__title">
Contact form
</h2>
<form class="contactForm__form">
<input type="text" id="contactForm__name" name="fname" placeholder="Name">
<input type="text" id="contactForm__email" name="email" placeholder="Email Address">
<textarea name="message" id="contactForm__message" cols="30" rows="10" placeholder="Your Message..."></textarea>
</form>
</section>
<section class="contact__container__main__container__googleMap"></section>
</section>
</section>
</section>
</main>
<!-----------------------------F O O T E R B Y D A V I D------------------------------------------->
<footer>
<!-- Background Image -->
<div class="footer__bgImage">
<div class="footer__bgImage__image"></div>
<div class="footer__bgImage__color"></div>
</div>
<!-- Top Section - 4 Containers --flexbox -->
<section class="footer__top--flexbox">
<!-- Containers --grid Parent -->
<section class="footer__top__blocs--grid">
<!-- 1st Container - Our Address-->
<article class="footer__top__blocs__ourAddress">
<!-- Index --flexbox -->
<section class="footer__top__blocs__ourAddress__index--flexbox">
<p class="footer__top__blocs__ourAddress__index__no">01</p>
<hr class="footer__top__blocs__index__hr" />
</section>
<!-- Paragraphs --flexbox -->
<section class="footer__top__blocs__ourAddress__container--flexbox">
<h2 class="footer__top__blocs__ourAddress__container__title">
Our Address
</h2>
<!-- Address -->
<p class="footer__top__blocs__ourAddress__container__address">
Escape Room Ltd. <br />
2390 RoadHill St., Suite 100 <br />
North Downtown, NY 82153
</p>
<!-- Contact -->
<p class="footer__top__blocs__ourAddress__container__contacts">
Email: <a href="#">info@escapium.com</a> <br />
Tel: +1800 900 1248
</p>
</section>
</article>
<!-- 2nd Container - Useful Links-->
<article class="footer__top__blocs__usefulLinks">
<!-- Index --flexbox -->
<section class="footer__top__blocs__usefulLinks__index--flexbox">
<p class="footer__top__blocs__usefulLinks__index__no">02</p>
<hr class="footer__top__blocs__index__hr" />
</section>
<!-- Paragraphs -->
<section class="footer__top__blocs__usefulLinks__container">
<h2 class="footer__top__blocs__usefulLinks__container__title">
Useful Links
</h2>
<!-- List -->
<ul class="footer__top__blocs__usefulLinks__container__links">
<li
class="footer__top__blocs__usefulLinks__container__links__about"
>
<p>About</p>
</li>
<li
class="footer__top__blocs__usefulLinks__container__links__gallery"
>
<p>Gallery</p>
</li>
<li
class="footer__top__blocs__usefulLinks__container__links__planAnEvent"
>
<p>Plan an event</p>
</li>
<li
class="footer__top__blocs__usefulLinks__container__links__pricingPackages"
>
<p>Pricing packages</p>
</li>
<li
class="footer__top__blocs__usefulLinks__container__links__faq"
>
<p>FAQ</p>
</li>
<li
class="footer__top__blocs__usefulLinks__container__links__contact"
>
<p>Contact</p>
</li>
</ul>
</section>
</article>
<!-- 3rd Container - Working Hours -->
<article class="footer__top__blocs__workingHours">
<!-- Index --flexbox -->
<section class="footer__top__blocs__workingHours__index--flexbox">
<p class="footer__top__blocs__workingHours__index__no">03</p>
<hr class="footer__top__blocs__index__hr" />
</section>
<!-- Paragraphs -->
<section class="footer__top__blocs__workingHours__container">
<h2 class="footer__top__blocs__workingHours__title">
Working Hours
</h2>
<!-- Shedule --grid Parent -->
<section
class="footer__top__blocs__workingHours__container__shedule--grid"
>
<!-- Days List -->
<ul
class="footer__top__blocs__workingHours__container__shedule__days"
>
<li
class="footer__top__blocs__workingHours__container__shedule__days__monday"
>
<p>Monday:</p>
</li>
<li
class="footer__top__blocs__workingHours__container__shedule__days__tuesday"
>
<p>Tuesday:</p>
</li>
<li
class="footer__top__blocs__workingHours__container__shedule__days__wednesday"
>
<p>Wednesday:</p>
</li>
<li
class="footer__top__blocs__workingHours__container__shedule__days__thursday"
>
<p>Thursday:</p>
</li>
<li
class="footer__top__blocs__workingHours__container__shedule__days__friday"
>
<p>Friday:</p>
</li>
<li
class="footer__top__blocs__workingHours__container__shedule__days__saturday"
>
<p>Saturday:</p>
</li>
<li
class="footer__top__blocs__workingHours__container__shedule__days__sunday"
>
<p>Sunday:</p>
</li>
</ul>
<!-- Hours List -->
<ul
class="footer__top__blocs__workingHours__container__shedule__hours"
>
<li
class="footer__top__blocs__workingHours__container__shedule__hours__monHours"
>
<p>6pm - 11pm</p>
</li>
<li
class="footer__top__blocs__workingHours__container__shedule__hours__tuesHours"
>
<p>5pm - 11pm</p>
</li>
<li
class="footer__top__blocs__workingHours__container__shedule__hours__wednesHours"
>
<p>Closed</p>
</li>
<li
class="footer__top__blocs__workingHours__container__shedule__hours__thursHours"
>
<p>6pm - 11pm</p>
</li>
<li
class="footer__top__blocs__workingHours__container__shedule__hours__friHours"
>
<p>2pm - 11pm</p>
</li>
<li
class="footer__top__blocs__workingHours__container__shedule__hours__saturHours"
>
<p>11am - 9pm</p>
</li>
<li
class="footer__top__blocs__workingHours__container__shedule__hours__sunHours"
>
<p>11am - 9pm</p>
</li>
</ul>
</section>
</section>
</article>
<!-- 4th Container - Social Links -->
<article class="footer__top__blocs__socialLinks">
<!-- Index --flexbox -->
<section class="footer__top__blocs__socialLinks__index--flexbox">
<p class="footer__top__blocs__socialLinks__index__no">04</p>
<hr class="footer__top__blocs__index__hr" />
</section>
<!-- Icons -->
<section class="footer__top__blocs__socialLinks__container">
<h2 class="footer__top__blocs__socialLinks__container__title">
Social Links
</h2>
<!-- Icons --grid Parent -->
<section
class="footer__top__blocs__socialLinks__container__icons--grid"
>
<!-- facebook -->
<a
class="footer__top__blocs__socialLinks__container__icons__facebook"
href="#"
>
<!--<a href="https://www.flaticon.com/fr/icones-gratuites/facebook" title="facebook icônes">Facebook icônes créées par Freepik - Flaticon</a>-->
<img
src="./resources/images/Social Icons/facebook.png"
alt="icon/png"
/>
</a>
<!-- twitter -->
<a
class="footer__top__blocs__socialLinks__container__icons__twitter"
href="#"
>
<!--<a href="https://www.flaticon.com/fr/icones-gratuites/twitter" title="twitter icônes">Twitter icônes créées par Pixel perfect - Flaticon</a>-->
<img
src="./resources/images/Social Icons/twitter.png"
alt="icon/png"
/>
</a>
<!-- instagram -->
<a
class="footer__top__blocs__socialLinks__container__icons__instagram"
href="#"
>
<!--<a href="https://www.flaticon.com/fr/icones-gratuites/instagram" title="instagram icônes">Instagram icônes créées par Freepik - Flaticon</a>-->
<img
src="./resources/images/Social Icons/instagram.png"
alt="icon/png"
/>
</a>
<!-- yelp -->
<a
class="footer__top__blocs__socialLinks__container__icons__yelp"
href="#"
>
<!--<a href="https://www.flaticon.com/free-icons/yelp" title="yelp icons">Yelp icons created by Smashicons - Flaticon</a>-->
<img
src="./resources/images/Social Icons/yelp.png"
alt="icon/png"
/>
</a>
<!-- youtube -->
<a
class="footer__top__blocs__socialLinks__container__icons__youtube"
href="#"
>
<!--<a href="https://www.flaticon.com/free-icons/youtube" title="youtube icons">Youtube icons created by Freepik - Flaticon</a>-->
<img
src="./resources/images/Social Icons/youtube.png"
alt="icon/png"
/>
</a>
<!-- tiktok -->
<a
class="footer__top__blocs__socialLinks__container__icons__tiktok"
href="#"
>
<!--<a href="https://www.flaticon.com/free-icons/tiktok" title="tiktok icons">Tiktok icons created by Freepik - Flaticon</a>-->
<img
src="./resources/images/Social Icons/tik-tok.png"
alt="icon/png"
/>
</a>
</section>
</section>
</article>
</section>
</section>
<!-- Bottom Section - Logo -->
<section class="footer__bot--flexbox">
<!-- Logo -->
<section class="footer__bot__container--flexbox">
<img
class="footer__bot__container__logo"
src="./resources/images/logo/footer-logo.png"
alt="logo/png"
/>
<!-- Copyright -->
<a class="footer__bot__container__copyright" href="#"
>Copyright © 2022 Escapium | All Right Reserved</a
>
</section>
</section>
</footer>
<script src="./resources/js/index.js"></script>
</body>
</html>