-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlisting.html
executable file
·312 lines (303 loc) · 16.3 KB
/
listing.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
<!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 rel="icon" type="image/png" href="img/logo.png">
<title>CaloCal - Shopping the Healthy Way</title>
<!-- Slick Slider -->
<link rel="stylesheet" type="text/css" href="vendor/slick/slick.min.css"/>
<link rel="stylesheet" type="text/css" href="vendor/slick/slick-theme.min.css"/>
<!-- Icofont Icon-->
<link href="vendor/icons/icofont.min.css" rel="stylesheet" type="text/css">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
<!-- Sidebar CSS -->
<link href="vendor/sidebar/demo.css" rel="stylesheet">
</head>
<body class="fixed-bottom-padding">
<div class="osahan-listing">
<div class="p-3">
<div class="d-flex align-items-center">
<a class="font-weight-bold text-success text-decoration-none" href="home.html"><i class="icofont-rounded-left back-page"></i></a><span class="font-weight-bold ml-3 h6 mb-0">Vegetables</span>
<a class="toggle ml-auto" href="#"><i class="icofont-navigation-menu"></i></a>
</div>
</div>
<div class="osahan-listing px-3 bg-white">
<div class="row border-bottom border-top">
<div class="col-6 p-0 border-right">
<div class="list-card-image">
<a href="chilli_product_details.html" class="text-dark">
<div class="p-3">
<img src="img/listing/chilli.jpg" class="img-fluid item-img w-100 mb-3">
<h6>Chilli</h6>
<div class="d-flex align-items-center">
<h6 class="price m-0 text-success">28 Cal /100 kg</h6>
<a href="cart.html" class="btn btn-success btn-sm ml-auto">+</a>
</div>
</div>
</a>
</div>
</div>
<div class="col-6 p-0">
<div class="list-card-image">
<a href="onion_product_details.html" class="text-dark">
<div class="p-3">
<img src="img/listing/onion.jpg" class="img-fluid item-img w-100 mb-3">
<h6>Onion</h6>
<div class="d-flex align-items-center">
<h6 class="price m-0 text-success">28 Cal /100 kg</h6>
<a href="cart.html" class="btn btn-success btn-sm ml-auto">+</a>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="row border-bottom">
<div class="col-6 p-0 border-right">
<div class="list-card-image">
<a href="tomato_product_details.html" class="text-dark">
<div class="p-3">
<img src="img/listing/tomato.jpg" class="img-fluid item-img w-100 mb-3">
<h6>Tomato</h6>
<div class="d-flex align-items-center">
<h6 class="price m-0 text-success">16 Cal /100 kg</h6>
<a href="cart.html" class="btn btn-success btn-sm ml-auto">+</a>
</div>
</div>
</a>
</div>
</div>
<div class="col-6 p-0">
<div class="list-card-image">
<a href="cabbage_product_details.html" class="text-dark">
<div class="p-3">
<img src="img/listing/cabbage.jpg" class="img-fluid item-img w-100 mb-3">
<h6>Cabbage</h6>
<div class="d-flex align-items-center">
<h6 class="price m-0 text-success">21 Cal /100 kg</h6>
<a href="cart.html" class="btn btn-success btn-sm ml-auto">+</a>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="row border-bottom">
<div class="col-6 p-0 border-right">
<div class="list-card-image">
<a href="cabbage_product_details.html" class="text-dark">
<div class="p-3">
<img src="img/listing/cauliflower.jpg" class="img-fluid item-img w-100 mb-3">
<h6>Cauliflower</h6>
<div class="d-flex align-items-center">
<h6 class="price m-0 text-success">28 Cal /100 kg</h6>
<a href="cart.html" class="btn btn-success btn-sm ml-auto">+</a>
</div>
</div>
</a>
</div>
</div>
<div class="col-6 p-0">
<div class="list-card-image">
<a href="carrot_product_details.html" class="text-dark">
<div class="p-3">
<img src="img/listing/carrot.jpg" class="img-fluid item-img w-100 mb-3">
<h6>Carrot</h6>
<div class="d-flex align-items-center">
<h6 class="price m-0 text-success">28 Cal /100 kg</h6>
<a href="cart.html" class="btn btn-success btn-sm ml-auto">+</a>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="row border-bottom">
<div class="col-6 p-0 border-right">
<div class="list-card-image">
<a href="tomato_product_details.html" class="text-dark">
<div class="p-3">
<img src="img/listing/tomato.jpg" class="img-fluid item-img w-100 mb-3">
<h6>Tomato</h6>
<div class="d-flex align-items-center">
<h6 class="price m-0 text-success">16 Cal /100 kg</h6>
<a href="cart.html" class="btn btn-success btn-sm ml-auto">+</a>
</div>
</div>
</a>
</div>
</div>
<div class="col-6 p-0">
<div class="list-card-image">
<a href="cabbage_product_details.html" class="text-dark">
<div class="p-3">
<img src="img/listing/cabbage.jpg" class="img-fluid item-img w-100 mb-3">
<h6>Cabbage</h6>
<div class="d-flex align-items-center">
<h6 class="price m-0 text-success">21 Cal /100 kg</h6>
<a href="cart.html" class="btn btn-success btn-sm ml-auto">+</a>
</div>
</div>
</a>
</div>
</div>
</div><div class="row border-bottom">
<div class="col-6 p-0 border-right">
<div class="list-card-image">
<a href="tomato_product_details.html" class="text-dark">
<div class="p-3">
<img src="img/listing/tomato.jpg" class="img-fluid item-img w-100 mb-3">
<h6>Tomato</h6>
<div class="d-flex align-items-center">
<h6 class="price m-0 text-success">16 Cal /100 kg</h6>
<a href="cart.html" class="btn btn-success btn-sm ml-auto">+</a>
</div>
</div>
</a>
</div>
</div>
<div class="col-6 p-0">
<div class="list-card-image">
<a href="cabbage_product_details.html" class="text-dark">
<div class="p-3">
<img src="img/listing/cabbage.jpg" class="img-fluid item-img w-100 mb-3">
<h6>Cabbage</h6>
<div class="d-flex align-items-center">
<h6 class="price m-0 text-success">21 Cal /100 kg</h6>
<a href="cart.html" class="btn btn-success btn-sm ml-auto">+</a>
</div>
</div>
</a>
</div>
</div>
</div>
<!-- Filter Footer -->
</div>
</div>
<div class="row m-0 text-center border-bottom border-top fixed-bottom bg-white">
<div class="col-6 p-0 border-right">
<a href="#" data-toggle="modal" data-target="#exampleModal" class="btn text-muted"><i class="icofont-filter mr-2"></i> Filter</a>
</div>
<div class="col-6 p-0">
<a href="#" data-toggle="modal" data-target="#exampleModal" class="btn text-muted"><i class="icofont-signal mr-2"></i> Sort</a>
</div>
</div>
<nav id="main-nav">
<ul class="second-nav">
<li><a href="home.html" class="font-weight-bold selected"><i class="icofont-ui-home mr-2" ></i> Home</a></li>
<li><a href="notification.html"><i class="icofont-notification mr-2"></i> Notification</a></li>
<li><a href="list.html"><i class="icofont-sub-listing mr-2"></i> My List</a></li>
<li><a href="history.html"><i class="icofont-ui-calendar mr-2"></i> History</a></li>
<li><a href="health_tips.html"><i class="icofont-light-bulb mr-2"></i> Health Tips</a></li>
<li><a href="my_account.html"><i class="icofont-ui-user mr-2"></i> My Account</a></li>
<li>
<a href="#"><i class="icofont-sub-listing mr-2"></i> Settings</a>
<ul>
<li><a href="review.html">Rate this App</a></li>
<li><a href="terms&conditions.html">Terms & Conditions</a></li>
<li><a href="privacy.html">Privacy</a></li>
<li> <a href="help_support.html">Help Support</a></li>
</ul>
</li>
</ul>
<ul class="bottom-nav">
<li class="email">
<a class="text-success" href="home.html">
<p class="h5 m-0"><i class="icofont-home text-success"></i></p>
Home
</a>
</li>
<li class="github">
<a href="list.html">
<p class="h5 m-0"><i class="icofont-sub-listing"></i></p>
My List
</a>
</li>
<li class="ko-fi">
<a href="help_ticket.html">
<p class="h5 m-0"><i class="icofont-headphone"></i></p>
Help
</a>
</li>
</ul>
</nav>
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Filter</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body p-0">
<div class="osahan-filter">
<div class="filter">
<!-- SORT BY -->
<div class="p-3 bg-light border-bottom">
<h6 class="m-0">SORT BY</h6>
</div>
<div class="custom-control border-bottom px-0 custom-radio">
<input type="radio" id="customRadio1" name="location" class="custom-control-input" checked>
<label class="custom-control-label py-3 w-100 px-3" for="customRadio1">Top Rated</label>
</div>
<div class="custom-control border-bottom px-0 custom-radio">
<input type="radio" id="customRadio3" name="location" class="custom-control-input">
<label class="custom-control-label py-3 w-100 px-3" for="customRadio3">Calorie High to Low</label>
</div>
<div class="custom-control border-bottom px-0 custom-radio">
<input type="radio" id="customRadio4" name="location" class="custom-control-input">
<label class="custom-control-label py-3 w-100 px-3" for="customRadio4">Calori Low to High</label>
</div>
<div class="custom-control border-bottom px-0 custom-radio">
<input type="radio" id="customRadio5" name="location" class="custom-control-input">
<label class="custom-control-label py-3 w-100 px-3" for="customRadio5">Most Popular</label>
</div>
<!-- Filter -->
<div class="p-3 bg-light border-bottom">
<h6 class="m-0">FILTER</h6>
</div>
<div class="custom-control border-bottom px-0 custom-checkbox">
<input type="checkbox" class="custom-control-input" id="defaultCheck1" checked>
<label class="custom-control-label py-3 w-100 px-3" for="defaultCheck1">Gluten Free</label>
</div>
<div class="custom-control border-bottom px-0 custom-checkbox">
<input type="checkbox" class="custom-control-input" id="defaultCheck2">
<label class="custom-control-label py-3 w-100 px-3" for="defaultCheck2">Organic</label>
</div>
<div class="custom-control border-bottom px-0 custom-checkbox">
<input type="checkbox" class="custom-control-input" id="defaultCheck3">
<label class="custom-control-label py-3 w-100 px-3" for="defaultCheck3">Low Sugar</label>
</div>
<!-- Filter -->
</div>
</div>
</div>
<div class="modal-footer p-0 border-0">
<div class="col-6 m-0 p-0">
<button type="button" class="btn border-top btn-lg btn-block" data-dismiss="modal">Close</button>
</div>
<div class="col-6 m-0 p-0">
<button type="button" class="btn btn-success btn-lg btn-block" data-dismiss="modal">Apply</button>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- slick Slider JS-->
<script type="text/javascript" src="vendor/slick/slick.min.js"></script>
<!-- Sidebar JS-->
<script type="text/javascript" src="vendor/sidebar/hc-offcanvas-nav.js"></script>
<!-- Custom scripts for all pages-->
<script src="js/osahan.js"></script>
</body>
</html>