-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindolacca.html
449 lines (408 loc) · 24.2 KB
/
indolacca.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Indolacca Home</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="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" />
<style>
.col-md-6 {
padding: 0px;
border: 3px solid black;
}
.col-md-3 {
padding: 0px;
border: 1px solid black;
/* background-color: white;
color: black;
width: 25%;
padding: 10px;
height: 300px; */
padding: 50px;
}
.button {
background-color: #4CAF50;
/* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.col-md-3:hover {
background-image: url('images/aboutus.jpg');
width: 100%;
height: 300px;
}
.button {
background-color: #4CAF50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
</style>
</head>
<body>
<section>
<nav class="navbar navbar-expand-lg fixed-top navbar-dark text-white navv">
<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 active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutus.html">Who We Are</a>
</li>
<li class="nav-item">
<a class="nav-link" href="product.html">Commodities</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">Blogs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
<div class="card">
<video autoplay muted loop>
<source src="images/ex1.mp4" type="video/mp4">
</video>
<div class="sm-container">
<div class="sm-menu">
<a href="#"><i class="fab fa-facebook-f fb"></i></a>
<a href="#"><i class="fab fa-twitter tw"></i></a>
<a href="#"><i class="fab fa-linkedin in"></i></a>
<!-- <a href="#"><i class="fab fa-youtube"></i></a>
<a href="#"><i class="fab fa-whatsapp"></i></a> -->
</div>
</div>
</div>
</section>
<section class="section2">
<div class="container py-4">
<div class="pb-3">
<div class="row">
<div class="col-md-4" style="top: 30px;">
<div>
<img src="images/aboutus.jpg" class=" img img-fluid item">
</div>
</div>
<div class="col-md-8">
<div class="text-body">
<h1 class="card-title pl-4 pt-4 my-2 mx-3" style="font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 28px; color: black;">Who we are ?</h1>
<p class="card-text pl-5 wordBreak" style="font-family: 'Roboto', sans-serif; font-size: 18px;">
GlobEXIM was founded by a team of founders having their respective unique expertise in the fields of International Trade, Engineering & manufacturing and Practice in law.
</p>
<p class="card-text pl-5 wordBreak" style="font-family: 'Roboto', sans-serif; font-size: 18px;">
GlobEXIM is an ISO 9001:2005 certified International Trading company having it’s Registered and Corporate office located at the Salt Lake City Area in Kolkata, INDIA.
</p>
<p class="card-text pl-5 wordBreak" style="font-family: 'Roboto', sans-serif; font-size: 18px;">
GlobEXIM specializes in International Trading business of Fertilizers & Industrial Chemicals, Oil & Gas and Agri Commodities.
</p><br><br>
<a href="aboutus.html">
<button type="button" class="btn btn-outline-success ml-5">Know more</button>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="card">
<div class="card-body">
<div class="container">
<a href="product.html" style="font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 28px; color: black;">
<h1 class="my-5 mx-3">Commodities We Offer</a>
</h1>
<div class="row">
<div class="col-md-3">
<!-- <img src="images/aboutus.jpg" alt="Norway" style="width:100%;height: 300px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);"> -->
<!-- <div class="text-block" style="position: absolute;top: 40px;left: 40px;color: white;padding-left: 20px;padding-right: 20px;"> -->
<h4 style="font-family: 'Roboto', sans-serif; font-size: 25px; font-weight: 600;">Nature</h4>
<p style="font-family: 'Roboto', sans-serif; font-size: 15px;">GlobEXIM was founded by a team of founders having their respective </p>
<button class="button">Button</button>
<!-- </div> -->
</div>
<div class="col-md-3">
<!-- <img src="images/aboutus.jpg" alt="Norway" style="width:100%;height: 300px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);"> -->
<!-- <div class="text-block" style="position: absolute;top: 40px;left: 40px;color: white;padding-left: 20px;padding-right: 20px;"> -->
<h4 style="font-family: 'Roboto', sans-serif; font-size: 25px; font-weight: 600;">Nature</h4>
<p style="font-family: 'Roboto', sans-serif; font-size: 15px;">GlobEXIM was founded by a team of founders having their respective </p>
<button class="button">Button</button>
<!-- </div> -->
</div>
<div class="col-md-3">
<!-- <img src="images/aboutus.jpg" alt="Norway" style="width:100%;height: 300px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);"> -->
<!-- <div class="text-block" style="position: absolute;top: 40px;left: 40px;color: white;padding-left: 20px;padding-right: 20px;"> -->
<h4 style="font-family: 'Roboto', sans-serif; font-size: 25px; font-weight: 600;">Nature</h4>
<p style="font-family: 'Roboto', sans-serif; font-size: 15px;">GlobEXIM was founded by a team of founders having their respective </p>
<button class="button">Button</button>
<!-- </div> -->
</div>
<div class="col-md-3">
<!-- <img src="images/aboutus.jpg" alt="Norway" style="width:100%;height: 300px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);"> -->
<!-- <div class="text-block" style="position: absolute;top: 40px;left: 40px;color: white;padding-left: 20px;padding-right: 20px;"> -->
<h4 style="font-family: 'Roboto', sans-serif; font-size: 25px; font-weight: 600;">Nature</h4>
<p style="font-family: 'Roboto', sans-serif; font-size: 15px;">GlobEXIM was founded by a team of founders having their respective </p>
<button class="button">Button</button>
<!-- </div> -->
</div>
</div>
</div>
</div>
</div>
</section>
<section class="py-5">
<center>
<h1 class="ml6">
<span class="text-wrapper" data-aos="zoom-in">
<span class="letters" style="font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 28px; color: black;">MEMBERSHIP AND ACCREDITATION</span>
</span><br><br>
<span>
<span><img src="http://www.globeximtrading.com/wp-content/uploads/2019/07/ISO_9001-2015.jpg" width="200" height="200" data-aos="flip-up"></span>
</span>
</h1>
</center>
</section>
<section>
<div class="card">
<div class="card-body">
<div class="container">
<div class="row">
<h1 class="card-title pl-5 pt-5" style="font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 28px; color: black;">BLOGS
<hr class="mb-5">
</h1>
</div>
<div class="row">
<div class="col-md-6" style="position: relative;">
<img src="images/aboutus.jpg" alt="Norway" style="width:100%;height: 300px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);">
<div class="text-block" style="position: absolute;top: 40px;left: 40px;color: white;padding-left: 20px;padding-right: 20px;">
<h4>Nature</h4>
<p>GlobEXIM was founded by a team of founders having their respective </p>
</div>
</div>
<div class="col-md-6" style="position: relative;">
<img src="images/aboutus.jpg" alt="Norway" style="width:100%;height: 300px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);">
<div class="text-block" style="position: absolute;top: 40px;left: 40px;color: white;padding-left: 20px;padding-right: 20px;">
<h4>Nature</h4>
<p>GlobEXIM was founded by a team of founders having their respective </p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6" style="position: relative;">
<img src="images/aboutus.jpg" alt="Norway" style="width:100%;height: 300px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);">
<div class="text-block" style="position: absolute;top: 40px;left: 40px;color: white;padding-left: 20px;padding-right: 20px;">
<h4>Nature</h4>
<p>GlobEXIM was founded by a team of founders having their respective </p>
</div>
</div>
<div class="col-md-6" style="position: relative;">
<img src="images/aboutus.jpg" alt="Norway" style="width:100%;height: 300px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);">
<div class="text-block" style="position: absolute;top: 40px;left: 40px;color: white;padding-left: 20px;padding-right: 20px;">
<h4>Nature</h4>
<p>GlobEXIM was founded by a team of founders having their respective </p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<br><br><br>
<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>
<!-- <footer>
<p>Copyright ©
<script>
document.write(new Date().getFullYear());
</script>, HelloWorld</p>
</footer> -->
<!-- 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>