-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
589 lines (556 loc) · 30.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>COMMODUS - COFFEE & EATERY</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">
</head>
<body>
<!-- Navbar Start -->
<div class="container-fluid p-0 nav-bar">
<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">COMMODUS</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 active">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="service.html" class="nav-item nav-link">Service</a>
<a href="menu.html" class="nav-item nav-link">Menu</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Pages</a>
<div class="dropdown-menu text-capitalize">
<a href="reservation.html" class="dropdown-item">Reservation</a>
<a href="testimonial.html" class="dropdown-item">Testimonial</a>
</div>
</div>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
</div>
</nav>
</div>
<!-- Navbar End -->
<!-- Carousel Start -->
<div class="container-fluid p-0 mb-5">
<div id="blog-carousel" class="carousel slide overlay-bottom" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="w-100" src="img/carousel-1.jpg" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<h2 class="text-primary font-weight-medium m-0">We Have Been Serving</h2>
<h1 class="display-1 text-white m-0">COFFEE & EATERY</h1>
<h2 class="text-white m-0">SINCE 2020</h2>
</div>
</div>
<div class="carousel-item">
<img class="w-100" src="img/carousel-2.jpg" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<h2 class="text-primary font-weight-medium m-0">We Have Been Serving</h2>
<h1 class="display-1 text-white m-0">COFFEE & EATERY</h1>
<h2 class="text-white m-0">SINCE 2020</h2>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#blog-carousel" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#blog-carousel" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</div>
<!-- Carousel End -->
<!-- About Start -->
<div class="container-fluid py-5">
<div class="container">
<div class="section-title">
<h4 class="text-primary text-uppercase" style="letter-spacing: 5px;">About Us</h4>
<h1 class="display-4">Serving Since 2020</h1>
</div>
<div class="row">
<div class="col-lg-4 py-0 py-lg-5">
<h1 class="mb-3">Our Story</h1>
<!-- <h5 class="mb-3">Eos kasd eos dolor vero vero, lorem stet diam rebum. Ipsum amet sed vero dolor sea
</h5> -->
<p>Commodus Cafe is a business bunch engaged in food and beverage business services
planned at carrying out the process of creation, serving and selling food
and beverages to the public in Mekarwangi, Bandung City.</p>
<a href="" class="btn btn-secondary font-weight-bold py-2 px-4 mt-2">Learn More</a>
</div>
<div class="col-lg-4 py-5 py-lg-0" style="min-height: 500px;">
<div class="position-relative h-100">
<img class="position-absolute w-100 h-100" src="img/about.png" style="object-fit: cover;">
</div>
</div>
<div class="col-lg-4 py-0 py-lg-5">
<h1 class="mb-3">Our Mision</h1>
<p>We are committed to providing a comfortable and
inviting place at Commodus Cafe. We have worked hard
to create a space that will make you feel at home,
whether coming in for coffee or tea, working on your
laptop, or hanging out with friends.
</p>
<!-- <h5 class="mb-3"><i class="fa fa-check text-primary mr-3"></i>Lorem ipsum dolor sit amet</h5> -->
<a href="" class="btn btn-primary font-weight-bold py-2 px-4 mt-2">Learn More</a>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Service Start -->
<div class="container-fluid pt-5">
<div class="container">
<div class="section-title">
<h4 class="text-primary text-uppercase" style="letter-spacing: 5px;">Our Services</h4>
<h1 class="display-4">Fresh & Organic Food</h1>
</div>
<div class="row">
<div class="col-lg-6 mb-5">
<div class="row align-items-center">
<div class="col-sm-5">
<img class="img-fluid mb-3 mb-sm-0" src="img/service-1.jpg" alt="">
</div>
<div class="col-sm-7">
<h4><i class="fa fa-truck service-icon"></i>Fastest Door Delivery</h4>
<p class="m-0">“New normal” has emerged for the delivery speeds that customers expect when
they order online.</p>
</div>
</div>
</div>
<div class="col-lg-6 mb-5">
<div class="row align-items-center">
<div class="col-sm-5">
<img class="img-fluid mb-3 mb-sm-0" src="img/service-2.jpg" alt="">
</div>
<div class="col-sm-7">
<h4><i class="fa fa-coffee service-icon"></i>Fresh Coffee Beans</h4>
<p class="m-0">Fresh coffee is whole bean coffee within 2 weeks of the roast date.
Ex. A bag of coffee roasted on 12/14 is still “fresh” on 12/27.</p>
</div>
</div>
</div>
<div class="col-lg-6 mb-5">
<div class="row align-items-center">
<div class="col-sm-5">
<img class="img-fluid mb-3 mb-sm-0" src="img/service-3.jpg" alt="">
</div>
<div class="col-sm-7">
<h4><i class="fa fa-award service-icon"></i>Best Quality Coffee</h4>
<p class="m-0">Good coffee will have a strong, pleasant aroma that smells fresh.
The beans should not feel too greasy or dry. Whole beans should not be rock
hard or crumble easily between your fingers.</p>
</div>
</div>
</div>
<div class="col-lg-6 mb-5">
<div class="row align-items-center">
<div class="col-sm-5">
<img class="img-fluid mb-3 mb-sm-0" src="img/service-4.jpg" alt="">
</div>
<div class="col-sm-7">
<h4><i class="fa fa-table service-icon"></i>Online Table Booking</h4>
<p class="m-0">Book your table and get up to 30% shopping discount at Commodus Cafe!
Promotion Period: Now until 31 Dec 2022.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Service End -->
<!-- Offer Start -->
<div class="offer container-fluid my-5 py-5 text-center position-relative overlay-top overlay-bottom">
<div class="container py-5">
<h1 class="display-3 text-primary mt-3">50% OFF</h1>
<h1 class="text-white mb-3">Sunday Special Offer</h1>
<h4 class="text-white font-weight-normal mb-4 pb-3">Only for Sunday from 1st Jan to 30th Jan 2045</h4>
<form class="form-inline justify-content-center mb-4">
<div class="input-group">
<input type="text" class="form-control p-4" placeholder="Your Email" style="height: 60px;">
<div class="input-group-append">
<button class="btn btn-primary font-weight-bold px-4" type="submit">Sign Up</button>
</div>
</div>
</form>
</div>
</div>
<!-- Offer End -->
<!-- Menu Start -->
<div class="container-fluid pt-5">
<div class="container">
<!-- Drink -->
<div class="section-title">
<h4 class="text-primary text-uppercase" style="letter-spacing: 5px;">Menu & Pricing</h4>
<h1 class="display-4">Drink</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="">
<h7 class="menu-price">20.4K</h7>
</div>
<div class="col-8 col-sm-9">
<h4>Americano Hot</h4>
<p class="m-0">An americano is just water and espresso. It'll either be served 1/2 and 1/2
or 1/3 espresso to 2/3 water, depending on the coffee shop in question or how you've
chosen to brew it.</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="">
<h7 class="menu-price">26.4K</h7>
</div>
<div class="col-8 col-sm-9">
<h4>Cafe Latte Hot</h4>
<p class="m-0">A latte or caffè latte is a milk coffee that is a made up of one or two shots
of espresso, steamed milk and a final, thin layer of frothed milk on top.</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="">
<h7 class="menu-price">28.8K</h7>
</div>
<div class="col-8 col-sm-9">
<h4>Chocolate Hot</h4>
<p class="m-0">Hot chocolate, also known as hot cocoa or drinking chocolate, is a heated
drink consisting of shaved chocolate, melted chocolate or cocoa powder, heated milk or
water, and usually a sweetener like whipped cream or marshmallows.</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/black-coffee-cold.jpg" alt="">
<h7 class="menu-price">21.4K</h7>
</div>
<div class="col-8 col-sm-9">
<h4>Black Coffee</h4>
<p class="m-0">Black coffee is usually prepared in hot, iced, or cold versions. It is
traditionally brewed with fresh coffee bean powder or instant powder without creamer or
milk.</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/iced-latte.jpg" alt="">
<h7 class="menu-price">26.4K</h7>
</div>
<div class="col-8 col-sm-9">
<h4>Cafe Latte Ice</h4>
<p class="m-0">A latte or caffè latte is a milk coffee that is a made up of one or two shots
of espresso, steamed milk and a final, thin layer of frothed milk on top.</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/capuccino.jfif" alt="">
<h7 class="menu-price">28.8K</h7>
</div>
<div class="col-8 col-sm-9">
<h4>Cappucino Ice</h4>
<p class="m-0">An iced cappuccino is a coffee drink with espresso, milk, ice, and optional
sweetener. It's very similar to an iced latte, which makes sense since a cappuccino vs
latte are incredibly similar.</p>
</div>
</div>
</div>
</div>
<!-- Food -->
<div class="section-title">
<h4 class="text-primary text-uppercase" style="letter-spacing: 5px;">Menu & Pricing</h4>
<h1 class="display-4">Food</h1>
</div>
<div class="row">
<div class="col-lg-6">
<h1 class="mb-5">Eatery</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/chicken-salted.jpg" alt="">
<h7 class="menu-price">20.4K</h7>
</div>
<div class="col-8 col-sm-9">
<h4>Chicken Salted Egg Bowl</h4>
<p class="m-0">Chicken Meat Coated with Salted Egg Sauce + Coleslaw Salad + Half Boiled Egg.
</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/chicken-cheese.jpg" alt="">
<h7 class="menu-price">26.4K</h7>
</div>
<div class="col-8 col-sm-9">
<h4>Chicken Cheese Bowl</h4>
<p class="m-0">Chicken Meat Coated With Special Cheese Sauce + Coleslaw Salad + Half Boiled
Egg.</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/dory-salted.jfif" alt="">
<h7 class="menu-price">28.8K</h7>
</div>
<div class="col-8 col-sm-9">
<h4>Dory Salted Egg Bowl</h4>
<p class="m-0">Dori Meat Coated with Salted Egg Special Sauce + Coleslaw Salad + Half Boiled
Egg.</p>
</div>
</div>
</div>
<div class="col-lg-6">
<h1 class="mb-5">Pasta</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/carbonara.jfif" alt="">
<h7 class="menu-price">21.4K</h7>
</div>
<div class="col-8 col-sm-9">
<h4>Carbonara Sauce</h4>
<p class="m-0">Spaghetti Served With Carbonara Sauce.</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/tuna-pasta.jfif" alt="">
<h7 class="menu-price">26.4K</h7>
</div>
<div class="col-8 col-sm-9">
<h4>Tuna Spicy Pasta</h4>
<p class="m-0">Spaghetti With Tuna And Spicy Seasoning.</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/seafood.webp" alt="">
<h7 class="menu-price">28.8K</h7>
</div>
<div class="col-8 col-sm-9">
<h4>Seafood Aglio Olio</h4>
<p class="m-0">Spaghetti Served With Garlic Nuances And The Aroma Of Italian Spices + Squid
And Shrimp.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Menu End -->
<!-- Reservation Start -->
<div class="container-fluid py-5">
<div class="container">
<div class="reservation position-relative overlay-top overlay-bottom">
<div class="row align-items-center">
<div class="col-lg-6 my-5 my-lg-0">
<div class="p-5">
<div class="mb-4">
<h1 class="display-3 text-primary">30% OFF</h1>
<h1 class="text-white">For Online Reservation</h1>
</div>
<p class="text-white">A table reservation is an arrangement made in advance to have a table
available at a restaurant.</p>
<ul class="list-inline text-white m-0">
<li class="py-2"><i class="fa fa-check text-primary mr-3"></i>Free welcome drink</li>
<li class="py-2"><i class="fa fa-check text-primary mr-3"></i>Charge booking free</li>
<li class="py-2"><i class="fa fa-check text-primary mr-3"></i>Time saving</li>
</ul>
</div>
</div>
<div class="col-lg-6">
<div class="text-center p-5" style="background: rgba(51, 33, 29, .8);">
<h1 class="text-white mb-4 mt-5">Book Your Table</h1>
<form class="mb-5">
<div class="form-group">
<input type="text" class="form-control bg-transparent border-primary p-4"
placeholder="Name" required="required" />
</div>
<div class="form-group">
<input type="email" class="form-control bg-transparent border-primary p-4"
placeholder="Email" required="required" />
</div>
<div class="form-group">
<div class="date" id="date" data-target-input="nearest">
<input type="text"
class="form-control bg-transparent border-primary p-4 datetimepicker-input"
placeholder="Date" data-target="#date" data-toggle="datetimepicker" />
</div>
</div>
<div class="form-group">
<div class="time" id="time" data-target-input="nearest">
<input type="text"
class="form-control bg-transparent border-primary p-4 datetimepicker-input"
placeholder="Time" data-target="#time" data-toggle="datetimepicker" />
</div>
</div>
<div class="form-group">
<select class="custom-select bg-transparent border-primary px-4"
style="height: 49px;">
<option selected>Person</option>
<option value="1">Person 1</option>
<option value="2">Person 2</option>
<option value="3">Person 3</option>
<option value="3">Person 4</option>
</select>
</div>
<div>
<button class="btn btn-primary btn-block font-weight-bold py-3" type="submit">Book
Now</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Reservation End -->
<!-- Testimonial Start -->
<div class="container-fluid py-5">
<div class="container">
<div class="section-title">
<h4 class="text-primary text-uppercase" style="letter-spacing: 5px;">Testimonial</h4>
<h1 class="display-4">Our Clients Say</h1>
</div>
<div class="owl-carousel testimonial-carousel">
<div class="testimonial-item">
<div class="d-flex align-items-center mb-3">
<img class="img-fluid" src="img/user.webp" alt="">
<div class="ml-3">
<h4>Client Name</h4>
<i>Profession</i>
</div>
</div>
<p class="m-0">Sed ea amet kasd elitr stet, stet rebum et ipsum est duo elitr eirmod clita lorem.
Dolor tempor ipsum sanct clita</p>
</div>
<div class="testimonial-item">
<div class="d-flex align-items-center mb-3">
<img class="img-fluid" src="img/user.webp" alt="">
<div class="ml-3">
<h4>Client Name</h4>
<i>Profession</i>
</div>
</div>
<p class="m-0">Sed ea amet kasd elitr stet, stet rebum et ipsum est duo elitr eirmod clita lorem.
Dolor tempor ipsum sanct clita</p>
</div>
<div class="testimonial-item">
<div class="d-flex align-items-center mb-3">
<img class="img-fluid" src="img/user.webp" alt="">
<div class="ml-3">
<h4>Client Name</h4>
<i>Profession</i>
</div>
</div>
<p class="m-0">Sed ea amet kasd elitr stet, stet rebum et ipsum est duo elitr eirmod clita lorem.
Dolor tempor ipsum sanct clita</p>
</div>
<div class="testimonial-item">
<div class="d-flex align-items-center mb-3">
<img class="img-fluid" src="img/user.webp" alt="">
<div class="ml-3">
<h4>Client Name</h4>
<i>Profession</i>
</div>
</div>
<p class="m-0">Sed ea amet kasd elitr stet, stet rebum et ipsum est duo elitr eirmod clita lorem.
Dolor tempor ipsum sanct clita</p>
</div>
</div>
</div>
</div>
<!-- Testimonial End -->
<!-- Footer Start -->
<div class="container-fluid footer text-white mt-5 pt-5 px-0 position-relative overlay-top">
<div class="row mx-0 pt-5 px-sm-3 px-lg-5 mt-4">
<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><i class="fa fa-map-marker-alt mr-2"></i>Jl. Mekar Utama No.1e, Mekarwangi, Kec. Bojongloa Kidul,
Kota Bandung, Jawa Barat 40237</p>
<p><i class="fa fa-phone-alt mr-2"></i>0821-1994-2219</p>
<p class="m-0"><i class="fa fa-envelope mr-2"></i>info@example.com</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>
<div class="d-flex justify-content-start">
<a class="btn btn-lg btn-outline-light btn-lg-square mr-2" href="#"><i
class="fab fa-twitter"></i></a>
<a class="btn btn-lg btn-outline-light btn-lg-square mr-2" href="#"><i
class="fab fa-facebook-f"></i></a>
<a class="btn btn-lg btn-outline-light btn-lg-square mr-2" href="#"><i
class="fab fa-linkedin-in"></i></a>
<a class="btn btn-lg btn-outline-light btn-lg-square"
href="https://www.instagram.com/commodus.cafe/?hl=en"><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">Open Daily</h6>
<p>11.00 AM - 11.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;">Subscribe</h4>
<p>Subscribe us for further information</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">Subscribe</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 © All Rights Reserved.</a></p>
<p class="m-0 text-white">Made with ❤️</a></p>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/tempusdominus/js/moment.min.js"></script>
<script src="lib/tempusdominus/js/moment-timezone.min.js"></script>
<script src="lib/tempusdominus/js/tempusdominus-bootstrap-4.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>