-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
462 lines (289 loc) · 14.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<script src="jawa.js"></script>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>hakathon</title>
</head>
<style>
.hh:hover{
cursor: pointer;
}
header{
position: fixed;
}
nav{
background-color: rgb(178, 157, 157);
color: white;
}
</style>
<!-- nav start -->
<header class="p-3 text-bg-dark fixed-top" style="background-color: black;">
<div class="container">
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
<a href="/" class="d-flex align-items-center mb-2 mb-lg-0 text-white text-decoration-none">
<img class="logo" src="https://images-beta.tossdown.com/site/65b73fb7-2706-4440-87b9-9555fcd0ba80.webp" wialt="150" height="50">
</a>
<ul class="nav col-12 col-lg-auto mx-lg-auto mb-2 justify-content-center mb-md-0">
<li><a href="#" class="nav-link px-2 root">Home</a></li>
<li><a href="#" class="nav-link px-2 root">Features</a></li>
<li><a href="#" class="nav-link px-2 root">Pricing</a></li>
<li><a href="#" class="nav-link px-2 root">FAQs</a></li>
<li><a href="#" class="nav-link px-2 root">About</a></li>
</ul>
<div class="text-end">
<button type="button" class="btn btn-outline-light mx-2">Login</button>
<button type="button" class="btn btn-outline-light mx-2">Order Online</button>
</div>
</div>
</div>
</header>
<br><br><br>
<!-- cerosel start -->
<div id="carouselExample" class="carousel slide">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://static.tossdown.com/images/ac51af11-090c-49e8-9296-472de72fc5cb.webp" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://static.tossdown.com/images/cb3c2d22-7957-4c35-a140-367b8464f7a3.webp" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="https://static.tossdown.com/images/d47575d1-42d9-43f7-84b2-f11adea5f8eb.webp" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExample" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExample" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- cerosel end -->
<div style="background-color: black; width: 100%;
height: 450px;">
<h1 style="font-size: 45px; text-align: center; color: white; padding-top: 20px;"> Welcome to <span style="font-weight: bolder
;">Salt'n Pepper</span>
</h1>
<p style="text-align: center; color: white; font-size: 35px;">
Restaurants! Our Brands
</p>
<p style="text-align:center; color: white;">
Please click our brands below for further information, reservations or to order online!
</p>
<div style="display: flex; flex-direction: row; justify-content: center;">
<img src="https://static.tossdown.com/site/8a66dd76-03d2-4b71-8d03-cf045f0248a7.webp" alt="" width="280" style="background-color: white; margin-left: 20px;">
<img src="https://static.tossdown.com/site/9d9cb355-ac8c-404e-a608-c28242343cd1.webp" alt="" width="280"
style="background-color: white; margin-left: 20px;">
<img src="https://static.tossdown.com/site/f9238d0e-7c34-4139-a081-c57b7713628e.webp" alt="" width="280"
style="background-color: white; margin-left: 20px; display: block;">
</div>
<br><div style="display: flex; flex-direction: row; justify-content: center;" class="hh">
<img src="photo .png" alt="">
</div>
</div>
<div style="background-color:#0F0F0F; width: 100%; height: 1150PX; background-image: url(https://images-beta.tossdown.com/site/bb1bd702-431a-4f3a-a0ca-c5966a1f7985.webp); background-repeat: no-repeat; background-position-x: right; ">
<H1 style="font-weight: bolder; text-align: center; color: white; font-size: 56px; padding-top: 20px;">Salt'n Pepper
</H1>
<H1 style="; text-align: center; color: white; font-size: 56px; ">Restaurant Franchises
</H1>
<p style="text-align: center; color: white; font-size: 20px;">
Each of our franchises are individually managed. For further details, kindly contact them directly.
</p>
<table style="display: flex; flex-direction: row; justify-content:center ;">
<tr>
<td>
<div>
<p style="color: red; margin-left: 20px;">
I S L A M A B A D
</p>
<span style="font-weight: bolder; font-size: 25px; display: inline; color: white ; margin-left: 20px;">Salt'n Pepper
</span>
<h2 style="color: white; font-weight: lighter; margin-left: 20px;">Restaurant</h2>
<br>
<img src="local .png" alt="">
<br>
<img src="kmkmk.png" alt="">
</div>
</td>
<td style="margin-left: 30px;">
<img src="https://images-beta.tossdown.com/site/7aba8915-02ed-46ee-bd96-1063abe072fa.webp" alt="">
</td>
</tr>
<tr>
<td style="margin-left: 30px;">
<img src="https://images-beta.tossdown.com/site/11771dbf-36a1-4684-a55e-18af61e0f77c.webp" alt="">
</td>
<td>
<div>
<p style="color: red; margin-left: 20px;">
I S L A M A B A D
</p>
<span style="font-weight: bolder; font-size: 25px; display: inline; color: white ; margin-left: 20px;">Salt'n Pepper
</span>
<h2 style="color: white; font-weight: lighter; margin-left: 20px;">Restaurant</h2>
<br>
<img src="local .png" alt="">
<br>
<img src="kmkmk.png" alt="">
</div>
</td>
</tr>
<tr>
<td>
<div>
<p style="color: red; margin-left: 20px;">
I S L A M A B A D
</p>
<span style="font-weight: bolder; font-size: 25px; display: inline; color: white ; margin-left: 20px;">Salt'n Pepper
</span>
<h2 style="color: white; font-weight: lighter; margin-left: 20px;">Restaurant</h2>
<br>
<img src="local .png" alt="">
<br>
<img src="kmkmk.png" alt="">
</div>
</td>
<td style="margin-left: 30px;">
<img src="https://images-beta.tossdown.com/site/11771dbf-36a1-4684-a55e-18af61e0f77c.webp" alt="">
</td>
</tr>
</table>
</div>
<div style="width: 100%; height: 800px; background-color: #000000; background-image: url();">
<h1 style="font-weight: bolder; text-align: center; color: white; padding-top: 20px;">Salt'n Pepper
</h1>
<h1 style=" text-align: center; color: white; padding-top: 20px;">Express Franchises
</h1>
<table style="display: flex; flex-direction: row; justify-content: center ;">
<tr>
<td>
<img src="https://images-beta.tossdown.com/site/baaaf1e6-1c6a-464b-9ba6-58577855f10d.webp" alt="" width="350"><div>
<p style="color: red; margin-left: 20px;">PACKAGES MALL
</p>
<span style="font-weight: bolder; color: white; margin-left: 20px;">Salt'n Pepper Express
</span>
<br>
<img src="rhrh.png" alt="">
</div>
</td>
<td style="margin-left: 20px;">
<img src="https://images-beta.tossdown.com/site/baaaf1e6-1c6a-464b-9ba6-58577855f10d.webp" alt="" width="350"><div>
<p style="color: red; margin-left: 20px;">PACKAGES MALL
</p>
<span style="font-weight: bolder; color: white; margin-left: 20px;">Salt'n Pepper Express
</span>
<br>
<img src="rhrh.png" alt="">
</div>
</td>
<td >
<img src="https://images-beta.tossdown.com/site/baaaf1e6-1c6a-464b-9ba6-58577855f10d.webp" alt="" width="350"><div>
<p style="color: red; margin-left: 20px;">PACKAGES MALL
</p>
<span style="font-weight: bolder; color: white; margin-left: 20px;">Salt'n Pepper Express
</span>
<br>
<img src="rhrh.png" alt="">
</div>
</td>
</tr>
</table>
</div>
<!-- /* footer*/ -->
<footer class="footer" style="background-color: #0F0F0F;">
<hr><br><br>
<table id="one-table">
<tbody>
<tr>
<td class="toptd">
<img src="https://images-beta.tossdown.com/site/65b73fb7-2706-4440-87b9-9555fcd0ba80.webp" width="200" height="100" alt="">
<p class="paraone" style="color: white;">When it comes to Kam Kaj, the object of the word 'Kam' reflects our motive to add value to our customers' lives by providing all the essential services in their day-to-day lives. On the other hand, the word 'Kaj' highlights our motive to reduce unemployment in Pakistan by hiring in-house staff whom we train in any given skills.</p>
</div>
</td>
<td>
<div class="footer-headings">
<h2 class="secondh2" style="color: white;">Site Links</h2>
<ul class="ulone" style="color: white;">
<li class="lione" >Home</li>
<li class="lione" >About us</li>
<li class="lione" >Publications</li>
<li class="lione" >Ge a Franchise</li>
<li class="lione" >Feedback</li>
</ul>
</div>
</td>
<td>
<div class="footer-headings">
<h2 class="secondh2" style="color: white;">Company</h2>
<ul style="margin-left: 90px; color: white;">
<li class="lione">Blog</li>
<li class="lione">About us</li>
<li class="lione">Careers</li>
<li class="lione">Press</li>
<li class="lione">Videos</li>
</ul>
</div>
</td>
<td>
<div class="footer-headings">
<h2 class="secondh2" style="color: white;">Company</h2>
<ul style="margin-left: 90px; color: white;">
<li class="lione">Blog</li>
<li class="lione">About us</li>
<li class="lione">Careers</li>
<li class="lione">Press</li>
<li class="lione">Videos</li>
</ul>
</div>
</td>
</tr>
</tbody>
</table>
<br>
<td>
<div id="follow">
<table>
<tbody>
<tr>
<td>
<p class="para3" style="color: white;"><b>Follow Us
</b></p><i class="fa-brands fa-facebook ilk" aria-hidden="true"></i>
<i class="fa-brands fa-square-instagram ilk" aria-hidden="true"></i>
<i class="fa-brands fa-youtube ilk" aria-hidden="true"></i>
<i class="fa-brands fa-pinterest ilk" aria-hidden="true"></i>
<i class="fa-brands fa-twitter ilk" aria-hidden="true"></i>
</td>
</tr>
<tr>
<td>
<p class="para3" style="color: white;"><b>Mobile App
</b>
</p>
<i class="fa-brands fa-apple ilk" aria-hidden="true"></i>
<i class="fa-brands fa-android ilk" aria-hidden="true"></i>
</td>
</tr>
</tbody>
</table>
<hr>
</div>
<center><p class="para2" style="color: white;">
Copyright © 2017 - 2024 Kam Kaj. Kam Kaj logo and related marks are registered Trademarks</p></center>
</footer>
<!-- end -->
<!-- bootstap header link -->
<body>
<!-- bootstrap footer -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.min.js" integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>