-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
501 lines (431 loc) · 15 KB
/
Copy pathindex.html
File metadata and controls
501 lines (431 loc) · 15 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Salt & Pepper Web Assignment</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="assets/style/style.css" />
<link rel="stylesheet" href="assets/style/utility.css" />
</head>
<body class="bg-dark">
<!-- Navbar Started -->
<header id="navbar" class="d-flex justify-between align-center wrap">
<div class="logo">
<img id="main-logo" src="./assets/images/65b73fb7-2706-4440-87b9-9555fcd0ba80 (2).webp" alt="logo" />
</div>
<div class="nav">
<nav id="navbar-items" class="d-flex justify-center align-center wrap">
<a class="nav-link" href="#">Home</a>
<a class="nav-link" href="#">About</a>
<a class="nav-link" href="#">Publication</a>
<a class="nav-link" href="#">Feedback</a>
<button id="franchise" class="rounded">Get a Franchise</button>
<button id="onder-online" class="rounded">
Onder Online
<span class="bg-light rounded" id="btn-icon">
<i class="fa-solid fa-arrow-right" id="red"></i></span>
</button>
</nav>
</div>
</header>
<!-- Navbar Ended -->
<main>
<!-- Carousal Area Started -->
<div>
<img width="100%" src="./assets/images/hero1.webp" alt="benner1" />
</div>
<!-- Carousal Area Ended -->
<!-- Welcome Area Started -->
<div class="mt-4">
<h1 class="center">
Welcome to <span class="bold">Salt'n Pepper</span><br />
Restaurants! Our Brands
</h1>
<p class="center mt-2 text-gray">
Please click our brands below for further information, reservations or
to order online!
</p>
</div>
<div id="children-images" class="d-flex justify-center mt-4">
<div class="center">
<div class="bg-light rounded-sm">
<img src="./assets/images/welcome area3.webp" alt="img child1" />
</div>
<button id="franchise" class="rounded mt-3 center">Oder Now</button>
</div>
<div class="center">
<div class="bg-light rounded-sm">
<img src="./assets/images/welcome area2.webp" alt="img child1" />
</div>
<button id="franchise" class="rounded mt-3 center">Oder Now</button>
</div>
<div class="center">
<div class="bg-light rounded-sm">
<img src="./assets/images/welcome area1.webp" alt="img child1" />
</div>
<button id="franchise" class="rounded mt-3 center">
Reserve a Table
</button>
</div>
</div>
<!-- Welcome Area Ended -->
<!-- Restaurants Area Started -->
<!-- ......... -->
<div class="mt-5">
<h1 class="center">
<span class="bold">Salt'n Pepper</span><br />
Restaurant Franchises
</h1>
<p class="center mt-2 text-gray">
Each of our franchises are individually managed. For further details,
kindly contact them directly
</p>
</div>
<!-- ........ -->
<div id="Restaurants" class="d-flex justify-center mt-5">
<div>
<div>
<h3 id="red">ISLAMABAD</h3>
<h2><span class="bold">Salt'n Pepper</span> Restaurant</h2>
</div>
<p class="mt-2">
Plot# 55, Shabbir Plaza, Blue Area, F-6, Islamabad Ph: 051-2604904-6
</p>
<button id="franchise" class="rounded mt-5">
Get Directions
<span class="bg-light rounded" id="btn-icon">
<i class="fa-solid fa-arrow-right" id="red"></i></span>
</button>
</div>
<div>
<img src="./assets/images/resturant img1.webp" alt="Restaurant img1" />
</div>
</div>
<!-- ....... -->
<div id="Restaurants" class="d-flex justify-center mt-5">
<div>
<img src="./assets/images/resturant img2.webp" alt="Restaurant img2" />
</div>
<div>
<div>
<h3 id="red">FAISALABAD</h3>
<h2><span class="bold">Salt'n Pepper</span> Restaurant</h2>
</div>
<p class="mt-2">4-Kohinoor City, Faisalabad Ph: 041-8711404</p>
<button id="franchise" class="rounded mt-5">
Get Directions
<span class="bg-light rounded" id="btn-icon">
<i class="fa-solid fa-arrow-right" id="red"></i></span>
</button>
</div>
</div>
<!-- ......... -->
<div id="Restaurants" class="d-flex justify-center mt-5">
<div>
<div>
<h3 id="red">BAHAWALPUR</h3>
<h2><span class="bold">Salt'n Pepper</span> Restaurant</h2>
</div>
<p class="mt-2">
D.C Chowk, opposite Commissioner House, Bahawalpur Ph: 062-2740271-2
</p>
<button id="franchise" class="rounded mt-5">
Get Directions
<span class="bg-light rounded" id="btn-icon">
<i class="fa-solid fa-arrow-right" id="red"></i></span>
</button>
</div>
<div>
<img src="./assets/images/resturant img3.webp" alt="Restaurant img3" />
</div>
</div>
<!-- ....... -->
<!-- Restaurants Area Ended -->
<!-- Express Area Started -->
<!-- .......... -->
<div class="mt-5">
<h1 class="center">
<span class="bold">Salt'n Pepper</span><br />
Express Franchises
</h1>
</div>
<!-- ......... first row start-->
<div id="Express" class="d-flex justify-evenly mt-5 ms-1 me-1">
<div class="parrent">
<div>
<img class="img-express" src="./assets/images/Express Area 1.webp" alt="" />
</div>
<div>
<h3 id="red">PACKAGES MALL</h3>
<h2>Salt'n Pepper Express</h2>
<p>First Floor Packages Mall Ph: 0333-031053</p>
</div>
<div>
<button id="franchise" class="rounded mt-4">
Get Directions
<span class="bg-light rounded" id="btn-icon"><i class="fa-solid fa-arrow-right" id="red"></i></span>
</button>
</div>
</div>
<!-- ........... -->
<div class="parrent">
<div>
<img class="img-express" src="./assets/images/express img2.webp" alt="" />
</div>
<div>
<h3 id="red">EMPORIUM MALL</h3>
<h2>Salt'n Pepper Express</h2>
<p>First Floor Packages Mall Ph: 0333-031053</p>
</div>
<div>
<button id="franchise" class="rounded mt-4">
Get Directions
<span class="bg-light rounded" id="btn-icon"><i class="fa-solid fa-arrow-right" id="red"></i></span>
</button>
</div>
</div>
<!-- ......... -->
<div class="parrent">
<div>
<img class="img-express" src="./assets/images/express img3.webp" alt="" />
</div>
<div>
<h3 id="red">GUJRANWALA</h3>
<h2>Salt'n Pepper Express</h2>
<p>First Floor Packages Mall Ph: 0333-031053</p>
</div>
<div>
<button id="franchise" class="rounded mt-4">
Get Directions
<span class="bg-light rounded" id="btn-icon"><i class="fa-solid fa-arrow-right" id="red"></i></span>
</button>
</div>
</div>
</div>
<!-- .............first row end -->
<!-- .............second row started -->
<!-- ......... -->
<div id="Express" class="d-flex justify-evenly mt-5 ms-1 me-1">
<div class="parrent">
<div>
<img class="img-express" src="./assets/images/0df39a08-2dca-4998-adda-4ca66b1132cb.webp" alt="" />
</div>
<div>
<h3 id="red">PACKAGES MALL</h3>
<h2>Salt'n Pepper Express</h2>
<p>First Floor Packages Mall Ph: 0333-031053</p>
</div>
<div>
<button id="franchise" class="rounded mt-4">
Get Directions
<span class="bg-light rounded" id="btn-icon"><i class="fa-solid fa-arrow-right" id="red"></i></span>
</button>
</div>
</div>
<!-- ........... -->
<div class="parrent">
<div>
<img class="img-express" src="./assets/images/0f3ddba0-18a0-450e-af77-188aeb795934.webp" alt="" />
</div>
<div>
<h3 id="red">EMPORIUM MALL</h3>
<h2>Salt'n Pepper Express</h2>
<p>First Floor Packages Mall Ph: 0333-031053</p>
</div>
<div>
<button id="franchise" class="rounded mt-4">
Get Directions
<span class="bg-light rounded" id="btn-icon"><i class="fa-solid fa-arrow-right" id="red"></i></span>
</button>
</div>
</div>
<!-- ......... -->
<div class="parrent">
<div>
<img class="img-express" src="./assets/images/171bb884-f60a-4d94-a0b9-78204522564e.webp" alt="" />
</div>
<div>
<h3 id="red">GUJRANWALA</h3>
<h2>Salt'n Pepper Express</h2>
<p>First Floor Packages Mall Ph: 0333-031053</p>
</div>
<div>
<button id="franchise" class="rounded mt-4">
Get Directions
<span class="bg-light rounded" id="btn-icon"><i class="fa-solid fa-arrow-right" id="red"></i></span>
</button>
</div>
</div>
</div>
<!-- .............second row ended -->
<!-- .............thrid row started -->
<!-- ......... -->
<div id="Express" class="d-flex justify-evenly mt-5 ms-1 me-1">
<div class="parrent">
<div>
<img class="img-express" src="./assets/images/31b37f0c-5936-4232-a55e-8042c2656526.webp" alt="" />
</div>
<div>
<h3 id="red">PACKAGES MALL</h3>
<h2>Salt'n Pepper Express</h2>
<p>First Floor Packages Mall Ph: 0333-031053</p>
</div>
<div>
<button id="franchise" class="rounded mt-4">
Get Directions
<span class="bg-light rounded" id="btn-icon"><i class="fa-solid fa-arrow-right" id="red"></i></span>
</button>
</div>
</div>
<!-- ........... -->
<div class="parrent">
<div>
<img class="img-express" src="./assets/images/a860f757-114b-4453-ba86-f7b24dc0f24e.webp" alt="" />
</div>
<div>
<h3 id="red">EMPORIUM MALL</h3>
<h2>Salt'n Pepper Express</h2>
<p>First Floor Packages Mall Ph: 0333-031053</p>
</div>
<div>
<button id="franchise" class="rounded mt-4">
Get Directions
<span class="bg-light rounded" id="btn-icon"><i class="fa-solid fa-arrow-right" id="red"></i></span>
</button>
</div>
</div>
<!-- ......... -->
<div class="parrent">
<div>
<img class="img-express" src="./assets/images/2b5877b5-ca49-4161-a30e-752ddce91595.webp" alt="" />
</div>
<div>
<h3 id="red">GUJRANWALA</h3>
<h2>Salt'n Pepper Express</h2>
<p>First Floor Packages Mall Ph: 0333-031053</p>
</div>
<div>
<button id="franchise" class="rounded mt-4">
Get Directions
<span class="bg-light rounded" id="btn-icon"><i class="fa-solid fa-arrow-right" id="red"></i></span>
</button>
</div>
</div>
</div>
<!-- .............thrid row ended -->
<!-- Express Area Ended -->
</main>
<footer>
<!-- Footer Area Started -->
<!-- <div id="footer" >
<div class="d-flex justify-around wrap" >
<div>
<img id="main-logo" src="./assets/images/65b73fb7-2706-4440-87b9-9555fcd0ba80 (2).webp" alt="logo" />
<p>
The Salt’n Pepper Restaurants are an example of gracious dinning, outstanding service, extraordinary classic
and contemporary cuisine. The restaurants have become the ultimate dinning destinations in Lahore. From
family
occasions to business dinner and moments of the heart, this place is where unforgettable memories are made.
</p>
<ul>
<li>
<a href="#">Terms & conditions</a>
<a href="#"> Privacy policy</a>
</li>
</ul>
</div>
.............
<div>
<h4>Site Links</h4>
<ul>
<li>Home</li>
<li>About Us</li>
<li>
Publications</li>
<li>Feedback</li>
</ul>
</div>
<div>
<h4>Site Links</h4>
<ul>
<li>Home</li>
<li>About Us</li>
<li>
Publications</li>
<li>Feedback</li>
</ul>
</div> -->
<!-- </div>
</div> -->
<!-- Footer Area ended -->
<div class="d-flex justify-around wrap">
<div id="col1">
<div>
<img src="./assets/images/65b73fb7-2706-4440-87b9-9555fcd0ba80 (2).webp" alt="logo">
</div>
<div>
<p>
The Salt’n Pepper Restaurants are an example of gracious dinning, outstanding service, extraordinary classic
and contemporary cuisine. The restaurants have become the ultimate dinning destinations in Lahore. From
family occasions to business dinner and moments of the heart, this place is where unforgettable memories are
made.
</p>
</div>
<div>
<ul>
<li><a href="#">Terms & conditions</a></li>
<li><a href="#"> Privacy policy</a></li>
</ul>
</div>
</div>
<div id="col2">
<div>
<h3>Site Links</h3>
</div>
<div>
<ul>
<li>Home</li>
<li>About Us</li>
<li>Publications</li>
<li>Publications</li>
<li>Get a Franchise</li>
<li>Feedback</li>
</ul>
</div>
</div>
<div>
<h3 id="col3">Contact Us</h3>
</div>
<div>
<ul>
<li><a href="#">+92 42 358 509 31 (Head Office)</a></li>
<li><a href="#"> +92 42 358 509 30 (Head Office)</a></li>
<li><a href="#"> +92 42 111 100 678 (Delivery)</a></li>
<li><a href="#"> +92 03 111 444 610 (Delivery)</a></li>
<li><a href="#"> snpfood@brain.net.pk</a></li>
<li><a>23-Usman Block, New GardenTown, Lahore, Pakistan</a></li>
</ul>
</div>
</div>
<div id="col4">
<div>
<h3>Follow Us</h3>
</div>
<div>
<li><a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="#"><i class="fa-brands fa-square-instagram"></i></i></a>
<a href="#"><i class="fa-brands fa-square-twitter"></i></i></a>
</li>
</div>
<div>
<li><a href="#"><img src="./assets/images/app store.webp" alt="app store"></a></li>
<li><a href="#"><img src="./assets/images/google store.webp" alt="google store"></a></li>
</div>
</div>
</div>
</footer>
</body>
</html>