-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmenu.html
450 lines (401 loc) · 20.1 KB
/
menu.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Koselig</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free Website Template" name="keywords">
<meta content="Free Website Template" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Font -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400&family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/tempusdominus/css/tempusdominus-bootstrap-4.min.css" rel="stylesheet" />
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.min.css" rel="stylesheet">
<!-- Css added from pujitha menu -->
<!-- bootstrap core css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<!--owl slider stylesheet -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
<!-- nice select -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-nice-select/1.1.0/css/nice-select.min.css" integrity="sha512-CruCP+TD3yXzlvvijET8wV5WxxEh5H8P4cmz0RFbKK6FlZ2sYl3AEsKlLPHbniXKSrDdFewhbmBK5skbdsASbQ==" crossorigin="anonymous" />
<!-- font awesome style -->
<link href="css/font-awesome.min.css" rel="stylesheet" />
<!-- Custom styles for this template -->
<link href="css/styletc.css" rel="stylesheet" />
<link href="css/styl4.css" rel="stylesheet" />
<!-- responsive style -->
<link href="css/responsive.css" rel="stylesheet" />
<!-- End -->
</head>
<body>
<!-- Navbar Start -->
<div class="p-0 nav-bar bg-dark" >
<nav class="navbar navbar-expand-lg bg-none navbar-dark py-3">
<a href="index.html" class="navbar-brand px-lg-4 m-0">
<h1 class="m-0 display-4 text-uppercase text-white">KOSELIG</h1>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav ml-auto p-4">
<a href="index.html" class="nav-item nav-link">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="menu.html" class="nav-item nav-link active">Menu</a>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
</div>
</nav>
</div>
<!-- Navbar End -->
<!-- Page Header Start -->
<!-- <div class="container-fluid page-header mb-5 position-relative overlay-bottom">
<div class="d-flex flex-column align-items-center justify-content-center pt-0 pt-lg-5" style="min-height: 400px">
<h1 class="display-4 mb-3 mt-0 mt-lg-5 text-white text-uppercase">Menu</h1>
<div class="d-inline-flex mb-lg-5">
<p class="m-0 text-white"><a class="text-white" href="">Home</a></p>
<p class="m-0 text-white px-2">/</p>
<p class="m-0 text-white">Menu</p>
</div>
</div>
</div> -->
<!-- Page Header End -->
<!-- NEWMENU START -->
<section class="food_section layout_padding">
<div class="container">
<div class="heading_container heading_center">
<h2 style="font-family:cursive ; color:black">
Our Menu
</h2>
</div>
<ul class="filters_menu">
<li class="active" data-filter="*">All</li>
<li data-filter=".burger">Burger</li>
<li data-filter=".pizza">Coffee</li>
<li data-filter=".pasta">Shakes</li>
<li data-filter=".fries">Drinks</li>
</ul>
<div class="filters-content">
<div class="row grid">
<a href="siganturedrinks.html">
<div class="col-sm-6 col-lg-4 all fries">
<div class="box">
<div>
<!-- ; -->
<div class="img-box" style="background-image: url('drink.jpeg');background-size: cover;background-position: bottom;">
<!-- <img src="img/menu-1.jpg" alt=""> -->
</div>
<div class="detail-box" style="background-position: 1vw;">
<h5>
SIGNATURED DRINKS
</h5>
<p>
I only take a drink on two occasions : when I'm thirsty and when I'm not.There can't be good living where there is no good drinking
</p>
</div>
</div>
</div>
</div>
</a>
<a href="cokkies.html">
<div class="col-sm-6 col-lg-4 all shakes">
<div class="box">
<div >
<div class="img-box" style="background-image: url('sm1.jpeg');background-size: cover ;background-position: 25% 30%;">
<!-- <img src="images/f2.png" alt=""> -->
</div>
<div class="detail-box" style="background: transparent;">
<h5 style="color: white;">
COOKIES AND SMOOTHIES
</h5>
<p>
Cookies in the morning, cookies late at night. Cookies all day, here take another bite!
</p>
</div>
</div>
</div>
</div>
</a>
<a href="sandwichh.html">
<div class="col-sm-6 col-lg-4 all burger">
<div class="box">
<div>
<div class="img-box" style="background-image: url('img/k27.jpg');background-size: cover;background-position: 55% 75%;">
</div>
<div class="detail-box">
<h5>
SANDWICHES AND TOASTS
</h5>
<p>
I believe that all anyone really wants in this life is to sit in peace and eat a sandwich.Friends buy you a sandwich.
</p>
</div>
</div>
</div>
</div>
</a>
<a href="coldcoffee.html">
<div class="col-sm-6 col-lg-4 all pizza">
<div class="box">
<div>
<div class="img-box" style="background-image: url('c1.jpeg');background-size: cover;background-position: 10% 85%;">
</div>
<div class="detail-box">
<h5>
COLD COFFEE
</h5>
<p>
Keep it sweet like a caramel drizzle.Iced coffee is my love language.There’s no problem an iced coffee can’t solve
</p>
</div>
</div>
</div>
</div>
</a>
<a href="hotcoffee.html">
<div class="col-sm-6 col-lg-4 all pizza">
<div class="box">
<div>
<div class="img-box" style="background-image: url('img/menu-2.jpg');background-size: cover;background-position: 10% 25%;">
<img src="images/f6.png" alt="">
</div>
<div class="detail-box">
<h5>
HOT COFFEE
</h5>
<p>
May your coffee be strong and your Monday be short.May your coffee be strong and your Monday be short.
</p>
</div>
</div>
</div>
</div>
</a>
<a href="burger.html">
<div class="col-sm-6 col-lg-4 all burger">
<div class="box">
<div>
<div class="img-box" style="background-image: url('img/k2.jpeg');background-size: cover;background-position: bottom;">
</div>
<div class="detail-box">
<h5>
BURGER
</h5>
<p>
We all need to make time for a burger once in awhile.Laughter is loudest where there are burgers.
</p>
</div>
</div>
</div>
</div>
</a>
<a href="hotchocolate.html">
<div class="col-sm-6 col-lg-4 all pizza">
<div class="box">
<div>
<div class="img-box" style="background-image: url('hot.jpeg');background-size: cover;background-position: bottom;">
</div>
<div class="detail-box">
<h5>
HOT CHOCOLATE
</h5>
<p>
There's nothing like hot chocolate and a hug for making the nightmares go away.Today everything has to be quick and easy
</p>
</div>
</div>
</div>
</div>
</a>
<a href="shake.html">
<div class="col-sm-6 col-lg-4 all pasta">
<div class="box">
<div>
<div class="img-box" style="background-image: url('sh1.webp');background-size: cover;background-position: bottom;">
</div>
<div class="detail-box">
<h5>
COFFEE AND SHAKES
</h5>
<p>
I hate it when I'm making milkshakes and boys just show up to my yard.Take what people give you. Drink their milkshakes.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</a>
<div class="btn-box">
<a href="MENU CARD.pdf">
View More
</a>
</div>
</div>
</section>
</div>
</section>
<!-- NEEMENU END -->
<!-- Menu Start -->
<!-- <div class="container-fluid pt-5">
<div class="container">
<div class="section-title">
<h4 class="text-primary text-uppercase" style="letter-spacing: 5px;">Menu & Pricing</h4>
<h1 class="display-4">Competitive Pricing</h1>
</div>
<div class="row">
<div class="col-lg-6">
<h1 class="mb-5">Hot Coffee</h1>
<div class="row align-items-center mb-5">
<div class="col-4 col-sm-3">
<img class="w-100 rounded-circle mb-3 mb-sm-0" src="img/menu-1.jpg" alt="">
<h5 class="menu-price">$5</h5>
</div>
<div class="col-8 col-sm-9">
<h4>Black Coffee</h4>
<p class="m-0">Sit lorem ipsum et diam elitr est dolor sed duo guberg sea et et lorem dolor</p>
</div>
</div>
<div class="row align-items-center mb-5">
<div class="col-4 col-sm-3">
<img class="w-100 rounded-circle mb-3 mb-sm-0" src="img/menu-2.jpg" alt="">
<h5 class="menu-price">$7</h5>
</div>
<div class="col-8 col-sm-9">
<h4>Chocolete Coffee</h4>
<p class="m-0">Sit lorem ipsum et diam elitr est dolor sed duo guberg sea et et lorem dolor</p>
</div>
</div>
<div class="row align-items-center mb-5">
<div class="col-4 col-sm-3">
<img class="w-100 rounded-circle mb-3 mb-sm-0" src="img/menu-3.jpg" alt="">
<h5 class="menu-price">$9</h5>
</div>
<div class="col-8 col-sm-9">
<h4>Coffee With Milk</h4>
<p class="m-0">Sit lorem ipsum et diam elitr est dolor sed duo guberg sea et et lorem dolor</p>
</div>
</div>
</div>
<div class="col-lg-6">
<h1 class="mb-5">Cold Coffee</h1>
<div class="row align-items-center mb-5">
<div class="col-4 col-sm-3">
<img class="w-100 rounded-circle mb-3 mb-sm-0" src="img/menu-1.jpg" alt="">
<h5 class="menu-price">$5</h5>
</div>
<div class="col-8 col-sm-9">
<h4>Black Coffee</h4>
<p class="m-0">Sit lorem ipsum et diam elitr est dolor sed duo guberg sea et et lorem dolor</p>
</div>
</div>
<div class="row align-items-center mb-5">
<div class="col-4 col-sm-3">
<img class="w-100 rounded-circle mb-3 mb-sm-0" src="img/menu-2.jpg" alt="">
<h5 class="menu-price">$7</h5>
</div>
<div class="col-8 col-sm-9">
<h4>Chocolete Coffee</h4>
<p class="m-0">Sit lorem ipsum et diam elitr est dolor sed duo guberg sea et et lorem dolor</p>
</div>
</div>
<div class="row align-items-center mb-5">
<div class="col-4 col-sm-3">
<img class="w-100 rounded-circle mb-3 mb-sm-0" src="img/menu-3.jpg" alt="">
<h5 class="menu-price">$9</h5>
</div>
<div class="col-8 col-sm-9">
<h4>Coffee With Milk</h4>
<p class="m-0">Sit lorem ipsum et diam elitr est dolor sed duo guberg sea et et lorem dolor</p>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- Menu End -->
<!-- Back to Top -->
<!-- footer section -->
<footer>
<div class="container-fluid footer text-white mt-5 pt-5 px-0 position-relative overlay-top " style="background: linear-gradient(rgba(51, 33, 29, 0.9), rgba(51, 33, 29, 0.8)), url('img/ft.jpg');">
<div class="row mx-0 pt-5 px-sm-3 px-lg-5 mt-4 d-flex justify-content-around">
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-white text-uppercase mb-4" style="letter-spacing: 3px;">Get In Touch</h4>
<p><a href="https://www.google.com/maps/place/Koselig/@21.1595248,72.7676212,20z/data=!4m5!3m4!1s0x3be04d2c97517c05:0x7b5178f862c3f425!8m2!3d21.1580333!4d72.7695323?hl=en-IN" style="text-decoration:none ;color:white"><i class="fa fa-map-marker-alt mr-2"></i>104,1st Floor ,IBC,Piplod Main Road</a></p>
<p><i class="fa fa-phone-alt mr-2"></i>+91 95378 58025</p>
<p class="m-0"><i class="fa fa-envelope mr-2"></i> [email protected]</p>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-white text-uppercase mb-4" style="letter-spacing: 3px;">Follow Us</h4>
<p>Stay tuned for more.</p>
<div class="d-flex justify-content-start">
<a class="btn btn-lg btn-outline-light btn-lg-square mr-2 rounded" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-lg btn-outline-light btn-lg-square mr-2 rounded" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-lg btn-outline-light btn-lg-square mr-2 rounded" href="#"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-lg btn-outline-light btn-lg-square rounded" href="https://www.instagram.com/koseligcoffee/?igshid=OGQ2MjdiOTE%3D"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-white text-uppercase mb-4" style="letter-spacing: 3px;">Open Hours</h4>
<div>
<h6 class="text-white text-uppercase">Monday - Friday</h6>
<p>8.00 AM - 8.00 PM</p>
<h6 class="text-white text-uppercase">Saturday - Sunday</h6>
<p>2.00 PM - 8.00 PM</p>
</div>
</div>
<!-- <div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-white text-uppercase mb-4" style="letter-spacing: 3px;">Newsletter</h4>
<p>Amet elitr vero magna sed ipsum sit kasd sea elitr lorem rebum</p>
<div class="w-100">
<div class="input-group">
<input type="text" class="form-control border-light" style="padding: 25px;" placeholder="Your Email">
<div class="input-group-append">
<button class="btn btn-primary font-weight-bold px-3">Sign Up</button>
</div>
</div>
</div>
</div> -->
</div>
<div class="container-fluid text-center text-white border-top mt-4 py-4 px-sm-3 px-md-5" style="border-color: rgba(256, 256, 256, .1) !important;">
<p class="mb-2 text-white">Copyright © <a class="font-weight-bold" href="#" style="color:white">Koselig</a>. All Rights Reserved.</a></p>
<div class="footer-info">
<p>
© <span id="displayYear"></span>
</p>
</div>
<!-- <p class="m-0 text-white">Designed by <a class="font-weight-bold" href="https://htmlcodex.com">HTML Codex</a></p> -->
</div>
</div>
</div>
</footer>
<!-- jQery -->
<script src="js/jquery-3.4.1.min.js"></script>
<!-- popper js -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous">
</script>
<!-- bootstrap js -->
<script src="js/bootstrap.js"></script>
<!-- owl slider -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js">
</script>
<!-- isotope js -->
<script src="https://unpkg.com/[email protected]/dist/isotope.pkgd.min.js"></script>
<!-- nice select -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-nice-select/1.1.0/js/jquery.nice-select.min.js"></script>
<!-- custom js -->
<script src="js/custom.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCh39n5U-4IoWpsVGUHWdqB6puEkhRLdmI&callback=myMap">
</script>
<!-- End Google Map -->
</body>
</html>