-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
294 lines (244 loc) · 10.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Kobold Chemicals</title>
<link rel="icon" href="images/C-logo.jpeg">
<link rel="stylesheet" href="bootstrap/css/bootstrap.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="style/style.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
</head>
<body>
<!-- Header Component -->
<nav class="navbar navbar-expand-md bg-dark navbar-dark">
<a class="navbar-brand" href="index.html">
<img src="images/C-logo.jpeg" alt="Logo" style="width:40px;">
</a>
<a class="navbar-brand" href="index.html">Kobold Chemicals</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="product.html">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contactus.html">Contact us</a>
</li>
</ul>
</div>
</nav>
<!-- Header Component Ends -->
<!-- body -->
<div class="container-fluid" id="hero">
<div class="container hero-edit">
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Overview</h2>
</div>
<div class="col-lg-12 text-center">
<h6 class="section-subheading text-muted">
We are a part of Kobold Group, based in UAE. Our role and responsibility induce sourcing & distribution of Basic,
Commodity, Specialty & Petrochemical into diverse industrial sectors such as textiles, polymers, asphalt, detergents,
glass, packaging, etc. throughout ASIA,AFRICA & GCC Region.
Our co-ordination with Global Brands in the Supply sector has availed us the advantage of procuring the best quality
material and delivering it to our client within the prescribed time. All of our efforts are focused on making sure that
our clients are availed with the products they require within time, quality & professional standards.
</h6>
</div>
<div class="col-md-6 border p-3">
<div class="text-center">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x fa-transparent"></i>
<i class="fas fa-binoculars fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Vision</h4>
</div>
<p class="text-muted">
To be recognised around the industries as a reliable source in procuring & delivering raw materials.
</p>
</div>
<div class="col-md-6 border p-3">
<div class="text-center">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x fa-transparent"></i>
<i class="fas fa-globe-asia fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Mission</h4>
</div>
<p class="text-muted">
To deliver what the client needs ,in time, in accordance to the quality & assurance.
</p>
</div>
</div>
<div class="row">
<div class="col-md-4 text-center">
<span class="fa-stack fa-2x">
<i class="fas fa-circle fa-stack-2x fa-transparent"></i>
<i class="fas fa-users fa-stack-1x fa-black"></i>
</span>
<p class="text-muted"> Cosumer</p>
</div>
<div class="col-md-4 text-center">
<span class="fa-stack fa-2x">
<i class="fas fa-circle fa-stack-2x fa-transparent"></i>
<i class="fas fa-award fa-stack-1x fa-black"></i>
</span>
<p class="text-muted"> Competitor</p>
</div>
<div class="col-md-4 text-center">
<span class="fa-stack fa-2x">
<i class="fas fa-circle fa-stack-2x fa-transparent"></i>
<i class="fas fa-chart-line fa-stack-1x fa-black"></i>
</span>
<p class="text-muted"> Market</p>
</div>
</div>
<!-- Clouts -->
</div>
<div class="container-fluid clouts">
<div class="row ">
<div class="col-lg-12 text-center">
<h2>KOBOLD CHEMICAL CLOUTS</h2>
</div>
<div class="col-lg-12 text-black">
<ul>
<li>
Strong relation with Government Companies engaging in raw
material supply all around the GCC and other regions.
</li>
<li> <strong>Email Marketing</strong> : Strong Database of Suppliers as well as
Consumers, all accessible by Cloud Engine, extending our reach
in the market.</li>
<li>
<strong>Blogging</strong> : One of the many ways we share Technical
Knowledge about the product to our existing & potential clients.
</li>
<li>
Active on Social Media including Facebook, LinkedIn, Twitter,
etc.
</li>
<li>
A very wide & diverse range of products including Basic,
Commodity, Specialty & Petrochemical.
</li>
<li>
Product Catalogue
</li>
<li>
Customer Relationship Management CRM
</li>
</ul>
</div>
</div>
</div>
<div class="continer-fluid">
<div class="row">
<div class="col-lg-12">
<img src="images/Company4.jpg" alt="" class="img-alfoot img-fluid">
</div>
</div>
</div>
<!-- body ends -->
<!-- footer -->
<!-- Footer -->
<footer class="page-footer font-small blue pt-4 bg-dark">
<!-- Footer Links -->
<div class="container-fluid text-center text-md-left">
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-md-6 mt-md-0 mt-3">
<!-- Content -->
<div class="container">
<h5 class="text-uppercase text-white">KOBOLD
CHEMICALS
TRADING</h5>
</div>
<div class="container">
<p class="text-white"> <strong>HEAD OFFICE</strong> </p>
<p class="text-white">604A,Aspin Commercial Tower,<br>
Sheikh Zayed Road – Dubai. <br>
PO Box 333445 <br>
United Arab Emirates <br>
CONTACT <br>
+971504587718</p>
</div>
<div class="container">
<i class="fas fa-envelope fa-inverse"><p>
<strong>E mail:</strong>[email protected]
</p> </i>
</div>
</div>
<!-- Grid column -->
<hr class="clearfix w-100 d-md-none pb-3">
<!-- Grid column -->
<div class="col-md-3 mb-md-0 mb-3">
<!-- Social buttons -->
<ul class="list-unstyled list-inline text-center">
<li class="list-inline-item">
<span class="fa-2x">
<a class="btn-floating btn-fb mx-1">
<i class="fab fa-facebook-f fa-inverse"> </i>
</a>
</span>
</li>
<li class="list-inline-item">
<span class="fa-2x">
<a class="btn-floating btn-tw mx-1">
<i class="fab fa-twitter fa-inverse"> </i>
</a>
</span>
</li>
<li class="list-inline-item">
<span class="fa-2x">
<a class="btn-floating btn-gplus mx-1">
<i class="fab fa-google-plus-g fa-inverse"> </i>
</a>
</span>
</li>
<li class="list-inline-item">
<span class="fa-2x">
<a class="btn-floating btn-li mx-1">
<i class="fab fa-linkedin-in fa-inverse"> </i>
</a>
</span>
</li>
<li class="list-inline-item">
<span class="fa-2x">
<a class="btn-floating btn-dribbble mx-1">
<i class="fab fa-dribbble fa-inverse"> </i>
</a>
</span>
</li>
</ul>
<!-- Social buttons -->
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
<!-- Copyright -->
<div class="footer-copyright text-center py-3 text-white">© 2018 Copyright:
<a href="https://mdbootstrap.com/education/bootstrap/"> koboldchemicals.com</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<!-- footer ends -->
</body>
</html>