-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
223 lines (188 loc) · 9.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Metadata for Character Set and Viewport -->
<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="shortcut icon" href="Images/Asset 9@4x.png" type="image/x-icon" />
<!-- Page Title and Meta Description -->
<title>Little Lemon Restaurant</title>
<meta name="description" content="The website of the Little Lemon Restaurant, a family-run Mediterranean restaurant located in Chicago, Illinois. Please come and enjoy our wide selection of authentic Mediterranean cuisine!">
<meta name="author" content="Little Lemon Restaurant">
<!-- Open Graph Protocol (OGP) Metadata -->
<meta property="og:title" content="Little Lemon Restaurant" />
<meta property="og:type" content="website" />
<meta property="og:image" content="Images/Asset 16@4x.png" />
<!-- Link to External CSS Stylesheet -->
<link rel="stylesheet" href="styles.css">
<!-- Preconnect to External Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com/">
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin="">
<!-- Link to Google Fonts CSS -->
<link href="https://fonts.googleapis.com/css2?family=Markazi+Text" rel="stylesheet">
</head>
<body class="restore">
<div class="page-loader" style="display: none;"></div>
<!-- Header Element for Logo and Navigation -->
<header>
<img src="Images/Asset 16@4x.png" alt="Little Lemon Logo">
<nav>
<ul class="menu_large">
<li class="menu_item"><a href="#home">Home</a></li>
</li> <!-- Close the menu_item_has_children li tag -->
<li class="menu_item"><a href="#about">About</a></li>
<li class="menu_item menu_item_has_children">
<a href="#menu">Menu</a>
</li> <!-- Close the menu_item_has_children li tag -->
<li class="menu_item menu_item_has_children">
<a href="#book">Book</a>
</ul>
</nav>
</header>
</body>
<!-- Main Element for Main Page Content -->
<main>
<!-- Section 1: Promotion and Ads -->
<section>
<article>
<!-- Promotion and Content -->
<section class="promo_section" id="home">
<!-- Banner with restaurant view image -->
<div class="banner-overlay">
<!-- Add the source for your restaurant view image -->
<img src="Images/Restaurant View.jpg" alt="Little Lemon" />
<div class="overlay">
<!-- Promotion text -->
<h2>
Exclusive Offer!
</h2>
<!-- Promotion details -->
<p class="promo_description">
Enjoy a 30% discount on your favorite dishes this month. Hurry up, and savor the flavors!
</p>
</div>
</div>
</section>
</article>
</section>
<!-- Section 2: Introduction -->
<section class="about_section" id="about">
<div class="section_container"> <!-- Container for the section content -->
<p class="heading_subtitle_gold">Dinner at</p>
<h2>The Lemon Room</h2>
Welcome. This is Little Lemon, based in Chicago, Illinois. Little Lemon is a family-owned Mediterranean restaurant, focused on traditional recipes served with a modern twist. The chefs draw inspiration from Italian, Greek, and Turkish culture and have a menu of 12–15 items that they rotate seasonally. The restaurant has a rustic and relaxed atmosphere with moderate prices, making it a popular place for a meal any time of the day.
</div>
</section>
<!-- Section 3: Menu -->
<section class="menu_section" id="menu">
<div class="section_container"> <!-- Container for the section content -->
<div>
<p class="heading_subtitle_gold">Taste the best</p>
<h2>DISCOVER OUR MENU</h2>
<!-- Swiper Container -->
<div class="menu_swiper swiper">
<div class="menu_container swiper-wrapper">
<!-- Menu Item 1 -->
<article class="swiper-slide menu_item">
<img loading="lazy" src="Images\Falafel.jpg" width="600" height="600" alt="falafel">
<h3>Falafel</h3>
<p class="menu_description">Lorem ipsum, dolor sit amet consectetur adipisicing elit.</p>
<p class="menu_price">$10.60</p>
</article>
<!-- Menu Item 2 -->
<article class="swiper-slide menu_item">
<img loading="lazy" src="Images\Grilled fish.jpg" width="600" height="600" alt="grilled-fish">
<h3>Grilled Fish</h3>
<p class="menu_description">Lorem ipsum, dolor sit amet consectetur adipisicing elit.</p>
<p class="menu_price">$10.60</p>
</article>
<!-- Menu Item 3 -->
<article class="swiper-slide menu_item">
<img loading="lazy" src="Images\Pasta.jpg" width="600" height="600" alt="Pasta">
<h3>Pasta</h3>
<p class="menu_description">Lorem ipsum, dolor sit amet consectetur adipisicing elit.</p>
<p class="menu_price">$5.45</p>
</article>
<!-- Menu Item 4 -->
<article class="swiper-slide menu_item">
<img loading="lazy" src="Images\Burger.jpg" width="600" height="600" alt="Burger">
<h3>Burger</h3>
<p class="menu_description">Lorem ipsum, dolor sit amet consectetur adipisicing elit.</p>
<p class="menu_price">$10.60</p>
</div>
</div>
</div>
</section>
<!-- Section 4: Booking -->
<section class="booking_section" id="book">
<article>
<p class="heading_subtitle_gold">Online Booking</p>
<h2>Reservation</h2>
<p class="heading_more">Curabitur ac nisl molestie, facilisis nibh ac, facilisis ligula. Integer congue malesuada eros congue varius</p>
<!-- Booking Form Container -->
<div class="booking_container">
<div class="booking_form">
<form action="https://www.opentable.com/restaurant-search.aspx" target="_blank">
<!-- Booking Form Fields -->
<div>
<div>
<!-- Partysize Dropdown -->
<select id="people_select" name="partysize">
<option value="1">1 person</option>
<option value="2" selected>2 people</option>
<option value="3">3 people</option>
<option value="4">4 people</option>
<option value="5">5 people</option>
<option value="6">6 people</option>
<option value="7">7 people</option>
<option value="8">8 people</option>
</select>
</div>
<div>
<!-- Date Input -->
<input type="date" id="date" name="startDate" placeholder="Date">
</div>
<div>
<!-- Time Input -->
<input type="time" id="time" name="ResTime" placeholder="Time">
</div>
</div>
<!-- Additional Information for Booking -->
<div>
<label for="special_requests">Special Requests:</label>
<textarea id="special_requests" name="specialRequests" rows="4" placeholder="Any special requests..."></textarea>
</div>
<!-- Submit Button -->
<button type="submit">BOOK</button>
<!-- Hidden Form Inputs -->
<input type="hidden" name="rid" value="1">
<input type="hidden" name="txtDateFormat" value="dd/mm/yyyy">
<input type="hidden" name="restref" value="1">
</form>
</div>
</div>
</article>
</section>
<!-- Footer Element -->
<footer style="display: flex; align-items: center; justify-content: space-between; padding: 20px;">
<!-- Footer Section -->
<footer>
<!-- Footer Logo -->
<img src="Images\Asset 9@4x.png" alt="Little Lemon Logo" width="10%" alt="Footer Logo">
<div>
<!-- Opening Hours Information -->
<h3 class="brand-title">Opening Hours</h3>
<p class="brand-description">
Tuesday-Thursday: 12am-9pm<br>
Friday-Sunday: 12am-11pm<br>
Monday: Closed
</p>
</div>
<!-- Copyright Information -->
<p class="copyright"> © 2024 Little Lemon Restaurant</p>
</footer>
</body>
</html>
</body>
</html>