-
Notifications
You must be signed in to change notification settings - Fork 0
/
filipinofood.html
776 lines (727 loc) · 44.3 KB
/
filipinofood.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>DISCOVER PH</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="DISCOVER PH" name="keywords">
<meta content="DISCOVER PH" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;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.css" rel="stylesheet">
</head>
<body>
<!-- Topnavbar Start -->
<div class="container-fluid bg-light pt-3 d-none d-lg-block">
<div class="container">
<div class="row">
<div class="col-lg-6 text-center text-lg-left mb-2 mb-lg-0">
<div class="d-inline-flex align-items-center">
<p><i class="fa fa-envelope mr-2"></i>info@discoverph.com</p>
<p class="text-body px-3">|</p>
<p><i class="fa fa-phone-alt mr-2"></i>+08 886 8063</p>
</div>
</div>
<div class="col-lg-6 text-center text-lg-right">
<div class="d-inline-flex align-items-center">
<a class="text-dark px-3" href="">
<i class="fab fa-facebook-f"></i>
</a>
<a class="text-dark px-3" href="">
<i class="fab fa-twitter"></i>
</a>
<a class="text-dark px-3" href="">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="text-dark px-3" href="">
<i class="fab fa-instagram"></i>
</a>
<a class="text-dark pl-3" href="">
<i class="fab fa-youtube"></i>
</a>
<a id="myLink" onclick="MyFunction();return false;" class="text-dark px-3" href="#login" data-bs-toggle="modal" data-bs-target="#modalForm">Log In</a>
<a id="myLink" onclick="MyFunction();return false;"class="text-dark px-3" href="#signup" data-bs-toggle="modal" data-bs-target="#modalForm2">Sign-Up</a>
</div>
</div>
</div>
</div>
</div>
<!-- Topbar End -->
<!-- Navbar Start -->
<div class="container-fluid position-relative nav-bar p-0">
<div class="container-lg position-relative p-0 px-lg-3" style="z-index: 9;">
<nav class="navbar navbar-expand-lg bg-dark navbar-light shadow-lg py-3 py-lg-0 pl-3 pl-lg-5">
<a href="" class="navbar-brand">
<img src="img/logo3.png" height="50px"width="55px" alt="discoverph_logo"></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 px-3" id="navbarCollapse">
<div class="nav-item dropdown">
<a href="index.html" class="nav-link dropdown-toggle text-white" data-toggle="dropdown" active>Home</a>
<div class="dropdown-menu border-0 rounded-0 m-0">
<a href="index.html" class="dropdown-item">Home</a>
<a href="about.html" class="dropdown-item">About Us</a>
<a href="index.html" class="dropdown-item">FAQs</a>
<a href="services.html" class="dropdown-item">Advertise</a>
<a href="services.html" class="dropdown-item">Services</a>
</div>
</div>
<div class="nav-item dropdown">
<a href="foodblog.html" class="nav-link dropdown-toggle text-white" data-toggle="dropdown">Trending</a>
<div class="dropdown-menu border-0 rounded-0 m-0">
<a href="#" class="dropdown-item"><i class='fas fa-newspaper'></i>
News</a>
<a href="foodblog.html" class="dropdown-item"><i class='fas fa-blog'></i>
Blogs</a>
<a href="foodblog.html" class="dropdown-item"><i class='far fa-comments' ></i>
Forums</a>
<a href="#" class="dropdown-item"><i class='far fa-newspaper'></i>
Articles</a>
<a href="#" class="dropdown-item"><i class='fas fa-users'></i>
Clubs</a>
</div>
</div>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle text-white" data-toggle="dropdown" active>Things to do</a>
<div class="dropdown-menu border-0 rounded-0 m-0">
<a href="#" class="dropdown-item"><i class='fas fa-running'></i>
Activities</a>
<a href="#" class="dropdown-item"><i class='fas fa-calendar-alt'></i>
All Events</a>
</div>
</div>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle text-white" data-toggle="dropdown">Eat + Drink</a>
<div class="dropdown-menu border-0 rounded-0 m-0">
<a href="filipinofood.html" class="dropdown-item"><i class='fas fa-fire-alt'></i>
Filipino FIRST*!</a>
<a href="foodblog.html" class="dropdown-item"><i class='fas fa-fire-alt'></i>
Food Blog</a>
<a href="foodblog.html" class="dropdown-item"><i class='fas fa-hamburger'></i>
Restaurant Hopping</a>
<a href="foodblog.html" class="dropdown-item"><i class='fas fa-bullhorn'></i>
Buffet PROMOS</a>
<a href="foodblog.html" class="dropdown-item"><i class='fas fa-cheese'></i>
Recipes</a>
</div>
</div>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle text-white" data-toggle="dropdown">Travel</a>
<div class="dropdown-menu border-0 rounded-0 m-0">
<a href="destinations.html" class="dropdown-item"><i class='fas fa-map-marked-alt'></i> Top Destination</a>
<a href="packages.html" class="dropdown-item"><i class='far fa-map' ></i> Itineraries</a>
<a href="packages.html" class="dropdown-item"><i class='fas fa-plane-departure'></i> PROMO Packages</a>
<a href="travelguides.html" class="dropdown-item"><i class='fas fa-globe-asia'></i> Travel Guides</a>
<a href="realestate.html" class="dropdown-item"><i class='fas fa-home'></i> Real Estate</a>
</div>
</div>
<div class="nav-item dropdown">
<a href="shops.html" class="nav-link dropdown-toggle text-white" data-toggle="dropdown">Shop</a>
<div class="dropdown-menu border-0 rounded-0 m-0">
<a href="shops.html" class="dropdown-item"><i class='fas fa-gift'></i> DEALS & PROMOS</a>
<a href="shops.html" class="dropdown-item"><i class='fas fa-box-open'></i> Products</a>
<a href="shops.html" class="dropdown-item"><i class='fas fa-cart-plus'></i> Local Shops</a>
<a href="shops.html" class="dropdown-item"><i class='fas fa-users'></i> Partners & Affiliate</a>
<a href="#" class="dropdown-item"><i class='fas fa-bell' ></i> Subscribe</a>
</div>
</div>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle text-white" data-toggle="dropdown">Contacts</a>
<div class="dropdown-menu border-0 rounded-0 m-0">
<a href="contacts.html" class="dropdown-item"><i class='fas fa-phone-volume'></i> Contact Us</a>
<a href="contacts.html" class="dropdown-item"><i class='fas fa-hands-helping' ></i> Useful Contacts</a>
<a href="contacts.html" class="dropdown-item"><i class='fas fa-gift'></i> Rewards</a>
</div>
</div>
</div>
</div>
</nav>
</div>
</div>
<!-- Navbar End -->
<!-- Header Start -->
<div class="container-fluid p-0">
<div id="header-carousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="w-100" src="img/foodevents.png" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 900px;height: 200px"><br><br>
<h2 class="display-3 text-white sm-mb-md-4 text-uppercase">Eat + Drink</h2><br><br>
<div class="d-inline-flex text-white">
<h3 class="m-0 text-uppercase"><a class="text-white" href="">Home</a></h3>
<i class="fa fa-angle-double-right pt-1 px-3"></i>
<h3 class="m-0 text-uppercase text-white">Eat + Drink</h3>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<img class="w-100" src="img/foodbanner2.png" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 900px;height: 200px"><br><br>
<h2 class="display-3 text-white sm-mb-md-4 text-uppercase">Eat + Drink</h2><br><br>
<div class="d-inline-flex text-white">
<h3 class="m-0 text-uppercase"><a class="text-white" href="">Home</a></h3>
<i class="fa fa-angle-double-right pt-1 px-3"></i>
<h3 class="m-0 text-uppercase text-white">Eat + Drink</h3>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<img class="w-100" src="img/foodbanner.png" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 900px;height: 200px"><br><br>
<h2 class="display-3 text-white sm-mb-md-4 text-uppercase">Eat + Drink</h2><br><br>
<div class="d-inline-flex text-white">
<h3 class="m-0 text-uppercase"><a class="text-white" href="">Home</a></h3>
<i class="fa fa-angle-double-right pt-1 px-3"></i>
<h3 class="m-0 text-uppercase text-white">Eat + Drink</h3>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<img class="w-100" src="img/foodbanner3.png" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 900px;height: 200px"><br><br>
<h2 class="display-3 text-white sm-mb-md-4 text-uppercase">Eat + Drink</h2><br><br>
<div class="d-inline-flex text-white">
<h3 class="m-0 text-uppercase"><a class="text-white" href="">Home</a></h3>
<i class="fa fa-angle-double-right pt-1 px-3"></i>
<h3 class="m-0 text-uppercase text-white">Eat + Drink</h3>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#header-carousel" data-slide="prev">
<div class="btn btn-dark" style="width: 45px; height: 45px;">
<span class="carousel-control-prev-icon mb-n2"></span>
</div>
</a>
<a class="carousel-control-next" href="#header-carousel" data-slide="next">
<div class="btn btn-dark" style="width: 45px; height: 45px;">
<span class="carousel-control-next-icon mb-n2"></span>
</div>
</a>
</div>
</div>
</div>
<!-- Header End -->
<!-- Search Start -->
<div class="container-fluid booking p-0 mt-3">
<div class="container">
<div class=" row bg-light shadow" style="padding: 20px;">
<div class="d-flex justify-content-center" style="min-height: 60px;">
<div class="col-md-10 p-4 m-0">
<div class="m-1 p-3">
<form class="needs-validation">
<div class="row align-items-center">
<div class="col-md-3 mb-3">
<label class="visually hidden"><h3>What?</h3></label>
<input type="text" name="what" size="80" style="width:98%" placeholder="Ex: Place,Food,Activity" id="name" class="form-control" required>
<div class="invalid-feedback">Please enter a valid answer</div>
</div>
<div class="col-md-3 mb-3">
<label class="visually hidden"><h3>Location?</h3></label>
<input type="text" name="location" size="80" style="width:100%" id="name" class="form-control" placeholder="Ex: Makati,BGC,Cebu" required>
</div>
<div class="col-md-3">
<i class="material-icons" style="font-size:36px;color:red">add_location</i><br>
<button onclick="getLocation()" class="btn btn-dark btn-block" style="height: 47px; margin-top: -2px" >Use My Location </button>
</div>
<div class="col-md-3">
<label style="text-align:center;">Save this search<input type="checkbox" checked="checked" class=info/></label>
<button class="btn btn-primary btn-block" type="submit" style="height:60px; margin-top: -2px;"><i class="fa fa-search"></i> Search </button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br>
<!-- Search End -->
<!-- Ads-->
<div class="container-fluid position-relative ads3 pt-5 pb-5">
<div class="container-lg position-relative pt-5 pb-5 px-lg-3">
<div class="ads text-center mb-3-md pb-3">
<img src="img/adsnew.gif">
</div>
</div>
</div>
</div>
<!-- Ads-->
<!-- Blog Start -->
<div class="container-fluid py-5">
<h1 class="text-center">FOOD BLOG</h1>
<br><br>
<div class="container py-5">
<div class="row">
<div class="col-lg-8 text-dark">
<h3>Filipino Food</h3>
<p>What would Philippines be without its food—be it the humble fishball skewers you buy on the streets, or more elaborate degustations by the country’s best chefs?
Our local dining scene is an ever-evolving landscape, with new restaurants, brands, and concepts popping up on a weekly (even daily) basis.
You’re bound to find great eats if you know where to look—and we’re here to help.</p>
<br>
<p>On Eat + Drink, you’ll be able to read and get to know about great food that deliver drool-worthy flavors—the kind that evokes emotions, thoughts, memories,
or simply makes you roll back your eyes in enjoyment. (No shame.) From can’t-be-missed deals to splurge-worthy experiences, we’re serving up great reads for a wide range of budgets and occasions.
And more than the food itself, we also share the stories, the people, and other must-know deets behind and about the city’s best gems.</p>
<center>
<img src="img/fiesta.jpeg" style="width:50%">
</center>
<br> <br>
<hr><br>
<div class="row pb-3">
<div class="col-md-6 mb-4 pb-2">
<div class="blog-item">
<div class="position-relative">
<img class="img-fluid w-100" src="img/f1.png" alt="">
<div class="blog-date">
<h6 class="font-weight-bold mb-n1">28</h6>
<small class="text-dark text-uppercase">Sept</small>
</div>
</div>
<div class="bg-white p-4">
<div class="d-flex mb-2">
<a class="text-danger text-uppercase text-decoration-none" href="">Admin</a>
<span class="text-danger px-2">|</span>
<a class="text-danger text-uppercase text-decoration-none" href="">
CHEAP EATS </a>
</div>
<a class="h5 m-0 text-decoration-none" href="">Basic Filipino Dessert RECIPES for Beginners! </a>
</div>
</div>
</div>
<div class="col-md-6 mb-4 pb-2">
<div class="blog-item">
<div class="position-relative">
<img class="img-fluid w-100" src="img/f2.png" alt="">
<div class="blog-date">
<h6 class="font-weight-bold mb-n1">28</h6>
<small class="text-dark text-uppercase">Sept</small>
</div>
</div>
<div class="bg-white p-4">
<div class="d-flex mb-2">
<a class="text-danger text-uppercase text-decoration-none" href="">Admin</a>
<span class="text-danger px-2">|</span>
<a class="text-danger text-uppercase text-decoration-none" href="">CHEAP EATS</a>
</div>
<a class="h5 m-0 text-decoration-none" href="">How to prepare Authentic Boodle Fight & FIESTA recipes</a>
</div>
</div>
</div>
<div class="col-md-6 mb-4 pb-2">
<div class="blog-item">
<div class="position-relative">
<img class="img-fluid w-100" src="img/f3.png" alt="">
<div class="blog-date">
<h6 class="font-weight-bold mb-n1">28</h6>
<small class=" text-dark text-uppercase">Sept</small>
</div>
</div>
<div class="bg-white p-4">
<div class="d-flex mb-2">
<a class="text-danger text-uppercase text-decoration-none" href="">Admin</a>
<span class="text-dangery px-2">|</span>
<a class="text-danger text-uppercase text-decoration-none" href="">CHEAP EATS</a>
</div>
<a class="h5 m-0 text-decoration-none" href="">Try this at home! Filipino Classic WORLDCLASS!</small>
</a>
</div>
</div>
</div>
<div class="col-md-6 mb-4 pb-2">
<div class="blog-item">
<div class="position-relative">
<img class="img-fluid w-100" src="img/f4.png" alt="">
<div class="blog-date">
<h6 class="font-weight-bold mb-n1">28</h6>
<small class="text-dark text-uppercase">Sept</small>
</div>
</div>
<div class="bg-white p-4">
<div class="d-flex mb-2">
<a class="text-danger text-uppercase text-decoration-none" href="">Admin</a>
<span class="text-danger px-2">|</span>
<a class="text-danger text-uppercase text-decoration-none" href="">EAT + DRINK</a>
</div>
<a class="h5 m-0 text-decoration-none" href="">FESTIVALS around the Philippines you can visit monthly!.</small>
</a>
</div>
</div>
</div>
<div class="col-md-6 mb-4 pb-2">
<div class="blog-item">
<div class="position-relative">
<img class="img-fluid w-100" src="img/f5.png" alt="">
<div class="blog-date">
<h6 class="font-weight-bold mb-n1">28</h6>
<small class="text-dark text-uppercase">Sept</small>
</div>
</div>
<div class="bg-white p-4">
<div class="d-flex mb-2">
<a class="text-danger text-uppercase text-decoration-none" href="">Admin</a>
<span class="text-danger px-2">|</span>
<a class="text-danger text-uppercase text-decoration-none" href="">
EAT + DRINK</a>
</div>
<a class="h5 m-0 text-decoration-none" href="">Filipino Birthday Classics 101</a>
</div>
</div>
</div>
<div class="col-md-6 mb-4 pb-2">
<div class="blog-item">
<div class="position-relative">
<img class="img-fluid w-100" src="img/f6.png" alt="">
<div class="blog-date">
<h6 class="font-weight-bold mb-n1">28</h6>
<small class="text-dark text-uppercase">Sept</small>
</div>
</div>
<div class="bg-white p-4">
<div class="d-flex mb-2">
<a class="text-danger text-uppercase text-decoration-none" href="">Admin</a>
<span class="text-danger px-2">|</span>
<a class="text-danger text-uppercase text-decoration-none" href="">WHAT'S NEW</a>
</div>
<a class="h5 m-0 text-decoration-none" href="">The BEST LECHON in the Philippines List as of 2022!</a>
</div>
</div>
</div>
<
<div class="col-12">
<nav aria-label="Page navigation">
<ul class="pagination pagination-lg justify-content-center bg-white mb-0" style="padding: 30px;">
<li class="page-item disabled">
<a class="page-link" href="#" aria-label="Previous">
<span aria-hidden="true">«</span>
<span class="sr-only">Previous</span>
</a>
</li>
<li class="page-item active"><a class="page-link" href="#">1</a></li>
<li class="page-item"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="#">3</a></li>
<li class="page-item">
<a class="page-link" href="#" aria-label="Next">
<span aria-hidden="true">»</span>
<span class="sr-only">Next</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="col-lg-4 mt-5 mt-lg-0">
<!-- Author Bio -->
<div class="d-flex flex-column text-center bg-white mb-5 py-5 px-4">
<img src="img/user.png" class="img-fluid mx-auto mb-3" style="width: 100px;">
<h3 class="text-danger mb-3">Juana Dela Cruz</h3>
<p>Food Enthusiast & Writer</p>
<div class="d-flex justify-content-center">
<a class="text-dark px-2" href="">
<i class="fab fa-facebook-f"></i>
</a>
<a class="text-dark px-2" href="">
<i class="fab fa-twitter"></i>
</a>
<a class="text-dark px-2" href="">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="text-dark px-2" href="">
<i class="fab fa-instagram"></i>
</a>
<a class="text-dark px-2" href="">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
<!-- Search Form -->
<div class="mb-5">
<div class="bg-white" style="padding: 30px;">
<div class="input-group">
<input type="text" class="form-control p-4" placeholder="Keyword">
<div class="input-group-append">
<span class="input-group-text bg-dark border-dark text-white"><i
class="fa fa-search"></i></span>
</div>
</div>
</div>
</div>
<!-- Category List -->
<div class="mb-5">
<h4 class="text-uppercase mb-4" style="letter-spacing: 5px;">Categories</h4>
<div class="bg-white" style="padding: 30px;">
<ul class="list-inline m-0">
<li class="mb-3 d-flex justify-content-between align-items-center">
<a class="text-dark" href="#"><i class="fa fa-angle-right text-dark mr-2"></i>All Food Blogs</a>
<span class="badge badge-danger badge-pill">150</span>
</li>
<li class="mb-3 d-flex justify-content-between align-items-center">
<a class="text-dark" href="#"><i class="fa fa-angle-right text-darkmr-2"></i> Top 10 List</a>
<span class="badge badge-danger badge-pill">131</span>
</li>
<li class="mb-3 d-flex justify-content-between align-items-center">
<a class="text-dark" href="#"><i
class="fa fa-angle-right text-dark mr-2"></i>Cheap Eats</a>
<span class="badge badge-danger badge-pill">78</span>
</li>
<li class="mb-3 d-flex justify-content-between align-items-center">
<a class="text-dark" href="#"><i
class="fa fa-angle-right text-dark mr-2"></i>People</a>
<span class="badge badge-danger badge-pill">56</span>
</li>
<li class="d-flex justify-content-between align-items-center">
<a class="text-dark" href="#"><i
class="fa fa-angle-right text-dark mr-2"></i>What's NEW*</a>
<span class="badge badge-danger badge-pill">98</span>
</li>
</ul>
</div>
</div>
<!-- Recent Post -->
<div class="mb-5">
<h4 class="text-uppercase mb-4" style="letter-spacing: 5px;">Recent Post</h4>
<a class="d-flex align-items-center text-decoration-none bg-white mb-3" href="">
<img class="img-fluid" src="img/ph1.png" alt="">
<div class="pl-3">
<h6 class="m-1">FIESTA ART !</h6>
<small>Sept. 27, 2022</small>
</div>
</a>
<a class="d-flex align-items-center text-decoration-none bg-white mb-3" href="">
<img class="img-fluid" src="img/ph2.png" alt="">
<div class="pl-3">
<h6 class="m-1">ART GALLERY PHILIPPINES FESTIVAL </h6>
<small>Sept. 28, 2022</small>
</div>
</a>
<a class="d-flex align-items-center text-decoration-none bg-white mb-3" href="">
<img class="img-fluid" src="img/ph3.png" alt="">
<div class="pl-3">
<h6 class="m-1">FIESTA GALORE 2022</h6>
<small>Sept. 29, 2022</small>
</div>
</a>
</div>
<!-- Tag Cloud -->
<div class="mb-5">
<h4 class="text-uppercase mb-4" style="letter-spacing: 5px;">Tags</h4>
<div class="d-flex flex-wrap m-n1">
<a href="" class="btn btn-light m-1"># Filipino Street Foods</a>
<a href="" class="btn btn-light m-1"># Pinoy Street Foods</a>
<a href="" class="btn btn-light m-1"># Pinoy</a>
<a href="" class="btn btn-light m-1"># Filipino</a>
<a href="" class="btn btn-light m-1"># Noypi</a>
<a href="" class="btn btn-light m-1"># Fiesta Recipes</a>
<a href="" class="btn btn-light m-1"># Lechon</a>
<a href="" class="btn btn-light m-1"># Adobo</a>
<a href="" class="btn btn-light m-1"># Halo-Halo</a>
<a href="" class="btn btn-light m-1"># Pancit</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Blog End -->
<!-- Ads-->
<div class="container-fluid ads2 py-5">
<div class="container pt-5 pb-3">
<div class="text-center mb-3 pb-3">
<img src="img/ads.gif">
</div>
</div>
</div>
<!-- Ads -->
<center>
<audio src="media/music.mp3" controls autoplay loop></audio><br>
<audio controls>
<source src="media/music.mp3" type="audio/mpeg">
<iframe src=”media/music.mp3″ type=”audio/mp3″ allow=”autoplay” id=”audio” style=”display:none”></iframe>
<audio autoplay>
<source src=”media/music.mp3″ type=”audio/mp3″>
</audio>
</center>
<!-- Footer Start -->
<div class="container-fluid bg-dark text-white-50 py-5 px-sm-3 px-lg-5" style="margin-top: 90px;">
<div class="row pt-5">
<div class="col-lg-3 col-md-6 mb-5">
<a href="" class="navbar-brand">
<img src="img/logo2.png" width="100px">
</a>
<p>"Best place to find & explore everything that you need"</p>
<h6 class="text-white text-uppercase mt-4 mb-3" style="letter-spacing: 5px;">Follow Us</h6>
<div class="d-flex justify-content-start">
<a class="btn btn-outline-info btn-square mr-2" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-info btn-square mr-2" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-info btn-square mr-2" href="#"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-outline-info btn-square" href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h5 class="text-white text-uppercase mb-4" style="letter-spacing: 5px;">Our Services</h5>
<div class="d-flex flex-column justify-content-start">
<a class="text-white-50 mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>About</a>
<a class="text-white-50 mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Destination</a>
<a class="text-white-50 mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Packages</a>
<a class="text-white-50 mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Guides</a>
<a class="text-white-50 mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Restaurant Hopping</a>
<a class="text-white-50 mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Recipes</a>
<a class="text-white-50" href="#"><i class="fa fa-angle-right mr-2"></i>#Trending:Top 10</a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h5 class="text-white text-uppercase mb-4" style="letter-spacing: 5px;">Useful Links</h5>
<div class="d-flex flex-column justify-content-start">
<a class="text-white-50 mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Activities</a>
<a class="text-white-50 mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Events</a>
<a class="text-white-50 mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Trending</a>
<a class="text-white-50 mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Real Estate</a>
<a class="text-white-50 mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Rewards</a>
<a class="text-white-50 mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Useful Contacts</a>
<a class="text-white-50" href="#"><i class="fa fa-angle-right mr-2"></i>Blog</a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h5 class="text-white text-uppercase mb-4" style="letter-spacing: 5px;">Contact Us</h5>
<p><i class="fa fa-map-marker-alt mr-2"></i>One Uptown,The Fort, Bonifacio Global City, Metro Manila, Philippines</p>
<p><i class="fa fa-phone-alt mr-2"></i>+08 886 8063</p>
<p><i class="fa fa-envelope mr-2"></i>info@discoverph.com</p>
<h6 class="text-white text-uppercase mt-4 mb-3" style="letter-spacing: 5px;">Newsletter</h6>
<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 px-3">Sign Up</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-dark text-white border-top py-4 px-sm-3 px-md-5" style="border-color: rgba(256, 256, 256, .1) !important;">
<div class="row">
<div class="col-lg-6 text-center text-md-left mb-3 mb-md-0">
<p class="m-0 text-white-50">Copyright ©2022 RMC-Zhan</a>. All Rights Reserved.</a>
</p>
</div>
<div class="col-lg-6 text-center text-md-right">
<p class="m-0 text-white-50">by RMC-Zhan</a>
</p>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Modal -->
<div class="modal fade" id="modalForm" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Log- In Form</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close">x</button>
</div>
<div class="modal-body">
<form>
<div class="mb-3">
<label class="form-label text-start">Email Address</label>
<input type="text" class="form-control" id="username" name="username" placeholder="Username" />
</div>
<div class="mb-3">
<label class="form-label text-left">Password</label>
<input type="password" class="form-control" id="password" name="password" placeholder="Password" />
</div>
<div class="mb-3 form-check">
<input type="checkbox" class="form-check-input" id="rememberMe" />
<label class="form-check-label text-left" for="rememberMe" >Remember me</label>
</div>
<div class="modal-footer d-block">
<p class="float-start text-left">Not yet account, <a id="myLink" onclick="MyFunction();return false;"class="text-dark px-3" href="#" data-bs-toggle="modal" data-bs-target="#modalForm2">Sign Up</a></p>
<button type="submit" class="btn btn-primary float-end">Submit</button>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Modal2 -->
<div class="modal fade" id="modalForm2" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Sign-Up Form</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close">x</button>
</div>
<div class="modal-body">
<form>
<div class="mb-3">
<label class="form-label">Name</label>
<input type="text" class="form-control" id="username" name="username" placeholder="Full Name" />
</div>
<div class="mb-3">
<label class="form-label">Email Address</label>
<input type="email" class="form-control" id="email" name="email-address" placeholder="Email-address" />
</div>
<div class="mb-3">
<label class="form-label">Password</label>
<input type="password" class="form-control" id="password" name="password" placeholder="Password" />
</div>
<div class="mb-3 form-check">
<input type="checkbox" class="form-check-input" id="rememberMe" />
<label class="form-check-label" for="rememberMe">Remember me</label>
</div>
<div class="modal-footer d-block">
<button type="submit" class="btn btn-primary float-end">Sign-Up</button>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- 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>
<!--Music-->
<script>
var isChrome = /Chrome/.test(navigator.userAgent) && /Google Inc/.test(navigator.vendor);
if (!isChrome){
$('#iframeAudio').remove()
}
else {
$('#playAudio').remove() // just to make sure that it will not have 2x audio in the background
}
</script>
<!-- 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/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>
<!-- Bootstrap JS -->
<script src="https://www.markuptag.com/bootstrap/5/js/bootstrap.bundle.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>