-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
818 lines (680 loc) · 27.7 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
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Peppertown</title>
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lightgallery-js/1.4.0/css/lightgallery.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="style.css">
<!-- <link rel="icon" type ="image/png" href="favicon-16x16.png"> -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
</head>
<body>
<!-- header section starts -->
<section class="header">
<a href="#" class="logo center"> <img src="Images/Pepper Town.png" alt="" width="50px"> PEPPER TOWN</a>
<nav class="navbar">
<a href="#home">home</a>
<a href="#about">about</a>
<a href="#food">food</a>
<a href="#gallery">gallery</a>
<a href="#menu">menu</a>
<a href="#order">order</a>
<a href="#blogs">blogs</a>
</nav>
<div id="menu-btn" class="fas fa-bars"></div>
</section>
<!-- header section ends -->
<!-- home section starts -->
<section class="home" id="home">
<div class="swiper home-slider">
<div class="swiper-wrapper">
<div class="swiper-slide slide" style="background: url(Images/backgrndimg.jpg) no-repeat;"> -->
<div class="content">
<span>Welcome To </span>
<h3>PEPPER TOWN</h3>
<span>get the best tasty food</span>
<a href="#order" class="btn">Order now</a>
</div>
</div>
</div>
</div>
</section>
<!-- home section ends -->
<!-- about section starts -->
<section class="about" id="about">
<div class="image">
<!-- <img src="https://cdn.vox-cdn.com/thumbor/EPjlt2pnWu-AQAv6PCZ4HitzyZ8=/0x0:7360x4912/1200x900/filters:focal(3092x1868:4268x3044)/cdn.vox-cdn.com/uploads/chorus_image/image/65003718/ETC_Photos_298.7.jpg" alt="" height="650px"> -->
<img src="Images/Foodnew.jpg" alt="">
</div>
<div class="content">
<h3 class="title">welcome to our restaurant</h3>
<p>Peppertown restaurants are well known with substantial gathering of people including families ,kids,seniors and business experts.Our restaurant will probably give excellent client benefit, the best quality fixings,and a noteworthy affair whether it's an uncommon occasion, easygoing social event of comparisons or a sentimental night out on the town. </p>
<a href="#order" class="btn">Order now</a>
<div class="icons-container">
<div class="icons">
<img src="Images/about-icon-1.png" alt="">
<h3>quality food</h3>
</div>
<div class="icons">
<img src="Images/about-icon-2.png" alt="">
<h3>food & drinks</h3>
</div>
<div class="icons">
<img src="Images/about-icon-3.png" alt="">
<h3>expert chefs</h3>
</div>
</div>
</div>
</section>
<!-- about section ends -->
<!-- food section starts -->
<section class="food" id="food">
<div class="heading">
<span>popular dishes</span>
<h3>our delicious food</h3>
</div>
<div class="swiper food-slider">
<div class="swiper-wrapper">
<div class="swiper-slide slide" data-name="food-1">
<img src="Images/food-img-1.png" alt="">
<h3>delicious food</h3>
<div class="price">299/-</div>
</div>
<div class="swiper-slide slide" data-name="food-2">
<img src="Images/food-img-2.png" alt="">
<h3>salads</h3>
<div class="price">399/-</div>
</div>
<div class="swiper-slide slide" data-name="food-3">
<img src="Images/food-img-3.png" alt="">
<h3>delicious food</h3>
<div class="price">499/-</div>
</div>
<div class="swiper-slide slide" data-name="food-4">
<img src="Images/food-img-5.png" alt="">
<h3>delicious food</h3>
<div class="price">599/-</div>
</div>
<div class="swiper-slide slide" data-name="food-5">
<img src="Images/food-img-4.png" alt="">
<h3>salads</h3>
<div class="price">499/-</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</section>
<!-- food section ends -->
<!-- food preview section starts -->
<section class="food-preview-container">
<div id="close-preview" class="fas fa-times"></div>
<div class="food-preview" data-target="food-1">
<img src="Images/food-img-1.png" alt="">
<h3>delicious food</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p> </p>
<div class="price">299/-</div>
<a href="#" class="btn">buy now</a>
</div>
<div class="food-preview" data-target="food-2">
<img src="Images/food-img-2.png" alt="">
<h3>salads</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>We offer a wide variety of salads</p>
<div class="price">399/-</div>
<a href="#" class="btn">buy now</a>
</div>
<div class="food-preview" data-target="food-3">
<img src="Images/food-img-3.png" alt="">
<h3>delicious food</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>Offer a variety of non veg</p>
<div class="price">499/-</div>
<a href="#" class="btn">buy now</a>
</div>
<div class="food-preview" data-target="food-4">
<img src="Images/food-img-5.png" alt="">
<h3>delicious food</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>Offer a variety of non veg</p>
<div class="price">499/-</div>
<a href="#" class="btn">buy now</a>
</div>
<div class="food-preview" data-target="food-5">
<img src="Images/food-img-4.png" alt="">
<h3>salads</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p> we offer multicuisine dishes </p>
<div class="price">499/-</div>
<a href="#" class="btn">buy now</a>
</div>
</section>
<!-- food preview section ends -->
<!-- gallery section starts -->
<section class="gallery" id="gallery">
<div class="heading">
<span>our gallery</span>
<h3>our untold stories</h3>
</div>
<div class="gallery-container">
<a href="food-galler-img-1.jpg" class="box">
<img src="Images/food-galler-img-1.jpg" alt="">
<div class="icon"> <i class="fas fa-plus"></i> </div>
</a>
<a href="New foo.jpg" class="box">
<img src="Images/New foo.jpg" alt="">
<div class="icon"> <i class="fas fa-plus"></i> </div>
</a>
<a href="food-galler-img-3.jpg" class="box">
<img src="Images/food-galler-img-3.jpg" alt="">
<div class="icon"> <i class="fas fa-plus"></i> </div>
</a>
<a href="food-galler-img-4.jpg" class="box">
<img src="Images/food-galler-img-4.jpg" alt="">
<div class="icon"> <i class="fas fa-plus"></i> </div>
</a>
<a href="food.jpg" class="box">
<img src="Images/food.jpg" alt="">
<div class="icon"> <i class="fas fa-plus"></i> </div>
</a>
<a href="New food photo.jpg" class="box">
<img src="Images/New food photo.jpg" alt="">
<div class="icon"> <i class="fas fa-plus"></i> </div>
</a>
</div>
</section>
<!-- gallery section ends -->
<!-- menu section starts -->
<section class="menu" id="menu">
<div class="heading">
<span>our menu</span>
<h3>our popular dishes</h3>
</div>
<div class="swiper menu-slider">
<div class="swiper-wrapper">
<div class="swiper-slide slide">
<h3 class="title">breakfast</h3>
<div class="box-container">
<div class="box">
<div class="info">
<h3>morning breakfast</h3>
<p>Vegetable bomlete ,Crack-Jack , Breakfast burrito ,Cheesy Sandwich .</p>
</div>
<div class="price">499/-</div>
</div>
<div class="box">
<div class="info">
<h3>Drinks</h3>
<p>Cappucino,Americano ,Vanilla latte ,Early grey , Apple juice.</p>
</div>
<div class="price">299/-</div>
</div>
<div class="box">
<div class="info">
<h3>Morning Specialities</h3>
<p>Kiwi slam ,Hearty breakfast ,Fruity pancakes ,French slam ,Florence benedict.</p>
</div>
<div class="price">248/-</div>
</div>
<div class="box">
<div class="info">
<h3>Sweet</h3>
<p>Maple ,Mixed berry , honey ,pistachio nuts ,nutella .</p>
</div>
<div class="price">299/-</div>
</div>
<div class="box">
<div class="info">
<h3>Savoury</h3>
<p>Smoked ham ,german saussages ,shallots ,eggplant ,spanish onions ,zucchini</p>
</div>
<div class="price">free</div>
</div>
<div class="box">
<div class="info">
<h3>Something Extra</h3>
<p>Eggs ,Mushrooms ,asparagus, ovenbaked tomato ,bacon ,avocado ,rocket salad</p>
</div>
<div class="price">199/-</div>
</div>
</div>
</div>
<div class="swiper-slide slide">
<h3 class="title">lunch</h3>
<div class="box-container">
<div class="box">
<div class="info">
<h3>starters</h3>
<p>honey glazed onion, french fries ,burger steak ,egg rolls </p>
</div>
<div class="price">499/-</div>
</div>
<div class="box">
<div class="info">
<h3>sweets</h3>
<p>Maple ,Mixed berry , honey ,pistachio nuts ,nutella,rasgullas.</p>
</div>
<div class="price">199/-</div>
</div>
<div class="box">
<div class="info">
<h3>delicious lunch</h3>
<p>Vegetable bomlete ,Crack-Jack , Breakfast burrito ,Cheesy Sandwich . </p>
</div>
<div class="price">599/-</div>
</div>
<div class="box">
<div class="info">
<h3>drinks</h3>
<p>Cappucino,Americano ,Vanilla latte ,Early grey , Apple juice ,mango juice.</p>
</div>
<div class="price">299/-</div>
</div>
</div>
</div>
<div class="swiper-slide slide">
<h3 class="title">dinner</h3>
<div class="box-container">
<div class="box">
<div class="info">
<h3>dinner Specialities</h3>
<p>Kiwi slam ,Hearty breakfast ,Fruity pancakes ,French slam ,Florence benedict .</p>
</div>
<div class="price">299/-</div>
</div>
<div class="box">
<div class="info">
<h3>sweets</h3>
<p>Maple ,Mixed berry , honey ,pistachio nuts ,nutella,rasgullas.</p>
</div>
<div class="price">499/-</div>
</div>
<div class="box">
<div class="info">
<h3>extras</h3>
<p>Eggs ,Mushrooms ,asparagus, ovenbaked tomato ,bacon ,avocado ,rocket salad.</p>
</div>
<div class="price">299/-</div>
</div>
<div class="box">
<div class="info">
<h3> </h3>
<p> Kiwi slam ,Hearty breakfast ,Fruity pancakes ,French slam ,Florence benedict . </p>
</div>
<div class="price">499/-</div>
</div>
<div class="box">
<div class="info">
<h3> drinks </h3>
<p>Cappucino,Americano ,Vanilla latte ,Early grey , Apple juice ,mango juice.</p>
</div>
<div class="price">499/-</div>
</div>
</div>
</div>
<div class="swiper-slide slide">
<h3 class="title">drinks</h3>
<div class="box-container">
<div class="box">
<div class="info">
<h3>starters</h3>
<p>honey glazed onion, french fries ,burger steak ,egg rolls</p>
</div>
<div class="price">199/-</div>
</div>
<div class="box">
<div class="info">
<h3>extras</h3>
<p>Eggs ,Mushrooms ,asparagus, ovenbaked tomato ,bacon ,avocado ,rocket salad</p>
</div>
<div class="price">299/-</div>
</div>
<div class="box">
<div class="info">
<h3>evening snack</h3>
<p>Vegetable bomlete ,Crack-Jack , Breakfast burrito ,Cheesy Sandwich .</p>
</div>
<div class="price">399/-</div>
</div>
<div class="box">
<div class="info">
<h3>cold drinks</h3>
<p>Maple ,Mixed berry , honey ,pistachio nuts ,nutella,rasgullas.</p>
</div>
<div class="price">499/-</div>
</div>
<div class="box">
<div class="info">
<h3>sweets</h3>
<p>Maple ,Mixed berry , honey ,pistachio nuts ,nutella . </p>
</div>
<div class="price">399/-</div>
</div>
<div class="box">
<div class="info">
<h3>drinks</h3>
<p>Cappucino,Americano ,Vanilla latte ,Early grey , Apple juice ,mango juice.</p>
</div>
<div class="price">199/-</div>
</div>
</div>
</div>
<div class="swiper-slide slide">
<h3 class="title">dessert</h3>
<div class="box-container">
<div class="box">
<div class="info">
<h3>drinks</h3>
<p>Cappucino,Americano ,Vanilla latte ,Early grey , Apple juice ,mango juice. </p>
</div>
<div class="price">299/-</div>
</div>
<div class="box">
<div class="info">
<h3>Extra</h3>
<p>Eggs ,Mushrooms ,asparagus, ovenbaked tomato ,bacon ,avocado ,rocket salad.</p>
</div>
<div class="price">299/-</div>
</div>
<div class="box">
<div class="info">
<h3>sweets</h3>
<p>Maple ,Mixed berry , honey ,pistachio nuts ,nutella .</p>
</div>
<div class="price">499/-</div>
</div>
<div class="box">
<div class="info">
<h3>Savoury</h3>
<p>Kiwi slam ,Hearty breakfast ,Fruity pancakes ,French slam ,Florence benedict .</p>
</div>
<div class="price">399/-</div>
</div>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</section>
<!-- menu section ends -->
<!-- order section starts -->
<section class="order" id="order">
<div class="heading">
<span>Order Now</span>
<h3>fast home delivery</h3>
</div>
<form action="">
<div class="box-container">
<div class="box">
<div class="inputBox">
<span>full name</span>
<input type="text" placeholder="enter your name">
</div>
<div class="inputBox">
<span>food name</span>
<input type="text" placeholder="food you want">
</div>
<div class="inputBox">
<span>order details</span>
<input type="text" placeholder="specifics with food">
</div>
<div class="inputBox">
<span>your address</span>
<textarea name="" placeholder="enter your address" id="" cols="310" rows="1130"></textarea>
</div>
</div>
<div class="box">
<div class="inputBox">
<span>number</span>
<input type="number" placeholder="enter your number">
</div>
<div class="inputBox">
<span>how much</span>
<input type="number" placeholder="how many you want">
</div>
<div class="inputBox">
<span>when you want</span>
<input type="datetime-local">
</div>
<div class="inputBox">
<span>special requests</span>
<textarea name="" placeholder="Your special requests" id="" cols="310" rows="1130"></textarea>
</div>
</div>
</div>
<input type="submit" value="order now" class="btn">
</form>
</section>
<!-- order section ends -->
<!-- blogs section starts -->
<section class="blogs" id="blogs">
<div class="heading">
<span>our blogs</span>
<h3>our latest posts</h3>
</div>
<div class="swiper blogs-slider">
<div class="swiper-wrapper">
<div class="swiper-slide slide">
<div class="image">
<img src="Images/blog-img-1.jpg" alt="">
<span>burger</span>
</div>
<div class="content">
<div class="icon">
<a href="#"> <i class="fas fa-calendar"></i> 11 jan, 2022 </a>
<a href="#"> <i class="fas fa-user"></i> by pratyush </a>
</div>
<a href="#" class="title">Peppertown:A destiny for Foodaholics</a>
<p>Peppertown menu highlights things that utilization the sound and fragrant flavors,however,forgets the stuffing ghee , spread ,oil and overwhelming cream </p>
<!-- <a href="#" class="btn">read more</a> -->
</div>
</div>
<div class="swiper-slide slide">
<div class="image">
<img src="Images/blog-img-2.jpg" alt="">
<span>sandwich</span>
</div>
<div class="content">
<div class="icon">
<a href="#"> <i class="fas fa-calendar"></i> 21st may, 2022 </a>
<a href="#"> <i class="fas fa-user"></i> by Addy </a>
</div>
<a href="#" class="title">Peppertown:A Place delighted with fragrances of spices and vegetables</a>
<p>This week's food with wine pairing focuses on one of summer's most delicious treasures.Its succulently perfumy aroma sets. </p>
<!-- <a href="#" class="btn">read more</a> -->
</div>
</div>
<div class="swiper-slide slide">
<div class="image">
<img src="Images/blog-img-3.jpg" alt="">
<span>chicken</span>
</div>
<div class="content">
<div class="icon">
<a href="#"> <i class="fas fa-calendar"></i> 21st may, 2022 </a>
<a href="#"> <i class="fas fa-user"></i> by George </a>
</div>
<a href="#" class="title">Peppertown:A Place for Foodaholics</a>
<p>Peppertown menu highlights things that utilization the sound anf fragrant flavors,however,forgets the stuffing ghee , spread ,oil and overwhelming cream</p>
<!-- <a href="#" class="btn">read more</a> -->
</div>
</div>
<div class="swiper-slide slide">
<div class="image">
<img src="Images/blog-img-4.jpg" alt="">
<span>ice-cream</span>
</div>
<div class="content">
<div class="icon">
<a href="#"> <i class="fas fa-calendar"></i> 21st july, 2021 </a>
<a href="#"> <i class="fas fa-user"></i> by George </a>
</div>
<a href="#" class="title">Peppertown:A Place delighted with fragrances of spices and food</a>
<p>Peppertown menu highlights things that utilization the sound and fragrant flavors,however,forgets the stuffing ghee , spread ,oil and overwhelming cream </p>
<!-- <a href="#" class="btn">read more</a> -->
</div>
</div>
<div class="swiper-slide slide">
<div class="image">
<img src="Images/blog-img-5.jpg" alt="">
<span>pizza</span>
</div>
<div class="content">
<div class="icon">
<a href="#"> <i class="fas fa-calendar"></i> 21st may, 2022 </a>
<a href="#"> <i class="fas fa-user"></i> by Harry </a>
</div>
<a href="#" class="title">Peppertown:A Place for Foodaholics </a>
<p>Peppertown menu highlights things that utilization the sound anf fragrant flavors,however,forgets the stuffing ghee , spread ,oil and overwhelming cream</p>
<!-- <a href="#" class="btn">read more</a> -->
</div>
</div>
<div class="swiper-slide slide">
<div class="image">
<img src="Images/blog-img-6.jpg" alt="">
<span>coffee</span>
</div>
<div class="content">
<div class="icon">
<a href="#"> <i class="fas fa-calendar"></i> 21st may, 2022 </a>
<a href="#"> <i class="fas fa-user"></i> by Harry </a>
</div>
<a href="#" class="title">Peppertown:A place for Foodies</a>
<p>Peppertown is really more than restaurant it's an on demand networl for foodservice professsionals.It boasts the largest colection of videos and coaching courses.</p>
<!-- <a href="#" class="btn">read more</a> -->
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</section>
<!-- blogs section ends -->
<!-- footer section starts -->
<section class="footer">
<div class="icons-container">
<div class="icons">
<i class="fas fa-clock"></i>
<h3>opening hours</h3>
<p>09:00am to 10:00pm</p>
</div>
<div class="icons">
<i class="fas fa-phone"></i>
<h3>phone</h3>
<p>+91 9546432769</p>
</div>
<div class="icons">
<i class="fas fa-envelope"></i>
<h3>email</h3>
<p>[email protected]</p>
</div>
<div class="icons">
<i class="fas fa-map"></i>
<h3>address</h3>
<p>Meerut -India </p>
</div>
<div class="icons">
<i class="fas fa-envelope"></i>
<h3>Medium</h3>
<p>peppertownblogs.in </p>
</div>
</div>
<div class="share">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-linkedin"></a>
<a href="#" class="fab fa-medium"></a>
</div>
<div class="credit"> created by <span>Pratyush Tyagi</span> | all rights reserved! </div>
</section>
<!-- <section class="login">
<div class="container">
upper button section to select
the login or signup form -->
<!-- <div class="slider"></div>
<div class="btn">
<button class="login">Login</button>
<button class="signup">Signup</button>
</div>
Form section that contains the
login and the signup form -->
<!-- <div class="form-section"> -->
<!-- login form -->
<!-- <div class="login-box">
<input type="email"
class="email ele"
placeholder="[email protected]">
<input type="password"
class="password ele"
placeholder="password">
<button class="clkbtn">Login</button>
</div> -->
<!-- signup form -->
<!-- <div class="signup-box">
<input type="text"
class="name ele"
placeholder="Enter your name">
<input type="email"
class="email ele"
placeholder="[email protected]">
<input type="password"
class="password ele"
placeholder="password">
<input type="password"
class="password ele"
placeholder="Confirm password">
<button class="clkbtn">Signup</button>
</div>
</div>
</div>
</section> -->
<!-- footer section ends -->
<script src="https://unpkg.com/swiper@7/swiper-bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightgallery-js/1.4.0/js/lightgallery.min.js"></script>
<!-- custom js file link -->
<script src="script.js"></script>
<script>
lightGallery(document.querySelector('.gallery .gallery-container'));
</script>
</body>
</html>