-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
303 lines (284 loc) · 12.6 KB
/
index.html
File metadata and controls
303 lines (284 loc) · 12.6 KB
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
<!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">
<title>Restaurant</title>
<!-- link css file -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- header section starts -->
<header>
<a href="#" class="logo"><i class="fas fa-utensils"></i>Oldschool</a>
<div id="menu-bar" class="fas fa-bars"></div>
<nav class="navbar">
<a href="#home">home</a>
<a href="#speciality">speciality</a>
<a href="#popular">popular</a>
<a href="#review">review</a>
<a href="#Contact">Contact</a>
<a href="cartpage.html"><i class="fas fa-cart-shopping"></i>Cart<span class="cart">0</span></a>
</nav>
</header>
<!-- home section start -->
<section class="home" id="home">
<div class="content">
<h1 class="heading">One of the best Restaurant</h1>
<p>
The majority of these illustrious eateries use age-old recipes and have architecture and furnishings to match. You can taste a little bit of history without going broke at each of them, despite the fact that there are plenty of old-school.
</p>
<a href="#popular" class="btn"> order now</a>
</div>
<div class="image">
<img src="media/home.jpg" alt="">
</div>
</section>
<!-- speciality section starts -->
<section class="speciality" id="speciality">
<h1 class="heading"> Our <span>Speciality</span></h1>
<div class="box-container">
<div class="box">
<img class="image"src="media/oldschool.jpeg" alt="">
<div class="content">
<img src="media/s-1.png" alt="">
<h3>old school burger</h3>
<p>flame-grilled with our house-made basting and served with lettuce, tomato, onion rings, and fries on a gently toasted bun.</p>
</div>
</div>
<div class="box">
<img class="image"src="media/classicpizza.jpg" alt="">
<div class="content">
<img src="media/s-2.png" alt="">
<h3>classic pizza</h3>
<p>Anchovies, ground beef, chicken, ham, mushrooms, olives, onions, peppers, pineapple, salami, sausage, spinach, steak,tomatoes.</p>
</div>
</div>
<div class="box">
<img class="image"src="media/sundae.jpg" alt="">
<div class="content">
<img src="media/s-3.png" alt="">
<h3>sunday ice-cream</h3>
<p> ice cream covered with sauce or syrup and, in some cases, other toppings like sprinkles, whipped cream, marshmallows</p>
</div>
</div>
<div class="box">
<img class="image"src="media/colddrink2.jpg" alt="">
<div class="content">
<img src="media/s-4.png" alt="">
<h3>cold drink</h3>
<p>any cold drinks of your choices</p>
</div>
</div>
<div class="box">
<img class="image"src="media/dessert.jpg" alt="">
<div class="content">
<img src="media/s-5.png" alt="">
<h3>sweety dessert</h3>
<p> sweet dish like ice cream, cookies, or cakes. Fruit and cheese, including Brie cheese</p>
</div>
</div>
<div class="box">
<img class="image"src="media/breaksfast.jpg" alt="">
<div class="content">
<img src="media/s-6.png" alt="">
<h3>amazing breaksfast</h3>
<p>Fried eggs, sausages, back bacon, tomatoes, mushrooms, fried bread, and occasionally a slice of white make up the full English breakfast.</p>
</div>
</div>
</div>
</section>
<!-- popular section starts -->
<section class="popular" id="popular">
<h1 class="heading"> Most <span>popular</span> foods</h1>
<div class="box-container">
<div class="box">
<img src="media/oldschool2.jpg" alt="">
<h3>oldschool burger</h3>
<div class="stars">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<span class="price">R75</span>
<a href="#popular" class="add-cart cart1"> Add to cart</a>
</div>
<div class="box">
<img src="media/classicpizza2.jpg" alt="">
<h3>classic pizza</h3>
<div class="stars">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<span class="price">R75</span>
<a href="#popular" class="add-cart cart2"> Add to cart</a>
</div>
<div class="box">
<img src="media/sundae2.jpg" alt="">
<h3>sunday ice-cream</h3>
<div class="stars">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<span class="price">R40</span>
<a href="#popular" class="add-cart cart3"> Add to cart</a>
</div><div class="box">
<img src="media/colddrink.jpg" alt="">
<h3>Cold Drink</h3>
<div class="stars">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<span class="price">R25</span>
<a href="#popular" class="add-cart cart4"> Add to cart</a>
</div><div class="box">
<img src="media/dessert2.jpg" alt="">
<h3>sweety dessert</h3>
<div class="stars">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<span class="price">R30</span>
<a href="#popular" class="add-cart cart5"> Add to cart</a>
</div><div class="box">
<img src="media/breaksfast2.jpg" alt="">
<h3>amazing breaksfast</h3>
<div class="stars">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<span class="price">R35</span>
<a href="#popular" class="add-cart cart6"> Add to cart</a>
</div>
</div>
</section>
<!-- steps section starts -->
<section class="steps">
<div class="box">
<img src="media/step-1.jpg" alt="">
<h3>choose your favorite food</h3>
</div>
<div class="box">
<img src="media/step-2.jpg" alt="">
<h3>free and fast devlivery</h3>
</div>
<div class="box">
<img src="media/step-3.jpg" alt="">
<h3>easy payments methods</h3>
</div>
<div class="box">
<img src="media/step-4.jpg" alt="">
<h3>and finally, enjoy your food</h3>
</div>
</section>
<!-- review section start -->
<section class="review" id="review">
<h1 class="heading">Our customers <span>reviews</span></h1>
<div class="box-container">
<div class="box">
<img src="media/ross.jpg" alt="">
<h3>Jason Ross</h3>
<div class="stars">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<p> i enjoyed this food from this Restaurant and i give them 5 stars and i would share this Restaurant with friends and familys</p>
</div>
<div class="box">
<img src="media/lee.jpg" alt="">
<h3>Jamie lee</h3>
<div class="stars">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<p> i enjoyed this food from this Restaurant and i would share this Restaurant with friends and familys</p>
</div>
</div>
</section>
<!-- order section starts -->
<sectin class="order" id="Contact">
<h1 class="heading"><span>Contact</span> us</h1>
<div class="row">
<div class="image">
<img src="media/order-img.jpg" alt="">
</div>
<form action="">
<div class="inputBox">
<input type="text" placeholder="name">
<input type="email" placeholder="email">
</div>
<textarea placeholder="address" name="" id="" cols="30" rows="10"></textarea>
<input type="submit" value="Contact Me" class="btn">
</form>
</div>
</section>
<!-- footer start -->
<div class="main_footer">
<div class="share">
<a href="https://www.facebook.com/profile.php?id=100088728997720" class="btn">Facebook</a>
<a href="https://www.instagram.com/oldschool_restaurant/" class="btn">Instagram</a>
<a href="https://wa.me/27716467174" class="btn">Whatsapp</a>
</div>
<div class="ro1">
<div class="col-lg-7 ">
<div class="content">
<h3>Address</h3>
<address>
83 Rivonia Rd, Sandhurst <br>
sandton, Gauteng <br>
tel: 0716467174 <br>
email: jjthebestmanmode@gmail.com <br>
</address>
</div>
</div>
<div class=" col-lg-5 " >
<h3>Trading hours</h3>
<ul class="trading-hours">
<li>Mon-Thru: 08:00am to 21:00pm</li>
<li>friday: 08:00am to 23:00pm</li>
<li>sat-sun: 09:00am to 21:00pm</li>
<li>public holidays: 10:00am to 21:00pm</li>
</ul>
</div>
</div>
<div class="center">
<h1 class="credit"> Copyright © 2022 <br> created by <span>Mr.Jason</span> | all right reserved!</h1>
</div>
</div>
<!-- scroll top button -->
<a href="#home" class="fas fa-angle-up" id="scroll-top" ></a>
<!-- loader start -->
<div class="loader-container">
<img src="media/loader.gif" alt="">
</div>
<!-- link js file -->
<script src="js/app.js"></script>
<script src="js/cart.js"></script>
<script src="js/loader.js"></script>
</body>
</html>