-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
517 lines (473 loc) · 25.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
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
<!DOCTYPE html>
<html lang="en" class="no-js">
<!-- BEGIN HEAD -->
<head>
<meta charset="utf-8" />
<title>G.K Mechanical Works</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="Mechanical Washers, GK Mechanical, Mechanical factory, fastners, gk mech works, Best Washer Manufacturers">
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="G.K Mechanical Works is a suppliers of Plain Washers, Flat Washers, Handle Dodi Washers, Koli Washer, Cup Washers, Dics Washers, Spring Washers." name="description" />
<!-- GLOBAL MANDATORY STYLES -->
<link href="https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700" rel="stylesheet" type="text/css">
<link href="./vendor/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css" />
<link href="./vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- PAGE LEVEL PLUGIN STYLES -->
<link href="./css/animate.css" rel="stylesheet">
<link href="./vendor/swiper/css/swiper.min.css" rel="stylesheet" type="text/css" />
<!-- THEME STYLES -->
<link href="./css/layout.min.css" rel="stylesheet" type="text/css" />
<!-- Favicon -->
<link rel="shortcut icon" href="./img/title.ico" type="image/x-icon">
</head>
<!-- END HEAD -->
<!-- BODY -->
<body>
<!--========== HEADER ==========-->
<header class="header navbar-fixed-top">
<!-- Navbar -->
<nav class="navbar" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="menu-container">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="toggle-icon"></span>
</button>
<!-- Logo -->
<div class="logo">
<a class="logo-wrap" href="./index.html">
<img class="logo-img logo-img-main" src="././img/logo.png" alt="G.K Mechanical Logo">
<img class="logo-img logo-img-active" src="././img/logo-dark.png" alt="G.K Mechanical Logo">
</a>
</div>
<!-- End Logo -->
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse nav-collapse">
<div class="menu-container">
<ul class="navbar-nav navbar-nav-right">
<li class="nav-item">
<a class="nav-item-child nav-item-hover active" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-item-child nav-item-hover" href="./products.html">Products</a>
</li>
<li class="nav-item">
<a class="nav-item-child nav-item-hover" href="./infrastructure.html">infrastructure</a>
</li>
<li class="nav-item">
<a class="nav-item-child nav-item-hover" href="./about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-item-child nav-item-hover" href="./contact.html">Contact</a>
</li>
</ul>
</div>
</div>
<!-- End Navbar Collapse -->
</div>
</nav>
<!-- Navbar -->
</header>
<!--========== END HEADER ==========-->
<!--========== SLIDER ==========-->
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<div class="container">
<!-- Indicators -->
<!-- <li data-target="#carousel-example-generic" data-slide-to="1"></li>-->
</div>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img class="img-responsive" src="././img/1920x1080/01.jpg" alt="Slider Image">
<div class="container">
<div class="carousel-centered">
<div class="margin-b-40">
<h1 class="carousel-title">Sheet Metal Components</h1>
<p class="Explain-text">G.K Mechanical Works is an INDIAN Manufacturers & Suppliers of Plain Washers, Flat Washers, Handle
Dodi Washers, Koli Washer, Cup Washers, Dics Washers, Spring Washers & Special Sheet Metal
etc. We are specialist in Handle Dodi & Koli Washer. We are manufacturing Washers Since 1990.
Our Main motive is to manufacture and supply the quality product all over INDIA.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--========== SLIDER ==========-->
<!--========== PAGE LAYOUT ==========-->
<!-- Service -->
<div class="bg-color-sky-light" data-auto-height="true">
<div class="content-lg container">
<div class="row row-space-1 margin-b-2">
<div class="col-sm-4 sm-margin-b-2">
<div class="wow fadeInLeft" data-wow-duration=".3" data-wow-delay=".3s">
<div class="service" data-height="height">
<div class="service-element">
<i class="service-icon icon-chemistry"></i>
</div>
<div class="service-info">
<h3>Quality of Material</h3>
<p class="margin-b-5">We use ISO 9001:2000 and AS 9102 quality of Sheet Metal for manufacturing of products.</p>
</div>
</div>
</div>
</div>
<div class="col-sm-4 sm-margin-b-2">
<div class="wow fadeInLeft" data-wow-duration=".3" data-wow-delay=".2s">
<div class="service" data-height="height">
<div class="service-element">
<i class="service-icon icon-wrench"></i>
</div>
<div class="service-info">
<h3>Hi-tech Machinery</h3>
<p class="margin-b-5">We are using Latest Technology Machinery for manufacturing.</p>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="wow fadeInLeft" data-wow-duration=".3" data-wow-delay=".1s">
<div class="service" data-height="height">
<div class="service-element">
<i class="service-icon icon-badge"></i>
</div>
<div class="service-info">
<h3>Quality Products</h3>
<p class="margin-b-5">Our products are quality assured products. We never compromise with the quality of the product.</p>
</div>
</div>
</div>
</div>
</div>
<!--// end row -->
<div class="row row-space-1">
<div class="col-sm-4 sm-margin-b-2">
<div class="wow fadeInLeft" data-wow-duration=".3" data-wow-delay=".4s">
<div class="service" data-height="height">
<div class="service-element">
<i class="service-icon icon-check"></i>
</div>
<div class="service-info">
<h3>High-end Finishing</h3>
<p class="margin-b-5">Our products are high-end finished. Our Supervisor instrustors monitor all manufacturing
without time break.</p>
</div>
</div>
</div>
</div>
<div class="col-sm-4 sm-margin-b-2">
<div class="wow fadeInLeft" data-wow-duration=".3" data-wow-delay=".5s">
<div class="service" data-height="height">
<div class="service-element">
<i class="service-icon icon-speedometer"></i>
</div>
<div class="service-info">
<h3>Fast Delivery</h3>
<p class="margin-b-5">We provide fast delivery of our products safely to the clients. </p>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="wow fadeInLeft" data-wow-duration=".3" data-wow-delay=".6s">
<div class="service" data-height="height">
<div class="service-element">
<i class="service-icon icon-credit-card"></i>
</div>
<div class="service-info">
<h3>Competitive Cost</h3>
<p class="margin-b-5">We maintain Quality of our products as well as cost. We provide very competitive rates to
our clients with 100% quality satisfaction.</p>
</div>
</div>
</div>
</div>
</div>
<!--// end row -->
</div>
</div>
<!-- End Service -->
<!-- Latest Products -->
<div class="content-lg container">
<div class="row margin-b-40">
<div class="col-sm-6">
<h2>Products</h2>
<p class=Explain-text1>Our products are shown below and in Product Section. You can see our product details and their manufacturing
creteria in Product Section.We manufacture Washers according to IS:2016 creteria or with architecture
structure drawing of product.</b>
</a>
</p>
</div>
</div>
<!--// end row -->
<div class="row">
<!-- Latest Products -->
<div class="col-sm-4 sm-margin-b-50">
<div class="margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<a href="./products.html">
<img class="img-responsive" src="././img/970x647/01.jpg" alt="Latest Products Image">
</a>
</div>
</div>
<h4>
<a href="./products.html">Plain Washers</a>
<span class="text-uppercase margin-l-20">IS:2016</span>
</h4>
<p>In our company Plain Washers are manufactured with IS:2016 creteria. We also manufacture Washer with or without
chamfer. </p>
<a class="link" href="./products.html">Read More</a>
</div>
<!-- End Latest Products -->
<!-- Latest Products -->
<div class="col-sm-4 sm-margin-b-50">
<div class="margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive" src="././img/970x647/02.jpg" alt="Latest Products Image">
</div>
</div>
<h4>
<a href="./products.html">Spring Washers</a>
<span class="text-uppercase margin-l-20">IS:2016</span>
</h4>
<p>Spring washers are also manufactured in our company.Spring washers are made according to creteria of IS:2016
or with architecture drawing.</p>
<a class="link" href="./products.html">Read More</a>
</div>
<!-- End Latest Products -->
<!-- Latest Products -->
<div class="col-sm-4 sm-margin-b-50">
<div class="margin-b-20">
<div class="wow zoomIn" data-wow-duration=".3" data-wow-delay=".1s">
<img class="img-responsive" src="././img/970x647/03.jpg" alt="Latest Products Image">
</div>
</div>
<h4>
<a href="./products.html">Handle DODI Washers</a>
<span class="text-uppercase margin-l-20">Custom</span>
</h4>
<p>Handle DODI Washers is manufactured with custom size according to the architecture drawing . We are specialist
in Handle DODI Washers. </p>
<a class="link" href="./products.html">Read More</a>
</div>
<!-- End Latest Products -->
</div>
<!--// end row -->
</div>
<!-- End Latest Products -->
<!-- Testimonials -->
<div class="content-lg container">
<div class="row">
<div class="col-sm-9">
<h2>Customer Reviews</h2>
<!-- Swiper Testimonials -->
<div class="swiper-slider swiper-testimonials">
<!-- Swiper Wrapper -->
<div class="swiper-wrapper">
<div class="swiper-slide">
<blockquote class="blockquote">
<div class="margin-b-20">
I'm so much satisfied from the products of G.K Mechanical Works. This was my first deal with G.K Mechanical Works.
</div>
<div class="margin-b-20">
The products were having clean finishing. The quality of material was very good. The products was also packed with clean
bags.
<br> Thankyou! G.K Mechanical Works
</div>
<p>
<span class="fweight-700 color-link">Indermohan Singh</span>, IMS Industries Ltd.(Product Manager)</p>
</blockquote>
</div>
<div class="swiper-slide">
<blockquote class="blockquote">
<div class="margin-b-20">
I'm very happy to deal with G.K Mechanical Works . I'm dealing with G.K Mechanical Works since 2015. I'm happy with the product
quality and delivery.
</div>
<div class="margin-b-20">
I placed the described order on 17 april 2018 and I recieve the delivery on 20 april 2018. I'm quite impressed with the fastest
delivery. Thankyou! G.K Mechanical Works
</div>
<p>
<span class="fweight-700 color-link">Vipin Dhiman</span>, Nexus cycle parts Ltd.(Product Manager)</p>
</blockquote>
</div>
</div>
<!-- End Swiper Wrapper -->
<!-- Pagination -->
<div class="swiper-testimonials-pagination"></div>
</div>
<!-- End Swiper Testimonials -->
</div>
</div>
<!--// end row -->
</div>
<!-- End Testimonials -->
<!-- Promo Section -->
<div class="promo-section overflow-h">
<div class="container">
<div class="clearfix">
<div class="ver-center">
<div class="ver-center-aligned">
<div class="promo-section-col">
<h2>Our Clients</h2>
<p>Our clients are odering for our products with a very big demand. We are dealing with the industries
and workshops from many cities. Our network is spreading with a very high speed due to our
work. We are meeting clients from: Ludhiana, Amritsar, Jalandhar, Gobindgarh, Patiala, Moga,
Firozpur, Bathinda, Kapurthala and many more. We are also dealing outside Punjab to the states:
Delhi, Hydrabad, Uttar Pardesh, Maharashtra and many more. </p>
<p>Our clients are damn happy with our manufacturing quality and fastest delivery. Our some products
like:Handle DODI Washers are very famous all over the state. We prices for the products are
very reasonable and competitive. We are dealing with with 137 clients all over India. </p>
</div>
</div>
</div>
</div>
</div>
<div class="promo-section-img-right">
<img class="img-responsive" src="././img/970x970/01.jpg" alt="Content Image">
</div>
</div>
<!-- End Promo Section -->
<!-- Work -->
<div class="bg-color-sky-light overflow-h">
<div class="content-lg container">
<div class="row margin-b-40">
<div class="col-sm-6">
<h2>Showpiece</h2>
<p>Our some of the products are shown below.</p>
</div>
</div>
<!--// end row -->
<!-- Masonry Grid -->
<div class="masonry-grid">
<div class="masonry-grid-sizer col-xs-6 col-sm-6 col-md-1"></div>
<div class="masonry-grid-item col-xs-12 col-sm-6 col-md-8">
<!-- Work -->
<div class="work wow fadeInUp" data-wow-duration=".3" data-wow-delay=".1s">
<div class="work-overlay">
<img class="full-width img-responsive" src="././img/800x400/00.jpg" alt="Portfolio Image">
</div>
<div class="work-content">
<h3 class="color-white margin-b-5">Clean designing</h3>
<p class="color-white margin-b-0">Finishing of our products is very much High-end.</p>
</div>
<a class="content-wrapper-link" href="./products.html"></a>
</div>
<!-- End Work -->
</div>
<div class="masonry-grid-item col-xs-6 col-sm-6 col-md-4">
<!-- Work -->
<div class="work wow fadeInUp" data-wow-duration=".3" data-wow-delay=".2s">
<div class="work-overlay">
<img class="full-width img-responsive" src="././img/397x400/01.jpg" alt="Portfolio Image">
</div>
<div class="work-content">
<h3 class="color-white margin-b-5">Art of Design</h3>
<p class="color-white margin-b-0">Art of our designing is according to the best condition the Washers set in machine.</p>
</div>
<a class="content-wrapper-link" href="./products.html"></a>
</div>
<!-- End Work -->
</div>
<div class="masonry-grid-item col-xs-6 col-sm-6 col-md-4">
<!-- Work -->
<div class="work wow fadeInUp" data-wow-duration=".3" data-wow-delay=".3s">
<div class="work-overlay">
<img class="full-width img-responsive" src="././img/397x300/01.jpg" alt="Portfolio Image">
</div>
<div class="work-content">
<h3 class="color-white margin-b-5">Quality Material</h3>
<p class="color-white margin-b-0">Material of our products is very good in quality.</p>
</div>
<a class="content-wrapper-link" href="./products.html"></a>
</div>
<!-- End Work -->
</div>
<div class="masonry-grid-item col-xs-6 col-sm-6 col-md-4">
<!-- Work -->
<div class="work wow fadeInUp" data-wow-duration=".3" data-wow-delay=".4s">
<div class="work-overlay">
<img class="full-width img-responsive" src="././img/397x300/02.jpg" alt="Portfolio Image">
</div>
<div class="work-content">
<h3 class="color-white margin-b-5">New Products</h3>
<p class="color-white margin-b-0">Our products are updated regularly according to IS creteria.</p>
</div>
<a class="content-wrapper-link" href="./products.html"></a>
</div>
<!-- End Work -->
</div>
<div class="masonry-grid-item col-xs-6 col-sm-6 col-md-4">
<!-- Work -->
<div class="work wow fadeInUp" data-wow-duration=".3" data-wow-delay=".5s">
<div class="work-overlay">
<img class="full-width img-responsive" src="./img/397x300/03.jpg" alt="Portfolio Image">
</div>
<div class="work-content">
<h3 class="color-white margin-b-5">Perfect Size</h3>
<p class="color-white margin-b-0">Size of Washers is perfect according to IS creteria or drawing.</p>
</div>
<a class="content-wrapper-link" href="./products.html"></a>
</div>
<!-- End Work -->
</div>
</div>
<!-- End Masonry Grid -->
</div>
</div>
<!-- End Work -->
<!--========== END PAGE LAYOUT ==========-->
<!--========== FOOTER ==========-->
<footer class="footer">
<!-- Links -->
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScTDbDUb7mAEB4bj4Pn-XaFtH_rAaccssFB41R8INJtzy_5ug/viewform?embedded=true"
style="Width:100%; height:500px;" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
<!-- End Links -->
<!-- Copyright -->
<div class="content container">
<div class="row">
<div class="logo">
<a class="logo-wrap" href="./index.html">
<img class="logo-img logo-img-active" style="width: 150px;margin:0px 0 0 25px;position: absolute; " src="././img/logo-dark.png"
alt="Asentus Logo">
</a>
</div>
<div class="col-xs-6">
</div>
<div class="col-xs-6 text-right">
<p class="margin-b-0">
<a class="color-base fweight-700" href="http://www.notoriousgabru.com" target="_blank">G.K Mechanical Developed by:-Amanjot Singh</a>
</p>
</div>
</div>
<!--// end row -->
</div>
<!-- End Copyright -->
</footer>
<!--========== END FOOTER ==========-->
<!-- Back To Top -->
<a href="./javascript:void(0);" class="js-back-to-top back-to-top">Top</a>
<!-- JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
<!-- CORE PLUGINS -->
<script src="././vendor/jquery.min.js" type="text/javascript"></script>
<script src="././vendor/jquery-migrate.min.js" type="text/javascript"></script>
<script src="././vendor/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<!-- PAGE LEVEL PLUGINS -->
<script src="././vendor/jquery.easing.js" type="text/javascript"></script>
<script src="././vendor/jquery.back-to-top.js" type="text/javascript"></script>
<script src="././vendor/jquery.smooth-scroll.js" type="text/javascript"></script>
<script src="././vendor/jquery.wow.min.js" type="text/javascript"></script>
<script src="././vendor/swiper/js/swiper.jquery.min.js" type="text/javascript"></script>
<script src="././vendor/masonry/jquery.masonry.pkgd.min.js" type="text/javascript"></script>
<script src="././vendor/masonry/imagesloaded.pkgd.min.js" type="text/javascript"></script>
<!-- PAGE LEVEL SCRIPTS -->
<script src="././js/layout.min.js" type="text/javascript"></script>
<script src="././js/components/wow.min.js" type="text/javascript"></script>
<script src="././js/components/swiper.min.js" type="text/javascript"></script>
<script src="././js/components/masonry.min.js" type="text/javascript"></script>
</body>
<!-- END BODY -->
</html>