-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
401 lines (318 loc) · 15.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- enables appropriate screen size adjustments-->
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Vapor-Tek Home</title>
<link rel="shortcut icon" href="sources/favicon.ico" type="image/x-icon"/>
<!-- Bootstrap * * * * * * * * * * * * * * * * * * * * -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- stylesheet for social media icons -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- jQuery (necessary for the contact form Request Callback button) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Custom Links * * * * * * * * * * * * * * * * * * * * -->
<link rel="stylesheet" type="text/css" href="bootstrap/css/custom.css">
<!-- link rel="stylesheet" type="text/css" href="css/custom1.css" -->
</head>
<!-- HEAD | BODY SEPARATION = = = = = = = = = = = = = = = = = = = = = = -->
<body>
<!-- jQuery function - if 'callback' checkbox ticked = display additional input for contact number -->
<script>
$(document).ready(function(){
$('input[type="checkbox"]').click(function(){
if($(this).attr("value")=="yes"){
$("#add-on").toggle();
}
});
});
</script>
<!-- Header - Logo of Vapor-Tek * * * * * * * * * * * * * * * * * * * * -->
<div class="container" id="company-logo">
<div id="header1"> <!-- Vapor-Tek Logo -->
<div class="container-fluid">
<a href="index.html">
<img id="brand-image" src="sources/logoBlue.png" alt="Website Logo" width="208" height="40" />
</a>
</div>
</div>
<div id="header2"> <!-- Border 1 -->
</div>
<div id="header3"> <!-- Border 2 -->
</div>
</div>
<!-- Navigation * * * * * * * * * * * * * * * * * * * * -->
<div class="container">
<!-- Static navbar -->
<nav class="navbar navbar-default" id="on-scroll-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<i class="navbar-brand">The Anti-Corrosion Specialists</i>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="html/products.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Products <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="html/products.html">All</a></li>
<li><a href="html/steelgard.html">Steelgard</a></li>
<li><a href="html/cablegard.html">Cablegard</a></li>
<li><a href="html/vaporol.html">Vaporol</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Product Datasheets</li>
<li><a href="dataSheets/Vaportek_steelguard.pdf" target="_blank">Steelgard : Regular</a></li>
<li><a href="dataSheets/vaporteksteelguardexport.pdf" target="_blank">Steelgard : Export</a></li>
<li><a href="dataSheets/cablegard.pdf" target="_blank">Cablegard</a></li>
<li><a href="dataSheets/vaporol.pdf" target="_blank">Vaporol</a></li>
</ul>
</li>
<li><a href="#contact" data-toggle="modal">Contact</a></li>
<li><a href="html/faq.html">FAQ</a></li>
</ul>
<!-- Login details -->
<ul class="nav navbar-nav navbar-right">
<li><a href="#login" data-toggle="modal">Login(Admin)</a></li>
<a href="#"><img src="sources/facebook.png" height="44" width="44" class="social-media-icons"></a>
<a href="#"><img src="sources/twitter.png" height="44" width="44" class="social-media-icons"></a>
<a href="http://www.iso.org/iso/iso_9000"><img src="sources/iso9001_3.png" height="44" width="44" class="social-media-icons"></a>
<!--a href="#"><img src="sources/instagram.png" height="40" width="40" class="social-media-icons"></a-->
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container-fluid -->
</nav>
</div> <!--main container -->
<!--=======================================================================================-->
<!-- start of content -->
<div class="main">
<div class="container grid-custom">
<div class="customPadding">
<div class="row">
<!-- Carousel - Visible on larger screens hidden on smaller * * * * * * * * * * * * * * * * * * * -->
<div class="container-fluid visible-md visible-lg">
<div class="row">
<div class="col-md-12">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
<li data-target="#carousel-example-generic" data-slide-to="3"></li>
<li data-target="#carousel-example-generic" data-slide-to="4"></li>
<li data-target="#carousel-example-generic" data-slide-to="5"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img src="sources/home-slide.jpg" alt="Oil Derreck"> <!-- Image 1 -->
<h3>Specialists in High Performance Corrosion Preventives</h3>
</div>
<div class="item">
<img src="sources/Slide-2.jpg" alt="pistons and con rods"> <!-- Image 2 -->
<h3>Volatice Corroion Inhibitors (VCI's)</h3>
</div>
<div class="item">
<img src="sources/Slide-3.jpg" alt="overhead cables"> <!-- Image 3 -->
<h3>Ministry of Defence & Aerospace Approved</h3>
</div>
<div class="item">
<img src="sources/Slide-4.jpg" alt="High rise welder"> <!-- Image 4 -->
<h3>Performance in Adverse Environments</h3>
</div>
<div class="item">
<img src="sources/Slide-5.jpg" alt="High rise welder"> <!-- Image 5 -->
<h3>Oil & Gas Applications</h3>
</div>
<div class="item">
<img src="sources/Slide-6.jpg" alt="High rise welder"> <!-- Image 6 -->
<h3>Storage, Transportaion & Shipping</h3>
</div>
</div>
<a class="left carousel-control" href="#carousel-example-generic" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control"
href="#carousel-example-generic" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
</div>
</div><!--/.container-fluid for Image slider carousel-->
<div class="col-sm-12">
<h2>Rust and Corrosion Prevention <br> Leaders in Corrosion</h2>
<p class="text-justify home-page-text">
Vapor-Tek Ltd are a UK based company who specialize in the manufacture of high performance corrosion preventives. Our anti-rust, corrosion and rust inhibitors include solvent deposited thin films and Volatile corrosion inhibitors (VCI’s) for the prevention of corrosion and protection of metal parts and equipment during storage, transportation and export.
</p>
</div>
</div>
</div>
<!-- Marketing to display Vapor-Tek's 3 main products; steelgard, cablegard, vaporol -->
<div class="container marketing">
<div class="row">
<div class="col-md-4">
<img class="img-circle center-block" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Steelgard" width="180" height="180">
<h2>Steelgard</h2>
<p>
<a class="btn btn-info center-block" href="html/steelgard.html" role="button">View details »</a>
</p>
</div><!-- /.col-md-4 -->
<div class="col-md-4">
<img class="img-circle center-block" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Cablegard" width="180" height="180">
<h2>Cablegard</h2>
<p>
<a class="btn btn-info center-block" href="html/cablegard.html" role="button">View details »</a>
</p>
</div><!-- /.col-md-4 -->
<div class="col-md-4">
<img class="img-circle center-block" src="data:image/gif;base64,R0lGODlhAQABAIAAAHd3dwAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==" alt="Vaporol" width="180" height="180">
<h2>Vaporol</h2>
<p>
<a class="btn btn-info center-block" href="html/vaporol.html" role="button">View details »</a>
</p>
</div><!-- /.col-md-4 -->
</div><!-- /.row -->
</div><!-- /. Marketing Container -->
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="col-sm-6 col-xs-6">
<img src="sources/pistons.jpg" pistons" class="img-responsive" width="300" height="205">
</div>
<div class="col-sm-6 col-xs-6">
<img src="sources/aluminumCable.JPG" alt="aluminium cables" class="img-responsive" width="300" height="205">
</div>
<div class="col-sm-6 col-xs-6">
<img src="sources/bridge.jpg" alt="" class="img-responsive" width="300" height="205">
</div>
<div class="col-sm-6 col-xs-6">
<img src="sources/vci.PNG" alt="vci image" class="img-responsive" width="300" height="205">
</div>
</div>
<div class="col-md-6 col-sm-6">
<img src="sources/portalRafter.jpg" alt="Portal Rafter" class="img-responsive center-block" height="400" width="600">
</div>
</div>
</div>
<div class="footer-push"></div>
</div>
<!-- =============================================================================================================================================== -->
<!-- end of first content -->
<!-- Footer Details * * * * * * * * * * * * * * * * * * * * -->
<div class="container">
<footer>
<p>
<strong>CONTACT DETAILS:</strong>
<br><br>
<i>
<strong>Address:</strong> Vapor-Tek Limited, Fairclough Street, Bolton, Lancashire, BL3 2AF, United Kingdom <br>
<strong>Telephone:</strong> +44 (0)1204 521795 <br>
<strong>Email:</strong> [email protected]
</i>
</p>
<p> © 2016 Vapor-Tek: Created by Redhouse Associates (University of Bolton)</p>
</footer> <!-- End Footer -->
</div>
<!-- contact modal ===================================================================================================================================================== -->
<div class="modal fade" id="contact" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<form class="form-horizontal" action="php/contact.php" method="POST" onsubmit="return check()">
<div class="modal-header">
<h4>Contact</h4>
</div>
<div class="modal-body">
<div class="form-group">
<label for="name" class="col-sm-2 control-label">Name</label>
<div class="col-sm-10">
<input type="text" name="name" id="name" class="form-control" placeholder="Enter your name here..." />
</div>
</div>
<div class="form-group">
<label for="email" class="col-sm-2 control-label">Email</label>
<div class="col-sm-10">
<input type="email" name="email" id="email" class="form-control" placeholder="Enter your email address..." />
</div>
</div>
<div class="form-group">
<label for="message" class="col-sm-2 control-label">Message</label>
<div class="col-sm-10">
<textarea name="message" id="message" class="form-control" rows="4" maxlength="100" placeholder="Your message.." ></textarea>
</div>
</div>
<div class="form-group">
<label for="message" class="col-sm-2 control-label">Request callback</label>
<div class="col-sm-2">
<input type="checkbox" name="callback" id="callback" value="yes" class="form-control"/>
</div>
<div id="add-on" style="display:none;">
<br /><br /><br />
<label for="message" class="col-sm-2 control-label"></label>
<div class="col-sm-10">
<input type="number" name="number" id="number" class="form-control" placeholder="Please enter a contact number..." />
</div>
</div>
</div>
</div>
<div class="modal-footer">
<a class="btn btn-primary" data-dismiss="modal">Close</a>
<button type="submit" class="btn btn-primary">Send</button>
</div>
</form>
</div>
</div>
</div>
<!-- login modal ===================================================================================================================================================== -->
<div class="modal fade" id="login" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<form class="form-horizontal" action="php/login.php" method="POST" onsubmit="return check1()">
<div class="modal-header">
<h4>Admin Login</h4>
</div>
<div class="modal-body">
<div class="form-group">
<label for="name" class="col-sm-2 control-label">User ID</label>
<div class="col-sm-10">
<input type="text" class="form-control" name="userId" id="userId" placeholder="User ID" maxlength="40" />
</div>
</div>
</div>
<div class="form-group">
<label for="password" class="col-sm-2 control-label">Password</label>
<div class="col-sm-10">
<input type="password" class="form-control" name="userPw" id="userPw" placeholder="Your password" >
</div>
</div>
<div class="modal-footer">
<a class="btn btn-primary" data-dismiss="modal">Close</a>
<button type="submit" class="btn btn-primary">Login</button>
</div>
</form>
</div>
</div>
</div>
<!-- /LoginForm -->
<!-- Get the modal -->
<script>
var modal = document.getElementById('login');
<!-- When the user clicks anywhere outside the modal, close it -->
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
</script>
<!-- JAVASCRIPT / JQUERY * * * * * * * * * * * * * * * * * * * * -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="bootstrap/js/custom.js"></script> <!-- Custom JavaScript -->
</body>
</html>