-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathblog-index.html
502 lines (447 loc) · 28.1 KB
/
blog-index.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
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
<!DOCTYPE html>
<html lang="en">
<!-- Basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Site Metas -->
<title>Blog</title>
<!-- Design fonts -->
<link href="https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Droid+Sans:400,700" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- FontAwesome Icons core CSS -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/styleblog.css" rel="stylesheet">
<!-- Responsive styles for this template -->
<link href="css/responsive.css" rel="stylesheet">
<link href="css/footer.css" rel="stylesheet">
<!-- Colors for this template -->
<link href="css/colors.css" rel="stylesheet">
<!-- Version Garden CSS for this template -->
<link href="css/version/garden.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<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="indolacca.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" style="font-family: 'Barlow Semi Condensed', sans-serif; font-size: 18px;">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutus.html" style="font-family: 'Barlow Semi Condensed', sans-serif; font-size: 18px;">Who We Are</a>
</li>
<li class="nav-item">
<a class="nav-link" href="product.html" style="font-family: 'Barlow Semi Condensed', sans-serif; font-size: 18px;">Commodities</a>
</li>
<li class="nav-item">
<a class="nav-link" href="membership.html" style="font-family: 'Barlow Semi Condensed', sans-serif; font-size: 18px;">Membership & Accreditation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sustainability.html" style="font-family: 'Barlow Semi Condensed', sans-serif; font-size: 18px;">Sustainability</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#" style="font-family: 'Barlow Semi Condensed', sans-serif; font-size: 18px;">Blogs<span
class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html" style="font-family: 'Barlow Semi Condensed', sans-serif; font-size: 18px;">Contact</a>
</li>
</ul>
</div>
</nav>
<div id="carouselExampleIndicators" class="carousel slide mb-5" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100 carousel-img" src="http://www.globeximtrading.com/wp-content/uploads/2019/08/blogging-desk-notebook-34658-e1565436299242.jpg" alt="First slide" style="height: 500px;">
</div>
<div class="carousel-item">
<img class="d-block w-100 carousel-img" src="http://www.globeximtrading.com/wp-content/uploads/2019/08/blogging-desk-notebook-34658-e1565436299242.jpg" alt="Second slide" style="height: 500px;">
</div>
<div class="carousel-item">
<img class="d-block w-100 carousel-img" src="http://www.globeximtrading.com/wp-content/uploads/2019/08/blogging-desk-notebook-34658-e1565436299242.jpg" alt="Third slide" style="height: 500px;">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<section class="section wb my-5">
<div class="container">
<div class="row">
<div class="col"></div>
<div class="col-lg-9 col-md-12 col-sm-12 col-xs-12">
<div class="page-wrapper">
<div class="blog-list clearfix">
<div class="blog-box row">
<div class="col-md-4">
<div class="post-media">
<a href="blog-single.html" title="">
<img src="upload/garden_sq_01.jpg" alt="" class="img-fluid">
<div class="hovereffect"></div>
</a>
</div>
<!-- end media -->
</div>
<!-- end col -->
<div class="blog-meta big-meta col-md-8">
<h4><a href="blog-single.html" title="" style="font-family: 'Roboto', sans-serif;">The best twenty plant species you can look
at at home</a></h4>
<p>Aenean interdum arcu blandit, vehicula magna non, placerat elit. Mauris et pharetratortor. Suspendissea sodales urna. In at augue elit. Vivamus enim nibh, maximus ac felis nec, maximus tempor odio.</p>
<small><a href="blog-single.html" title="">11 July, 2017</a></small>
<small><a href="#" title="">by Matilda</a></small>
</div>
<!-- end meta -->
</div>
<!-- end blog-box -->
<hr class="invis">
<div class="blog-box row">
<div class="col-md-4">
<div class="post-media">
<a href="blog-single.html" title="">
<img src="upload/garden_sq_02.jpg" alt="" class="img-fluid">
<div class="hovereffect"></div>
</a>
</div>
<!-- end media -->
</div>
<!-- end col -->
<div class="blog-meta big-meta col-md-8">
<h4><a href="blog-single.html" title="" style="font-family: 'Roboto', sans-serif;">How do you like the idea of creating a
garden from the Amazon forests?</a></h4>
<p>Aenean interdum arcu blandit, vehicula magna non, placerat elit. Mauris et pharetratortor. Suspendissea sodales urna. In at augue elit. Vivamus enim nibh, maximus ac felis nec, maximus tempor odio.</p>
<small><a href="blog-single.html" title="">10 July, 2017</a></small>
<small><a href="#" title="">by Matilda</a></small>
</div>
<!-- end meta -->
</div>
<!-- end blog-box -->
<hr class="invis">
<div class="blog-box row">
<div class="col-md-4">
<div class="post-media">
<a href="blog-single.html" title="">
<img src="upload/garden_sq_03.jpg" alt="" class="img-fluid">
<div class="hovereffect"></div>
</a>
</div>
<!-- end media -->
</div>
<!-- end col -->
<div class="blog-meta big-meta col-md-8">
<h4><a href="blog-single.html" title="" style="font-family: 'Roboto', sans-serif;">Top 20 cafeterias decorated with quality
plants</a></h4>
<p>Aenean interdum arcu blandit, vehicula magna non, placerat elit. Mauris et pharetratortor. Suspendissea sodales urna. In at augue elit. Vivamus enim nibh, maximus ac felis nec, maximus tempor odio.</p>
<small><a href="blog-single.html" title="">09 July, 2017</a></small>
<small><a href="#" title="">by Matilda</a></small>
</div>
<!-- end meta -->
</div>
<!-- end blog-box -->
<hr class="invis">
<div class="blog-box row">
<div class="col-md-4">
<div class="post-media">
<a href="blog-single.html" title="">
<img src="upload/garden_sq_04.jpg" alt="" class="img-fluid">
<div class="hovereffect"></div>
</a>
</div>
<!-- end media -->
</div>
<!-- end col -->
<div class="blog-meta big-meta col-md-8">
<h4><a href="blog-single.html" title="" style="font-family: 'Roboto', sans-serif;">30 beautiful flowers you can look at in
offices and workplaces</a></h4>
<p>Aenean interdum arcu blandit, vehicula magna non, placerat elit. Mauris et pharetratortor. Suspendissea sodales urna. In at augue elit. Vivamus enim nibh, maximus ac felis nec, maximus tempor odio.</p>
<small><a href="blog-single.html" title="">08 July, 2017</a></small>
<small><a href="#" title="">by Matilda</a></small>
</div>
<!-- end meta -->
</div>
<!-- end blog-box -->
<hr class="invis">
<div class="blog-box row">
<div class="col-md-4">
<div class="post-media">
<a href="blog-single.html" title="">
<img src="upload/garden_sq_05.jpg" alt="" class="img-fluid">
<div class="hovereffect"></div>
</a>
</div>
<!-- end media -->
</div>
<!-- end col -->
<div class="blog-meta big-meta col-md-8">
<h4><a href="blog-single.html" title="" style="font-family: 'Roboto', sans-serif;">Enjoy your living room with small garden
biblings</a></h4>
<p>Aenean interdum arcu blandit, vehicula magna non, placerat elit. Mauris et pharetratortor. Suspendissea sodales urna. In at augue elit. Vivamus enim nibh, maximus ac felis nec, maximus tempor odio.</p>
<small><a href="blog-single.html" title="">07 July, 2017</a></small>
<small><a href="#" title="">by Matilda</a></small>
</div>
<!-- end meta -->
</div>
<!-- end blog-box -->
<hr class="invis">
<div class="blog-box row">
<div class="col-md-4">
<div class="post-media">
<a href="blog-single.html" title="">
<img src="upload/garden_sq_06.jpg" alt="" class="img-fluid">
<div class="hovereffect"></div>
</a>
</div>
<!-- end media -->
</div>
<!-- end col -->
<div class="blog-meta big-meta col-md-8">
<h4><a href="blog-single.html" title="" style="font-family: 'Roboto', sans-serif;">Why do you prefer small flowers at your
workplace?</a></h4>
<p>Aenean interdum arcu blandit, vehicula magna non, placerat elit. Mauris et pharetratortor. Suspendissea sodales urna. In at augue elit. Vivamus enim nibh, maximus ac felis nec, maximus tempor odio.</p>
<small><a href="blog-single.html" title="">06 July, 2017</a></small>
<small><a href="#" title="">by Matilda</a></small>
</div>
<!-- end meta -->
</div>
<!-- end blog-box -->
<hr class="invis">
<div class="blog-box row">
<div class="col-md-4">
<div class="post-media">
<a href="blog-single.html" title="">
<img src="upload/garden_sq_07.jpg" alt="" class="img-fluid">
<div class="hovereffect"></div>
</a>
</div>
<!-- end media -->
</div>
<!-- end col -->
<div class="blog-meta big-meta col-md-8">
<h4><a href="blog-single.html" title="" style="font-family: 'Roboto', sans-serif;">10 special plant species available to live
in the window</a></h4>
<p>Aenean interdum arcu blandit, vehicula magna non, placerat elit. Mauris et pharetratortor. Suspendissea sodales urna. In at augue elit. Vivamus enim nibh, maximus ac felis nec, maximus tempor odio.</p>
<small><a href="blog-single.html" title="">05 July, 2017</a></small>
<small><a href="#" title="">by Matilda</a></small>
</div>
<!-- end meta -->
</div>
<!-- end blog-box -->
<hr class="invis">
<div class="blog-box row">
<div class="col-md-4">
<div class="post-media">
<a href="blog-single.html" title="">
<img src="upload/garden_sq_08.jpg" alt="" class="img-fluid">
<div class="hovereffect"></div>
</a>
</div>
<!-- end media -->
</div>
<!-- end col -->
<div class="blog-meta big-meta col-md-8">
<h4><a href="blog-single.html" title="" style="font-family: 'Roboto', sans-serif;">Selection of high quality soil for vegetable
gardening</a></h4>
<p>Aenean interdum arcu blandit, vehicula magna non, placerat elit. Mauris et pharetratortor. Suspendissea sodales urna. In at augue elit. Vivamus enim nibh, maximus ac felis nec, maximus tempor odio.</p>
<small><a href="blog-single.html" title="">01 July, 2017</a></small>
<small><a href="#" title="">by Matilda</a></small>
</div>
<!-- end meta -->
</div>
<!-- end blog-box -->
</div>
<!-- end blog-list -->
</div>
<!-- end page-wrapper -->
<hr class="invis">
<div class="row">
<div class="col-md-12">
<nav aria-label="Page navigation">
<ul class="pagination justify-content-start">
<li class="page-item"><a class="page-link" href="#">1</a></li>
<!-- <li class="page-item"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="#">3</a></li> -->
</ul>
</nav>
</div>
<!-- end col -->
</div>
<!-- end row -->
</div>
<!-- end col -->
<div class="col"></div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
</div>
<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 class="footer-card text-white">
<div class="card-body">
<h5 class="card-title my-3">DEVELOPERS</h5>
<div class="row">
<div class="col-md-1 col-4">
<div class="row mx-4 ">
<a href="https://www.linkedin.com/in/shivam-goyal-641519191" target="_blank" data-toggle="tooltip" data-placement="top" title="View Linkdln Profile" class="text-white">
<img src="dev_img/shivam.jpg" style="border-radius: 50%; width: 50px; height: 55px;">
</a>
</div>
<div class="row text-white mx-4 my-3">
<a href="https://www.linkedin.com/in/shivam-goyal-641519191" target="_blank" data-toggle="tooltip" data-placement="top" title="View Linkdln Profile" class="text-white">Shivam Goyal</a>
</div>
</div>
<div class="col-md-1 col-4">
<div class="row mx-4 ">
<a href="https://www.linkedin.com/in/chakravaram-s-46859917b/" target="_blank" data-toggle="tooltip" data-placement="top" title="View Linkdln Profile" class="text-white">
<img src="dev_img/sai tejaswi.jpg" style="border-radius: 50%; width: 50px; height: 55px;">
</a>
</div>
<div class="row text-white mx-4 my-3">
<a href="https://www.linkedin.com/in/chakravaram-s-46859917b/" target="_blank" data-toggle="tooltip" data-placement="top" title="View Linkdln Profile" class="text-white">Chakravaram Saitejaswi
</a>
</div>
</div>
<div class="col-md-1 col-4">
<div class="row mx-4 ">
<a href="https://www.linkedin.com/in/aqeeb-khan-706a3416b" target="_blank" data-toggle="tooltip" data-placement="top" title="View Linkdln Profile" class="text-white">
<img src="dev_img/aqeeb.jpg" style="border-radius: 50%; width: 50px; height: 55px;">
</a>
</div>
<div class="row text-white mx-4 my-3">
<a href="https://www.linkedin.com/in/aqeeb-khan-706a3416b" target="_blank" data-toggle="tooltip" data-placement="top" title="View Linkdln Profile" class="text-white">Aqeeb Khan
</a>
</div>
</div>
<div class="col-md-1 col-4">
<div class="row mx-4 ">
<a href="https://www.linkedin.com/in/supriyasinhaa/" target="_blank" data-toggle="tooltip" data-placement="top" title="View Linkdln Profile" class="text-white">
<img src="dev_img/supriya.jpg" style="border-radius: 50%; width: 50px; height: 55px;">
</a>
</div>
<div class="row text-white mx-4 my-3">
<a href="https://www.linkedin.com/in/supriyasinhaa/" target="_blank" data-toggle="tooltip" data-placement="top" title="View Linkdln Profile" class="text-white">
Supriya Sinha
</a>
</div>
</div>
<div class="col-md-1 col-4">
<div class="row mx-4 ">
<a href="https://www.linkedin.com/in/s-sai-bighnesh-prusty-02101116b" target="_blank" data-toggle="tooltip" data-placement="top" title="View Linkdln Profile" class="text-white">
<img src="dev_img/bignesh.jpeg" style="border-radius: 50%; width: 50px; height: 55px;">
</a>
</div>
<div class="row text-white mx-4 my-3">
<a href="https://www.linkedin.com/in/s-sai-bighnesh-prusty-02101116b" target="_blank" data-toggle="tooltip" data-placement="top" title="View Linkdln Profile" class="text-white">Sai Bighnesh Prusty</a>
</div>
</div>
</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>
<!-- end wrapper -->
<!-- Core JavaScript
================================================== -->
<script src="js/blogjquery.min.js"></script>
<script src="js/blogtether.min.js"></script>
<script src="js/blogbootstrap.min.js"></script>
<script src="js/blogcustom.js"></script>
</body>
</html>