-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproducts.html
351 lines (319 loc) · 16.7 KB
/
products.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
<!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 content="width=device-width, initial-scale=1" name="viewport" />
<meta name="keywords" content="Plain Washers, Spring Washers, Handle Dodi Washers, Koli Washers, Cup Washers, Flat Washers, Dics Washers">
<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" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-item-child nav-item-hover active" 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 ==========-->
<!--========== PARALLAX ==========-->
<div class="parallax-window" data-parallax="scroll" data-image-src="./img/1920x1080/01.jpg">
<div class="parallax-content container">
<h1 class="carousel-title">Products</h1>
<p>Our products are passed through many departments and processess before marketing.
<br> Our products are in high demand due to our quality and fast manufacturing.</p>
</div>
</div>
<!--========== PARALLAX ==========-->
<!--========== PAGE LAYOUT ==========-->
<!-- Our Exceptional Solutions -->
<div class="content-lg container">
<div class="row margin-b-40">
<div class="col-sm-6">
<h2>About Our Products</h2>
<p>Before finally packed in the clean bags our products are passed through various departments like: Raw Material
and Management Department, Quality Check Department, Machines Operating Department etc. Our products
are made with high Quality Material and Latest Tech-Machinary. Our offered washers are used to broaden
the load of a bolt or screw above a larger area or to avoid loosening in vibration.</p>
</div>
</div>
<!--// end row -->
<div class="row margin-b-50">
<!-- Our Exceptional Solutions -->
<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="./img/970x647/01.jpg" target="_blank">
<img class="img-responsive" src="./img/970x647/01.jpg" alt="Our Exceptional Solutions Image">
</a>
</div>
</div>
<h3>
<a href="./img/970x647/01.jpg" target="_blank">Plain Washer</a>
<span class="text-uppercase margin-l-20"></span>
</h3>
<p>We offer our clients normal plain washers, available in different size options, dimensions and finishes to
suit different industrial applications. Fabricated using superior grade stainless steel, mild steel,
these plain washer are widely acknowledged for their flawless finish and durability standards.</p>
</div>
<!-- End Our Exceptional Solutions -->
<!-- Our Exceptional Solutions -->
<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="./img/970x647/02.jpg" target="_blank">
<img class="img-responsive" src="./img/970x647/02.jpg" alt="Our Exceptional Solutions Image">
</a>
</div>
</div>
<h4>
<a href="./img/970x647/02.jpg" target="_blank">Spring Washers</a>
<span class="text-uppercase margin-l-20"></span>
</h4>
<p>We are one of the biggest suppliers of quality Spring Washers. Our wide range of Spring Washers find its
diverse application in different industries. Apart from this, these can be availed in various shapes
and sizes according to all the requirements of our valued clients.</p>
</div>
<!-- End Our Exceptional Solutions -->
<!-- Our Exceptional Solutions -->
<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="Our Exceptional Solutions Image">
</div>
</div>
<h4>
<a href="./img/970x647/03.jpg" target=_blank>Handle Dodi Washer</a>
<span class="text-uppercase margin-l-20">Specialist</span>
</h4>
<p>Handle DODI Washers is manufactured with custom size according to the architecture drawing . We are specialist
in Handle DODI Washers.</p>
</div>
<!-- End Our Exceptional Solutions -->
</div>
<!--// end row -->
<div class="row">
<!-- Our Exceptional Solutions -->
<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/04.jpg" alt="Our Exceptional Solutions Image">
</div>
</div>
<h4>
<a href="./products.html">Cup Washer</a>
</h4>
<p>Finishing Cup Washers offer that clean finished look that can dress up a project while mostly hiding the
appearance of the screw. The washer offers an increased load bearing surface and is designed for use
with a flat or oval head screw. Deerwood offers finishing cup washers in several finishes to match your
application.</p>
</div>
<!-- End Our Exceptional Solutions -->
<!-- Our Exceptional Solutions -->
<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/05.jpg" alt="Our Exceptional Solutions Image">
</div>
</div>
<h4>
<a href="./products.html">Koli Washer</a>
</h4>
<p>Koli Washers is manufactured with custom size according to the architecture drawing. We offer our clients
normal Koli washers, available in different size options, dimensions and finishes to suit different industrial
applications. </p>
</div>
<!-- End Our Exceptional Solutions -->
<!-- Our Exceptional Solutions -->
<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/06.jpg" alt="Our Exceptional Solutions Image">
</div>
</div>
<h4>
<a href="./products.html">All other washers</a>
<span class="text-uppercase margin-l-20">Any Size</span>
</h4>
<p>We also manufacture many othre types of washers. We manufacture them according to customer demand and their
custom size. All the washers are with perfect finishing and high quality.</p>
</div>
<!-- End Our Exceptional Solutions -->
</div>
<!--// end row -->
</div>
<!-- End Our Exceptional Solutions -->
<!-- Capabilities Table -->
<div class="table-size">
<table class="table table-striped">
<thead>
<tr style="background-color: black; color:White;">
<th scope="col">Type of product</th>
<th scope="col">Size(Diameter)</th>
<th scope="col">Standards</th>
</tr>
</thead>
<tbody>
<tr>
<td scope="row">Plain Washers</td>
<td>4mm to 40mm</td>
<td>IS 2016, As per Blueprints</td>
</tr>
<tr>
<td scope="row">Spring Washers</td>
<td>5mm to 16mm</td>
<td>IS 2016, As per Blueprints</td>
<td></td>
</tr>
<tr>
<td scope="row">Dodi Washers</td>
<td>10mm to 16mm</td>
<td>As per Blueprints</td>
</tr>
<tr>
<td scope="row">Koli Washers</td>
<td>10mm to 16mm</td>
<td>As per Blueprints</td>
</tr>
<tr>
<td scope="row">All other Custom Washers</td>
<td>-------</td>
<td>As per Blueprints</td>
<td></td>
</tr>
</tbody>
</table>
</div>
<!-- End Capabilities Table -->
<!-- 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 the country.
</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 -->
<!--========== 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/jquery.parallax.min.js" type="text/javascript"></script>
<script src="./vendor/swiper/js/swiper.jquery.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>
</body>
<!-- END BODY -->
</html>