-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
219 lines (202 loc) · 9.86 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Infrasignal</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="/css/styles.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
<script src='https://www.google.com/recaptcha/api.js'></script>
<script src="/js/script.js"></script>
</head>
<body>
<!-- Modal -->
<div class="modal fade modal-contact" id="modalContact" tabindex="-1" role="dialog" aria-labelledby="ModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title" id="ModalCenterTitle">Contact Us</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<form id="contactUsForm" class="needs-validation" novalidate>
<div class="modal-body">
<div class="form-group">
<label for="nameInput">Name</label>
<input type="text" class="form-control" id="nameInput" placeholder="Enter your name">
</div>
<div class="form-group">
<label for="emailInput">Email</label>
<input type="email" class="form-control" id="emailInput" aria-describedby="emailHelp" placeholder="Enter your email" required>
<div class="invalid-feedback">
Please enter your email
</div>
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
</div>
<div class="form-group">
<label for="messageTextArea">Message</label>
<textarea class="form-control" id="messageTextArea" rows="3" placeholder="Enter your message"></textarea>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="notificationCheck">
<label for="notificationCheck">
Notify me when the Infrasignal Radio is available
</label>
</div>
</div>
<div class="modal-footer">
<div class="form-group">
<div class="g-recaptcha" data-sitekey="6LdUbooUAAAAAGZxooiW3Xq1Eqn01BZA0hemq-JA" data-callback="verifyRecaptchaCallback" data-expired-callback="expiredRecaptchaCallback"></div>
<input class="form-control d-none" data-recaptcha="true" required>
<div class="invalid-feedback">
Please complete the Captcha
</div>
</div>
<button class="btn btn-success" type="submit">Send</button>
</div>
</form>
</div>
</div>
</div>
<div class="landing-wrapper">
<nav class="navbar navbar-expand-md fixed-top navbar-dark bg-dark">
<a class="navbar-brand" href="#">Infrasignal Radio</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link active" href="/index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/product.html">Product</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/possible_uses.html">Possible Uses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About Us</a>
</li>
<li class="nav-item">
<button class="btn btn-success" data-toggle="modal" data-target="#modalContact">Contact Us</button>
</li>
</ul>
</div>
</nav>
<div class="jumbotron-fluid banner">
<div class="container">
<div class="row d-flex" style="flex-grow: 1">
<div class="col-6 text-center justify-content-center align-self-center">
<p id="title"><strong>Hear the Whispered Warnings</strong></p>
<button class="btn btn-light learn" type="button">Learn More</button>
</div>
<div class="col-6 justify-content-center align-self-center">
<img src="/img/I-R Trademark 7-2-2018.png" class="img-fluid"/>
</div>
</div>
<div class="row" style="justify-content: center">
<a href="javascript:void(0)" class="learn"><img src="/img/arrow_white.png" class="arrow-image"/></a>
</div>
</div>
</div>
</div>
<div id="uc" class="container-fluid">
<div class="container">
<div class="row">
<div class="col-12">
<h3>Under Construction</h3>
</div>
</div>
<div class="row">
<div class="col-12">
<p>This website will soon offer a new consumer product designed specifically to alert people to dangerous geological and human made events. This newly developed product by Infrasignal Radio LLC has been designed to give the individual consumer the ability to locally detect infrasignals caused by such things as earthquakes, mudslides, tsunamis, flash floods and manmade EMP. The radio also has other uses such as, detecting oil well fracking, sonic booms, listening to elephants, whales and other very large animals communicate.</p>
</div>
</div>
</div>
</div>
<div id="content" class="container">
<div id="sec_1" class="row sec_wrap">
<div class="col-12 sec_header">
<h3>The Infrasignal Radio</h3>
</div>
<div class="col-12 col-lg-4 order-lg-2">
<img src="/img/I-R Trademark 7-2-2018.png" class="img-fluid"/>
</div>
<div class="col-12 col-lg-4 order-lg-3">
<h5>Specifications</h5>
<p>Sensitivity: <3uv<br />Dynamic Range: 96dB<br />Broad Bandwidth: 0.35Hz to 45Hz<br />Narrow Bandwidth Channels: 1 to 30Hz<br />Input Voltage: +10 to +28 Volts</p>
</div>
<div class="col-12 col-lg-4 order-lg-1">
<h5>Features</h5>
<p>Adjustments: backlight, alarm threshold, volume, squelch and tone.<br />Built-in System Tests: Sine Wave test, Scan 16 Channels test, Measure Frequency test, and Alarm Test.<br />20+ Selectable options to optimize performance.<br />User Guide in 2 languages: English & Spanish.</p>
</div>
<div class="col-12 order-lg-4">
<h5>Modes of Operation</h5>
<p>Infrasignal on Chart, Infrasignal on Scope, Measure Frequency in Broad Bandwidth, One Channel on Chart, One Channel on Scope, Measure Frequency in Narrow Bandwidth, Scan 16 Channels, Scan any 5 channels and Audio on VU Meter.</p>
</div>
</div>
<div id="sec_2" class="row sec_wrap">
<div class="col-12 sec_header">
<h3>What are infrasignals?</h3>
</div>
<div class="col-12">
<p>Infrasignals are all around us, all the time. They come from several different sources and are extremely low in frequency, 20 Hertz or cycles and below. These infrasignals can come in the form of Infrasound and picked by an infrasonic microphone or come in the form of pressure waves underwater and picked up by a hydrophone. These infrasignals can come in the form of electromagnetic radio waves and picked up by an antenna or in the form of vibrations and picked up by a vibration sensor.</p>
</div>
</div>
<div id="sec_3" class="row sec_wrap">
<div class="col-12 sec_header">
<h3>What can I do with it?</h3>
</div>
<div class="card-deck">
<div class="card col-lg-4 px-0">
<img class="card-img-top" src="/img/618404-natural-disaster.jpg">
<div class="card-body">
<h5 class="card-title">Natural Disaster</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="/possible_uses.html" class="btn btn-success">Learn more</a>
</div>
</div>
<div class="card col-lg-4 px-0">
<img class="card-img-top" src="/img/Fracking Site1.JPG">
<div class="card-body">
<h5 class="card-title">Active Fracking Site</h5>
<p class="card-text">When an oil well is fracked, it sends out a large shock wave followed by a long series of uniform vibrations which are easy to identify.</p>
<a href="/possible_uses.html" class="btn btn-success">Learn more</a>
</div>
</div>
<div class="card col-lg-4 px-0">
<img class="card-img-top" src="/img/EMP Maker.JPG">
<div class="card-body">
<h5 class="card-title">Detect EMP</h5>
<p class="card-text">In the event of a nuclear explosion, the Infrasignal Radio detects the Electro Magnetic Pulse (EMP) it creates and immediately sounds an alarm.</p>
<a href="/possible_uses.html" class="btn btn-success">Learn more</a>
</div>
</div>
</div>
</div>
</div>
<footer class="bg-dark">
<div class="container text-white pt-4 pb-4">
<div class="row">
<div class="col-12 col-sm-6 order-sm-2 pb-4">
<h4>Interested?</h4>
<p>If you would like to be notified when the Infrasignal Radio becomes available, please use our contact form at the top of the page</p>
</div>
<div class="col-12 col-sm-6 order-sm-1">
<h4>Infrasignal Radio</h4>
<p>A family business dedicated to providing a refined product that we are proud of. We would love to hear from you with any comments, questions, or suggestions on how to improve.</p>
<p>[email protected]</p>
<p>Infrasignal Radio, LLC<br />411 Walnut St. PMB 652<br />Green Cove Springs, FL 32043</p>
</div>
</div>
</div>
</footer>
</body>
</html>