-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
233 lines (214 loc) · 9.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Spartan:wght@300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<title>Dine | Exquisite dining since 1989</title>
</head>
<body>
<header class="o-header">
<img src="./images/logo.svg" class="o-header__logo" alt="Dine logo">
<h1 class="heading -h1 -white">Exquisite dining since 1989</h1>
<p class="paragraph -white">Experience our seasonal menu in beautiful country surroundings. Eat the freshest produce from the comfort of our farmhouse.</p>
<a href="booking.html" class="a-btnCta -btnTransparent">Book a table</a>
</header>
<section class="o-features">
<div class="m-feature">
<div class="m-feature__imgBox">
<picture class="img">
<source
srcset="./images/homepage/enjoyable-place-mobile.jpg 1x,
./images/homepage/[email protected] 2x,"
media="(max-width: 48em)">
<source
srcset="./images/homepage/enjoyable-place-tablet.jpg 1x,
./images/homepage/[email protected] 2x,"
media="(min-width: 48em) and (max-width: 80em)">
<source
srcset="./images/homepage/enjoyable-place-desktop.jpg 1x,
./images/homepage/[email protected] 2x,"
media="(min-width: 80em)">
<img src="./images/homepage/enjoyable-place-desktop.jpg" alt="Sheep pasture on a meadow">
</picture>
</div>
<div class="m-feature__textBox">
<h2 class="heading -h2 -black">Enjoyable place for all the family</h2>
<p class="paragraph -black">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="m-feature">
<div class="m-feature__imgBox">
<picture class="img">
<source
srcset="./images/homepage/locally-sourced-mobile.jpg 1x,
./images/homepage/[email protected] 2x,"
media="(max-width: 48em)">
<source
srcset="./images/homepage/locally-sourced-tablet.jpg 1x,
./images/homepage/[email protected] 2x,"
media="(min-width: 48em) and (max-width: 80em)">
<source
srcset="./images/homepage/locally-sourced-desktop.jpg 1x,
./images/homepage/[email protected] 2x,"
media="(min-width: 80em)">
<img src="./images/homepage/locally-sourced-desktop.jpg" alt="A hand pouring sauce on a dish">
</picture>
</div>
<div class="m-feature__textBox">
<h2 class="heading -h2 -black">The most locally sourced food</h2>
<p class="paragraph -black">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="o-highlights">
<div class="m-highlights__textBox">
<h2 class="heading -h2 -white">A few highlights from our menu</h2>
<p class="paragraph -white">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>
<ul class="m-highlights__dishes">
<li class="m-highlights__dish">
<div class="m-highlights__imgBox">
<picture class="img">
<source
srcset="./images/homepage/salmon-mobile.jpg 1x,
./images/homepage/[email protected] 2x,"
media="(max-width: 48em)">
<source
srcset="./images/homepage/salmon-desktop-tablet.jpg 1x,
./images/homepage/[email protected] 2x,"
media="(min-width: 48em)">
<img src="./images/homepage/salmon-mobile.jpg" alt="Fried salmon on a plate">
</picture>
</div>
<div class="m-highlights__textBox">
<h2 class="heading -h3 -white">Seared Salmon Fillet</h2>
<p class="paragraph -small -white">Our locally sourced salmon served with a refreshing buckwheat summer salad.</p>
</div>
</li>
<li class="m-highlights__dish">
<div class="m-highlights__imgBox">
<picture class="img">
<source
srcset="./images/homepage/beef-mobile.jpg 1x,
./images/homepage/[email protected] 2x,"
media="(max-width: 48em)">
<source
srcset="./images/homepage/beef-desktop-tablet.jpg 1x,
./images/homepage/[email protected] 2x,"
media="(min-width: 48em)">
<img src="./images/homepage/beef-mobile.jpg" alt="Beef steak">
</picture>
</div>
<div class="m-highlights__textBox">
<h2 class="heading -h3 -white">Rosemary Filet Mignon</h2>
<p class="paragraph -small -white">Our prime beef served to your taste with a delicious choice of seasonal sides.</p>
</div>
</li>
<li class="m-highlights__dish">
<div class="m-highlights__imgBox">
<picture class="img">
<source
srcset="./images/homepage/chocolate-mobile.jpg 1x,
./images/homepage/[email protected] 2x,"
media="(max-width: 48em)">
<source
srcset="./images/homepage/chocolate-desktop-tablet.jpg 1x,
./images/homepage/[email protected] 2x,"
media="(min-width: 48em)">
<img src="./images/homepage/chocolate-mobile.jpg" alt="Chocolate dessert">
</picture>
</div>
<div class="m-highlights__textBox">
<h2 class="heading -h3 -white">Summer Fruit Chocolate Mousse</h2>
<p class="paragraph -small -white">Creamy mousse combined with summer fruits and dark chocolate shavings.</p>
</div>
</li>
</ul>
</section>
<section class="o-events">
<div class="m-events__imgBox">
<picture class="img">
<source
srcset="./images/homepage/family-gathering-mobile.jpg 1x,
./images/homepage/[email protected] 2x,"
media="(max-width: 48em)">
<source
srcset="./images/homepage/family-gathering-tablet.jpg 1x,
./images/homepage/[email protected] 2x,"
media="(min-width: 48em) and (max-width: 80em)">
<source
srcset="./images/homepage/family-gathering-desktop.jpg 1x,
./images/homepage/[email protected] 2x,"
media="(min-width: 80em)">
<img src="./images/homepage/family-gathering-desktop.jpg" alt="Family members grabbing food from the table" class="m-event__img -visible" id="familyGatheringImg">
</picture>
<picture class="img">
<source
srcset="./images/homepage/special-events-mobile.jpg 1x,
./images/homepage/[email protected] 2x,"
media="(max-width: 48em)">
<source
srcset="./images/homepage/special-events-tablet.jpg 1x,
./images/homepage/[email protected] 2x,"
media="(min-width: 48em) and (max-width: 80em)">
<source
srcset="./images/homepage/special-events-desktop.jpg 1x,
./images/homepage/[email protected] 2x,"
media="(min-width: 80em)">
<img src="./images/homepage/special-events-desktop.jpg" alt="Smiling family sitting by the table raising their drinks" class="m-event__img" id="specialEventsImg">
</picture>
<picture class="img">
<source
srcset="./images/homepage/social-events-mobile.jpg 1x,
./images/homepage/[email protected] 2x,"
media="(max-width: 48em)">
<source
srcset="./images/homepage/social-events-tablet.jpg 1x,
./images/homepage/[email protected] 2x,"
media="(min-width: 48em) and (max-width: 80em)">
<source
srcset="./images/homepage/social-events-desktop.jpg 1x,
./images/homepage/[email protected] 2x,"
media="(min-width: 80em)">
<img src="./images/homepage/social-events-desktop.jpg" alt="Wine glasses on the table surrounded by people" class="m-event__img" id="socialEventsImg">
</picture>
</div>
<div class="m-events__box">
<div class="m-events__textBox">
<div class="m-events__event">
<h2 class="heading -h2 -black" id="eventHeading">Family Gathering</h2>
<p class="paragraph -black" id="eventText">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>
</div>
</div>
<a href="booking.html" class="a-btnCta -btnBlack">Book a table</a>
<ul class="m-events__nav">
<li class="m-events__item -active">Family Gathering</li>
<li class="m-events__item">Special Events</li>
<li class="m-events__item">Social Events</li>
</ul>
</div>
</section>
<section class="o-reservation">
<h2 class="heading -h2 -white">Ready to make a reservation?</h2>
<a href="booking.html" class="a-btnCta -btnTransparent">Book a table</a>
</section>
<footer class="o-footer -white">
<img src="./images/logo.svg" alt="Dine logo">
<ul class="m-footer__address">
<li>Marthwaite, Sedbergh</li>
<li>Cumbria</li>
<li>+00 44 123 4567</li>
</ul>
<ul class="m-footer__openTimes">
<li>Open Times</li>
<li>Mon - Fri: 09:00 AM - 10:00 PM</li>
<li>Sat - Sun: 09:00 AM - 11:30 PM</li>
</ul>
</footer>
</body>
<script src="script/animation-button.js"></script>
<script src="script/events.js"></script>
</html>