-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
421 lines (356 loc) · 16.5 KB
/
Copy pathindex.html
File metadata and controls
421 lines (356 loc) · 16.5 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
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
414
415
416
417
418
419
420
421
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Y9CHHLBX0R"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-Y9CHHLBX0R');
</script>
<title>ShotCraft</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body, h1, h2, h3, h4, h5, h6 {
font-family: "Lato", sans-serif;
}
body, html {
height: 100%;
color: #777;
line-height: 1.8;
}
/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* First image (Logo. Full height) */
.bgimg-1 {
background-image: url('/images/getty-images-Uz1cz5EydM8-unsplash.jpg');
min-height: 100%;
}
/* Second image (Episodes) */
.bgimg-2 {
background-image: url("/images/mohamed-hamdi-QK7DCb6B0Yg-unsplash.jpg");
min-height: 400px;
}
/* Third image (Contact) */
.bgimg-3 {
background-image: url("/images/andrej-lisakov-q4N7rl5AIfY-unsplash.jpg");
min-height: 400px;
}
.w3-wide {
letter-spacing: 10px;
}
.w3-hover-opacity {
cursor: pointer;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
.bgimg-1, .bgimg-2, .bgimg-3 {
background-attachment: scroll;
min-height: 400px;
}
}
</style>
</head>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar" id="myNavbar">
<a class="w3-bar-item w3-button w3-hover-black w3-hide-medium w3-hide-large w3-right" href="javascript:void(0);"
onclick="toggleFunction()" title="Toggle Navigation Menu">
<i class="fa fa-bars"></i>
</a>
<a href="#home" class="w3-bar-item w3-button">HOME</a>
<a href="#about" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-user"></i> ABOUT</a>
<a class="w3-bar-item w3-button w3-hide-small" href="#episodes"><i class="fa fa-th"></i> EPISODES</a>
<!-- <a href="#contact" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-envelope"></i> CONTACT</a>-->
<!-- <a href="#" class="w3-bar-item w3-button w3-hide-small w3-right w3-hover-red">-->
<!-- <i class="fa fa-search"></i>-->
<!-- </a>-->
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium">
<a href="#about" class="w3-bar-item w3-button" onclick="toggleFunction()">ABOUT</a>
<a class="w3-bar-item w3-button" href="#episodes" onclick="toggleFunction()">EPISODES</a>
<!-- <a href="#contact" class="w3-bar-item w3-button" onclick="toggleFunction()">CONTACT</a>-->
<!-- <a href="#" class="w3-bar-item w3-button">SEARCH</a>-->
</div>
</div>
<!-- First Parallax Image with Logo Text -->
<div class="bgimg-1 w3-display-container w3-opacity-min" id="home">
<div class="w3-display-middle" style="white-space:nowrap;">
<span class="w3-center w3-padding-large w3-black w3-xlarge w3-wide w3-animate-opacity">SHOTCRAFT</span>
</div>
</div>
<!-- Container (About Section) -->
<div class="w3-content w3-container w3-padding-64" id="about">
<h3 class="w3-center">ABOUT US</h3>
<p class="w3-center"><em>We love shooting</em></p>
<p>Once upon a time, three random ballistic nerds connected on X (formerly Twitter) and started trading thoughts and
ideas in regard to becoming better shooters and firearms instructors. As time passed, the three became friends
and eventually met in real life. On a seemingly normal evening, the three decided to create a space on X to pass
the time and answer questions about shooting. The space ended up being a lot more fun than they expected. And
so, a weekly recurring space on X dubbed <em>ShotCraft</em> was born...</p>
<div class="w3-row-padding w3-margin-top">
<div class="w3-col m4">
<div class="w3-card w3-hover-shadow">
<img alt="Uncle Zo" class="w3-image" src="/images/unclezo.jpg">
<div class="w3-container">
<h4 class="w3-center">
<b><i class="fa fa-user w3-margin-right"></i>Uncle Zo</b>
</h4>
<p>Pug wrangler. Deer hunter. Competitive gunslinger. Light pin recipient. Rangemaster certified
professional pistolcraft instructor.</p>
<p class="w3-xlarge">
<a href="https://unclezo.com/" target="_blank"><i class="fa fa-globe w3-hover-opacity"></i></a>
<a href="https://x.com/UncleZoGunTales" target="_blank"><i
class="fa fa-twitter w3-hover-opacity"></i></a>
<a href="https://www.facebook.com/UncleZoGunTales/" target="_blank"><i
class="fa fa-facebook-official w3-hover-opacity"></i></a>
<a href="https://www.instagram.com/unclezoguntales/" target="_blank"><i
class="fa fa-instagram w3-hover-opacity"></i></a>
<a href="https://www.youtube.com/UncleZo" target="_blank"><i
class="fa fa-youtube w3-hover-opacity"></i></a>
</p>
</div>
</div>
</div>
<div class="w3-col m4">
<div class="w3-card w3-hover-shadow">
<img alt="grumpycattac" class="w3-image" src="/images/grumpycattac.jpg">
<div class="w3-container">
<h4 class="w3-center">
<b><i class="fa fa-user w3-margin-right"></i>grumpycattac</b>
</h4>
<p>Just another water-headed knuckle dragger. Poster child for impostor syndrome. Less credible by
the
moment. Owner of Outrider Training Group.</p>
<p class="w3-xlarge">
<a href="https://outridertraininggroup.com/" target="_blank"><i
class="fa fa-globe w3-hover-opacity"></i></a>
<a href="https://x.com/gctactical" target="_blank"><i
class="fa fa-twitter w3-hover-opacity"></i></a>
</p>
</div>
</div>
</div>
<div class="w3-col m4">
<div class="w3-card w3-hover-shadow">
<img alt="The Cisco Ranger" class="w3-image" src="/images/theciscoranger.jpg">
<div class="w3-container">
<h4 class="w3-center">
<b><i class="fa fa-user w3-margin-right"></i>The Cisco Ranger</b>
</h4>
<p></p>
<p class="w3-xlarge">
<a href="https://x.com/theciscoranger" target="_blank"><i
class="fa fa-twitter w3-hover-opacity"></i></a>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Second Parallax Image with Episodes Text -->
<div class="bgimg-2 w3-display-container w3-opacity-min">
<div class="w3-display-middle">
<span class="w3-xxlarge w3-text-white w3-wide">EPISODES</span>
</div>
</div>
<!-- Container (Episodes Section) -->
<div class="w3-content w3-container w3-padding-64" id="episodes">
<p class="w3-center"><em>Here is a list of upcoming spaces and links to recordings of past ones</em></p><br>
<!-- Responsive Grid. Four columns on tablets, laptops and desktops. Will stack on mobile devices/small screens (100% width) -->
<div class="w3-row-padding w3-margin-top w3-center">
<div class="w3-col m4 w3-center">
<div class="w3-card w3-hover-shadow">
<header class="w3-container w3-light-grey">
<h4>
<span class="w3-opacity">EPISODE 8</span>
<br/>
<a href="https://x.com/UncleZoGunTales/status/1884783285877813479" target="_blank">Move or
Die</a>
</h4>
</header>
<div class="w3-container">
<p>with <a href="https://x.com/sam_gzstrength" target="_blank">Sam Krapf</a>
<br/>1/29/2025 @ 8:00 PM CST</p>
</div>
</div>
</div>
<div class="w3-col m4 w3-center">
<div class="w3-card w3-hover-shadow">
<header class="w3-container w3-light-grey">
<h4>
<span class="w3-opacity">EPISODE 7</span>
<br/>
<a href="https://x.com/UncleZoGunTales/status/1882245751105085600" target="_blank">EDC Med
Gear</a>
</h4>
</header>
<div class="w3-container">
<p>with <a href="https://x.com/LoneStarMedics" target="_blank">Lone Star Medics</a>
<br/>1/22/2025 @ 8:00 PM CST</p>
</div>
</div>
</div>
<div class="w3-col m4 w3-center">
<div class="w3-card w3-hover-shadow">
<header class="w3-container w3-light-grey">
<h4>
<span class="w3-opacity">EPISODE 6</span>
<br/>
<a href="https://x.com/UncleZoGunTales/status/1877172014160527655" target="_blank">Performance
Shooting</a>
</h4>
</header>
<div class="w3-container">
<p>with <a href="https://x.com/outridertg" target="_blank">Outrider Training Group</a>
<br/>1/8/2025 @ 8:00 PM CST</p>
</div>
</div>
</div>
</div>
<div class="w3-row-padding w3-margin-top w3-center">
<div class="w3-col m4 w3-center">
<div class="w3-card w3-hover-shadow">
<header class="w3-container w3-light-grey">
<h4>
<span class="w3-opacity">EPISODE 5</span>
<br/>
<a href="https://x.com/UncleZoGunTales/status/1869562627372057075" target="_blank">Fried Chicken
Ready</a>
</h4>
</header>
<div class="w3-container">
<p>with <a href="https://x.com/Dvc40jimaps" target="_blank">Jim Shanahan</a>
<br/>12/18/2024 @ 8:00 PM CST</p>
</div>
</div>
</div>
<div class="w3-col m4 w3-center">
<div class="w3-card w3-hover-shadow">
<header class="w3-container w3-light-grey">
<h4>
<span class="w3-opacity">EPISODE 4</span>
<br/>
<a href="https://x.com/UncleZoGunTales/status/1867025833426072003" target="_blank">Joel and
Warlizard Tactical</a>
</h4>
</header>
<div class="w3-container">
<p>with <a href="https://x.com/joelgaines" target="_blank">Joel Gaines</a>
<br/>from <a href="https://x.com/WL_TAC" target="_blank">Warlizard Tactical</a>
<br/>12/11/2024 @ 8:00 PM CST</p>
</div>
</div>
</div>
<div class="w3-col m4 w3-center">
<div class="w3-card w3-hover-shadow">
<header class="w3-container w3-light-grey">
<h4>
<span class="w3-opacity">EPISODE 3</span>
<br/>
<a href="https://x.com/UncleZoGunTales/status/1861952515417243749" target="_blank">Look, Ma! No
blood!</a>
</h4>
</header>
<div class="w3-container">
<p>
<br/>11/27/2024 @ 8:00 PM CST</p>
</div>
</div>
</div>
</div>
<div class="w3-row-padding w3-margin-top w3-center">
<div class="w3-col m4 w3-center">
<div class="w3-card w3-hover-shadow">
<header class="w3-container w3-light-grey">
<h4>
<span class="w3-opacity">EPISODE 2</span>
<br/>
<a href="https://x.com/UncleZoGunTales/status/1859053326895112599" target="_blank">Go faster,
miss less!</a>
</h4>
</header>
<div class="w3-container">
<p>with <a href="https://x.com/atl_flaneur" target="_blank">Andreas Yankopolous</a>
<br/>11/19/2024 @ 8:00 PM CST</p>
</div>
</div>
</div>
<div class="w3-col m4 w3-center">
<div class="w3-card w3-hover-shadow">
<header class="w3-container w3-light-grey">
<h4>
<span class="w3-opacity">EPISODE 1</span>
<br/>
<a href="https://x.com/UncleZoGunTales/status/1856878496116527243" target="_blank">Don't shoot
your
d!ck off!</a>
</h4>
</header>
<div class="w3-container">
<p>with <a href="https://x.com/Brushbeater" target="_blank">NC Scout</a>
<br/>11/13/2024 @ 8:00 PM CST</p>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-64 w3-opacity w3-hover-opacity-off">
<a href="#home" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
<!-- <div class="w3-xlarge w3-section">-->
<!-- <i class="fa fa-facebook-official w3-hover-opacity"></i>-->
<!-- <i class="fa fa-instagram w3-hover-opacity"></i>-->
<!-- <i class="fa fa-snapchat w3-hover-opacity"></i>-->
<!-- <i class="fa fa-pinterest-p w3-hover-opacity"></i>-->
<!-- <i class="fa fa-twitter w3-hover-opacity"></i>-->
<!-- <i class="fa fa-linkedin w3-hover-opacity"></i>-->
<!-- </div>-->
<!-- <p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a></p>-->
</footer>
<script>
// Modal Image Gallery
function onClick(element) {
document.getElementById("img01").src = element.src;
document.getElementById("modal01").style.display = "block";
var captionText = document.getElementById("caption");
captionText.innerHTML = element.alt;
}
// Change style of navbar on scroll
window.onscroll = function () {
myFunction()
};
function myFunction() {
var navbar = document.getElementById("myNavbar");
if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
navbar.className = "w3-bar" + " w3-card" + " w3-animate-top" + " w3-white";
} else {
navbar.className = navbar.className.replace(" w3-card w3-animate-top w3-white", "");
}
}
// Used to toggle the menu on small screens when clicking on the menu button
function toggleFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body>
</html>