forked from ichpuchtli/wet-redesign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
251 lines (221 loc) · 9.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Water Equipment Technology</title>
<!-- Request edge compatability mode in IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<!-- Device-width viewport for mobile device support -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Source Sans Pro Web Font (3rd Party) -->
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400">
<!-- Font Awesome Icon Font (3rd Party) -->
<link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- OwlCarousel2 Stylesheet (3rd Party) -->
<link rel="stylesheet" type="text/css" href="css/vendor/owl.carousel.min.css">
<!-- OwlCarousel2 Stylesheet (3rd Party) -->
<link rel="stylesheet" type="text/css" href="css/vendor/owl.theme.default.min.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" type="text/css" href="css/main.css">
<!--[if lt IE 9]>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Collapsible Navigation Menu -->
<nav>
<div class="container">
<div class="navbar-header">
<!-- Only visible on mobile this button is used to collapse the menu -->
<!-- Note: the toggle class and the data-target attribute can be used anywhere to toggle elements -->
<a href="#" class="mobile-nav-toggle toggle visible-mobile" data-target="#navbar">
<i class="fa fa-2x fa-bars"></i>
<!-- Hamburger Icon from font awesome -->
</a>
<a class="logo" href="index.html"><img src="images/logo.png" alt="logo">
</a>
</div>
<!-- Targets of toggling must have the toggle-target class so we can detect clicks outside of the target -->
<div class="mobile-nav toggle-target" id="navbar">
<ul>
<li class="active"><a href="index.html">Home</a>
</li>
<li class="mobile-dropdown">
<!-- Another instance of the toggle class mechanism -->
<a href="#" class="mobile-dropdown-toggle toggle" data-target="#dropdown">Services <i class="fa fa-caret-down"></i></a>
<ul id="dropdown" class="mobile-dropdown-menu toggle-target">
<li><a href="pumpingsystems.html">Pumping Systems</a>
</li>
<li><a href="agirrigation.html">Ag Irrigation</a>
</li>
<li><a href="soilmoisturesensing.html">Soil Mositure Sensing</a>
</li>
<li><a href="greenwallsroofs.html">Green Walls & Roofs</a>
</li>
<li><a href="harvestingstorage.html">Harvesting & Storage</a>
</li>
<li><a href="foggingsystems.html">Fogging Systems</a>
</li>
<li><a href="designconsultancy.html">Design & Consultancy</a>
</li>
<li><a href="lakesponds.html">Lakes & Ponds</a>
</li>
<li><a href="aeration.html">Aeration</a>
</li>
<li><a href="floatingislands.html">Floating Islands</a>
</li>
<li><a href="turfirrigation.html">Turf Irrigation</a>
</li>
<li><a href="audits.html">Audits</a>
</li>
</ul>
</li>
<li><a href="gallery.html">Gallery</a>
</li>
<li><a href="certifications.html">Certifications</a>
</li>
<li><a href="contact.html">Contact</a>
</li>
</ul>
</div>
<!-- .mobile-nav.toggle-target -->
</div>
<!-- .container -->
</nav>
<!-- Owlcarousel2 Instance cycling through each div note this is only visible on desktops -->
<div id="carousel-pager" class="owl-carousel visible-desktop">
<!-- Each banner has an image and a caption -->
<div class="banner">
<img alt="banner1" src="./images/banner1.png">
<p>A modern water company for the modern day, don't get left behind.</p>
</div>
<div class="banner">
<img alt="banner2" src="./images/banner2.png">
<p>Striving to achieve in todays tough conditions.</p>
</div>
<div class="banner">
<img alt="banner3" src="./images/banner3.png">
<p>Meeting needs you didn't know you had.</p>
</div>
<div class="banner">
<img alt="banner4" src="./images/banner4.png">
<p>Don't let your supply run dry.</p>
</div>
<div class="banner">
<img alt="banner5" src="./images/banner5.png">
<p>The very best in water management solutions.</p>
</div>
</div>
<!-- This banner is visible only tablet and mobile, opposite to the owlcarousel instance -->
<!-- This is to reduce page load and page complexity on smaller devices -->
<div class="header banner visible-tablet visible-mobile">
<img alt="hero banner" src="./images/banner2.png">
<p>A modern water company for the modern day, don't get left behind.</p>
</div>
<!-- Main Content Container -->
<div class="container">
<div class="col col-desktop-4 col-tablet-6">
<div class="card">
<h2>Design & Consultancy</h2>
<p>Water Equipment Technology is a design and consultancy company for modern Australias water supply needs. From large dams to indoor misting systems, WET can make it happen.</p>
<p><a class="btn" href="designconsultancy.html">View details »</a>
</p>
</div>
</div>
<div class="col col-desktop-4 col-tablet-6">
<div class="card">
<h2>Products</h2>
<p>If it works with water, WET can provide it. Put air in your water with our Aeration systems or put water in your air with our Fogging systems, the WET product range can do a lot more than just water the lawn.</p>
<p><a class="btn" href="aeration.html">View details »</a>
</p>
</div>
</div>
<div class="col col-desktop-4 col-tablet-6">
<div class="card">
<h2>Contact</h2>
<p>Know what you're looking for? Get in touch for a quick quote so WET can help you move it, pump it, submerge it, store it or make it flow. Whatever you need your water to do, we can help.</p>
<p><a class="btn" href="contact.html">View details »</a>
</p>
</div>
</div>
</div>
<!-- .container -->
<!-- End of Main Content Container -->
<!-- Fat footer implementation -->
<footer>
<div class="container">
<!-- Grid spacing mechanism divdes screen into 12 columns -->
<div class="col col-tablet-2 col-mobile-8">
<ul>
<li><a href="index.html">Home</a>
</li>
<li><a href="contact.html">Contact</a>
</li>
<li><a href="gallery.html">Gallery</a>
</li>
<li><a href="certifications.html">Certifications</a>
</li>
</ul>
</div>
<div class="col col-tablet-3 col-mobile-8">
<ul>
<li><a href="designconsultancy.html">Design & Consultancy</a>
</li>
<li><a href="audits.html">Audits</a>
</li>
<li><a href="harvestingstorage.html">Harvesting & Storage</a>
</li>
<li><a href="soilmoisturesensing.html">Soil & Moisture Sensing</a>
</li>
</ul>
</div>
<div class="col col-tablet-3 col-mobile-8 ">
<ul>
<li><a href="lakesponds.html">Lakes & Ponds</a>
</li>
<li><a href="aeration.html">Aeration</a>
</li>
<li><a href="floatingislands.html">Floating Islands</a>
</li>
<li><a href="turfirrigation.html">Turf Irrigation</a>
</li>
</ul>
</div>
<div class="col col-tablet-3 col-mobile-8 ">
<ul>
<li><a href="pumpingsystems.html">Pumping Systems</a>
</li>
<li><a href="agirrigation.html">Ag Irrigation</a>
</li>
<li><a href="greenwallsroofs.html">Green Wall & Roofs</a>
</li>
<li><a href="foggingsystems.html">Fogging Systems</a>
</li>
</ul>
</div>
<div class="col col-tablet-1 col-mobile-4">
<!-- Social media icons courtesy of font awesome -->
<ul>
<li><a href="http://facebook.com" class="social"><i class="fa fa-4x fa-facebook"></i></a>
</li>
<li><a href="tel:0400000000" class="social"><i class="fa fa-4x fa-phone"></i></a>
</li>
<li><a href="mailto:[email protected]" class="social"><i class="fa fa-4x fa-envelope-o"></i></a>
</li>
</ul>
</div>
</div>
<div class="container">
<p>© Copyright 2015 Water Equipment Technology</p>
</div>
</footer>
<!-- The jQuery 1.11.x branch -->
<script src="//code.jquery.com/jquery-1.11.3.js" type="text/javascript"></script>
<!-- OwlCarousel2 javascript dependency -->
<script src="js/vendor/owl.carousel.min.js" type="text/javascript"></script>
<!-- Main javascript file -->
<script src="js/main.js" type="text/javascript"></script>
</body>
</html>