-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
383 lines (375 loc) · 16.1 KB
/
index.html
File metadata and controls
383 lines (375 loc) · 16.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src="./PAW_js/main.js" defer></script>
<link rel="stylesheet" type="text/css" href="./PAW_css/PAW.css">
<!-- Bootstrap's CSS -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
crossorigin="anonymous"
/>
<!-- END Bootstrap's CSS -->
<title>The Pool Academy</title>
</head>
<body class="bg-dark">
<div id="home" class="container">
<img
src="./PAW_images/HeaderBackground.jpg"
class="img-fluid"
alt="Two cue sticks and five pool balls atop a custom pool table"
/>
<!--=========================== Nav Bar =============================-->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-warning">
<!-- or bg-dark?? -->
<div class="container-fluid">
<div class="collapse navbar-collapse">
<div class="navbar-nav">
<a class="nav-link active" aria-current="page" href="#home">Home</a>
<a class="nav-link active" href="#about">About</a>
<ul class="navbar-nav">
<!-------------------"Classes" Dropdown------------------------>
<li class="nav-item dropdown">
<a
class="nav-link active dropdown-toggle"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>Classes</a
>
<ul class="dropdown-menu dropdown-menu-dark">
<li><a class="dropdown-item" href="#Classes" onClick="bookmarkHue('Beginner')">Beginner</a></li>
<li>
<a class="dropdown-item" href="#Classes" onClick="bookmarkHue('Intermediate')">Intermediate</a>
</li>
<li><a class="dropdown-item" href="#Classes" onClick="bookmarkHue('Advanced')">Advanced</a></li>
</ul>
</li>
<!------------------END "Classes" Dropdown--------------------->
<!-------------------"Locations" Dropdown---------------------->
<li class="nav-item dropdown">
<a
class="nav-link active dropdown-toggle"
href="#locations"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>Locations</a
>
<ul class="dropdown-menu dropdown-menu-dark">
<li><a class="dropdown-item" href="#Portland">Portland</a></li>
<li><a class="dropdown-item" href="#SLC">Salt Lake City</a></li>
</ul>
</li>
<!----------------END "Locations" Dropdown--------------------->
</ul>
</div>
</div>
</div>
</nav>
</div>
<!--=========================== END NAV Bar ============================-->
<!--==================== "About" Section (JUMBOTRON) ==================-->
<div id="about"></div>
<br /><br />
<div class="jumbotron jumbotron-fluid bg-warning">
<div class="container">
<h1 class="display-5" data-bs-toggle="modal" data-bs-target="#modalRegisterForm">
<!---- Clicking this <h1> launches the "Register" modal (below) ----->
The Pool Academy
</h1>
<p class="lead">Sharper your skills | Enhance your enjoyment</p>
</div>
</div>
<!--================= END "About" Section's Jumbotron =================-->
<!--===================== "About" Section (MODAL) =====================-->
<div
class="modal fade"
id="modalRegisterForm"
tabindex="-1"
aria-labelledby="modalRegisterFormLabel"
aria-hidden="true"
>
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="modalRegisterFormLabel">
Register for updated info on our<br />
pricing discounts & hosted events!
</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<form action="https://formspree.io/f/myylkrre" method="POST">
<div class="mb-3">
<label for="FirstName" class="form-label">First Name</label>
<input type="text" class="form-control" id="FirstName" placeholder="Please enter your first name:" />
</div>
<div class="mb-3">
<label for="LastName" class="form-label">Last Name</label>
<input type="text" class="form-control" id="LastName" placeholder="Please enter your last name:" />
</div>
<div class="mb-3">
<label for="EmailAddress" class="form-label">Email</label>
<input
type="email"
class="form-control"
id="EmailAddress"
placeholder="We'll send you a confirmation email immediately"
/>
</div>
<div class="mb-3">
<label for="PhoneNumber" class="form-label">Phone Number (optional)</label>
<input type="telephone" class="form-control" id="PhoneNumber" placeholder="(xxx) xxx-xxxx" />
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-warning btn-lg">Submit</button>
<button type="button" class="btn btn-dark btn-sm" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!--=================== END "About" Section's Modal ===================-->
<!--================ "About" Section (ROW of Content) =================-->
<br /><br /><br />
<div class="container">
<div class="row">
<!----------------------Left Column / the Image------------------------>
<div class="col-sm">
<img
class="img-fluid"
id="openingImage"
src="./PAW_images/Opening_Initial.jpg"
alt="An incorrectly racked set of pool balls, as seen from opposite the breaker's perspective"
/>
</div>
<!--------------------------END Left Column---------------------------->
<!-------------------Right Column / the "Offerings" List--------------->
<div class="col-sm">
<ul class="list-group">
<li class="list-group-item bg-dark text-warning">We Offer:</li>
<li class="list-group-item bg-dark text-warning">
Two convenient locations, both fully-equipped to elevate your understanding of your favorite game.
</li>
<li class="list-group-item bg-dark text-warning">
Instruction for everyone, from beginners to advanced players looking to secure the win at their next
tournament.
</li>
<li class="list-group-item bg-dark text-warning">
Discrete & immersive personal tutoring sessions in quiet, comfortable settings... not at your local bar or
in a crowded pool hall.
</li>
<li class="list-group-item bg-dark text-warning">
Unbiased testimonials from both currrent & previous clients
</li>
</ul>
</div>
<!--------------------------END Right Colum---------------------------->
</div>
<br id="Classes" /><br /><!--Bookmarks for all 3 "Classes" direct here--->
<hr class="text-warning" />
</div>
<!--=============== END "About" Section's Row of Content ==============-->
<br />
<!--======================= "Classes" Section =========================-->
<div class="container text-warning">
<h1 class="text-center">Our Classes</h1>
<!---------------------------Row of Images------------------------------->
<div class="container" id="classContainer">
<div class="row justify-content-evenly align-items-end">
<!--left col-->
<div class="col" id="BeginnerImage" >
<!--Beginner's Card-->
<div class="card bg-dark overflow-hidden">
<img
class="image-fluid"
src="./PAW_images/Beginners.jpg"
alt="Correct positioning of a bridge during a snooker game"
/>
<div class="card-body">
<div class="col text-success">
<h3 class="text-start">Beginner</h3>
<p>
<u>Introduction to The Fundamentals</u>:<br />
Proper stance, your bridge hand, aiming, follow-through, correct speed usage, the break, and the
importance of shot selection & post-shot positioning.
</p>
</div>
</div>
</div>
</div>
<!--middle col-->
<div class="col" id="IntermediateImage">
<!--Intermediate's card-->
<div class="card bg-dark overflow-hidden">
<img
class="image-fluid"
src="./PAW_images/Intermediates.jpg"
alt="An awkward pool shot requires removing one foot from the ground; intense focus is seen before the shot is attempted"
/>
<div class="card-body">
<div class="col text-white">
<h3 class="text-start">Intermediate</h3>
<p>
<u>Instruction in these nuances</u>:<br />
Defensive play, banking, cheating the pocket, combination shots, carmon shots, kick shots, English,
and spin.
</p>
<br />
</div>
</div>
</div>
</div>
<!--right col-->
<div class="col" id="AdvancedImage">
<!--Advanced's card-->
<div class="card bg-dark overflow-hidden">
<img
class="image-fluid"
src="./PAW_images/Advance.jpg"
alt="Pool player ponders his next shot... one involves pool balls, one involves a tumbler"
/>
<div class="card-body">
<div class="col text-danger">
<h3 class="text-start">Advanced</h3>
<p>
<u>Guidance with perfecting your execution of</u>:<br /><em>ALL</em> topics covered in the Beginner
& Intermediate classes, plus unlimited match play with the instructor(s) of your choice.
</p>
<br />
</div>
</div>
</div>
</div>
</div>
</div>
<!---------------------------END Row of Images--------------------------->
<br />
<br id="Portland" /><br />
<!------for NavBar's Portland bookmark------>
<hr class="text-warning" />
</div>
</div>
<!--===================== END "Classes" Section ========================-->
<!--======================= "Location" Section ========================-->
<div class="container text-warning text-center">
<h1>Our Locations</h1>
<br />
<!----------------------------Portland Row------------------------------->
<div class="row justify-content-start">
<!--left col-->
<div class="col">
<img
class="image-fluid"
src="./PAW_images/PortlandSetting.png"
alt="Matching the grey color scheme of the room it's in, a modern, gray-colored pool table awaits its next match."
/>
</div>
<!--right col-->
<div class="col align-self-center text-secondary">
<p class="lead">
15 NW 4th Ave<br />
Portland, OR 97209
</p>
<hr class="text-warning" />
<p class="text-white">
In the heart of Portland's downtown sits... The Hoxton.<br />
<br />
Your classes include:<br />
Private-entry access, courtesy meals from both the upscale restaurant & rooftop cafe, and validated parking.
</p>
<hr class="text-warning" />
<p class="text-warning">
The hotels' staff have preauthorized these perks exclusively for students of The Pool Academy.
</p>
</div>
</div>
<!---------------------------END Portland Row---------------------------->
<br id="SLC" /><!--for NavBar's SLC bookmark-->
<br />
<hr class="text=warning" />
<br />
<br />
<!------------------------------SLC Row---------------------------------->
<div class="row justify-content-end">
<!--left col-->
<div class="col align-self-center text-warning">
<p class="lead">
165 E 200 S<br />
Salt Lake City, UT 84111
</p>
<hr class="text-warning" />
<p class="text-white">
The former home of "Johnny's on Second" now offers personal tutoring sessions!<br />
<br />
Your classes include: Personal attention from our personable instructors, in a newly-remodeled space that's
been redesigned for group gatherings.
</p>
<hr class="text-danger" />
<p class="text-danger">
The Pool Academy staff hosts weekly "Pool Parties" at this location - all former & current students are
welcomed!
</p>
</div>
<!--right col-->
<div class="col">
<img
src="./PAW_images/SaltLakeCitySetting.jpg"
alt="Four red-felted pool tables, arranged lengthwise in a tiled room with wooden furnishings throughout"
/>
</div>
</div>
<!----------------------------END SLC Row-------------------------------->
</div>
<!--====================== END "Location" Section ======================-->
<br />
<hr class="text-warning" />
<!--========================= "Signup" Form ===========================-->
<div class="row">
<div class="container text-center col-md-6" id="details">
<div class="container text-center">
<h1 class="display-6 my-4 col-lg-auto text-warning">Stay current on our deals!</h1>
<div class="input-group mb-5 input-group-sm">
<input type="text" class="form-control" placeholder="Email" />
<span class="input-group-btn">
<button
type="button"
class="btn btn-warning popover-dismiss"
data-bs-container="body"
data-bs-toggle="popover"
data-bs-placement="top"
data-bs-content="Submit your email to receive great savings on our classes!"
>
Signup here!
</button>
</span>
</div>
</div>
</div>
</div>
<br />
<br />
<!--========================= END "Signup" Form =======================-->
<!--============================== Footer ===============================-->
<div class="card-footer text-warning">
<a class="text-warning" href="#home">www.ThePoolAcademy.arpa</a> | © 2021
</div>
<!--============================ END Footer =============================-->
<!----- From BSv5 (not the video's BSv4): Bootstrap Bundle w/ Popper ------>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"
></script>
<script>
var popover = new bootstrap.Popover(document.querySelector(".popover-dismiss"), {
trigger: "focus",
});
</script>
</body>
</html>