-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
539 lines (451 loc) · 18.7 KB
/
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
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
<!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 http-equiv="x-ua-compatible" content="ie=edge">
<title>InstoIndia</title>
<!-- MDB icon -->
<link rel="icon" href="img/logo.png" type="image/x-icon">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css">
<!-- Google Fonts Roboto -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Material Design Bootstrap -->
<link rel="stylesheet" href="css/mdb.min.css">
<!-- Your custom styles (optional) -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Start your project here-->
<!--Header Wrapper -->
<nav class="mb-1 sticky-top navbar navbar-expand-lg navbar-dark default-color">
<a class="navbar-brand" href="#">
<img src="img/logo.png" class="logo" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent-333"
aria-controls="navbarSupportedContent-333" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon" style="background-image:url(img/menu.jpeg)!important;"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent-333">
<ul class="navbar-nav mr-auto">
<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">ABOUT US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="privateLabel.html">PRIVATE LABELLING</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link active dropdown-toggle" id="navbarDropdownMenuLink-333" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false" href ="products.html">PRODUCTS
<span class="sr-only">(current)</span>
</a>
<div class="dropdown-menu dropdown-default" aria-labelledby="navbarDropdownMenuLink-333">
<a class="dropdown-item" href="products.html">Skin Care</a>
<a class="dropdown-item" href="#">Face Care</a>
<a class="dropdown-item" href="#">Shampoo & Conditioners</a>
<a class="dropdown-item" href="#">Personal Care</a>
<a class="dropdown-item" href="#">Pain Reliefs</a>
<a class="dropdown-item" href="#">Beauty Kits</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="buyNow.html">BUY</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contactus.html">CONTACT US</a>
</li>
</ul>
<ul class="navbar-nav ml-auto nav-flex-icons">
<li class="nav-item">
<a class="nav-link waves-effect waves-light">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link waves-effect waves-light">
<i class="fab fa-google-plus-g"></i>
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdownMenuLink-333" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
<i class="fas fa-user"></i>
</a>
<div class="dropdown-menu dropdown-menu-right dropdown-default"
aria-labelledby="navbarDropdownMenuLink-333">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
</ul>
</div>
</nav>
<!--Header Wrapper -->
<!--Carousel Wrapper-->
<div id="carousel-example-2" class="carousel slide carousel-fade" data-ride="carousel">
<!--Indicators-->
<ol class="carousel-indicators">
<li data-target="#carousel-example-2" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-2" data-slide-to="1"></li>
<li data-target="#carousel-example-2" data-slide-to="2"></li>
</ol>
<!--/.Indicators-->
<!--Slides-->
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<div class="view">
<img class="d-block w-100" src="https://mdbootstrap.com/img/Photos/Slides/img%20(68).jpg"
alt="First slide">
<div class="mask rgba-black-light"></div>
</div>
<div class="carousel-caption">
<h3 class="h3-responsive">Light mask</h3>
<p>First text</p>
</div>
</div>
<div class="carousel-item">
<!--Mask color-->
<div class="view">
<img class="d-block w-100" src="https://mdbootstrap.com/img/Photos/Slides/img%20(6).jpg"
alt="Second slide">
<div class="mask rgba-black-strong"></div>
</div>
<div class="carousel-caption">
<h3 class="h3-responsive">Strong mask</h3>
<p>Secondary text</p>
</div>
</div>
<div class="carousel-item">
<!--Mask color-->
<div class="view">
<img class="d-block w-100" src="https://mdbootstrap.com/img/Photos/Slides/img%20(9).jpg"
alt="Third slide">
<div class="mask rgba-black-slight"></div>
</div>
<div class="carousel-caption">
<h3 class="h3-responsive">Slight mask</h3>
<p>Third text</p>
</div>
</div>
</div>
<!--/.Slides-->
<!--Controls-->
<a class="carousel-control-prev" href="#carousel-example-2" 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="#carousel-example-2" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<!--/.Controls-->
</div>
<!--/.Carousel Wrapper-->
<!--About us -->
<section class="jumbotron text-center">
<div class="container">
<h1 class="pink-text pb-2 pt-1 jumbotron-heading">Our Company</h1>
<p class="lead text-muted">"Insto Cosmetics is one of the leading Manufacturers & Exporters of Cosmeceuticals. We pursue perfection to bring beauty into everyone’s reach. Insto Cosmetics Private Limited began as a promise – to provide superior quality products in cosmetics to the leading markets"</p>
<p>
<a href="aboutus.html" class="btn btn-primary my-2 insto-buttons">Read More ...</a>
</p>
</div>
</section>
<!--About us -->
<!--Cards-->
<div class="container-fluid content-row container marketing">
<div class="row">
<div class="col-sm">
<div class="card h-75">
<!-- Card Wider -->
<!-- Card Narrower -->
<div class="card card-cascade narrower">
<!-- Card image -->
<div class="view view-cascade overlay">
<img class="card-img-top" src="img/export.jpeg"
alt="Card image cap">
<a href="aboutUs.html">
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- Card content -->
<div class="card-body card-body-cascade">
<!-- Label -->
<h5 class="pink-text pb-2 pt-1"><img src="img/ship.png"></img> Export</h5>
<!-- Title -->
<h4 class="font-weight-bold card-title">Recognized Overseas</h4>
<!-- Text -->
<p class="card-text">We are ready for developing and exporting any kind of cosmetics products under private label or contract manufacturing.</p>
</div>
</div>
<!-- Card Narrower -->
</div>
</div>
<div class="col-sm">
<div class="card h-75">
<!-- Card Wider -->
<!-- Card Narrower -->
<div class="card card-cascade narrower">
<!-- Card image -->
<div class="view view-cascade overlay">
<img class="card-img-top" src="img/r&d.jpeg"
alt="Card image cap">
<a>
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- Card content -->
<div class="card-body card-body-cascade">
<!-- Label -->
<h5 class="pink-text pb-2 pt-1"><img src="img/testing.png"/> Research & Development</h5>
<!-- Title -->
<h4 class="font-weight-bold card-title">Formulation</h4>
<!-- Text -->
<p class="card-text">We have our own R&D lab which facilitates clients to conduct the majority of research and development in our labs with the help of company's expertise. </p>
</div>
</div>
<!-- Card Narrower -->
</div>
</div>
<div class="col-sm">
<div class="card h-100">
<!-- Card Wider -->
<!-- Card Narrower -->
<div class="card card-cascade narrower">
<!-- Card image -->
<div class="view view-cascade overlay">
<img class="card-img-top" src="img/products.jpg"
alt="Card image cap">
<a>
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- Card content -->
<div class="card-body card-body-cascade">
<!-- Label -->
<h5 class="pink-text pb-2 pt-1"><img src="img/herbal-products.png"/> Products</h5>
<!-- Title -->
<h4 class="font-weight-bold card-title">Quality Products</h4>
<!-- Text -->
<p class="card-text">We began as a promise – to provide superior quality products in Cosmetic, Ayurvedic, Depilatory creams and health care. </p>
</div>
</div>
<!-- Card Narrower -->
</div>
</div>
</div>
</div>
<!--Cards end -->
<!-- Services and Global-->
<div class="container">
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="pink-text pb-2 pt-1"><img src="img/settings.png"/> Our Services</h2>
<p class="lead">Private Label manufacturing also known as Contract Manufacturing, is the Easy and Economical way of Bringing Quality and Innovative Products into market. With the Royalty of Your Own Brand in your hands. If you have Concept that your market can respond aloud, we have enough resources and infrastructure to convert your Concept into Market Winning Product.</p>
<p>
<a href="#" class="btn btn-primary my-2 insto-buttons">Know More ...</a>
</p>
</div>
<div class="col-md-5 order-md-1">
<img class="featurette-image img-fluid mx-auto" data-src="holder.js/500x500/auto" alt="500x500" src="data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22500%22%20height%3D%22500%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20500%20500%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%23holder_173a84d02ec%20text%20%7B%20fill%3A%23AAAAAA%3Bfont-weight%3Abold%3Bfont-family%3AArial%2C%20Helvetica%2C%20Open%20Sans%2C%20sans-serif%2C%20monospace%3Bfont-size%3A25pt%20%7D%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22holder_173a84d02ec%22%3E%3Crect%20width%3D%22500%22%20height%3D%22500%22%20fill%3D%22%23EEEEEE%22%3E%3C%2Frect%3E%3Cg%3E%3Ctext%20x%3D%22185.1171875%22%20y%3D%22261.1%22%3E500x500%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E" data-holder-rendered="true" style="width: 500px; height: 500px;">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="pink-text pb-2 pt-1"><img src="img/map.png"/> Global Presence</h2>
<p class="lead"><h4>Global reach is conveniently accomplished with our strong network and export practices</h4></p>
<p class="lead"><span><h5>Insto has been expanding ever since its inception by delivering to 20+ countries</h5></span></p>
<p class="lead"><h5>We strive to customize our products to suit the demographic trends. </h5></p>
</div>
<div class="col-md-5">
<img class="featurette-image img-fluid mx-auto" data-src="holder.js/500x500/auto" alt="500x500" src="data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22500%22%20height%3D%22500%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20500%20500%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%23holder_173a84d02ed%20text%20%7B%20fill%3A%23AAAAAA%3Bfont-weight%3Abold%3Bfont-family%3AArial%2C%20Helvetica%2C%20Open%20Sans%2C%20sans-serif%2C%20monospace%3Bfont-size%3A25pt%20%7D%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22holder_173a84d02ed%22%3E%3Crect%20width%3D%22500%22%20height%3D%22500%22%20fill%3D%22%23EEEEEE%22%3E%3C%2Frect%3E%3Cg%3E%3Ctext%20x%3D%22185.1171875%22%20y%3D%22261.1%22%3E500x500%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E" data-holder-rendered="true" style="width: 500px; height: 500px;">
</div>
</div>
<hr class="featurette-divider">
</div>
<!-- Services and Global end -->
<!--Client and statistics-->
<div class="container-fluid content-row container marketing">
<div class="row">
<div class="col-sm">
<div class="card h-50">
<!-- Card Wider -->
<div class="card text-white bg-info-stats mb-3">
<div class="card-body">
<h1 class="card-title" style="text-align:center">20+</h1>
<p class="card-text card-text-stats"><b>Brands successfully developed for our clients.</b></p>
</div>
</div>
</div>
</div>
<div class="col-sm">
<div class="card h-50">
<!-- Card Wider -->
<div class="card text-white bg-info-stats mb-3">
<div class="card-body">
<h1 class="card-title" style="text-align:center">10+</h1>
<p class="card-text card-text-stats"><b>Million products are being produced anually.</b></p>
</div>
</div>
</div>
</div>
<div class="col-sm">
<div class="card h-50">
<!-- Card Wider -->
<div class="card text-white bg-info-stats mb-3">
<div class="card-body">
<h1 class="card-title" style="text-align:center">40+</h1>
<p class="card-text card-text-stats"><b>Employees are working in our company.</b></p>
</div>
</div>
</div>
</div>
<div class="col-sm">
<div class="card h-50">
<!-- Card Wider -->
<div class="card text-white bg-info-stats mb-3">
<div class="card-body">
<h1 class="card-title" style="text-align:center">25+</h1>
<p class="card-text card-text-stats"><b>Years of total experience in cosmetics industry.</b></p>
</div>
</div>
</div>
</div>
</div>
</div>
<hr class="featurette-divider">
<!--Client and statistics end-->
<!--Footer-->
<!-- Footer -->
<footer class="page-footer font-small unique-color-dark">
<div style="background-color: deeppink;">
<div class="container">
<!-- Grid row-->
<div class="row py-4 d-flex align-items-center">
<!-- Grid column -->
<div class="col-md-6 col-lg-5 text-center text-md-left mb-4 mb-md-0">
<h6 class="mb-0">Get connected with us on social networks!</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-6 col-lg-7 text-center text-md-right">
<!-- Facebook -->
<a class="fb-ic">
<i class="fab fa-facebook-f white-text mr-4"> </i>
</a>
<!-- Twitter -->
<a class="tw-ic">
<i class="fab fa-twitter white-text mr-4"> </i>
</a>
<!--Linkedin -->
<a class="li-ic">
<i class="fab fa-linkedin-in white-text mr-4"> </i>
</a>
</div>
<!-- Grid column -->
</div>
<!-- Grid row-->
</div>
</div>
<!-- Footer Links -->
<div class="container text-center text-md-left mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase font-weight-bold">Insto Cosmetics</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p><a href="index.html">Home</a></p>
<p><a href="aboutus.html">About us</a></p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold">Products</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<a href="#!">Skin Care</a>
</p>
<p>
<a href="#!">Face Care</a>
</p>
<p>
<a href="#!">Personal Care</a>
</p>
<p>
<a href="#!">Shampoo & Conditioner</a>
</p>
<p>
<a href="#!">Pain Reliefs</a>
</p>
<p>
<a href="#!">Beauty Kits</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold">Services</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<a href="#!">Private Labelling</a>
</p>
<p>
<a href="#!">Manufacturing Facility</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold">Contact</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<i class="fas fa-home mr-3"></i> C-11/19,47-50,NICE,Satpur,Nashik-422007,Maharashtra,India</p>
<p>
<i class="fas fa-envelope mr-3"></i> instoCosmetics@gmail.com</p>
<p>
<i class="fas fa-phone mr-3"></i> +91-253 2353122</p>
<p>
<i class="fas fa-print mr-3"></i> +91-253 2353122</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2020 Copyright:
<a href=""> Pranali Pagariya</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<!--Footer ends-->
<!-- End your project here-->
<!-- jQuery -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="js/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Your custom scripts (optional) -->
<script type="text/javascript"></script>
</body>
</html>