-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
513 lines (490 loc) · 24.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1"
/>
<link
href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&family=Montserrat&family=Sacramento&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/b699c21610.js"
crossorigin="anonymous"
></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css"
integrity="sha256-UK1EiopXIL+KVhfbFa8xrmAWPeBjMVdvYMYkTAEv/HI="
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css"
integrity="sha256-4hqlsNP9KM6+2eA8VUT0kk4RsMRTeS7QGHIM+MZ5sLY="
crossorigin="anonymous"
/>
<link
href="https://unpkg.com/aos@2.3.1/dist/aos.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<title>TGH Wine Bar</title>
</head>
<body>
<header class="header">
<div class="container-fluid">
<nav class="nav">
<a href="index.html" class="logo">
<img src="img/PW.png" alt="logo" width="150px" height="80px" />
</a>
<div class="nav__button">
<span class="nav__icon"></span>
</div>
<ul class="nav-list">
<li class="nav-item">
<a href="#home" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link">About us</a>
</li>
<li class="nav-item">
<a href="#team" class="nav-link">Team</a>
</li>
<li class="nav-item">
<a href="#menu" class="nav-link">Menu</a>
</li>
<li class="nav-item">
<a href="#reservation" class="nav-link"
>Reservation</a
>
</li>
</ul>
<ul class="icons">
<li class="icon"><i class="fas fa-search"></i></li>
<li class="icon"><i class="fab fa-twitter"></i></li>
<li class="icon"><i class="fab fa-facebook-f"></i></li>
<li class="icon"><i class="fab fa-instagram"></i></li>
</ul>
</nav>
</div>
</header>
<main>
<div class="mainB" id="home">
<div class="container">
<!-- <div class="premium-container">
<img
class="premium"
src="img/p.png" ALEX F
alt="Premium"
/>
</div> -->
<h3 class="quality">Premium</h3>
<div class="restaurant-title">
<h1 class="title">
Wines <br />
& Dishes
</h1>
</div>
</div>
<a class="go-top" href="#"><i class="fas fa-arrow-up"></i></a>
</div>
<section class="offers">
<div class="container">
<h2 class="section-title">Our Offer</h2>
<!-- <h3 class="section-subtitle">from our hearts</h3> ALEX F-->
<div class="three-columns-grid">
<div
class="grid-item"
data-aos="fade-right"
data-aos-offset="400"
data-aos-duration="1000"
>
<img src="img/WG1-modified.png" alt="" width="200" />
<h3 class="subtitle">
<strong>Always</strong> Cold
</h3>
<p class="paragraph">
Enjoy the best selection of Wines from Romania.
Carefully selected by our specialists.
</p>
</div>
<div
class="grid-item"
data-aos="fade-up"
data-aos-offset="400"
data-aos-duration="1000"
>
<img src="img/WG2-modified.png" alt="" width="200" />
<h3 class="subtitle">
<strong>Refined</strong> Cheeses and meat
</h3>
<p class="paragraph">
Try our traditional Romanian cheese specialities
alongside the perfect combination of meat products and fruits.
</p>
</div>
<div
class="grid-item"
data-aos="fade-left"
data-aos-offset="400"
data-aos-duration="1000"
>
<img src="img/WG3.png" alt="" width="200" />
<h3 class="subtitle">
<strong>Healthy</strong> Deserts
</h3>
<p class="paragraph">
Spoil yourself with our fresh healthy deserts
cooked everyday by our top specialists in bakery.
</p>
</div>
</div>
</div>
</section>
<section class="about" id="about">
<div class="container-fluid">
<div class="two-columns-grid">
<div
class="top-tart"
data-aos="fade-right"
data-aos-offset="400"
data-aos-duration="1000"
>
<img src="img/WG4.jpg" alt="Tart" class="tart" width="250px" height="450px" />
</div>
<div
class="about-us"
data-aos="fade-left"
data-aos-offset="400"
data-aos-duration="1000"
>
<h2 class="section-title welcome">
Welcome to Dealu Mare Wine Bar
</h2>
<p class="about-paragraph">
Imagine a visit to the winery in the evenings. The wind blows smoothly, the faint sun relaxes you after a hectic day and invites you to taste it.
The sommelier presents you the best wines of the place, each with its own story and flavor.
The aroma of a merlot berry envelops you, and the cold rose relaxes you and unleashes the conversation with dear friends.
</p>
<a href="#" class="btn">About Us</a>
</div>
</div>
<div class="two-columns-grid third-grid">
<div
class="read-more"
data-aos="fade-right"
data-aos-offset="400"
data-aos-duration="1000"
>
<h2 class="section-title welcome">
Sommelier Sergiu Nedelea & Owner Alexandru Floroiu
</h2>
<p class="about-paragraph">
Sergiu Nedelea Sommelier and Bar Director welcomes you with his 22 years of experience in the HORECA industry. He is Knight of European Wine.
Sergiu will provide the best advice alongside the best wines and Alexandru will make sure you will have a great time during your visit.
</p>
<a href="#" class="btn">Read More</a> <!-- Poate sterg butonu asta -->
</div>
<div
class="top-fruits"
data-aos="fade-left"
data-aos-offset="400"
data-aos-duration="1000"
>
<img
src="img/WG6.jpg"
alt="Fruits"
class="fruits"
/>
</div>
</div>
</div>
</section>
<section class="team" id="team">
<div class="container">
<h2 class="section-title">Our Team</h2>
<!-- <h3 class="section-subtitle">is the best</h3> -->
<div class="four-columns-grid">
<div
class="team-member"
data-aos="fade-up"
data-aos-offset="300"
data-aos-duration="1000"
>
<img src="img/picture-modified.png" alt="Team Member 1" width="250px" height="250px" />
<h2 class="name">Alexandru Floroiu</h2>
<h3 class="position">Manager</h3>
<p class="description-paragraph">
With more experience in the Finance than in HORECA, Alexandru, the owner of the Bar will help every guest enjoy the visit and leave with a smile on.
</p>
</div>
<div
class="team-member"
data-aos="fade-up"
data-aos-offset="300"
data-aos-duration="1000"
>
<img src="img/Sergiu-Nedelea-200x3001-modified.png" alt="Team Member 2" width="250px" height="250px" />
<h2 class="name">Sergiu Nedelea</h2>
<h3 class="position">Bar Director</h3>
<p class="description-paragraph">
Bar Director and experienced Sommelier, Sergiu will coordinate all the activities of the Bar and will make sure everyone is enjoying the best wine of the evening.
</p>
</div>
<div
class="team-member"
data-aos="fade-up"
data-aos-offset="300"
data-aos-duration="1000"
>
<img src="img/descrcare-modified.png" alt="Team Member 3" width="250px" height="250px"/>
<h2 class="name">Catalin Scarlatescu</h2>
<h3 class="position">Head Chef</h3>
<p class="description-paragraph">
Catalin, the Head Chef will make sure that on the table alongside your wine, the food is also present. At the end of your visit, let Catalin surprise you with his "Sweet" talent.
</p>
</div>
<div
class="team-member"
data-aos="fade-up"
data-aos-offset="300"
data-aos-duration="1000"
>
<img src="img/Julia-Scavo-Rhein-Extra-rose-modified.png" alt="Team Member 4" width="250px" height="250px"/>
<h2 class="name">Julia Scavo</h2>
<h3 class="position">Wine Director</h3>
<p class="description-paragraph">
Julia, the Wine Director will help every guest choose the most suitable wine and also tell the stories behind every drop of grape juice.
</p>
</div>
</div>
</div>
</section>
<section class="menu" id="menu">
<div class="menu-header"></div>
<div
class="menu-card"
data-aos="fade-up"
data-aos-offset="300"
data-aos-duration="1000"
>
<div class="menu-card-header">
<img
class="fish"
src="img/fish&steak.png"
alt="Fish & Steak"
/>
<h2 class="section-title menu-title">
Enjoy The Best Cuisine
</h2>
<h3 class="section-subtitle">from Romania</h3>
</div>
<div class="two-columns-grid">
<div class="starters">
<h2>Wines</h2>
<div class="starter">
<div class="starter-header">
<h3>Merlot Dry Wine</h3>
<h4 class="price">$15.50</h4>
</div>
<p class="menu-paragraph">
2018 Merlot Dry Wine from Urlati.
</p>
</div>
<div class="starter">
<div class="starter-header">
<h3>Chardonnay Demi-Sweet Wine</h3>
<h4 class="price">$8.50</h4>
</div>
<p class="menu-paragraph">
2021 Chardonnay Demi-Sweet Wine from Lacerta Vineyard.
</p>
</div>
<div class="starter">
<div class="starter-header">
<h3>Rose Dry Wine</h3>
<h4 class="price">$13.00</h4>
</div>
<p class="menu-paragraph">
2018 Rose Dry Wine from Gramofon Vineyard.
</p>
</div>
</div>
<div class="mains">
<h2>Mains</h2>
<div class="starter">
<div class="starter-header">
<h3>Cheese with Chorizo</h3>
<h4 class="price">$10.50</h4>
</div>
<p class="menu-paragraph">
Gorgonzola Bavaria Blue with Spicy Spanish Chorizo.
</p>
</div>
<div class="starter">
<div class="starter-header">
<h3>Cow Cheese selection with raisins</h3>
<h4 class="price">$22.50</h4>
</div>
<p class="menu-paragraph">
5 types of Cow Cheese with Rum dipped raisins.
</p>
</div>
<div class="starter">
<div class="starter-header">
<h3>Tiramisu</h3>
<h4 class="price">$6.00</h4>
</div>
<p class="menu-paragraph">
The Wine Knight's favourite.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="customers">
<div class="container">
<h2 class="section-title">Customer</h2>
<h3 class="section-subtitle">stories about us</h3>
<div class="carousel">
<div>
<img src="img/carousel1.png" alt="" />
<p class="testimonial-paragraph">
The best Wine Bar I have ever visited. The staff is professional and the owner makes sure you feel good.
</p>
<h2 class="name">Ioana Popa</h2>
</div>
<div>
<img src="img/carousel2.png" alt="" />
<p class="testimonial-paragraph">
Best place for a quiet wine drinking session. Totally recommend.
</p>
<h2 class="name">Marius Pompilian</h2>
</div>
</div>
</div>
</section>
<section class="book" id="reservation">
<div class="container-fluid">
<div class="book-card">
<h2 class="section-title book-title">
Select a Date & Book Now
</h2>
<h3 class="section-subtitle">
We will confirm order via E-mail or Phone
</h3>
<div class="two-columns-grid">
<div class="form-group">
<input
type="text"
id="first"
class="input"
placeholder="First Name*"
/>
</div>
<div class="form-group">
<input
type="text"
id="last"
class="input"
placeholder="Last Name*"
/>
</div>
</div>
<div class="two-columns-grid">
<div class="form-group">
<input
type="email"
id="email"
class="input"
placeholder="E-mail Address*"
/>
</div>
<div class="form-group">
<input
type="text"
id="phone"
class="input"
placeholder="Phone Number"
/>
</div>
</div>
<div class="three-columns-grid">
<div class="form-group">
<input type="date" id="date" />
</div>
<div class="form-group">
<select name="time" id="time">
<option value="">9:00</option>
<option value="">9:30</option>
<option value="">10:00</option>
<option value="">10:30</option>
<option value="">11:00</option>
<option value="">11:30</option>
<option value="">12:00</option>
<option value="">12:30</option>
<option value="">13:00</option>
<option value="">13:30</option>
<option value="">14:00</option>
<option value="">14:30</option>
<option value="">15:00</option>
<option value="">15:30</option>
<option value="">16:00</option>
<option value="">16:30</option>
<option value="">17:00</option>
<option value="">17:30</option>
<option value="">18:00</option>
<option value="">18:30</option>
<option value="">19:00</option>
<option value="">19:30</option>
<option value="">20:00</option>
<option value="">20:30</option>
</select>
</div>
<div class="form-group">
<select name="persons" id="persons">
<option value="">Persons*</option>
<option value="">1 Person</option>
<option value="">2 Persons</option>
<option value="">3 Persons</option>
<option value="">4 Persons</option>
<option value="">5 Persons</option>
<option value="">6 Persons</option>
<option value="">7 Persons</option>
<option value="">8 Persons</option>
<option value="">9 Persons</option>
<option value="">10 Persons</option>
</select>
</div>
</div>
<a href="#" class="btn btn-book">Book Now</a>
</div>
</div>
</section>
</main>
<footer class="footer">
<p class="copyright">
Copyright © 2022 by Alexandru Catalin Floroiu. All rights reserved.
</p>
</footer>
<script
src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js"
integrity="sha256-NXRS8qVcmZ3dOv3LziwznUHPegFhPZ1F/4inU7uC8h0="
crossorigin="anonymous"
></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="app.js"></script>
<script>
AOS.init();
</script>
</body>
</html>