-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
468 lines (444 loc) · 16.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/favicon-32x32.png"
/>
<title>Mid sem project dine Restaurant</title>
<link
href="https://fonts.googleapis.com/css2?family=Spartan:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/5225b7dab1.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<main>
<section class="home-intro">
<picture>
<source
srcset="
images/homepage/hero-bg-tablet.jpg 1x,
images/homepage/hero-bg-tablet@2x.jpg 2x
"
media="(max-width: 1000px) and (min-width: 700px)"
/>
<source
srcset="
images/homepage/hero-bg-mobile.jpg 1x,
images/homepage/hero-bg-mobile@2x.jpg 2x
"
media="(max-width: 700px)"
/>
<img
alt="hero-bg"
srcset="
images/homepage/hero-bg-desktop.jpg 1x,
images/homepage/hero-bg-desktop@2x.jpg 2x
"
src="images/homepage/hero-bg-desktop.jpg"
class="home-intro__bg"
/>
</picture>
<div class="home-intro__container">
<a href="/">
<img src="images/logo.svg" alt="logo" class="logo header__logo" />
</a>
<div class="home-intro__content">
<h1 class="heading-1 mb-small home-intro__heading">
<span>Exquisite dining</span> <span>since 1989</span>
</h1>
<p class="paragraph home-intro__text">
Experience our seasonal menu in beautiful country surroundings.
Eat the freshest produce from the comfort of our farmhouse.
</p>
</div>
<a href="booking.html" class="btn btn--dark home-intro__btn"
>Book a table</a
>
</div>
</section>
<section class="features">
<div class="features__row features__row--left">
<div class="features__img-container">
<picture>
<source
srcset="
images/homepage/enjoyable-place-tablet.jpg 1x,
images/homepage/enjoyable-place-tablet@2x.jpg 2x
"
media="(max-width: 1200px) and (min-width: 700px)"
/>
<source
srcset="
images/homepage/enjoyable-place-mobile.jpg 1x,
images/homepage/enjoyable-place-mobile@2x.jpg 2x
"
media="(max-width: 700px)"
/>
<img
alt="enjoyable-place"
srcset="
images/homepage/enjoyable-place-desktop.jpg 1x,
images/homepage/enjoyable-place-desktop@2x.jpg 2x
"
src="images/homepage/hero-bg-desktop.jpg"
class="picture features__img"
/>
</picture>
</div>
<div class="features__content">
<img
src="images/patterns/pattern-divide.svg"
alt="seperator-pattern"
class="seperator"
/>
<h2 class="heading-2 mb-small">
Enjoyable place for all the family
</h2>
<p class="paragraph">
Our relaxed surroundings make dining with us a great experience
for everyone. We can even arrange a tour of the farm before your
meal.
</p>
</div>
</div>
<div class="features__row features__row--right">
<div class="features__img-container">
<picture>
<source
srcset="
images/homepage/locally-sourced-tablet.jpg 1x,
images/homepage/locally-sourced-tablet@2x.jpg 2x
"
media="(max-width: 1200px) and (min-width: 700px)"
/>
<source
srcset="
images/homepage/locally-sourced-mobile.jpg 1x,
images/homepage/locally-sourced-mobile@2x.jpg 2x
"
media="(max-width: 700px)"
/>
<img
alt="locally-sourced"
srcset="
images/homepage/locally-sourced-desktop.jpg 1x,
images/homepage/locally-sourced-desktop@2x.jpg 2x
"
src="images/homepage/hero-bg-desktop.jpg"
class="picture features__img"
/>
</picture>
</div>
<div class="features__content">
<img
src="images/patterns/pattern-divide.svg"
alt="seperator-pattern"
class="seperator"
/>
<h2 class="heading-2 mb-small">The most locally sourced food</h2>
<p class="paragraph">
All our ingredients come directly from our farm or local fishery.
So you can be sure that you’re eating the freshest, most
sustainable food.
</p>
</div>
</div>
</section>
<section class="highlights">
<img
src="images/patterns/pattern-divide.svg"
alt="seperator-pattern"
class="seperator"
/>
<div class="highlights__container">
<div class="highlights__left">
<h2 class="heading-2 mb-small">A few highlights from our menu</h2>
<p class="paragraph">
We cater for all dietary requirements, but here’s a glimpse at
some of our diner’s favourites. Our menu is revamped every season.
</p>
</div>
<div class="highlights__right">
<div class="highlights__item">
<!-- Salmon menu item -->
<picture>
<source
srcset="
images/homepage/salmon-mobile.jpg 1x,
images/homepage/salmon-mobile@2x.jpg 2x
"
media="(max-width: 700px)"
/>
<img
alt="salmon"
srcset="
images/homepage/salmon-desktop-tablet.jpg 1x,
images/homepage/salmon-desktop-tablet@2x.jpg 2x
"
src="images/homepage/hero-bg-desktop.jpg"
class="highlights__img"
/>
</picture>
<div class="highlights__description">
<div class="highlights__title-row">
<div class="highlights__line"></div>
<h3 class="heading-3 highlights__title">
Seared Salmon Fillet
</h3>
</div>
<p class="paragraph-sm highlights__text">
Our locally sourced salmon served with a refreshing buckwheat
summer salad.
</p>
</div>
</div>
<div class="highlights__item">
<picture>
<source
srcset="
images/homepage/beef-mobile.jpg 1x,
images/homepage/beef-mobile@2x.jpg 2x
"
src="images/homepage/hero-bg-desktop.jpg"
media="(max-width: 700px)"
/>
<img
alt="beef"
srcset="
images/homepage/beef-desktop-tablet.jpg 1x,
images/homepage/beef-desktop-tablet@2x.jpg 2x
"
class="highlights__img"
/>
</picture>
<div class="highlights__description">
<div class="highlights__title-row">
<div class="highlights__line"></div>
<h3 class="heading-3 highlights__title">
Rosemary Filet Mignon
</h3>
</div>
<p class="paragraph-sm highlights__text">
Our prime beef served to your taste with a delicious choice of
seasonal sides.
</p>
</div>
</div>
<div class="highlights__item">
<picture>
<source
srcset="
images/homepage/chocolate-mobile.jpg 1x,
images/homepage/chocolate-mobile@2x.jpg 2x
"
media="(max-width: 700px)"
/>
<img
alt="chocolate"
srcset="
images/homepage/chocolate-desktop-tablet.jpg 1x,
images/homepage/chocolate-desktop-tablet@2x.jpg 2x
"
src="images/homepage/hero-bg-desktop.jpg"
class="highlights__img"
/>
</picture>
<div class="highlights__description">
<div class="highlights__title-row">
<div class="highlights__line"></div>
<h3 class="heading-3 highlights__title">
Summer Fruit Chocolate Mousse
</h3>
</div>
<p class="paragraph-sm highlights__text">
Creamy mousse combined with summer fruits and dark chocolate
shavings.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="slider">
<div class="slider__container">
<div class="slider__img-container">
<picture>
<source
srcset="
images/homepage/family-gathering-tablet.jpg 1x,
images/homepage/family-gathering-tablet@2x.jpg 2x
"
media="(max-width: 1200px) and (min-width: 700px)"
/>
<source
srcset="
images/homepage/family-gathering-mobile.jpg 1x,
images/homepage/family-gathering-mobile@2x.jpg 2x
"
media="(max-width: 700px)"
/>
<img
alt="family-gathering"
srcset="
images/homepage/family-gathering-desktop.jpg 1x,
images/homepage/family-gathering-desktop@2x.jpg 2x
"
src="images/homepage/hero-bg-desktop.jpg"
class="picture slider__img"
id="tab1__img"
/>
</picture>
<picture>
<source
srcset="
images/homepage/special-events-tablet.jpg 1x,
images/homepage/special-events-tablet@2x.jpg 2x
"
media="(max-width: 1200px) and (min-width: 700px)"
/>
<source
srcset="
images/homepage/special-events-mobile.jpg 1x,
images/homepage/special-events-mobile@2x.jpg 2x
"
media="(max-width: 700px)"
/>
<img
alt="special-events"
srcset="
images/homepage/special-events-desktop.jpg 1x,
images/homepage/special-events-desktop@2x.jpg 2x
"
src="images/homepage/hero-bg-desktop.jpg"
class="picture slider__img"
id="tab2__img"
/>
</picture>
<picture>
<source
srcset="
images/homepage/social-events-tablet.jpg 1x,
images/homepage/social-events-tablet@2x.jpg 2x
"
media="(max-width: 1200px) and (min-width: 700px)"
/>
<source
srcset="
images/homepage/social-events-mobile.jpg 1x,
images/homepage/social-events-mobile@2x.jpg 2x
"
media="(max-width: 700px)"
/>
<img
alt="social-events"
srcset="
images/homepage/social-events-desktop.jpg 1x,
images/homepage/social-events-desktop@2x.jpg 2x
"
src="images/homepage/hero-bg-desktop.jpg"
class="picture slider__img"
id="tab3__img"
/>
</picture>
</div>
<div class="slider__right">
<div class="slider__content" id="tab1__content">
<h2 class="heading-2 mb-small">Family Gathering</h2>
<p class="paragraph">
We love catering for entire families. So please bring everyone
along for a special meal with your loved ones. We’ll provide a
memorable experience for all.
</p>
<a href="booking.html" class="btn btn--dark slider__btn"
>Book a table</a
>
</div>
<div class="slider__content" id="tab2__content">
<h2 class="heading-2 mb-small">Special Events</h2>
<p class="paragraph">
Whether it’s a romantic dinner or special date you’re
celebrating with others we’ll look after you. We’ll be sure to
mark your special date with an unforgettable meal.
</p>
<a href="booking.html" class="btn btn--dark slider__btn"
>Book a table</a
>
</div>
<div class="slider__content" id="tab3__content">
<h2 class="heading-2 mb-small">Social Events</h2>
<p class="paragraph">
Are you looking to have a larger social event? No problem! We’re
more than happy to cater for big parties. We’ll work with you to
make your event a hit with everyone.
</p>
<a href="booking.html" class="btn btn--dark slider__btn"
>Book a table</a
>
</div>
<div class="slider__tabs">
<div class="slider__tab" id="tab1">
<div class="slider__tab-line"></div>
<span class="slider__tab-title">Family Gathering</span>
</div>
<div class="slider__tab" id="tab2">
<div class="slider__tab-line"></div>
<span class="slider__tab-title">Special events</span>
</div>
<div class="slider__tab" id="tab3">
<div class="slider__tab-line"></div>
<span class="slider__tab-title">Social events</span>
</div>
</div>
</div>
</div>
</section>
<div class="resrv">
<h1>Ready to make reservations?</h1>
<a href="booking.html" class="resrv-btn">Book a table</a>
</div>
</main>
<div class="footer-section">
<div class="footer">
<div class="col1">
<h3>About Dine</h3>
<p>Discover exquisite flavors and unforgettable dining experiences at Dine. We strive to provide eceptional service and delectable dishes to satisfy every palate</p>
<div class="icon">
<i class="fa-solid fa-location-dot"></i>
<p>123 Main Street, City, Country</p>
</div>
<div class="icon">
<i class="fa-solid fa-phone"></i>
<p>(123) 456-7890</p>
</div>
<div class="icon">
<i class="fa-solid fa-envelope"></i>
<p>info@dine.com</p>
</div>
</div>
<div class="col2">
<h3>Contact us</h3>
<input id="name1" type="text" placeholder="Your Name">
<input id="email1" type="email" placeholder="Your Email">
<textarea id="message1" placeholder="Your message"></textarea>
<button id="send1">Send</button>
</div>
</div>
<div class="col3">
<p>© 2024 Dine Restaurant. All rights reserved.</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.27.0/moment.min.js"></script>
<script src="index.js"></script>
</body>
</html>