forked from koldovsky/698-team-4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
614 lines (598 loc) · 28.3 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
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
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
<!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="css/index.css" />
<title>Beer Pub Website</title>
<meta name="description"
content="Beer Pub website templates - view demo. 100% satisfaction guarantee! Start your own website for free from Beer Pub website template right now!" />
<meta property="og:title" content="BEER BOUTIQUE" />
<meta property="og:description" content="The best beer comes with the best foods!" />
<meta property="og:image" content="img/screen.png" />
<meta property="og:image:secure_url" content="img/screen.png" />
<link rel="icon" type="image/png" href="img/beer.png" sizes="16x16" />
<link rel="apple-touch-icon" sizes="167x167" href="img/beer.png" />
<!--==================== icons ====================-->
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
</head>
<body>
<div class="wrapper">
<!-- Marharyta Neskoromna | start -->
<header class="header">
<nav class="header__nav">
<div class="container">
<div class="nav__menu">
<a href="index.html"><img src="img/logo1.svg" alt="logo" class="nav__logo-img" /></a>
<div class="nav__list-wrapper">
<ul class="nav__list grid">
<li class="nav__item">
<a href="about.html" class="nav__link">About us</a>
</li>
<li class="nav__item">
<a href="menu.html" class="nav__link">Menu</a>
</li>
<li class="nav__item">
<a href="index.html#friday-deal" class="nav__link">Friday deal</a>
</li>
<li class="nav__item">
<a href="index.html#blog" class="nav__link">Blog</a>
</li>
<li class="nav__item">
<a href="contacts.html" class="nav__link">Contacts</a>
</li>
</ul>
<div class="nav__socials">
<ul class="nav__socials-list">
<li class="nav__socials-item">
<a href="https://facebook.com/" target="_blank" class="nav__social-icon">
<i class="uil uil-facebook-f"></i>
</a>
</li>
<li class="nav__socials-item">
<a target="_blank" href="https://instagram.com/" class="nav__social-icon">
<i class="uil uil-instagram"></i>
</a>
</li>
<li class="nav__socials-item">
<a href="https://tripadvisor.com/" target="_blank" class="nav__social-icon">
<i class="fa fa-tripadvisor" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="nav__button">
<i class="uil uil-bars icon-menu show-menu"></i>
<i class="uil uil-times close-icon-menu"></i>
</div>
</div>
</nav>
<!-- ======================= Home ============================== -->
<div class="header__home home">
<div class="video-wrapper"></div>
<iframe
src="https://player.vimeo.com/video/692259047?h=701d59659f&muted=1&autoplay=1&loop=1&autopause=0&title=0&byline=0&portrait=0"
allow="autoplay; fullscreen; picture-in-picture">
</iframe>
<div class="container">
<div class="home__block">
<div class="home__subtitle">Enjoy your beer!</div>
<h1 class="home__title">Beer boutique</h1>
<p class="home__text">The best beer comes with the best foods!</p>
<a href="contacts.html" class="home__button button">Reserve a table</a>
</div>
</div>
</div>
</header>
<!-- Marharyta Neskoromna | end -->
<main class="main">
<!-- ======================= Menu ============================== -->
<!-- Bohdan Paduchak | start -->
<section class="menu__block container">
<h2 class="menu__block__title">Menu</h2>
<span class="menu__block__bigText">DOWNLOAD OUR MENU</span>
<span class="menu__block__smallText">Explore our food and drink offers.</span>
<div class="menu__block__cards">
<div class="firstcard card">
<div class="card-beforehover-firstcard ">
<h3 class="card-title">BAR MENU</h3>
</div>
<div class="card-afterhover-firstcard">
<h3 class="card-title">BAR MENU</h3>
<p class="card-text">
We are proud to introduce our collection of crafted beers. Try our
special recipes of beers and ciders separately or in a beer
flight. If you’re not much into beer, order some wine, a spirit,
or a cocktail. We also have a broad selection of soft drinks.
</p>
<a href="menu.html" class="link-menu">WATCH FULL MENU</a>
</div>
</div>
<div class="secondcard card">
<div class="card-beforehover-secondcard">
<h3 class="card-title">FOOD MENU</h3>
</div>
<div class="card-afterhover-secondcard">
<h3 class="card-title">FOOD MENU</h3>
<p class="card-text">
We adjust our menu to any tastes and needs. Apart from an
impressive grill menu, we have vegetarian and gluten-free options.
Try a single meal or share a plate with the company. Also, ask a
waiter about the best gastronomic match for your drink.
</p>
<a href="menu.html" class="link-menu">WATCH FULL MENU</a>
</div>
</div>
<div class="thirdcard card">
<div class="card-beforehover-thirdcard">
<h3 class="card-title">HAPPY HOUR</h3>
</div>
<div class="card-afterhover-thirdcard">
<h3 class="card-title">HAPPY HOUR</h3>
<p class="card-text">
This is a special offer available from 3 to 5 p.m. Check the Happy
Hour menu online or ask a waiter about the special offer, so you
can save your money and enjoy a delicious meal. Hours may change
from time to time, so make sure to subscribe.
</p>
<a href="menu.html" class="link-menu">WATCH FULL MENU</a>
</div>
</div>
</div>
<div class="manu__block__offer">
<div class="block__offer__whatwe">
<h2 class="offer-section__title">What we offer</h2>
<h3 class="offer-section__subtitle">COLD <span class="beer">BEER</span> AND TASTY SNACKS</h3>
<p class="offer-section__text"> We offer a simple and tasty menu for true beer connoisseurs.</p>
<div class="btn--learnmore">
<a href="menu.html" class="offer-section__button">LEARN MORE</a>
</div>
</div>
<div class="offer__container">
<div class="block__offer__bottle blockoffer">
<div class="image-offer-bottle"></div>
<div class="block__offer__block-text">
<h5 class="offer-section-card-title">BOTTLED BEER</h5>
<p class="bottle-part-text">We sell craft bottled beer from the best local and foreign
producers.</p>
</div>
</div>
<div class="block__offer__snack blockoffer">
<div class="image-offer-snack"></div>
<div class="block__offer__block-text">
<h5 class="offer-section-card-title">SNACKS</h5>
<p class="bottle-part-text">Explore the fresh dishes in our menu that will complement your
drink.</p>
</div>
</div>
<div class="block__offer__beer blockoffer">
<div class="image-offer-beer"></div>
<div class="block__offer__block-text">
<h5 class="offer-section-card-title">BEER ON TAP</h5>
<p class="bottle-part-text">Our waiters will gladly tell you about the draft craft beer
available today.</p>
</div>
</div>
<div class="block__offer__cocktails blockoffer">
<div class="image-offer-cocktails"></div>
<div class="block__offer__block-text">
<h5 class="offer-section-card-title">COCKTAILS</h5>
<p class="bottle-part-text">Enjoy your favorite cocktails, from classic long drinks to exotic
mixes.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Bohdan Paduchak | end -->
<!-- ======================= friday-deal ============================== -->
<!-- Iryna Semkovych | start -->
<div class="friday">
<div class="friday__deal" id="friday-deal">
<div class="timer">
<div class="timer__items">
<div class="timer__item timer__days">00</div>
<div class="timer__item timer__hours">00</div>
<div class="timer__item timer__minutes">00</div>
<div class="timer__item timer__seconds">00</div>
</div>
</div>
<p class="friday-subtitle">-30% every Friday</p>
<h2 class="friday-title">FRIDAY DEAL</h2>
<p class="friday-deal-sale">
Get a 30% discount on the food menu every Friday!
</p>
<a class="friday-button" href="#friday-offer">LEARN MORE</a>
</div>
</div>
<section class="friday__offer" id="friday-offer">
<div class="friday__offer-menu">
<img class="relax" src="img/relax-friday.svg">
<div class="friday-menu">
<p class="friday-offer-subtitle"><span>Special price</span></p>
<h2 class="friday-offer-title">Every Friday</h2>
<div class="friday-list">
<div class="friday-menu-container">
<div class="friday-menu-item">
<img class="friday-icon" src="img/friday_beer.png">
<h4 class="menu-list-title">
PALE ALE<span class="menu-price">
<span class="friday-line">____________</span>$3.50</span>
</h4>
<p class="menu-description">
Enjoy draft pale ale at Beer Boutique with its mild taste and tender aroma
</p>
</div>
<div class="friday-menu-item">
<img class="friday-icon" src="img/fridaymenu2.png">
<h4 class="menu-list-title">
CROUTONS & SAUCE<span class="menu-price">
<span class="friday-line">________</span>$7</span>
</h4>
<p class="menu-description">
Croutons with cheese and chilli sauces are the best beer accompaniment
</p>
</div>
<div class="friday-menu-item">
<img class="friday-icon" src="img/fridaymenu1.png">
<h4 class="menu-list-title">
PAN WITH SAUSAGES<span class="menu-price">
<span class="friday-line">_______</span>$15</span>
</h4>
<p class="menu-description">
Delicious and spicy sausages is our special offer for a big company
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Iryna Semkovych | start -->
<!-- ======================= botteled ============================== -->
<!-- Pavel Nuzhdov | start -->
<!-- <section class="bottled__section">
<div class="bottled__section__header">
<h2 class="bottled__section__title">Bottled Beer</h2>
<p class="bottled__section__text">BOTTLED BEER SPECIALS</p>
<p class="bottled__section__description">
Appreciate the taste of craft bottled beer from the best producers.</p>
</div>
<div class="bottled__beer__carousel container">
<div class="slide">
<div class="picture"><img src="img/beerbottle-pni.png" alt="pni" class="slide__image.beerbottle__pni" />
</div>
<div class="slide__info">
<p class="slide__title">IPA</p>
<p class="slide__recommendation">
Ideal for those who prefer strong and bitter beer with rich
aroma.
</p>
<p class="slide__characteristic">ABV - 8%</p>
<p class="slide__content">IBU - 80</p>
<p class="slide__description">
Very bitter, hoppy, with grainy notes.
</p>
</div>
</div>
<div class="slide">
<div class="picture"><img src="img/bottle-lager.png" alt="lager" class="slide__image.bottle__lager" />
</div>
<div class="slide__info">
<p class="slide__title">LAGER BEER</p>
<p class="slide__recommendation">
This classic bottled beer features a wheat aroma and mild taste.
</p>
<p class="slide__characteristic">ABV - 4.2%</p>
<p class="slide__content">IBU - 12</p>
<p class="slide__description">
Light, mild, with very little bitterness.
</p>
</div>
</div>
<div class="slide">
<div class="picture"><img
src="img/beerbottle-bitter.png"
alt="bitter"
class="slide__image.beerbottle__bitter"/>
</div>
<div class="slide__info">
<p class="slide__title">BITTER</p>
<p class="slide__recommendation">
"England's favorite beer" is a great choice for those who like dark varieties of beer.
</p>
<p class="slide__characteristic">ABV - 4.6%</p>
<p class="slide__content">IBU - 40</p>
<p class="slide__description">
Bitter, malty, with a slight aftertaste of toasts.
</p>
</div>
</div>
</div>
</section> -->
<!-- Pavel Nuzhdov | start -->
<!-- ======================== top-choice ============================== -->
<!-- Natalia Panchenko | start -->
<section class="topchoice-section">
<h2 class="topchoice__title">Top choice</h2>
<h3 class="topchoice__offers">Our best offers</h3>
<p class="topchoice_slogan">Enjoy your meal at Beer Boutique!</p>
<div class="menu__carousel">
<div class="menu-photos__container">
</div>
</div>
<div class="menu__list">
<div class="menu__list-container">
<div class="menu__list__item">
<h4 class="menu__title">
SPICY NACHOS<span class="menu__price"><span class="menu-line"> __________________
</span>$15</span>
</h4>
<p class="menu__description">
Cheddar cheese, jalapenos, queso fresco, sour cream, salsa,
guacamole, beer cheese sauce + 3 sauces on your choice
</p>
</div>
<div class="menu__list_item">
<h4 class="menu__title">
FISH & CHIPS<span class="menu__price"><span class="menu-line"> ___________________
</span>$12</span>
</h4>
<p class="menu__description">
Our iconic dish paired with any draft or bottled beer: ale
battered cod, coleslaw, French fries, and tartar sauce
</p>
</div>
<div class="menu__list_item">
<h4 class="menu__title">
CHICKEN WRAP<span class="menu__price"><span class="menu-line"> __________________
</span>$18</span>
</h4>
<p class="menu__description">
Grilled chicken, honey bacon, tomato, fresh cucumber, lettuce,
avocado, village sauce, and a whole-wheat wrap
</p>
</div>
</div>
<div class="menu__list-container">
<div class="menu__list_item">
<h4 class="menu__title">
FRIED CALAMARY<span class="menu__price"><span class="menu-line"> ______________ </span>$12</span>
</h4>
<p class="menu__description">
Another iconic snack paired with beer: fried calamari served
with spicy tartar sauce and dill aioli
</p>
</div>
<div class="menu__list_item">
<h4 class="menu__title">
BEER BOUTIQUE PIZZA<span class="menu__price"><span class="menu-line"> ____________ </span>$18</span>
</h4>
<p class="menu__description">
Goat cheese, red onion, baby spinach, pepperoni, smoked
sausages, ham, and spicy beer sauce
</p>
</div>
<div class="menu__list_item">
<h4 class="menu__title">
CLASSIC BURGER<span class="menu__price"><span class="menu-line"> _______________ </span>$14</span>
</h4>
<p class="menu__description">
Beef, tomato, pickle, lettuce, cucumber, cheddar cheese,
bacon, ketchup, and American mustard
</p>
</div>
</div>
</div>
<a href="menu.html" class="topchoice-button"><span class="topchoice-button__text">Watch all menu</span></a>
</section>
<!-- Natalia Panchenko | end -->
<!-- ======================= story ============================== -->
<!-- Vladislav Moroz | start -->
<!-- <section class="my_section">
<div class="all">
<div class="block">
<p class="story">
Our story
</p>
<br>
<h2 class="title_1">
ABOUT BEER BOUTIQUE
</h2>
<br>
<p class="Welcome">
Welcome to Beer Boutique, your favorite pub serving the best draft and bottled beer.
</p>
<br>
<p class="History">
We strive to promote the culture of drinking beer as something beyond a football match. It is a drink with a long history and an immense depth of flavor, which is why we build our menu foods around their compatibility with the beers. Beer Boutique is a place to find the favorite beer flavor and learn more about the drink.
</p>
<a class="button" href="https://wqemt.weblium.site/about">More about us</a>
</div>
<div class="picture">
<img src="assets/img/two men two beer.png" alt="img to section story">
</div>
</div>
</section> -->
<!-- Vladislav Moroz | end -->
<!-- ======================= testimonials ============================== -->
<!-- Diana Pinchuk | start -->
<section class="testimonials-section" id="testimonials">
<div class="section-header">
<h2 class="section-header__title">Testimonials</h2>
<p class="section-header__text">OUR CLIENTS ABOUT US</p>
<p class="section-header__description">
We're so happy to receive your feedback!
</p>
</div>
<div class="testimonials-section__cards">
<div class="testimonials-section__card">
<img
class="testimonials-section__card-img"
src="img/testimonials-section__card1.png"
alt="Photo of client Sam White"
/>
<p class="testimonials-section__card-title">SAM WHITE</p>
<p class="testimonials-section__card-text">
"This place is definitely worth visiting and making friends there. I don't know how you do it, but it is a strange combination of a posh place for beer snobs and a local pub at the same time. It's so weird that it works. Love it!"
</p>
<p class="testimonials-section__card-date">
<strong>May 28, 2021</strong>
</p>
</div>
<div class="testimonials-section__card">
<img
class="testimonials-section__card-img"
src="img/testimonials-section__card2.png"
alt="Photo of client Bernard Redhead"
/>
<p class="testimonials-section__card-title">BERNARD REDHEAD</p>
<p class="testimonials-section__card-text">
"I am definitely a beer person, and my girlfriend loves cider offered at Beer Boutique as well. We love to taste different craft beer varieties on Sundays here. Besides, the concerts there are amazing. Rock it on!"
</p>
<p class="testimonials-section__card-date">
<strong>March 15, 2022</strong>
</p>
</div>
</div>
<div class="testimonials-section__video">
<div class="testimonials-section__video-circle"></div>
<img class="testimonials-section__video-btn" src="img/testimonials-section__video.png" alt="Play button">
</div>
</section>
<!-- ======================= blog ============================== -->
<section class="blog-section" id="blog">
<div class="section-header">
<h2 class="section-header__title">Latest posts</h2>
<p class="section-header__text">BLOG & EVENTS</p>
<p class="section-header__description">
Read interesting articles about beer culture and our news.
</p>
</div>
<div class="blog-section__cards"></div>
<div class="blog-section__cards-btn">
<button class="blog-section__cards-btn-prev">‹</button>
<button class="blog-section__cards-btn-next">›</button>
</div>
</section>
<!-- Diana Pinchuk | end -->
<!-- ======================= brands ============================== -->
<!-- Marharyta Neskoromna | start -->
<div class="brands-slider" id="brands">
<div class="brands-container container">
<a class="carousel-control carousel-control-prev">
<i class="uil uil-angle-left-b control-icon"></i>
</a>
<div class="brands-carousel">
</div>
<a class="carousel-control carousel-control-next">
<i class="uil uil-angle-right-b control-icon"></i>
</a>
</div>
</div>
</main>
<!-- ======================= footer ============================== -->
<footer class="footer">
<div class="footer__container container">
<div class="footer__description">
<a href="index.html">
<img src="img/logo1.svg" alt="logo" class="nav__logo-img" />
</a>
<p class="footer__description-text">Welcome to your favorite pub with draft and bottled beer from the best
local and world-famous producers.</p>
<div class="nav__socials">
<ul class="nav__socials-list">
<li class="nav__socials-item">
<a target="_blank" href="https://instagram.com/" class="nav__social-icon">
<i class="uil uil-instagram"></i>
</a>
</li>
<li class="nav__socials-item">
<a href="https://twitter.com/" target="_blank" class="nav__social-icon">
<i class="uil uil-twitter"></i>
</a>
</li>
<li class="nav__socials-item">
<a href="https://www.youtube.com/" target="_blank" class="nav__social-icon">
<i class="uil uil-youtube"></i>
</a>
</li>
<li class="nav__socials-item">
<a href="https://tripadvisor.com/" target="_blank" class="nav__social-icon">
<i class="fa fa-tripadvisor" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="footer__navigation navigation">
<h3 class="footer__title title">Navigation</h3>
<ul class="navigation__list">
<li class="navigation__list-item"><a href="about.html" class="navigation__link">About us</a></li>
<li class="navigation__list-item"><a href="menu.html" class="navigation__link">Menu</a></li>
<li class="navigation__list-item"><a href="index.html#testimonials"
class="navigation__link">Testimonials</a></li>
<li class="navigation__list-item"><a href="contacts.html" class="navigation__link">Contacts</a></li>
</ul>
</div>
<div class="footer__contacts">
<h3 class="footer__title title">Contacts</h3>
<ul class="contacts__list">
<li class="contacts__list-item">
<i class="uil uil-phone footer__icon"></i>
<a href="tel:+12345678900">+1 (234) 567 89 00</a>
</li>
<li class="contacts__list-item">
<i class="uil uil-envelope footer__icon"></i>
<a href="maito:beerboutique@email.com">beerboutique@email.com</a>
</li>
<li class="contacts__list-item">
<i class="uil uil-map-marker footer__icon"></i>
55 Irving Pl, New York, NY 10003
</li>
<li class="contacts__list-item">
<i class="uil uil-clock-five footer__icon"></i>
4 PM — 02 AM
</li>
</ul>
</div>
<div class="footer__subscribe">
<h3 class="footer__title title">Subscribe</h3>
<form class="footer__subscribe-form email" action="contact" method="post">
<input type="email" name="user-email" class="email__input" placeholder="Email*">
<div class="contact-form-status"></div>
<button class="email__submit-button button">Subscribe</button>
</form>
<div class="footer__modal-email">
<div class="footer__modal-wrapper">
<div class="footer__modal-content">
<i class="uil uil-times close-icon"></i>
<div class="footer__modal-img">✔</div>
<div class="footer__modal-title title">Thank you!</div>
<p class="footer__model-text"> We will contact you shortly</p>
<a class="footer__modal-button button">Ok</a>
</div>
</div>
</div>
</div>
</div>
<div class="footer__text">
<div class="footer__copyright container">
<span>© Created by Team 4</span>
<span>All rights Reserved</span>
</div>
</div>
</footer>
<!-- Marharyta Neskoromna | end -->
</div>
<script src="js/burger.js"></script>
<script src="js/brands-carousel.js"></script>
<script src="js/footer-email.js"></script>
<script src="js/friday.js"></script>
<script src="js/blog-cards-carousel.js"></script>
<script src="js/top-choice.js"></script>
</body>
</html>