-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathBlonda.html
428 lines (358 loc) · 18.4 KB
/
Blonda.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
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Indolacca</title>
<script src="js/glide.min.js" charset="utf-8"></script>
<link href="https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@600&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Coda+Caption:wght@800&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Coda+Caption:wght@800&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="css/glide.core.min.css" />
<link rel="stylesheet" href="css/glide.theme.min.css" />
<link rel="stylesheet" href="css/productList.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous" />
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css" />
<link rel="stylesheet" type="text/css" href="css/home.css" />
<link rel="stylesheet" href="css/footer.css" />
<link rel="stylesheet" href="css/slider.css" />
<link rel="stylesheet" href="css/socialmedia.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" />
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
</head>
<body>
<section>
<nav class="navbar navbar-expand-lg fixed-top navbar-dark text-white" style="background-color: black;">
<a class="navbar-brand text-white px-2" style="font-weight: bold;" href="index.html">
<img src="images/logo.png" width="150" height="40" alt="" loading="lazy" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon text-white"></span>
</button>
<div class="collapse navbar-collapse mx-5" id="navbarText">
<ul class="navbar-nav ml-auto text-white" style="
font-family: 'Barlow Semi Condensed', sans-serif;
font-size: 18px;
">
<li class="nav-item ">
<a class="nav-link" href="indolacca.html">Home </a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutus.html">Who We Are</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="product.html">Commodities <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="membership.html">Membership & Accreditation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sustainability.html">Sustainability</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog-index.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</section>
<div class="const card">
<img src="images/ahd.jpg" style="width:100%;" height="400px">
<div class="centered">
COMMODITY: SEEDLAC<br> Category: Organic Chemicals – Natural Resins<br> CAS : 9000-59-3<br> EINECS: 232-549-9
<br> HSN Code: 1301.90.99 (INDIA)
</div>
<div class="card">
<div class="bottom-left">
<h1 style="color: black">SEEDLAC</h1>
<span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage"
title="Go to GlobEXIM." href="indolaca.html" class="home"><span property="name">HOME</span></a>
<meta property="position" content="1">
</span> > <span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage"
title="Go to Commodities." href="product.html" class="post post-commodities-archive"><span
property="name">PRODUCTS</span></a>
<meta property="position" content="2">
</span> > <span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage"
title="Go to the Fertilizer Commodities category archives."
class="taxonomy commodities_category"><span property="name">SEEDLAC</span></a>
<meta property="position" content="3">
</span>
</div>
</div>
</div>
</div>
<section>
<div class=" card container-fluid img-fluid py-5">
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-4" data-aos="fade-right">
<img class="imageStyle" src="images/ahd.jpg">
</div>
<div class="col-md-6">
<h1 class="description">About the Commodity</h1>
<h4>GENERAL</h4>
<p>
• Lac is a natural resin which is the only known commercial resin of animal origin. It is the hardened secretion of a tiny insect, Laccifer lacca (Kerr) popularly known as the Lac Insect.
<br>• It is being cultivated and processed in the tropical regions of the India in the states of Jharkhand, Chattisgarh and parts of Madhya Pradesh and West Bengal.
<br>• The region of Jharkhand and West Bengal produce the best quality of lac (Kusmi strain) in the World and the Kusmi Strain is popularly known for its colour and glossiness.
</br>• It is 100% Natural, Organic and has GRAS status by the Food and Drug Administration (FDA) in US which means that it is generally recognized as safe in foods. It is also approved for use in products certified as organic by
The United States Department of Agriculture (USDA).
</p>
<h4>TECHNICALS</h4>
<p>
• It is associated with an odoriferous compound, a wax and a mixture of dyes such as Erythrolaccin and Desoxyerythrolaccin which are Hydroxyanthraquinone derivatives.<br> • It is insoluble in water, glycerol, hydrocarbon solvents
and esters but dissolves readily in alcohol, aqueous solution of alkalies, organic acids and ketones.
</p>
<!-- <p><span style="margin-left: 20px;font-size: 30px; text-decoration:underline;">Specifications:</span> AS PER
ANNEXURE A</p> -->
<h4>Packaging:</h4>
<p> Standard Jute Gunny Bag - 50kgs Net Weight, 75kgs Net Weight </p>
<h4>Specifications:</h4>
<a href="pdf/GoldenKusmi.pdf" target="_blank">
<button type="button" class="btn btn-primary">Click Here</button>
</a>
</div>
<div class="col-md-1"></div>
</div>
</div>
</section>
<section style="background-color:#dff1d7;" class="py-5">
<div class="container card img-fluid py-5">
<div class="row">
<h3 style="padding-left:30px; text-decoration:underline; color:black;">Application</h3>
<p style="padding-left:30px">
Lac being 100% Natural, Organic and because of its outstanding properties and remarkable versatility, it has been and is being put into innumerable applications across multiple industries. It’s applications in some major industrial and domestic fields
are –
</p>
<div class="col-md-6" data-aos="fade-right">
<center>
<h1 style="color: black;"> As a Film former / Organic Coating formulation
</h1>
</center>
<table id="customers">
<tr>
<td>French Polishes
</td>
<td>Coating over Chocolates and Coffee beans</td>
</tr>
<tr>
<td>Metal Foil
</td>
<td>Pharmaceuticals – Capsules coating</td>
</tr>
<tr>
<td>Glaze for Confectionery
</td>
<td>Aqueous varnishes for leather dressing</td>
</tr>
<tr>
<td>Coating over Fruits – Apple, Kinnow
</td>
<td>Paper Varnishes</td>
</tr>
<tr>
<td>Enamels & Wood Sealers
</td>
<td>Undercoats</td>
</tr>
</table>
</div>
<div class="col-md-6">
<center>
<h4 style="color: black;">As a Plastic</h4>
</center>
<table id="customers">
<tr>
<td>In grinding wheels </td>
<td> General Moulded articles</td>
</tr>
<tr>
<td>Sealing Waxes
</td>
<td> </td>
</tr>
</table>
<br>
<center>
<h4 style="color: black;">As an Insulator</h4>
</center>
<table id="customers">
<tr>
<td>Insulating varnishes
</td>
<td>Micanites and Micafolium</td>
</tr>
<tr>
<td>Laminated paper products
</td>
<td> Insulating cloth</td>
</tr>
</table>
</div>
</div>
</div>
</section>
<section style="background-color:#dff1d7;" class="pb-5">
<div class="container card py-5">
<div class="row">
<div class="col-md-6" data-aos="fade-right">
<center>
<h1 style="color: black;">As an Adhesive and Cement
</h1>
</center>
<table id="customers">
<tr>
<td>Plate sealer
</td>
<td>Abrasive paper and cloth</td>
</tr>
<tr>
<td>Gasket cement
</td>
<td>Capping cement for electrical lamps and radio valves</td>
</tr>
<tr>
<td>General cement
</td>
<td> Optical Cement</td>
</tr>
</table>
</div>
<div class="col-md-6" data-aos="fade-right">
<h1 style="color: black;">In Miscellaneous Applications
</h1>
<table id="customers">
<tr>
<td>Lithographic, Waterproof and Coloured ink
</td>
<td>Dental Compositions</td>
</tr>
<tr>
<td>Photographic and engraving industry
</td>
<td>Fireworks</td>
</tr>
<tr>
<td>Rubber goods Shoe Industry
</td>
<td>Shoe Industry</td>
</tr>
<tr>
<td>Hat proofing
</td>
<td>Playing card finish</td>
</tr>
<tr>
<td>Cosmetics – nail polishes
</td>
<td>Oil varnish</td>
</tr>
<tr>
<td>Lacquerware and Toys
</td>
<td>Anti-fouling paints</td>
</tr>
<tr>
<td>Etch primer
</td>
<td> Bangle Making</td>
</tr>
</table>
</div>
</div>
</div>
</section>
<section>
<div class="footer">
<div class="inner-footer">
<div class="footer-items" data-aos="fade-left">
<img src="images/logo.png" width="250" height="70" alt="" loading="lazy">
<br><br>
<p>
Indolacca Shellac Industries Private Limited is a Private incorporated company classified as Non-govt company. It is inolved in Manufacture of other chemical products.
</p>
</div>
<br>
<div class="footer-items" data-aos="fade-right">
<br>
<h4 style="color: rgb(178, 230, 36);">Quick Links</h4>
<div class="border"></div>
<ul>
<a href="indolacca.html">
<li>Home</li>
</a>
<a href="aboutus.html">
<li>Who We Are</li>
</a>
<a href="product.html">
<li>Products</li>
</a>
<a href="blog-index.html">
<li>Blog</li>
</a>
<a href="contact.html">
<li>Contact Us</li>
</a>
</ul>
</div>
<div class="footer-items" data-aos="fade-right">
<br>
<h4 style="color: rgb(178, 230, 36);">Products</h4>
<div class="border"></div>
<ul>
<a href="product.html">
<li>SHEED LAC</li>
</a>
<a href="product.html">
<li>BUTTON LAC</li>
</a>
<a href="product.html">
<li>SHELLAC</li>
</a>
<a href="product.html">
<li>BLEACH SHELLAC</li>
</a>
<a href="product.html">
<li>ALEURITIC ACID</li>
</a>
</ul>
</div>
<div class="footer-items" data-aos="fade-right">
<br>
<h4 style="color: rgb(178, 230, 36);">Contact Us</h4>
<div class="border"></div>
<ul>
<li><i class="fa fa-map-marker" aria-hidden="true"></i>21/B, 15th Floor, Bengal Eco Intelligent Park,<br> EM-3 Block, Sector V, Salt Lake City,<br> Kolkata 700091, INDIA<br></li><br><br><br>
<li><i class="fa fa-phone" aria-hidden="true"></i>9176561782 / 9560800427</li>
<li><i class="fa fa-envelope" aria-hidden="true"></i>[email protected]</li>
</ul>
<div class="social-media">
<a href=""><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href=""><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href=""><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a href=""><i class="fa fa-google-plus" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
Copyright © 2020 - <a href="#"> Indo Lacca</a>. All rights reserved. | <a href="#">Email Login</a>(For Official use)
</div>
</div>
</section>
<!-- JS, Popper.js, and jQuery -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<script src="js/main.js"></script>
<script src="js/home.js"></script>
<script src="js/animation.js"></script>
</body>
</html>