-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·413 lines (390 loc) · 16.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<title>Sure-Fi</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link
href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'
rel='stylesheet' type='text/css'>
<link
href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic'
rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/sheets.css">
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/creative.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/modal.css">
<link rel="stylesheet" type="text/css" href="css/font-responsive.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="shortcut icon" type="image/x-icon" href="images/logo-icon.png" />
<link rel="stylesheet" type="text/css" href="css/slick.css" />
<link rel="stylesheet" type="text/css" href="css/slick-theme.css" />
<link rel="stylesheet" type="text/css" href="css/testimonials.css" />
<link rel="stylesheet" type="text/css" href="css/variables.css" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
<script src="https://unpkg.com/react@16/umd/react.production.min.js"></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js"></script>
<!-- This add React -->
<script src="index.js"></script>
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-light fixed-top navbar-dark" id="mainNav" style="padding: 0px;">
<div class="container">
<a class="navbar-brand logo-link" href="index.html">
<img src="images/logo.png">
</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation" style="border-width: 2px; margin-right: 20px;color:white;">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger active" href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle dropdown-toggle-products" data-toggle="dropdown"
href="products.html">PRODUCTS
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="wiegand-controller.html">
<div class="dropdown-list-item" style="">
Wiegand Bridge
</div>
</a>
</li>
<li>
<a href="hvac.html">
<div class="dropdown-list-item">
HVAC Bridge
</div>
</a>
</li>
<li>
<a href="relay.html">
<div class="dropdown-list-item">
Relay Bridge
</div>
</a>
</li>
<li>
<a href="development-kit.html">
<div class="dropdown-list-item">
Development kit
</div>
</a>
</li>
</ul>
</li>
<!--
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#">WHERE TO BUY
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="where-to-buy-wiegand.html">
<div class="dropdown-list-item">
Wiegand Bridge
</div>
</a>
</li>
<li>
<a href="where-to-buy-hvac.html">
<div class="dropdown-list-item">
HVAC Bridge
</div>
</a>
</li>
<li>
<a href="where-to-buy-relay.html">
<div class="dropdown-list-item">
Relay Bridge
</div>
</a>
</li>
<li>
<a href="where-to-buy-development-kit.html">
<div class="dropdown-list-item">
Development kit
</div>
</a>
</li>
</ul>
</li>
-->
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="events.html">Upcoming Events</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="masthead">
<div class="masthead-son child-1">
<div class="bunker-busting-animation" style="display: flex;flex-direction: column;">
<strong>Bunker Busting </strong>
<strong style="font-size: 1em;">900 MHz</strong>
<hr>
</div>
</div>
<div class="masthead-son child-2">
<img src="images/master.png" class="img-responsive-header">
</div>
<div class="masthead-son child-3">
<p class="text-faded" style="color: white;">
Sure-Fi is the worlds first radio designed to reliably connect through heavy obstruction.
Features one-mile range with obstructions and 50+ miles line-of-sight.
</p>
</div>
</div>
<header class="masthead-desktop text-center d-flex">
<div class="my-auto header-container">
<div style="height: 100vh;width: 100%;z-index: 2;position: absolute;display: flex;justify-content:center;">
<div style="width: 40vh;align-self: center;">
<img src="images/master.png" class="img-responsive-header">
</div>
</div>
<div
style="height: 100vh;width: 100%;padding: 10vh;position: absolute;z-index: 3;display: flex;justify-content: center;flex-direction: column;">
<div class="mx-auto">
<h1 class="text-uppercase bunker-busting-animation"
style="color: white !important;font-size: 8vh;text-shadow: 0px 0px 20px black;">
<strong>Bunker Busting<br>
<p style="font-size: 72px;font-weight: bold;text-transform: none;text-shadow: 0px 0px 20px black">900 MHz
</p>
</strong>
</h1>
<hr>
</div>
<div class="mx-auto">
<p class="text-faded mb-5" style="color: white;text-shadow: 0px 0px 20px black;font-size: 1.5rem;">
Sure-Fi is the worlds first radio designed to reliably connect through heavy obstruction.
<br>
Features one-mile range with obstructions and 50+ miles line-of-sight.
</p>
</div>
</div>
</div>
</header>
<section style="background: rgb(46,44,47);">
<div class="container">
<div class="row" style="margin-bottom: 60px;margin-top: -40px;">
<div class="embed-responsive embed-responsive-16by9">
<iframe width="350" height="315" src="https://www.youtube.com/embed/01CoCWy3oOY" frameborder="0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<section class="bg-primary about" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading text-white">Development Kit</h2>
<hr class="light my-4">
<p class="text-faded mb-4">Discover the power and potential of the Sure-Fi Radio. Our affordable Range Finders
are battery powered and ready out-of-the-box.
Add-on Development Boards and begin integrating Bunker Busting 900 MHz into your very own applications.
</p>
<a href="development-kit.html">
<img src="images/open_box_image_70.png" style="width: 100%;" class="sr-contact">
</a>
<div style="display: flex;align-items: center;justify-content: center;">
<a href="development-kit.html">
<div class="learn-more-button">
<div>
<h6 style="color: white; margin-top: 5px;margin-left: 15px;">
Learn more
</h6>
</div>
<div>
<img src="images/idea.png" width="20" style="margin-right: 5px;">
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">OUR PRODUCTS</h2>
<hr class="my-4">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-12 text-center product-link white-our-product">
<a href="wiegand-controller.html" class="product-link">
<div class="container-fluid">
<div class="row product-on-index">
<div class="col">
<img class="sr-icons-2" src="images/green.png" width="220">
</div>
</div>
<div class="row">
<div class="col">
<div class="product-container">
<div class="product-title-container" style="color: var(--wiegand-color)">
<h3 class="mb-3">Wiegand Bridge</h3>
</div>
<div class="product-text-container">
<p class="text-muted mb-0">Make any Wiegand Access Control Device wireless</p>
</div>
</div>
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 text-center product-link gray-our-product">
<a href="hvac.html" class="product-link" id="last-product-link">
<div class="container-fluid">
<div class="row product-on-index">
<div class="col">
<img class="sr-icons-3" src="images/red.png" width="220">
</div>
</div>
<div class="row">
<div class="col">
<div class="product-container">
<div class="product-title-container" style="color:rgb(235,65,61);">
<h3 class="mb-3">HVAC Bridge</h3>
</div>
<div class="product-text-container">
<p class="text-muted mb-0">Make any conventional HVAC System wireless</p>
</div>
</div>
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 text-center product-link white-our-product">
<a href="relay.html" class="product-link">
<div class="container-fluid">
<div class="row product-on-index">
<div class="col">
<div>
<img class="sr-icons-4" src="images/blue.png" width="220">
</div>
</div>
</div>
<div class="row">
<div class="col">
<div class="product-container">
<div class="product-title-container" style="color:rgb(53,168,221);">
<h3 class="mb-3">Relay Bridge</h3>
</div>
<div class="product-text-container">
<p class="text-muted mb-0">Wire Replacement for Relay Systems</p>
</div>
</div>
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 text-center product-link gray-our-product">
<a href="development-kit.html">
<div class="container-fluid">
<div class="row product-on-index">
<div class="col">
<div>
<img class="sr-icons" src="images/box_image.png" width="220">
</div>
</div>
</div>
<div class="row" style="margin-top: 24px;">
<div class="col">
<div class="product-container">
<div class="product-title-container" style="color:black;">
<h3 class="mb-3">Development Kit</h3>
</div>
<div class="product-text-container">
<p class="text-muted mb-0">Discover the power and potential of the Sure-Fi Radio Module</p>
</div>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<div id="testimonials-section" class="testimonials-index" style="display: none;">
<div class="testimonials-section-container">
<div class="section-title">
<h1>What people say</h1>
</div>
<div class="testimonials-carouse-container">
<div class="testimonials-carouse" type="ALL">
</div>
</div>
</div>
</div>
<div id="footer"></div>
<div class="modal fade" id="videModal" tabindex="-1" role="dialog" aria-labelledby="modal-video-label">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="modal-video">
<div class="embed-responsive embed-responsive-16by9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/01CoCWy3oOY" frameborder="0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<script type="text/javascript" src="js/modernizr.js"></script>
<script type="text/javascript" src="js/slick.js"></script>
<script type="text/javascript" src="js/animations.js"></script>
<script type="text/javascript" src="js/creative.js"></script>
<script type="text/javascript" src="js/testimonials.js"></script>
<script type="text/javascript" src="js/navbar.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113437818-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-113437818-1');
</script>
</body>
</html>