-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmembership-certfication.html
155 lines (142 loc) · 6.89 KB
/
membership-certfication.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Membership-certification</title>
<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=Athiti:wght@600&family=Overlock:wght@900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/sustainability.css">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
</head>
<body>
<!-- HEADER SECTION -->
<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 href="membership.html"><button type="button" class="btn btn-outline-success ml-5"> Back </button></a>
</li>
</ul>
</div>
</nav>
</section>
<!--HERO SECTION-->
<section>
<div class="img-text">
<img src="images/membership.jpg" class="w-100 imgStyle" alt="..." style="height:320px;">
<h1 class="textHeading">MEMBERSHIP & ACCREDITATION</h1>
</div>
</section>
<section>
<br>
<br>
<br>
<br>
<br>
<center><img src="images/membership1.jpg" alt="..." height="500" weight="200"></center>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</section>
<!-- FOOTER 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="">
<li>Home</li>
</a>
<a href="">
<li>About Us</li>
</a>
<a href="">
<li>Products</li>
</a>
<a href="">
<li>Blog</li>
</a>
<a href="">
<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="">
<li>SHEED LAC</li>
</a>
<a href="">
<li>BUTTON LAC</li>
</a>
<a href="">
<li>SHELLAC</li>
</a>
<a href="">
<li>BLEACH SHELLAC</li>
</a>
<a href="">
<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>1, XYZ Street, New Delhi</li>
<li><i class="fa fa-phone" aria-hidden="true"></i>+91-9176561782</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-instagram" 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="js/animation.js"></script>
<script src="js/sustainability.js"></script>
</body>
</html>