-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpulses.html
347 lines (278 loc) · 12.1 KB
/
pulses.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
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
<!doctype html>
<html>
<head>
<title> PULSES And CEREALS </title>
<style>
*{
font-family: "Times New Roman", Times, serif;
}
*{
background-color: #F3E9D0
}
h3 {
text-align:center;
border-style: solid;
border-color: #FDD451
}
h2 {
text-align:center;
border-style: solid;
border-color: red;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 38%;
}
table{
text-align:center;
}
.center2 {
margin-left: auto;
margin-right: auto;
}
</style>
<META charset="UTF-8">
<META name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<META NAME='rating' CONTENT='General' />
<META NAME='expires' CONTENT='never' />
<META NAME='language' CONTENT='English, EN' />
<META name="description" content="shopping cart project with HTML5 and JavaScript">
<META name="keywords" content="HTML5,CSS,JavaScript, html5 session storage, html5 local storage">
<META name="author" content="dcwebmakers.com">
<script src="Storage.js"></script>
<link rel="stylesheet" href="StorageStyle.css">
</head>
<body>
<h1 style="color: #FF4500; text-align:center; border:8px; border-style:solid; border-color:olive;padding:1em;"><b>Get Ready to Explore through the Exiting range of PULSES and CEREALS </b></h1>
<h3 style="color:purple ; text-align:center;">
<p>Dal is one of the main sources of protein for most vegetarians.The lentils in dal provide complementary proteins and some essential amino acids. 100g of cooked dal contains 9% protein, 70% water, 20% carbohydrates, 8% fibre and 1% fat.</p>
<p>Pulses are edible dry peas, beans, lentils and chickpeas. They fall under the legume family. Just like dal, there are so many types of pulses, such as kidney beans, chickpea, black bean, black-eyed peas, red, yellow and brown lentils and more. And each of them is healthy in their own way.</p>
<P>Like dal, the protein content in pulses also differs depending on the type of pulse. For example, black gram has 24 g of protein while red gram has 22.3g of protein. However, it is safe to say that 100g of any pulse has anywhere between 20 to 25g of protein in it.</p>
<p>Similar to how the protein amount differs according to the type of pulse, so does the calories. However, 100 g of dry pulses, would contain about 350 Kcal of energy.</p>
<p>Pulses are a good source of proteins. Most pulses are also rich in calcium, potassium, folate, zinc, iron, and magnesium. In addition to this, you can get more than half the amount of fibre you need a day from one cup of cooked pulses.</p>
<P>Compared to other dals, masoor dal has the highest protein content with 25.5g of protein in 100g of masoor dal.</p>
<h1 style="color:#FF4500; text-align:center; border:8px; border-style:solid; border-color:olive;padding:1em;" "> List of Items and prices.</h1>
<h2>Rice = Rs 50/kg.</h2><br>
<h3 style="color:#556B2F ; text-align:center;"><b><p>Extra Long Steam Basmati Rice.Versatile, fine, long-grained and perfectly textured Natural rice.</p>
<p>The best for for all gourmet and Mediterranean recipes like Mughalai, risotto, pulav, paela etc.</p>
<P>Steamed Basmati Rice (Aged Rice)</P>
<P>Value for money, Not pricy, Affordable for regular use - Low on price, high on quality.</P>
<P>Aromatic and Easy to cook</P>
<P>Having full length grain - 8.34mm</P>
<P>Gluten Free</P> </b></h3>
<img src="https://img.etimg.com/thumb/msid-74822211,width-300,imgsize-258618,,resizemode-4,quality-100/rice-agencies.jpg" width ="450" height="350" class="center" alt="">
<form name=ShoppingList>
<div id="main">
<table class="center2">
<tr>
<td><b>Item:</b><input type=text name=name></td>
<td><b>Quantity:</b><input type=text name=data></td>
</tr>
<tr>
<td>
<input type=button value="Save" onclick="SaveItem()">
<input type=button value="Update" onclick="ModifyItem()">
<input type=button value="Delete" onclick="RemoveItem()">
</td>
</tr>
</table>
</div>
</form>
<h2>Wheat = Rs30/kg.</h2><br>
<h3 style="color:#556B2F ; text-align:center;"><b><p>No artificial colours or preservatives added.</p>
<p>Hygienically packed with full of nutrients.</p>
<p>Made from nature's best whole wheat grains.</p>
<p>Rich in fibre. This is a Vegetarian product.</p>
<p>Premium Broken Wheat</p>
<p>Qty: 2kg</p>
<p>Can be consume daily</p> </b></h3>
<img src="https://images.newindianexpress.com/uploads/user/imagelibrary/2019/9/29/w900X450/Highs.jpg" width ="450" height="350" class="center" alt="">
<form name=ShoppingList>
<div id="main">
<table class="center2">
<tr>
<td><b>Item:</b><input type=text name=name></td>
<td><b>Quantity:</b><input type=text name=data></td>
</tr>
<tr>
<td>
<input type=button value="Save" onclick="SaveItem()">
<input type=button value="Update" onclick="ModifyItem()">
<input type=button value="Delete" onclick="RemoveItem()">
</td>
</tr>
</table>
</div>
</form>
<h2>Maize= Rs 30/kg</h2><br>
<h3 style="color:#556B2F ; text-align:center;"><b><p>This is a Vegetarian product.</p>
<p>No added preservatives and no chemicals</p>
<p>All natural</p>
<p>Shelf life of 12 months</p>
<p>No refrigeration required</p>
<p>Package contains: pack of 3, 225 g each</p> </b></h3>
<img src="https://i.ndtvimg.com/i/2016-09/maize-flour_625x350_51473064838.jpg" width="450" height="350" class="center" alt="">
<form name=ShoppingList>
<div id="main">
<table class="center2">
<tr>
<td><b>Item:</b><input type=text name=name></td>
<td><b>Quantity:</b><input type=text name=data></td>
</tr>
<tr>
<td>
<input type=button value="Save" onclick="SaveItem()">
<input type=button value="Update" onclick="ModifyItem()">
<input type=button value="Delete" onclick="RemoveItem()">
</td>
</tr>
</table>
</div>
</form>
<h2>Barley =Rs 30/kg</h2><br>
<h3 style="color:#556B2F ; text-align:center;"><b><p>Barley is is a Vegetarian product.</p>
<p>Boosts Immune System.</p>
<p>Barley is a good source of selenium, which helps preserve skin elasticity, thereby protecting it against free radical damage and loosening.</p> </b></h3>
<img src="https://5.imimg.com/data5/JU/SK/WY/SELLER-27616797/ghat-barley-500x500.jpg"width ="450" height="350" class="center" alt="">
<form name=ShoppingList>
<div id="main">
<table class="center2">
<tr>
<td><b>Item:</b><input type=text name=name></td>
<td><b>Quantity:</b><input type=text name=data></td>
</tr>
<tr>
<td>
<input type=button value="Save" onclick="SaveItem()">
<input type=button value="Update" onclick="ModifyItem()">
<input type=button value="Delete" onclick="RemoveItem()">
</td>
</tr>
</table>
</div>
</form>
<h2>kidney Beans =Rs 50/kg</h2><br>
<h3 style="color:#556B2F ; text-align:center;"><b><p>Red kidney beans in a thick gravy with many Indian whole spices, and is usually served with rice.</p><p>This is a Vegetarian product.</p>
<p>All-natural and farm-fresh.</p>
<p>No added chemicals, polish and colors.</p>
<p>100% laser-sorted, machine-cleaned and graded.</p>
<p>Premium-quality grain.</p>
<p>Packed with natural flavor and taste.</p> </b></h3>
<img src="https://st2.depositphotos.com/3255011/7942/i/950/depositphotos_79429116-stock-photo-red-beans.jpg" width ="450" height="350" class="center" alt="">
<form name=ShoppingList>
<div id="main">
<table class="center2">
<tr>
<td><b>Item:</b><input type=text name=name></td>
<td><b>Quantity:</b><input type=text name=data></td>
</tr>
<tr>
<td>
<input type=button value="Save" onclick="SaveItem()">
<input type=button value="Update" onclick="ModifyItem()">
<input type=button value="Delete" onclick="RemoveItem()">
</td>
</tr>
</table>
</div>
</form>
<h2>Chana Dal =Rs 30/kg</h2><br>
<h3 style="color:#556B2F ; text-align:center;"><b> <p>Chana Dal is baby chickpeas that has been split and polished.</p>
<p> Chana dal is nutitious,delicious and easy to digest.</p>
<p>his is a Vegetarian product.</p>
<p>It's nutritious and can be easily digested</p>
<p>Chana dal has a rich flavour and aroma and provides essential amino acids for complete protein</p> </b></h3>
<img src="https://5.imimg.com/data5/UP/GG/MY-32024407/chana-dal-500x500.jpeg" width ="450" height="350" class="center" alt="">
<form name=ShoppingList>
<div id="main">
<table class="center2">
<tr>
<td><b>Item:</b><input type=text name=name></td>
<td><b>Quantity:</b><input type=text name=data></td>
</tr>
<tr>
<td>
<input type=button value="Save" onclick="SaveItem()">
<input type=button value="Update" onclick="ModifyItem()">
<input type=button value="Delete" onclick="RemoveItem()">
</td>
</tr>
</table>
</div>
</form>
<h2>Green Moong =Rs 30/kg</h2><br>
<h3 style="color:#556B2F ; text-align:center;"><b> <p>The mung bean, alternatively known as the green gram, maash, or moong, is a plant species in the legume family.</p>
<p> The mung bean is mainly cultivated in East Asia, Southeast Asia and the Indian subcontinent.</p>
<p>Quantity: 1 Kg</p>
<p>Whole Protein and Fiber Rich Moong</p>
<p>Good for Health</p> </b></h3>
<img src="https://5.imimg.com/data5/MM/TY/MY-17000375/moong-chilka-500x500.jpg" width ="450" height="350" class="center" alt="">
<form name=ShoppingList>
<div id="main">
<table class="center2">
<tr>
<td><b>Item:</b><input type=text name=name></td>
<td><b>Quantity:</b><input type=text name=data></td>
</tr>
<tr>
<td>
<input type=button value="Save" onclick="SaveItem()">
<input type=button value="Update" onclick="ModifyItem()">
<input type=button value="Delete" onclick="RemoveItem()">
</td>
</tr>
</table>
</div>
</form>
<h2>Yellow Moong =Rs 30/kg</h2><br>
<h3 style="color:#556B2F ; text-align:center;"><b><p>Yellow moong dal refers to moong beans that have been skinned and split, so that they're flat, yellow, and quick-cooking. They're relatively easy to digest.</p><p>This is a Vegetarian product.</p>
<p>Mung Dal tasty namkeen, taste of the Malwa's pure ingridient's.</p>
<p>100% Pure & Natural, No added Color or Preservative & Freshly Packed.<p>
<p>Storage instructions: store in a cool, air tight and dry place</p>
<p>It is a perfect teatime snack and can be munched on at any time of the day</p> </b></h3>
<img src="https://5.imimg.com/data5/AG/CE/FN/SELLER-7393441/yellow-moong-dal-500x500.jpeg" width ="450" height="350" class="center" alt="">
<form name=ShoppingList>
<div id="main">
<table class="center2">
<tr>
<td><b>Item:</b><input type=text name=name></td>
<td><b>Quantity:</b><input type=text name=data></td>
</tr>
<tr>
<td>
<input type=button value="Save" onclick="SaveItem()">
<input type=button value="Update" onclick="ModifyItem()">
<input type=button value="Delete" onclick="RemoveItem()">
</td>
</tr>
</table>
</div>
</form>
<h2>Urad =Rs 55/kg</h2><br>
<h3 style="color:#556B2F ; text-align:center;"><b><p>Urad dal, also known as Split Black Gram, is one of the famous lentils used in southern part of Asia, especially in Indian cuisine. </p>
<p>Rich in protein, fat and carbohydrates, urad dal is brimming with many health benefits.</p>
<p>This dal is one of the richest sources of proteins and Vitamin B. </p>
<p>Urad dal is also good for women as it has iron, folic acid, calcium, magnesium, potassium which makes it a healthy pulse.</p>
<p>For those who do not eat meat or fish, have black gram as it is rich in protein which is much required by the body</p> </b></h3>
<img src="https://5.imimg.com/data5/WU/SY/MY-21964141/black-urad-dal-500x500.jpg" width ="450" height="350" class="center" alt="">
<form name=ShoppingList>
<div id="main">
<table class="center2">
<tr>
<td><b>Item:</b><input type=text name=name></td>
<td><b>Quantity:</b><input type=text name=data></td>
</tr>
<tr>
<td>
<input type=button value="Save" onclick="SaveItem()">
<input type=button value="Update" onclick="ModifyItem()">
<input type=button value="Delete" onclick="RemoveItem()">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>