-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathone_page_website.html
More file actions
327 lines (310 loc) · 17.9 KB
/
one_page_website.html
File metadata and controls
327 lines (310 loc) · 17.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"></meta>
<title>Stout Home Security Systems</title>
<link rel="stylesheet" type="text/css" href="./OPW_CSS/one_page_website.css">
<script src="OPW_JS/one_page_website.js" defer></script>
</head>
<body>
<script>
document.body.classList.add("fade-out");
window.addEventListener("DOMContentLoaded", () => {
document.body.classList.remove("fade-out");
});
</script>
<!-- NAV -->
<div id="stickyNavBar">
<a href="#home" id="link">Home</a> |
<a href="#products" id="link">Product Tiers</a> |
<a href="#contact" id="link">Contact Us</a>
</div>
<!-- END NAV-->
<!-- HOME -->
<div id="home">
<div>
<div>
<article>
<section id="intro">
<header>
<h2>What A Stout Home Security System means...</h2> <!-- as an h1, this displays in smaller text than as a h2 -->
</header>
<p>The inadequacy of today's home security systems fall within two realms: traditionally monitored sensors (think ADT or Brinks), or the DIY variety (Ring, Abode, Link Interactive - connected sensors & cameras with real-time streaming to an app on your phone). While a camera-connected doorbell or a lock openable with your phone might be the norm, these offer only a false sense of security, easily bypassable through online methods.<br><br>And once that happens, what <em><u>really</u></em> stands between your family's safety and those threating it?</p>
</section>
<hr>
<section id="whyUs">
<header>
<h2>The Difference of a Stout System</h2>
</header>
<p>Since security systems are an unfortunate necessity, their offerings need to be robust; their protective value... substantial, and their deterrent factor... absolute.<br>That's where every Stout Security System excels: <em>OUR</em> options are <em><strong>literally</strong></em> stronger, more effective, and ultimately, more powerful than any of our competitors' tiny plastic gadgets.</p>
</section>
</article>
</div>
</div>
</div>
<!-- END HOME -->
<!-- TIERS -->
<section id="products">
<header>
<h2>Our Tiers of Protection</h2>
</header>
<p>We offer three product tiers, based on your desired level of protection.  Higher tiers offer all the protective benefits of lower tiers, repackaged into more visually compelling "crime deterrents". <br>Make no mistake, you and your family will enjoy unmatched peace-of-mind once the threats your friends & neighbors worry about cease being a source of concern for you.</p>
<div id="Basic">
<h3>I. Our Basic Tier</h3>
<p>➛ Designed for those wanting security options that aren't dependent on a cellular signal, wifi range, or that are prone to hacking.<br>➛ Each option is fully-automated, offers heightened protection from threats, and requires no complicated instruction manuals.<br><br>Click the <strong>icons</strong> below for more information - our Basic options are ready to go, right out of the cage!</p><br>
<!-- Images used to open the BASIC TIER's lightbox -->
<div class="row">
<div class="column">
<img src="OPW_Modal/bodyguard.png" onClick="openModal('BasicModal');currentSlide(1)" class="hover-shadow thumbnail">
</div>
<div class="column">
<img src="OPW_Modal/burglar.jpg" onClick="openModal('BasicModal');currentSlide(2)" class="hover-shadow">
</div>
<div class="column">
<img src="OPW_Modal/rhinoSecurity.jpg" onClick="openModal('BasicModal');currentSlide(3)" class="hover-shadow thumbnail">
</div>
</div>
<!-- The BASIC TIER's Modal/Lightbox -->
<div id="BasicModal" class="modal"> <!-- Used to open/close each modal -->
<span class="close cursor" onClick="closeModal('BasicModal')">×</span>
<div class="modal-content">
<!-- THUMBNAIL <img> CONTROLS -->
<div class="column">
<img class="demo" src="OPW_Modal/bodyguard.png" onClick="currentSlide(1)">
</div>
<div class="column">
<img class="demo" src="OPW_Modal/burglar.jpg" onClick="currentSlide(2)">
</div>
<div class="column">
<img class="demo" src="OPW_Modal/rhinoSecurity.jpg" onClick="currentSlide(3)">
</div>
<!-- End THUMBNAIL <img> CONTROLS -->
<!-- BASIC TIER's 1st Pic -->
<div class="mySlides">
<div class="numbertext">1 / 3</div>
<img src="./OPW_Images/HumanVsGrizzy.jpg" width="450" height="450" style="margin: 5px 100px;" alt="A grown man struggles to escape the grasp of a seated grizzy bear.">
<div class="text">Our fully grown grizzy bears have enough <strong>STRENGTH, BULK, POWER,<br>and INTIMIDATION FACTOR</strong> to dissuade the most tempted of intruders.</div>
</div>
<!-- End BASIC TIER's 1st Pic -->
<!-- BASIC TIER's 2nd Pic -->
<div class="mySlides">
<div class="numbertext">2 / 3</div>
<img src="./OPW_Images/Panther.jpg" width="450" height="450" style="margin: 5px 100px;" alt="A panther steathly stalks an intruder across the property.">
<div class="text"><strong>Your neighborhood's nighttime prowler won't be returning<br>after running into this <em>REAL</em> nighttime prowler:</strong>
<br><br>At up to 9 feet long, these nocturnal predators diligently ward off intruders; they're much more effective than your previous alarm company's tiny window sticker or flimsly yard sign.</div>
</div>
<!-- End BASIC TIER's 2nd Pic -->
<!-- BASIC TIER's 3rd Pic -->
<div class="mySlides">
<div class="numbertext">3 / 3</div>
<img src="./OPW_Images/Rhino.jpg" width="674" height="340" style="margin-bottom: 120px" alt="Black and white image of a rhinoceros readying itself to charge.">
<div class="text"><strong>A 5,000lb southern square-lipped rhinoceros<br>is NOT an easily bypassed guard:</strong><br>
<br>Nearsightedness makes it prone to 35mph charges against <em>any</em> perceived threats, so you can be assured its <strong>MASSIVE FRAME, THICK SKIN, & trademark HORN</strong> will constantly be put to use protecting your family as if they were its own.</div>
</div>
<!-- End BASIC TIER's 3rd Pic -->
<!-- Next/Previous Controls -->
<a class="prev" onClick="plusSlides(-1)">❮</a>
<a class="next" onClick="plusSlides(1)">❯</a>
</div>
</div>
<hr>
</div>
<div id="Mid">
<h3>II. Our Mid-Tier</h3>
<p>For those wishing not to <em>replace</em> their smart home tech, but to upgrade its functionality & effectiveness, we recommend our Mid-Tier offerings:<br><br>➛ A blend of <u>superior, military-grade technological advances</u>, specifically adapted to protecting the life & property of homeowners (or renters).</p><br>
<!-- Images used to open the MID TIER's lightbox -->
<div class="row">
<div class="Mid-column">
<img src="OPW_Modal/eddie.jpg" onClick="openModal('MidModal');currentSlide(4)" class="hover-shadow thumbnail">
</div>
<div class="Mid-column">
<img src="OPW_Modal/mecha.png" onClick="openModal('MidModal');currentSlide(5)" class="hover-shadow thumbnail" style="margin-left: 40px;">
</div>
<div class="Mid-column">
<img src="OPW_Modal/battleHardened.png" onClick="openModal('MidModal');currentSlide(6)" class="hover-shadow thumbnail">
</div>
<div class="Mid-column">
<img src="OPW_Modal/hal.jpg" onClick="openModal('MidModal');currentSlide(7)" class="hover-shadow">
</div>
</div>
<!-- The MID-TIER's Modual/Lightbox -->
<div id="MidModal" class="modal">
<span class="close cursor" onClick="closeModal('MidModal')">×</span>
<div class="modal-content">
<!-- THUMBNAIL <img> CONTROLS -->
<div class="Mid-column">
<img class="demo" src="OPW_Modal/eddie.jpg" style="background-color: white;"onClick="currentSlide(4)">
</div>
<div class="Mid-column">
<img class="demo" src="OPW_Modal/mecha.png" style="background-color: white; height: 130px;" onClick="currentSlide(5)">
</div>
<div class="Mid-column">
<img class="demo" src="OPW_Modal/battleHardened.png" style="background-color: white;"onClick="currentSlide(6)">
</div>
<div class="Mid-column">
<img class="demo" src="OPW_Modal/hal.jpg" onClick="currentSlide(7)">
</div>
<!-- End THUMBNAIL <img> CONTROLS -->
<!-- MID-TIER's 4th Pic -->
<div class="mySlides">
<div class="numbertext">4 / 7</div>
<img src="./OPW_Images/Ed209.jpg" width="600" height="450" style="margin-left: 30px; margin-bottom:20px" alt="an ED-209 model from the original 'Robocop' movie">
<div class="text">We offer a full line of <strong><u>HOME DEFENSE SYSTEMS</u></strong><br>in various sizes & capabilities to fit your needs:<br><br>Whether you're looking for a nostalgic <strong>ED-209</strong>..
</div>
</div>
<!-- End MID-TIER's 4th Pic -->
<!-- MID-TIER's 5th Pic -->
<div class="mySlides">
<div class="numbertext">5 / 7</div>
<img src="./OPW_Images/ModernGunTurrent.jpg" width="450" height="450" style="margin-left:125px; margin-bottom: 20px;"alt="Size-comparison rendering of turrent vs human vs cat">
<div class="text">...or something <strong>more modern, with an imposing size factor</strong>:
</div>
</div>
<!-- End MID-TIER's 5th Pic -->
<!-- MID-TIER's 6th Pic -->
<div class="mySlides">
<div class="numbertext">6 / 7</div>
<img src="./OPW_Images/BattleHardenedArtilleryMech.jpeg" width="670" height="400" style="margin-bottom: 70px;"alt="Battle-tested Desert mech unit, supporting itself across a downed airplane in preparation to fire its artillery cannon">
<div class="text">Surprisingly, situations sometimes deteriorate <u>beyond</u> what an urban unit can handle.<br>
<br>In times like those, you'll be glad you chose one of our heavy-duty,<br><strong>Battle-Hardened ® military units</strong> with self-contained artillery capabilities,<br>like this A21-108:
</div>
</div>
<!-- End MID-TIER's 6th Pic -->
<!-- MID-TIER's 7th Pic -->
<div class="mySlides">
<div class="numbertext">7 / 7</div>
<img src="./OPW_Images/Skynet.jpg" width="650" height="320" style="margin-bottom: 150px;;"alt="A dual image; the left side is the T-800's upper metal skeleton in the foreground, while the Skynet logo is on the right side and in the background.">
<div class="text">Once HAL told Dave "I'm afraid I can't do that", <u>truly sentient technology</u> became the goal.</strong><br>
<br>The logical first step in welcoming our AI overlords is installing our <strong>Skynet</strong> app onto your home's Echo, Nest, Crestron, or whatever you've been using<br>prior to the <strike>worldwide takeover</strike> mass consumer rollout.<br><br>This software is inevitable, unerring, and absolutely ready to take control... of your home :)
</div>
</div>
<!-- End MID-TIER's 7th Pic -->
<!-- Next/Previous Controls -->
<a class="prev" onClick="plusSlides(-1)">❮</a>
<a class="next" onClick="plusSlides(1)">❯</a>
</div>
</div>
</div>
<div id="ABM">
<h3>III. Our "A Bit Much?" Tier</h3>
<p>Yes, exactly! Why settle for common Earthly animals or outdated sci-fi tech from the past, when what you <em>REALLY</em> deserve is a security system that pulls double-duty as a status symbol!<br>
<br>➛ Just like your gated driveway, the mere <em>presence</em> of these otherworldly options will signal your wealth to the local ne'er-do-wells;<br>➛ They'll be enticed with promises of vast riches, ripe for the taking once past your security system...<br><br>But alas, there will be no disabling these systems, nor will there be any identifiable remains to prosecute - just another thoroughly eliminated threat.</p><br>
<!-- Images used to open the ABM TIER's lightbox -->
<div class="row">
<div class="column">
<img src="OPW_Modal/moon.jpg" onClick="openModal('AbmModal');currentSlide(8)" class="hover-shadow">
</div>
<div class="column">
<img src="OPW_Modal/dragon.jpg" onClick="openModal('AbmModal');currentSlide(9)" class="hover-shadow">
</div>
<div class="column">
<img src="OPW_Modal/keepOut.jpg" onClick="openModal('AbmModal');currentSlide(10)" class="hover-shadow">
</div>
</div>
<!-- The ABM TIER's Modal/Lightbox -->
<div id="AbmModal" class="modal">
<span class="close cursor" onClick="closeModal('AbmModal')">×</span>
<div class="modal-content">
<!-- THUMBNAIL <img> CONTROLS -->
<div class="column">
<img class="demo" src="OPW_Modal/moon.jpg" onClick="currentSlide(8)">
</div>
<div class="column">
<img class="demo" src="OPW_Modal/dragon.jpg" onClick="currentSlide(9)">
</div>
<div class="column">
<img class="demo" src="OPW_Modal/keepOut.jpg" onClick="currentSlide(10)">
</div>
<!-- End THUMBNAIL <img> CONTROLS -->
<!-- AMB TIER's 8th Pic -->
<div class="mySlides">
<div class="numbertext">8 / 10</div>
<img src="./OPW_Images/Werewolf.jpg" width="674" height="437" alt="Thanks to a full mooon, a werewolf exposes its fangs before attacking.">
<div class="text"><strong>Let them know they picked the wrong house by unleashing your very own werewolf!! (full moon required)</strong><br><br>Although vulnerable to silver, this beast will have finished taking care of your "guests"<br>long before they have time to exploit its minor weakness.</div>
</div>
<!-- End AMB TIER's 8th Pic -->
<!-- ABM-TIER's 9th Pic -->
<div class="mySlides">
<div class="numbertext">9 / 10</div>
<img src="OPW_Images/Dragon.jpg" width="674" height="393" style="margin-bottom: 80px;" alt="A fire-breathing dragon does its owner's bidding around the property">
<div class="text"><strong>Nothing says "This is a bad idea" like a dragon circling overhead:</strong><br><br>Your evening will end much better than theirs with one of our dragons patrolling the skies above your residence. If its aerial presence isn't enough to deter intruders, then let its <strong>FIERY BREATH, SHARP CLAWS, & naturally deadly TENDENCIES</strong> make a toasty example for others to heed.
<!--- <iframe width="700" height="394" src="https://www.youtube.com/embed/0KA8Qkw3nks" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>-->
</div>
</div>
<!-- End ABM-TIER's 9th Pic -->
<!-- ABM-TIER's 10th Pic -->
<div class="mySlides">
<div class="numbertext">10 / 10</div>
<img src="./OPW_Images/theUnknowns.jpg" width="675" height="400" style="margin-bottom: 80px;"alt="Three gigantic, indescribable horrors roam through the foggy woods surrounding a property, stunning a buck">
<div class="text"><strong>Honestly, we don't even know what these things are.</strong><br><br>Seriously - have fun letting them roam around and become the stuff of your neighbors' nightmares, but <u>NO RETURNS ON THESE</u>!<BR><BR>Once ordered, they are <em><strong>yours</strong></em>.
</div>
<!-- End ABM-TIER's 10th Pic -->
</div>
</div>
</div>
</section>
<!-- End TIERS -->
<!-- RSVP -->
<section>
<div id="contact">
<div>
<h1>Request More Information</h1>
<div>
<h6><span>By completing this form, our team can provide details about your chosen level of protection and its options. Thank you for your interest in Stout Security, the last choice you'll ever need to make regarding your last line of defense!</span></h6>
</div>
<form action="" method="post">
<input class="rsvp" type="text" value="" placeholder="First Name">
<input class="rsvp" type="text" value="" placeholder="Last Name"><br>
<input class="rsvp" type="text" value="" placeholder="Street Address"><br>
<input class="rsvp" type="text" value="" placeholder="City">
<input class="rsvp" type="text" value="" placeholder="State">
<input class="rsvp" type="text" value="" placeholder="Zip Code"><br>
<input class="rsvp" type="text" value="" placeholder="Phone Number">
<input class="rsvp" type="text" value="" placeholder="Email Address"><br>
<!-- textarea box -->
<textarea id="moreInfo" name="moreInfoBox" rows="4" cols="60">Please share any additional information you think our team should know:</textarea>
<br>
<!-- a grouped dropdown list -->
<p>Hold down Ctrl (Windows) or ⌘ (Mac) to select multiple options at once</p>
<label for="tiers">Choose a Tier & Option Package</label>
<select name="tierChoice" id="tiers" multiple>
<optgroup label="Our Basic Tier">
<option value="option1">Option 1</option>
<option value="option2">Option 2</option>
<option value="option3">Option 3</option>
</optgroup>
<optgroup label="The Mid Tier">
<option value="option4">Option 4</option>
<option value="option5">Option 5</option>
<option value="option6">Option 6</option>
</optgroup>
<optgroup label='"A Bit Much?" Tier'>
<option value="option7">Option 7</option>
<option value="option8">Option 8</option>
<option value="option9">Option 9</option>
</optgroup>
</select>
<br>
<label for="moreInfo"></label>
<!-- Terms checkbox -->
<div class="form-spacer">
<input id="terms" name="termsCheckbox" type="checkbox">
<label for="terms">Click here to accept our Terms & Privacy Policy</label>
</div>
<!-- submit button -->
<div>
<input type="submit" value="Submit">
</div>
</form>
</div>
</div>
</section>
<!-- END RSVP -->
<br><br>
<!-- FOOTER -->
<div>
<a href="#home">www.stoutsecurity.com</a> | © 2021
</div>
<!-- END FOOTER -->
</body>
</html>