-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.php
170 lines (136 loc) · 6.75 KB
/
blog.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap" rel="stylesheet">
<link rel="icon" href="assets/images/icon.png" type="image/gif" sizes="16x16">
<title>A's Kai Garden Foodpark</title>
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/font-awesome.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- ***** Preloader Start ***** -->
<div id="js-preloader" class="js-preloader">
<div class="preloader-inner">
<span class="dot"></span>
<div class="dots">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
<!-- ***** Preloader End ***** -->
<!-- ***** Header Area Start ***** -->
<header class="header-area header-sticky">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="main-nav">
<!-- ***** Logo Start ***** -->
<a href="index.php" class="logo">A's Kai Garden <em> Food Park</em></a>
<!-- ***** Logo End ***** -->
<!-- ***** Menu Start ***** -->
<ul class="nav">
<li><a href="index.php">Home</a></li>
<li><a href="products.php">Products</a></li>
<li class="dropdown">
<a class="dropdown-toggle active" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">About</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="about.php">About Us</a>
<a class="dropdown-item active" href="blog.php">Blog</a>
</div>
</li>
<li><a href="contact.php">Contact</a></li>
</ul>
<a class='menu-trigger'>
<span>Menu</span>
</a>
<!-- ***** Menu End ***** -->
</nav>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<section class="section section-bg" id="call-to-action" style="background-image: url(assets/images/banner-image-1-1920x500.jpg)">
<div class="container">
<div class="row">
<div class="col-lg-10 offset-lg-1">
<div class="cta-content">
<br>
<br>
<h2>Read our <em>Blog</em></h2>
</div>
</div>
</div>
</div>
</section>
<!-- ***** Blog Start ***** -->
<section class="section" id="our-classes">
<div class="container">
<br>
<br>
<div class="row">
<div class="col-lg-8">
<section class='tabs-content'>
<article>
<img src="assets/images/blog-image-1-940x460.jpg" alt="">
<h4>Food is Good not with a twist.</h4>
<p><i class="fa fa-user"></i> Allen Eidrian S. Ramos | <i class="fa fa-calendar"></i> 01.01.2023 10:10 | <i class="fa fa-comments"></i> 15 comments</p>
<p>Imagine being at a peaceful and quiet place and eating with good food, one of the best feelings ever.</p>
</article>
<br>
<br>
<article>
<img src="assets/images/blog-image-2-940x460.jpg" alt="">
<h4>Nothing beats good food with someone you love.</h4>
<p><i class="fa fa-user"></i> Aleister Alinsunurin | <i class="fa fa-calendar"></i> 01.01.2023 10:10 | <i class="fa fa-comments"></i> 15 comments</p>
<p>Love is what makes the world survive despite of everything it experienced, so with someone I love the most good food is a good way to date, we are now engaged!.</p>
</article>
<br>
<br>
<article>
<img src="assets/images/blog-image-3-940x460.jpg" alt="">
<h4>Events are all good quality.</h4>
<p><i class="fa fa-user"></i> Belle Colleen Trayfalgar | <i class="fa fa-calendar"></i> 01.01.2023 10:10 | <i class="fa fa-comments"></i> 15 comments</p>
<p>The time I ate there at the A's kai garden food park I am amazed that people with talent is presenting in different events, with famous to newly starting ones the talented singers, dancers amd artists are all gicing their all and I am impressed because all of them are talented.</p>
</article>
</section>
</div>
</div>
</div>
</section>
<!-- ***** Blog End ***** -->
<!-- ***** Footer Start ***** -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12">
<p>
BSU - CICS Lipa - GROUP Project
</p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="assets/js/jquery-2.1.0.min.js"></script>
<!-- Bootstrap -->
<script src="assets/js/popper.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!-- Plugins -->
<script src="assets/js/scrollreveal.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/jquery.counterup.min.js"></script>
<script src="assets/js/imgfix.min.js"></script>
<script src="assets/js/mixitup.js"></script>
<script src="assets/js/accordions.js"></script>
<!-- Global Init -->
<script src="assets/js/custom.js"></script>
</body>
</html>