-
Notifications
You must be signed in to change notification settings - Fork 0
/
product.html
288 lines (274 loc) · 12.5 KB
/
product.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
<!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="/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">
<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" href="/index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" 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" style="background-image: url('../img/leo-wieling-492993-unsplash.jpg')">
<div class="container">
<div class="row d-flex" style="flex-grow: 1">
<div class="col-6 text-center justify-content-center align-self-center">
</div>
<div class="col-6 justify-content-center align-self-center">
<p id="title"><strong>Our Product</strong></p>
<!-- <button class="btn learn" type="button">Learn More</button> -->
</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="content" class="container">
<div id="sec_1" class="row sec_wrap">
<div class="col-12">
<h3>Starter Kits</h3>
<p>The right tool for the right job</p>
</div>
<div class="card-deck">
<div class="card col-lg-6 px-0">
<img class="card-img-top" src="/img/frank-albrecht-634309-unsplash.jpg">
<div class="card-body">
<h5 class="card-title">Standard Radio Kit</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="/product_view.html" class="btn btn-success">Learn more</a>
</div>
</div>
<div class="card col-lg-6 px-0">
<img class="card-img-top" src="/img/tracy-thomas-56810-unsplash.jpg">
<div class="card-body">
<h5 class="card-title">EMP Radio Kit</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="/product_view.html" class="btn btn-success">Learn more</a>
</div>
</div>
</div>
</div>
<div id="sec_2" class="row sec_wrap">
<div class="col-12">
<h3>Individual Components</h3>
<p>Build your own radio or add to your kit</p>
</div>
<!--Card decks are not responsive yet-->
<div class="row d-flex align-items-stretch">
<div class="col-md-3 col-sm-6 d-flex flex-wrap mb-3">
<div class="card">
<img class="card-img-top" src="/img/frank-albrecht-634309-unsplash.jpg">
<div class="card-body">
<h5 class="card-title">Infrasignal Radio</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="/product_view.html" class="btn btn-success">Learn more</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 d-flex flex-wrap mb-3">
<div class="card">
<img class="card-img-top" src="/img/frank-albrecht-634309-unsplash.jpg">
<div class="card-body">
<h5 class="card-title">+12 Volt Power Supply</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="/product_view.html" class="btn btn-success">Learn more</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 d-flex flex-wrap mb-3">
<div class="card">
<img class="card-img-top" src="/img/frank-albrecht-634309-unsplash.jpg">
<div class="card-body">
<h5 class="card-title">Display Case</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="/product_view.html" class="btn btn-success">Learn more</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 d-flex flex-wrap mb-3">
<div class="card">
<img class="card-img-top" src="/img/frank-albrecht-634309-unsplash.jpg">
<div class="card-body">
<h5 class="card-title">Three Dimensional Vibration Sensor w/ Standard Mount</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="/product_view.html" class="btn btn-success">Learn more</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 d-flex flex-wrap mb-3">
<div class="card">
<img class="card-img-top" src="/img/frank-albrecht-634309-unsplash.jpg">
<div class="card-body">
<h5 class="card-title">Three Dimensional Vibration Sensor w/ Universal Mount</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="/product_view.html" class="btn btn-success">Learn more</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 d-flex flex-wrap mb-3">
<div class="card">
<img class="card-img-top" src="/img/frank-albrecht-634309-unsplash.jpg">
<div class="card-body">
<h5 class="card-title">10 Foot Long Shielded Signal Cable</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="/product_view.html" class="btn btn-success">Learn more</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 d-flex flex-wrap mb-3">
<div class="card">
<img class="card-img-top" src="/img/frank-albrecht-634309-unsplash.jpg">
<div class="card-body">
<h5 class="card-title">50 Foot Long Shielded Signal Cable</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="/product_view.html" class="btn btn-success">Learn more</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 d-flex flex-wrap mb-3">
<div class="card">
<img class="card-img-top" src="/img/frank-albrecht-634309-unsplash.jpg">
<div class="card-body">
<h5 class="card-title">100 Foot Long Shield Signal Cable</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="/product_view.html" class="btn btn-success">Learn more</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 d-flex flex-wrap mb-3">
<div class="card">
<img class="card-img-top" src="/img/frank-albrecht-634309-unsplash.jpg">
<div class="card-body">
<h5 class="card-title">Custom Length Shielded Signal Cable</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="/product_view.html" class="btn btn-success">Learn more</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 d-flex flex-wrap mb-3">
<div class="card">
<img class="card-img-top" src="/img/frank-albrecht-634309-unsplash.jpg">
<div class="card-body">
<h5 class="card-title">8 Pin Connector to 3 Wire Signal Cable Adapter</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="/product_view.html" class="btn btn-success">Learn more</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 d-flex flex-wrap mb-3">
<div class="card">
<img class="card-img-top" src="/img/frank-albrecht-634309-unsplash.jpg">
<div class="card-body">
<h5 class="card-title">3 Pin Connector to 3 Wire Signal Cable Adapter</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="/product_view.html" class="btn btn-success">Learn more</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 d-flex flex-wrap mb-3">
<div class="card">
<img class="card-img-top" src="/img/frank-albrecht-634309-unsplash.jpg">
<div class="card-body">
<h5 class="card-title">EMP Antenna</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="/product_view.html" class="btn btn-success">Learn more</a>
</div>
</div>
</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>information@infrasignal-radio.com</p>
<p>Infrasignal Radio, LLC<br />411 Walnut St. PMB 652<br />Green Cove Springs, FL 32043</p>
</div>
</div>
</div>
</footer>
</body>
</html>