-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
603 lines (496 loc) · 24.3 KB
/
home.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
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
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project items</title>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<script src="https://use.fontawesome.com/73b73e5cb9.js"></script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<script src="./css/js/js.js"></script>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container-fluid">
<header class="position-relative">
<div class="container-fluid main-header">
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<img src="images/fork.png" class="ml-5" alt="logo-img" height="50px">
<a class="navbar-brand mr-5" href="#">TOMATO</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto mx-5">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="home.html" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
HOME
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="home.html">home</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
MENU
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="menu.html">Menu</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
RESERVATION
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="RESERVATION.html">RESERVATION</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
RECIPE
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="items.html">RECIPE</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
PAGES
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="home.html">pages</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
PLOG
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="home.html">PLOG</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
SHOP
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="home.html">SHOP</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">CONTACT</a>
</li>
</ul>
</div>
</nav>
<div class="row">
<div class="col-md-6 col-sm-12 offset-3 text-center">
<h1 class="text-uppercase font-weight-bolder">Home</h1>
</div>
</div>
</header>
<section class="restaurant container pt-3 ">
<h1 class="text-center my-1 font-weight-bold pt-5 pt-2">the Restautrant</h1>
<p class="text-center py-3">alittle about us anf a breif history of how we start</p>
<div class="row">
<div class="col-md-5">
<img src="./images/meal3.jpg" class="w-45">
<img src="./images/meal2.jpg" class="w-45">
<img src="./images/meal6.jpg" class="w-99 mt-1">
</div>
<div class="col-md-7 p-3 pl-5">
Lorem Ipsum is simply dummy text of
the printing and typesetting industry.
Lorem Ipsum has been the industry's standard
dummy text ever since the 1500s, when an<br> unknown
printer took a galley of type and scrambled it to make
a type specimen book. It has survived not only five centuries,
but also the leap into electronic typesetting, remaining essentially
unchanged.<br>
It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop
publishing software
like Aldus PageMaker including versions of Lorem Ipsum<br>
It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop
publishing software
like Aldus PageMaker including versions of Lorem Ipsum
</div>
</div>
</section>
<section class="slide pb-5 pt-1" id="theSlid">
<div class="container pt-4">
<h1 class="text-center font-weight-bold pt-5">Today special </h1>
<p class="text-center py-2 mb-2">alittle about us anf a breif history of how we start</p>
<!-- carsoul -->
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-md-6">
<img class="d-block w-100" src="./images/bg2.png" alt="First slide">
</div>
<div class="col-md-6">
<p>
when an unknown printer took a galley of type and
scrambled it to make a type specimen book. It has survived not only five
centuries, but also the leap into electronic typesetting, remaining essentially
unchanged. It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop
Lorem Ipsum has been the industry's standard dummy
text ever since the 1500s, when an unknown printer took a galley of type and
scrambled it to make a type specimen book. It has survived not only five
centuries, but also the leap into electronic typesetting, remaining essentially
unchanged. It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop
publishing software like Aldus PageMaker including versions of Lorem Ipsum</p>
<button class="btn "> order Now</button>
<button class="btn ">add to cart</button>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-md-6">
<img class="d-block w-100" src="./images/bg2.png" alt="First slide">
</div>
<div class="col-md-6">
<p>
but also the leap into electronic typesetting, remaining essentially
unchanged. It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop
Lorem Ipsum has been the industry's standard dummy
text ever since the 1500s, when an unknown printer took a galley of type and
scrambled it to make a type specimen book. It has survived not only five
centuries, but also the leap into electronic typesetting, remaining essentially
unchanged. It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop
publishing software like Aldus PageMaker including versions of Lorem Ipsum</p>
<button class="btn "> order Now</button>
<button class="btn ">add to cart</button>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-md-6">
<img class="d-block w-100" src="./images/bg2.png" alt="First slide">
</div>
<div class="col-md-6">
<p>
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's standard dummy
text ever since the 1500s, when an unknown printer took a galley of type and
scrambled it to make a type specimen book. It has survived not only five
centuries, but also the leap into electronic typesetting, remaining essentially
unchanged. It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop
Lorem Ipsum has been the industry's standard dummy
text ever since the 1500s, when an unknown printer took a galley of type and
scrambled it to make a type specimen book. It has survived not only five
centuries, but also the leap into electronic typesetting, remaining essentially
unchanged. It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop
publishing software like Aldus PageMaker including versions of Lorem Ipsum</p>
<button class="btn "> order Now</button>
<button class="btn ">add to cart</button>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<section class="reservations pt-0">
<h1 class="text-center"> RESERVATIONS</h1>
<P class="text-center my-3 mb-5">A book table online. leads wiil reach on your mail</P>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="form-group row">
<div class="col-10">
<label>Pick Time</label>
<input class="form-control" type="datetime-local" value="2011-08-19T13:45:00"
id="example-datetime-local-input">
</div>
</div>
</div>
<div class="col-md-4">
<div class="form-group row">
<div class="col-10">
<label>Pick Time</label>
<input class="form-control" type="text" placeholder="Full Name">
</div>
</div>
</div>
<div class="col-md-4">
<div class="form-group row">
<div class="col-10">
<label>Pick Time</label>
<input class="form-control" type="datetime-local" id="example-datetime-local-input">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="form-group row">
<div class="col-10">
<label>Pick Time</label>
<input class="form-control" type="datetime-local" value="2011-08-19T13:45:00"
id="example-datetime-local-input">
</div>
</div>
</div>
<div class="col-md-4">
<div class="form-group row">
<div class="col-10">
<label>Pick Time</label>
<input class="form-control" type="text" placeholder="Full Name">
</div>
</div>
</div>
<div class="col-md-4">
<div class="form-group row">
<div class="col-10">
<label>Pick Time</label>
<input class="form-control" type="datetime-local" id="example-datetime-local-input">
</div>
</div>
</div>
</div>
<div class="row py-3">
<div class="col-md-12 text-center mt-2">
<button class="btn btn-warning btn-lg py-2 myt-3">Make reservations</button>
</div>
<div class="col-md-12 text-center mt-2">
<p>You can make reservaton call +223432423423</p>
</div>
</div>
</div>
</section>
<section class="features">
<div class="container">
<h1 class="text-center py-3 font-weight-bold text-light py-3 my-3 pt-5 py-5">our feature</h1>
<div class="row">
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="./images/meal5.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">serving with love</h5>
<p class="card-text"> It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop
publishing software and more recently with desktop
publishing software</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="./images/meal5.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">serving with love</h5>
<p class="card-text"> It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop
publishing software and more recently with desktop
publishing software</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="./images/meal6.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">serving with love</h5>
<p class="card-text"> It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop
publishing software and more recently with desktop
publishing software</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="menu pt-5">
<h1 class="text-center">Our menu</h1>
<div class="row container m-auto">
<div class="col-md-12">
<ul class="nav nav-pills mb-3 m-auto py-3 f-flex justify-content-center" id="pills-tab" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="pills-home-tab" data-toggle="pill" href="#pills-home" role="tab"
aria-controls="pills-home" aria-selected="true">All</a>
</li>
<li class="nav-item">
<a class="nav-link" id="pills-profile-tab" data-toggle="pill" href="#pills-profile" role="tab"
aria-controls="pills-profile" aria-selected="false">STARTERS</a>
</li>
<li class="nav-item">
<a class="nav-link" id="pills-contact-tab" data-toggle="pill" href="#pills-contact" role="tab"
aria-controls="pills-contact" aria-selected="false">BREAKFAST</a>
</li>
<li class="nav-item">
<a class="nav-link" id="pills-contact-tab" data-toggle="pill" href="#pills-contact" role="tab"
aria-controls="pills-contact" aria-selected="false">LUNCH</a>
</li>
<li class="nav-item">
<a class="nav-link" id="pills-contact-tab" data-toggle="pill" href="#pills-contact" role="tab"
aria-controls="pills-contact" aria-selected="false">DINNER</a>
</li>
<li class="nav-item">
<a class="nav-link" id="pills-contact-tab" data-toggle="pill" href="#pills-contact" role="tab"
aria-controls="pills-contact" aria-selected="false">DESSERTS</a>
</li>
</ul>
<div class="tab-content" id="pills-tabContent">
<div class="tab-pane fade show active" id="pills-home" role="tabpanel" aria-labelledby="pills-home-tab">
<div class="row py-5">
<div class="col-md-6">
<span>English Asrition</span>
..............................................................................................
<span>$14.95</span>
<p>Hand picked ingredients for </p>
<span>English Asrition</span>
..............................................................................................
<span>$14.95</span>
<p>Hand picked ingredients for </p>
<span>English Asrition</span>
..............................................................................................
<span>$14.95</span>
<p>Hand picked ingredients for </p>
<span>English Asrition</span>
..............................................................................................
<span>$14.95</span>
<p>Hand picked ingredients for </p>
<span>English Asrition</span>
..............................................................................................
<span>$14.95</span>
<p>Hand picked ingredients for </p>
</div>
<div class="col-md-6">
<span>English Asrition</span>
..............................................................................................
<span>$14.95</span>
<p>Hand picked ingredients for </p>
<span>English Asrition</span>
..............................................................................................
<span>$14.95</span>
<p>Hand picked ingredients for </p>
<span>English Asrition</span>
..............................................................................................
<span>$14.95</span>
<p>Hand picked ingredients for </p>
<span>English Asrition</span>
..............................................................................................
<span>$14.95</span>
<p>Hand picked ingredients for </p>
<span>English Asrition</span>
..............................................................................................
<span>$14.95</span>
<p>Hand picked ingredients for </p>
</div>
</div>
</div>
<div class="tab-pane fade" id="pills-profile" role="tabpanel" aria-labelledby="pills-profile-tab">...</div>
<div class="tab-pane fade" id="pills-contact" role="tabpanel" aria-labelledby="pills-contact-tab">...</div>
</div>
</div>
</div>
</section>
<section class="container-fluid subscribe p-3">
<div class="row">
<div class="col-md-9">
<span class="text-uppercase float-left mx-5">subscribe</span>
<p class="my-3">Get updates about new dishes and upcoming events</p>
</div>
<div class="col-md-4 col-sm-6 offset-7">
<form>
<input type="text" class="p-2 w-75" placeholder="Your Email Address">
<button class="p-2 m-3 border border-0 font-weight-bolder text-white my-btn">></button>
</form>
</div>
</div>
</section>
<footer class="container-fluid">
<div class="row m-3 p-5">
<div class="col">
<h3>ABOUT US</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ut voluptas vero corporis praesentium maiores odio
consequatur repudiandae, cupiditate ad, quo qui odit laboriosam ducimus reiciendis totam assumenda similique
suscipit. Molestias.</p>
<h6>Read more <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-right" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z" />
</svg></h6>
</div>
<div class="col">
<h3>RECENT POST</h3>
<div>
<img src="images/thumb8.png" class="float-left mr-3 p-2" />
<p class="font-weight-bold">Hand picked ingredients for our best customers</p>
<span class="font-weight-bold"> 29 May 2015</span>
</div>
<div class="mt-3">
<img src="images/thumb9.png" class="float-left mr-3 p-2" />
<p class="font-weight-bold">Hand picked ingredients for our best customers</p>
<span class="font-weight-bold"> 29 May 2015</span>
</div>
</div>
<div class="col">
<h3>REACH US</h3>
<div class="rounded social">
<i class="fa fa-facebook-official" aria-hidden="true"></i>
<i class="fa fa-twitter" aria-hidden="true"></i>
<i class="fa fa-glide-g" aria-hidden="true"></i>
<i class="fa fa-youtube" aria-hidden="true"></i>
<i class="fa fa-vimeo" aria-hidden="true"></i>
<i class="fa fa-pinterest-p" aria-hidden="true"></i>
<i class="fa fa-linkedin" aria-hidden="true"></i>
</div>
<div class="con mt-3">
<i class="fa fa-map-marker float-left" aria-hidden="true"></i>
<p class="font-weight-bold">28 Seventh Avenue, Neew york, 10014</p>
</div>
<div class="con">
<i class="fa fa-phone float-left" aria-hidden="true"></i>
<p class="font-weight-bold">Phone: (415) 124-5678</p>
</div>
<div class="con">
<i class="fa fa-envelope-o float-left" aria-hidden="true"></i>
<p class="font-weight-bold">[email protected]</p>
</div>
</div>
</div>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
crossorigin="anonymous"></script>
</body>
</html>