-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout_us.php
More file actions
262 lines (239 loc) · 13.1 KB
/
about_us.php
File metadata and controls
262 lines (239 loc) · 13.1 KB
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
<?php
session_start();
include_once ("admin/class/adminback.php");
$obj = new adminback();
$cata_info = $obj-> p_display_catagory();
$cataDatas = array();
while($data = mysqli_fetch_assoc($cata_info)){
$cataDatas[]=$data;
}
?>
<?php
include_once("includes/head.php");
?>
<body class="biolife-body">
<!-- Preloader -->
<?php
include_once("includes/preloader.php");
?>
<!-- HEADER -->
<header id="header" class="header-area style-01 layout-03">
<?php
include_once("includes/header_top.php");
?>
<?php
include_once("includes/header_middle.php");
?>
<?php
include_once("includes/header_bottom.php");
?>
</header>
<!--Hero Section-->
<div class="hero-section hero-background">
<h1 class="page-title">Organic Fruits</h1>
</div>
<!--Navigation section-->
<div class="container">
<nav class="biolife-nav">
<ul>
<li class="nav-item"><a href="index.php" class="permal-link">Home</a></li>
<li class="nav-item"><a href="about_us.php" class="permal-link">About Us</a></li>
<?php foreach ($pro_datas as $pro_data) { ?>
<li class="nav-item">
<a href="category.php?ctg_id=<?php echo $pro_data["ctg_id"]; ?>" class="permal-link">
<?php echo $pro_data["ctg_name"]; ?>
</a>
</li>
<li class="nav-item">
<a href="product.php?pdt_id=<?php echo $pro_data["pdt_id"]; ?>" class="permal-link">
<?php echo $pro_data["pdt_name"]; ?>
</a>
</li>
<?php } ?>
</ul>
</nav>
</div>
<!-- Page Contain -->
<div class="page-contain about-us">
<!-- Main content -->
<div id="main-content" class="main-content">
<div class="welcome-us-block">
<div class="container">
<h4 class="title">Welcome to Biolife store!</h4>
<div class="text-wraper">
<p class="text-info">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur,</p>
<p class="qt-text">“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.”</p>
</div>
</div>
</div>
<div class="why-choose-us-block">
<div class="container">
<h4 class="box-title">Why Choose us</h4>
<b class="subtitle">Natural food is taken from the world's most modern farms with strict safety cycles</b>
<div class="showcase">
<div class="sc-child sc-left-position">
<ul class="sc-list">
<li>
<div class="sc-element color-01">
<span class="biolife-icon icon-fresh-drink"></span>
<div class="txt-content">
<span class="number">01</span>
<b class="title">Always Fresh</b>
<p class="desc">Natural products are kept in the best condition to ensure always fresh</p>
</div>
</div>
</li>
<li>
<div class="sc-element color-02">
<span class="biolife-icon icon-healthy-about"></span>
<div class="txt-content">
<span class="number">02</span>
<b class="title">Overall Healthy</b>
<p class="desc">Natural products are kept in the best condition to ensure always fresh</p>
</div>
</div>
</li>
<li>
<div class="sc-element color-03">
<span class="biolife-icon icon-green-safety"></span>
<div class="txt-content">
<span class="number">03</span>
<b class="title">Encironmental Safety</b>
<p class="desc">Natural products are kept in the best condition to ensure always fresh</p>
</div>
</div>
</li>
</ul>
</div>
<div class="sc-child sc-center-position">
<figure><img src="assets/images/about-us/bn04.jpg" alt="" width="622" height="656"></figure>
</div>
<div class="sc-child sc-right-position">
<ul class="sc-list">
<li>
<div class="sc-element color-04">
<span class="biolife-icon icon-capacity-about"></span>
<div class="txt-content">
<span class="number">04</span>
<b class="title">Antioxidant Capacity</b>
<p class="desc">Natural products are kept in the best condition to ensure always fresh</p>
</div>
</div>
</li>
<li>
<div class="sc-element color-05">
<span class="biolife-icon icon-arteries-about"></span>
<div class="txt-content">
<span class="number">05</span>
<b class="title">Good For Arteries</b>
<p class="desc">Natural products are kept in the best condition to ensure always fresh</p>
</div>
</div>
</li>
<li>
<div class="sc-element color-06">
<span class="biolife-icon icon-title"></span>
<div class="txt-content">
<span class="number">06</span>
<b class="title">Quality Standards</b>
<p class="desc">Natural products are kept in the best condition to ensure always fresh</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="testimonial-block">
<div class="container">
<h4 class="box-title">Testimonial</h4>
<ul class="testimonial-list biolife-carousel" data-slick='{"arrows":false,"dots":true,"infinite":false,"speed":400,"slidesMargin":30,"slidesToShow":3, "responsive":[{"breakpoint":1200, "settings":{ "slidesToShow": 3}},{"breakpoint":992, "settings":{ "slidesToShow": 2}},{"breakpoint":768, "settings":{ "slidesToShow": 2}},{"breakpoint":500, "settings":{ "slidesToShow": 1}}]}'>
<li>
<div class="testml-elem">
<div class="avata">
<figure><img src="assets/images/about-us/author-01.png" alt="" width="217" height="217"></figure>
</div>
<p class="desc">The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text.</p>
<b class="name">Ms. Jay Doe</b>
<b class="title">Manager, Mycrosoft co.</b>
<div class="rating"><p class="star-rating"><span class="width-80percent"></span></p></div>
</div>
</li>
<li>
<div class="testml-elem">
<div class="avata">
<figure><img src="assets/images/about-us/author-02.png" alt="" width="217" height="217"></figure>
</div>
<p class="desc">The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text.</p>
<b class="name">Mr. Braun</b>
<b class="title">Sales Manager</b>
<div class="rating"><p class="star-rating"><span class="width-90percent"></span></p></div>
</div>
</li>
<li>
<div class="testml-elem">
<div class="avata">
<figure><img src="assets/images/about-us/author-03.png" alt="" width="217" height="217"></figure>
</div>
<p class="desc">The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text.</p>
<b class="name">Ms. Danien</b>
<b class="title">Marketing</b>
<div class="rating"><p class="star-rating"><span class="width-100percent"></span></p></div>
</div>
</li>
<li>
<div class="testml-elem">
<div class="avata">
<figure><img src="assets/images/about-us/author-01.png" alt="" width="217" height="217"></figure>
</div>
<p class="desc">The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text.</p>
<b class="name">Ms. Jay Doe</b>
<b class="title">Manager, Mycrosoft co.</b>
<div class="rating"><p class="star-rating"><span class="width-80percent"></span></p></div>
</div>
</li>
<li>
<div class="testml-elem">
<div class="avata">
<figure><img src="assets/images/about-us/author-02.png" alt="" width="217" height="217"></figure>
</div>
<p class="desc">The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text.</p>
<b class="name">Mr. Braun</b>
<b class="title">Sales Manager</b>
<div class="rating"><p class="star-rating"><span class="width-90percent"></span></p></div>
</div>
</li>
<li>
<div class="testml-elem">
<div class="avata">
<figure><img src="assets/images/about-us/author-03.png" alt="" width="217" height="217"></figure>
</div>
<p class="desc">The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text.</p>
<b class="name">Ms. Danien</b>
<b class="title">Marketing</b>
<div class="rating"><p class="star-rating"><span class="width-100percent"></span></p></div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- FOOTER -->
<?php
include_once("includes/footer.php");
?>
<!--Footer For Mobile-->
<?php
include_once("includes/mobile_footer.php");
?>
<?php
include_once("includes/mobile_global.php")
?>
<!-- Scroll Top Button -->
<a class="btn-scroll-top"><i class="biolife-icon icon-left-arrow"></i></a>
<?php
include_once("includes/script.php")
?>
</body>