-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtomato_product_details.html
executable file
·231 lines (214 loc) · 11.3 KB
/
tomato_product_details.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
<!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="p-3 bg-white">
<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> Back</a>
<a class="ml-auto font-weight-bold text-white text-decoration-none" href="fresh_vegan.html"></a>
<a class="font-weight-bold text-white text-decoration-none ml-2" href="#"><i class="icofont-share p-2 bg-success shadow-sm rounded-circle"></i></a>
<a class="toggle ml-3" href="#"><i class="icofont-navigation-menu"></i></a>
</div>
</div>
<div class="px-3 bg-white pb-3">
<div class="pt-0">
<h2 class="font-weight-bold">Tomato</h2>
<p class="font-weight-light text-dark m-0 d-flex align-items-center">
Calorie : <b class="h6 text-dark m-0">16 Cal/100kg</b>
</p>
<div class="rating-wrap d-flex align-items-center mt-2">
<ul class="rating-stars list-unstyled">
<li>
<i class="icofont-star text-warning"></i>
<i class="icofont-star text-warning"></i>
<i class="icofont-star text-warning"></i>
<i class="icofont-star text-warning"></i>
<i class="icofont-star"></i>
</li>
</ul>
<p class="label-rating text-muted ml-2 small"> (245 Reviews)</p>
</div>
</div>
<div class="pt-2">
<div class="row">
<div class="col-6">
<p class="font-weight-bold m-0">Available in:</p>
<p class="text-muted m-0">1 kg, 2 kg, 5 kg</p>
</div>
</div>
</div>
</div>
<div class="osahan-product">
<div class="product-details">
<div class="recommend-slider py-1">
<div class="osahan-slider-item m-2">
<img src="img/recommend/tomato.jpg" class="img-fluid mx-auto shadow-sm rounded" alt="Responsive image">
</div>
<div class="osahan-slider-item m-2">
<img src="img/recommend/tomato.jpg" class="img-fluid mx-auto shadow-sm rounded" alt="Responsive image">
</div>
</div>
<div class="details">
<div class="p-3 bg-white">
<div class="d-flex align-items-center">
<div class="btn-group osahan-radio btn-group-toggle" data-toggle="buttons">
<label class="btn btn-secondary active">
<input type="radio" name="options" id="option1" checked> 4 pcs
</label>
<label class="btn btn-secondary">
<input type="radio" name="options" id="option2"> 6 pcs
</label>
<label class="btn btn-secondary">
<input type="radio" name="options" id="option3"> 1 kg
</label>
</div>
</div>
</div>
<div class="p-3">
<p class="font-weight-bold mb-2">Product Details</p>
<p class="text-muted small">There are 53 calories in 100 grams of Chilli (chili), red, cooked with or without added fat. This interactive panel displays calories and other nutrition information for Chilli (chili), red, cooked with or without added fat, A long thin shiny red vegetable with crisp, moist flesh. Hollow with a seeded core. Sliced and cooked with or without added fat.</p>
<p class="font-weight-bold mb-3">Maybe You Like this.</p>
<div class="row pt-3">
<div class="col-6 pr-2">
<div class="list-card bg-white h-100 rounded overflow-hidden position-relative shadow-sm">
<div class="list-card-image">
<a href="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">16 Cal/100kg</h6>
<a href="cart.html" class="btn btn-success btn-sm ml-auto">+</a>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="col-6 pr-2">
<div class="list-card bg-white h-100 rounded overflow-hidden position-relative shadow-sm">
<div class="list-card-image">
<a href="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/100kg</h6>
<a href="cart.html" class="btn btn-success btn-sm ml-auto">+</a>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="row pt-3">
<div class="col-6 pr-2">
<div class="list-card bg-white h-100 rounded overflow-hidden position-relative shadow-sm">
<div class="list-card-image">
<a href="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/100kg</h6>
<a href="cart.html" class="btn btn-success btn-sm ml-auto">+</a>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="col-6 pr-2">
<div class="list-card bg-white h-100 rounded overflow-hidden position-relative shadow-sm">
<div class="list-card-image">
<a href="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">28 Cal/100kg</h6>
<a href="cart.html" class="btn btn-success btn-sm ml-auto">+</a>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="fixed-bottom pd-f bg-white d-flex align-items-center border-top">
<a href="list.html" class="btn-warning py-3 px-5 h4 m-0"><i class="icofont-sub-listing"></i></a>
<a href="list.html" class="btn btn-success btn-block">Add to List</a>
</div>
</div>
</div>
<nav id="main-nav">
<ul class="second-nav">
<li><a href="home.html"><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" class="font-weight-bold selected"><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 href="home.html" class="text-dark small col text-decoration-none p-2">
<p class="h5 m-0"><i class="icofont-home"></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>
<!-- 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>