-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
about.html
308 lines (297 loc) · 18.2 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>Freshcery | Groceries Organic Store</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="assets/fonts/sb-bistro/sb-bistro.css" rel="stylesheet" type="text/css">
<link href="assets/fonts/font-awesome/font-awesome.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/bootstrap/bootstrap.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/o2system-ui/o2system-ui.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/owl-carousel/owl-carousel.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/cloudzoom/cloudzoom.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/thumbelina/thumbelina.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/packages/bootstrap-touchspin/bootstrap-touchspin.css">
<link rel="stylesheet" type="text/css" media="all" href="assets/css/theme.css">
</head>
<body>
<div class="page-header">
<!--=============== Navbar ===============-->
<nav class="navbar fixed-top navbar-expand-md navbar-dark bg-transparent" id="page-navigation">
<div class="container">
<!-- Navbar Brand -->
<a href="index.html" class="navbar-brand">
<img src="assets/img/logo/logo.png" alt="">
</a>
<!-- Toggle Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarcollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarcollapse">
<!-- Navbar Menu -->
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="shop.html" class="nav-link">Shop</a>
</li>
<li class="nav-item">
<a href="register.html" class="nav-link">Register</a>
</li>
<li class="nav-item">
<a href="login.html" class="nav-link">Login</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="javascript:void(0)" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<div class="avatar-header"><img src="assets/img/logo/avatar.jpg"></div> John Doe
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="transaction.html">Transactions History</a>
<a class="dropdown-item" href="setting.html">Settings</a>
</div>
</li>
<li class="nav-item dropdown">
<a href="javascript:void(0)" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-shopping-basket"></i> <span class="badge badge-primary">5</span>
</a>
<div class="dropdown-menu shopping-cart">
<ul>
<li>
<div class="drop-title">Your Cart</div>
</li>
<li>
<div class="shopping-cart-list">
<div class="media">
<img class="d-flex mr-3" src="assets/img/logo/avatar.jpg" width="60">
<div class="media-body">
<h5><a href="javascript:void(0)">Carrot</a></h5>
<p class="price">
<span class="discount text-muted">Rp. 700.000</span>
<span>Rp. 100.000</span>
</p>
<p class="text-muted">Qty: 1</p>
</div>
</div>
<div class="media">
<img class="d-flex mr-3" src="assets/img/logo/avatar.jpg" width="60">
<div class="media-body">
<h5><a href="javascript:void(0)">Carrot</a></h5>
<p class="price">
<span class="discount text-muted">Rp. 700.000</span>
<span>Rp. 100.000</span>
</p>
<p class="text-muted">Qty: 1</p>
</div>
</div>
<div class="media">
<img class="d-flex mr-3" src="assets/img/logo/avatar.jpg" width="60">
<div class="media-body">
<h5><a href="javascript:void(0)">Carrot</a></h5>
<p class="price">
<span class="discount text-muted">Rp. 700.000</span>
<span>Rp. 100.000</span>
</p>
<p class="text-muted">Qty: 1</p>
</div>
</div>
<div class="media">
<img class="d-flex mr-3" src="assets/img/logo/avatar.jpg" width="60">
<div class="media-body">
<h5><a href="javascript:void(0)">Carrot</a></h5>
<p class="price">
<span class="discount text-muted">Rp. 700.000</span>
<span>Rp. 100.000</span>
</p>
<p class="text-muted">Qty: 1</p>
</div>
</div>
</div>
</li>
<li>
<div class="drop-title d-flex justify-content-between">
<span>Total:</span>
<span class="text-primary"><strong>Rp. 2000.000</strong></span>
</div>
</li>
<li class="d-flex justify-content-between pl-3 pr-3 pt-3">
<a href="cart.html" class="btn btn-default">View Cart</a>
<a href="checkout.html" class="btn btn-primary">Checkout</a>
</li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</nav>
</div>
<div id="page-content" class="page-content">
<div class="banner">
<div class="jumbotron jumbotron-bg text-center rounded-0" style="background-image: url('assets/img/bg-header.jpg');">
<div class="container">
<h1 class="pt-5">
About Us
</h1>
<p class="lead">
Save time and leave the groceries to us.
</p>
</div>
</div>
</div>
<section class="bg-leaf">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 text-center mb-3">
<h1 class="title text-uppercase mb-2">Freshcery</h1>
<h5>
Groceries Organic Store
</h5>
</div>
<div class="col-md-10">
<p class="text-justify">
Occaecat sunt id anim officia laborum incididunt dolore sit consequat consectetur enim fugiat aute culpa consequat cillum incididunt officia sed esse laborum anim aliqua et duis reprehenderit commodo do dolor dolor deserunt esse in aute anim adipisicing deserunt eu tempor veniam magna magna nulla in ea nulla elit est do veniam dolor pariatur in ut deserunt adipisicing est anim proident occaecat aliquip sunt enim occaecat cillum commodo in duis fugiat pariatur officia aliquip anim in dolore id id pariatur pariatur enim quis excepteur proident incididunt dolor consequat nisi et veniam occaecat sed exercitation dolore eiusmod elit sed voluptate adipisicing ut irure ad ut ex deserunt exercitation amet in eu quis ut occaecat non sunt labore reprehenderit elit commodo aute ea occaecat tempor dolor sed ut cillum aute et pariatur sit consequat commodo sunt sit amet nulla commodo aute laborum non ullamco ea laboris do adipisicing quis consequat adipisicing ea cupidatat et minim pariatur sed amet cillum commodo pariatur fugiat duis id amet ut exercitation voluptate culpa fugiat nostrud aute.
</p>
</div>
</div>
<div class="row justify-content-center align-items-center mt-3">
<div class="col-md-4">
<img src="assets/img/fruits.jpg" class="img-fluid">
</div>
<div class="col-md-6">
<h5>
Straight from the Farm
</h5>
<p>
Our farm-to-table concept emphasizes on getting the fresh produce directly from local farms to your tables within one day, hence you know you get the freshest produce straight from harvest.
</p>
<p>
Our farm-to-table concept emphasizes on getting the fresh produce directly from local farms to your tables within one day, hence you know you get the freshest produce straight from harvest.
</p>
<p>
Our farm-to-table concept emphasizes on getting the fresh produce directly from local farms to your tables within one day, hence you know you get the freshest produce straight from harvest.
</p>
</div>
</div>
<div class="row justify-content-center align-items-center text-right mt-3">
<div class="col-md-6">
<h5>
Know Your Farmers
</h5>
<p>
We want you to know exactly who is growing your food by having the farmers profile on each item and farmers page. You’re welcome to visit the farms and see the love they put into growing your food.
</p>
<p>
We want you to know exactly who is growing your food by having the farmers profile on each item and farmers page. You’re welcome to visit the farms and see the love they put into growing your food.
</p>
<p>
We want you to know exactly who is growing your food by having the farmers profile on each item and farmers page. You’re welcome to visit the farms and see the love they put into growing your food.
</p>
</div>
<div class="col-md-4">
<img src="assets/img/vegetables.jpg" class="img-fluid">
</div>
</div>
<div class="row justify-content-center align-items-center mt-3">
<div class="col-md-4">
<img src="assets/img/fish.jpg" class="img-fluid">
</div>
<div class="col-md-6">
<h5>
Improving Farmers’ Livelihood
</h5>
<p>
Slowly but sure, by cutting the complex supply chain and food system, we hope to improve the welfare of farmers by giving them the returns they deserve for their hard work.
</p>
<p>
Slowly but sure, by cutting the complex supply chain and food system, we hope to improve the welfare of farmers by giving them the returns they deserve for their hard work.
</p>
<p>
Slowly but sure, by cutting the complex supply chain and food system, we hope to improve the welfare of farmers by giving them the returns they deserve for their hard work.
</p>
</div>
</div>
</div>
</section>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-md-3">
<h5>About</h5>
<p>Nisi esse dolor irure dolor eiusmod ex deserunt proident cillum eu qui enim occaecat sunt aliqua anim eiusmod qui ut voluptate.</p>
</div>
<div class="col-md-3">
<h5>Links</h5>
<ul>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
<li>
<a href="faq.html">FAQ</a>
</li>
<li>
<a href="javascript:void(0)">How it Works</a>
</li>
<li>
<a href="terms.html">Terms</a>
</li>
<li>
<a href="privacy.html">Privacy Policy</a>
</li>
</ul>
</div>
<div class="col-md-3">
<h5>Contact</h5>
<ul>
<li>
<a href="tel:+620892738334"><i class="fa fa-phone"></i> 08272367238</a>
</li>
<li>
<a href="mailto:[email protected]"><i class="fa fa-envelope"></i> [email protected]</a>
</li>
</ul>
<h5>Follow Us</h5>
<ul class="social">
<li>
<a href="javascript:void(0)" target="_blank"><i class="fab fa-facebook-f"></i></a>
</li>
<li>
<a href="javascript:void(0)" target="_blank"><i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="javascript:void(0)" target="_blank"><i class="fab fa-youtube"></i></a>
</li>
</ul>
</div>
<div class="col-md-3">
<h5>Get Our App</h5>
<ul class="mb-0">
<li class="download-app">
<a href="#"><img src="assets/img/playstore.png"></a>
</li>
<li style="height: 200px">
<div class="mockup">
<img src="assets/img/mockup.png">
</div>
</li>
</ul>
</div>
</div>
</div>
<p class="copyright">© 2018 Freshcery | Groceries Organic Store. All rights reserved.</p>
</footer>
<script type="text/javascript" src="assets/js/jquery.js"></script>
<script type="text/javascript" src="assets/js/jquery-migrate.js"></script>
<script type="text/javascript" src="assets/packages/bootstrap/libraries/popper.js"></script>
<script type="text/javascript" src="assets/packages/bootstrap/bootstrap.js"></script>
<script type="text/javascript" src="assets/packages/o2system-ui/o2system-ui.js"></script>
<script type="text/javascript" src="assets/packages/owl-carousel/owl-carousel.js"></script>
<script type="text/javascript" src="assets/packages/cloudzoom/cloudzoom.js"></script>
<script type="text/javascript" src="assets/packages/thumbelina/thumbelina.js"></script>
<script type="text/javascript" src="assets/packages/bootstrap-touchspin/bootstrap-touchspin.js"></script>
<script type="text/javascript" src="assets/js/theme.js"></script>
</body>
</html>