-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
458 lines (448 loc) · 19.8 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
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
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hunt: Showdown - The Story</title>
<meta
name="Hunt: Showdown - The Story"
content="A collection of stories and lore from the videogame Hunt: Showdown."
/>
<meta name="author" content="Zuffdaddy" />
<meta property="og:title" content="Hunt: Showdown - The Story" />
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://zuffdaddy.github.io/hunt-showdown-the-story/"
/>
<meta
property="og:description"
content="A collection of stories and lore from the videogame Hunt: Showdown."
/>
<meta property="og:image" content="images/meta_preview.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,400;0,600;0,700;1,400&display=swap"
rel="stylesheet"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js"></script>
<link rel="stylesheet" href="css/reset.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css"
/>
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<header class="mobile">
<a href="#"
><img class="logo" src="images/logo.png" alt="Hunt Showdown Logo"
/></a>
<a href="#" class="logo_text">Hunt: Showdown - The Story</a>
<a href="#" class="nav"
><img class="hamburger" src="images/hamburger.png" alt="Menu"
/></a>
</header>
<ul class="mobile_nav">
<li><a class="modal_open" href="#intro" rel="modal:open">About</a></li>
<li><a href="#">Buy Me a Coffee</a></li>
</ul>
<div class="wrapper">
<header class="desktop">
<div class="buttons">
<div class="button_container">
<a href="#intro" class="modal_open" rel="modal:open"
><img src="images/info.png" alt="About"
/></a>
<a href="#"><img src="images/donate.png" alt="Donate" /></a>
</div>
</div>
<img class="logo" src="images/logo.png" alt="Hunt Showdown Logo" />
<h1 class="main_title">Hunt: Showdown - The Story</h1>
<div id="intro" class="modal">
<p>
Below you'll find all of the collected lore and story elements of
the universe in
<a href="https://www.huntshowdown.com/">Hunt: Showdown</a>, a
videogame developed and published for PC/Console by
<a href="https://www.crytek.com/">Crytek</a>.
</p>
<p>
Since the game's 1.0 release in 2018, the story has slowly been
revealed through in-game content and events. This project is
<a
href="https://github.com/zuffdaddy/hunt-showdown-the-story"
title="Github Link"
>open-sourced</a
>
and any contributions would be highly appreciated.
</p>
<p>
If you want to support me feel free to
<a href="#">buy me a coffee!</a>
</p>
<p>
<a class="modal_close" href="#" rel="modal:close"
><img src="images/close.png" alt="Close"
/></a>
</p>
</div>
</header>
<div class="chapter_navigation">
<a id="toggle_nav_button" href="javascript:void(0)">
<img src="images/list.png" alt="" />
<span>Select Chapter</span>
<img
class="down_arrow"
src="images/down-arrow.png"
alt=""
style="display: none"
/>
<img class="up_arrow" src="images/up-arrow.png" alt="" />
</a>
<ul id="chapter_selection">
<li><a href="#the-prelude">The Prelude</a></li>
<li><a href="#the-beginnings">Chapter I - The Beginnings</a></li>
<li><a href="#the-in-betweens">Chapter II - The In-Betweens</a></li>
<li><a href="#the-prelude">The Prelude</a></li>
<li><a href="#the-beginnings">Chapter I - The Beginnings</a></li>
<li><a href="#the-in-betweens">Chapter II - The In-Betweens</a></li>
</ul>
</div>
<div class="chapter">
<div class="chapter_header">
<h2 id="the-prelude" class="chapter_title">The Prelude</h2>
<div id="source1" class="modal">
<p>
Sourced from <a href="#">Hunt: Showdown Wikia</a>, Reddit user
<a href="https://www.reddit.com/user/Caucazian-azian"
>/u/Caucazian-azian</a
>
and their
<a
href="https://cdn.discordapp.com/attachments/370142302196334593/624683054589542418/Hunt_Showdown_Lore.zip"
>compiled lore pdf</a
>, and in-game content.
</p>
<p>
<a class="modal_close" href="#" rel="modal:close"
><img src="images/close.png" alt="Close"
/></a>
</p>
</div>
<span
><a class="modal_open" href="#source1" rel="modal:open"
><img src="images/sources.png" alt="Sources" /></a
></span>
</div>
<div class="chapter_content">
<p>
<img class="left_thumb" src="images/thumb.jpg" alt="Thumbnail" />
<strong>Louisiana, 1895 <em>him</em>.</strong> His blackened fingers
gripped the entrinched revolver from the mud. Across from where? Did
you enjoy your meal, Mom? You drank it fast enough. I don't
understand the question, and I won't respond to it. There's so many
poorly chosen words in that sentence. I care deeply for nature.
</p>
<q>I don't understand the question, and I won't respond to it.</q>
<p>
As you may or may not know, Lindsay and I have hit a bit of a rough
patch. I don't criticize you!
<strong>
And if you're worried about criticism, sometimes a diet is the
best defense.</strong
>
<em> I'm half machine.</em> I'm a monster.
</p>
<p>
I've opened a door here that I regret. Michael! Get me a vodka
rocks. And a piece of toast. First place chick is hot, but has an
attitude, doesn't date magicians. He'll want to use your yacht, and
I don't want this thing smelling like fish.
</p>
<ol>
<li>Army had half a day.</li>
<li>Steve Holt!</li>
<li>We just call it a sausage.</li>
</ol>
<p>
No! I was ashamed to be SEEN with you. I like being with you. But I
bought a yearbook ad from you, doesn't that mean anything anymore?
No… but I'd like to be asked! Well, what do you expect, mother?
</p>
<ul>
<li>Get me a vodka rocks. And a piece of toast.</li>
<li>I'm a monster.</li>
<li>No… but I'd like to be asked!</li>
</ul>
<p>
Get me a vodka rocks. And a piece of toast. I'm afraid I just blue
myself. Oh, you're gonna be in a coma, all right. That's what it
said on 'Ask Jeeves.' Guy's a pro. Across from where?
</p>
<p>
I hear the jury's still out on science. No! I was ashamed to be SEEN
with you. I like being with you. No, I did not kill Kitty. However,
I am going to oblige and answer the nice officer's questions because
I am an honest man with no secrets to hide.
</p>
</div>
</div>
<div class="chapter">
<div class="chapter_header">
<h2 id="the-beginnings" class="chapter_title">
Chapter I - The Beginnings
</h2>
<div id="source2" class="modal">
Sourced from <a href="#">Hunt: Showdown Wiki</a>,
<a href="#">Hunt Showdown Wikipedia</a>, and in-game content from
Codex Imperium.
</div>
<span
><a class="modal_open" href="#source2" rel="modal:open"
><img src="images/sources.png" alt="Sources" /></a
></span>
</div>
<div class="chapter_content">
<p>
<img class="right_thumb" src="images/thumb.jpg" alt="Thumbnail" />
<strong>It all started with <em>him</em></strong
>. His blackened fingers gripped the entrinched revolver from the
mud. Across from where? Did you enjoy your meal, Mom? You drank it
fast enough. I don't understand the question, and I won't respond to
it. There's so many poorly chosen words in that sentence. I care
deeply for nature.
</p>
<q>I don't understand the question, and I won't respond to it.</q>
<p>
As you may or may not know, Lindsay and I have hit a bit of a rough
patch. I don't criticize you!
<strong>
And if you're worried about criticism, sometimes a diet is the
best defense.</strong
>
<em> I'm half machine.</em> I'm a monster.
</p>
<p>
I've opened a door here that I regret. Michael! Get me a vodka
rocks. And a piece of toast. First place chick is hot, but has an
attitude, doesn't date magicians. He'll want to use your yacht, and
I don't want this thing smelling like fish.
</p>
<ol>
<li>Army had half a day.</li>
<li>Steve Holt!</li>
<li>We just call it a sausage.</li>
</ol>
<p>
No! I was ashamed to be SEEN with you. I like being with you. But I
bought a yearbook ad from you, doesn't that mean anything anymore?
No… but I'd like to be asked! Well, what do you expect, mother?
</p>
<ul>
<li>Get me a vodka rocks. And a piece of toast.</li>
<li>I'm a monster.</li>
<li>No… but I'd like to be asked!</li>
</ul>
<p>
Get me a vodka rocks. And a piece of toast. I'm afraid I just blue
myself. Oh, you're gonna be in a coma, all right. That's what it
said on 'Ask Jeeves.' Guy's a pro. Across from where?
</p>
<p>
I hear the jury's still out on science. No! I was ashamed to be SEEN
with you. I like being with you. No, I did not kill Kitty. However,
I am going to oblige and answer the nice officer's questions because
I am an honest man with no secrets to hide.
</p>
<p>
But I bought a yearbook ad from you, doesn't that mean anything
anymore? Not tricks, Michael, illusions. Michael! He'll want to use
your yacht, and I don't want this thing smelling like fish. Whoa,
this guy's straight?
</p>
<p>
I'm half machine. I'm a monster. Well, what do you expect, mother?
I'm afraid I just blue myself. We just call it a sausage. Whoa, this
guy's straight? That's why you always leave a note!
</p>
<p>
That's what it said on 'Ask Jeeves.' Well, what do you expect,
mother? Army had half a day. He'll want to use your yacht, and I
don't want this thing smelling like fish. I don't criticize you! And
if you're worried about criticism, sometimes a diet is the best
defense.
</p>
<p>
It's called 'taking advantage.' It's what gets you ahead in life.
Across from where? I don't criticize you! And if you're worried
about criticism, sometimes a diet is the best defense. Say goodbye
to these, because it's the last time!
</p>
<p>
It's called 'taking advantage.' It's what gets you ahead in life. I
don't criticize you! And if you're worried about criticism,
sometimes a diet is the best defense. There's only one man I've ever
called a coward, and that's Brian Doyle Murray. No, what I'm calling
you is a television actor.
</p>
<p>
I've opened a door here that I regret. I care deeply for nature.
Marry me. I don't criticize you! And if you're worried about
criticism, sometimes a diet is the best defense. No, I did not kill
Kitty. However, I am going to oblige and answer the nice officer's
questions because I am an honest man with no secrets to hide.
</p>
<p>
No… but I'd like to be asked! I'm afraid I just blue myself. I've
opened a door here that I regret. Bad news. Andy Griffith turned us
down. He didn't like his trailer.
</p>
<p>
Get me a vodka rocks. And a piece of toast. He'll want to use your
yacht, and I don't want this thing smelling like fish. I care deeply
for nature. It's called 'taking advantage.' It's what gets you ahead
in life.
</p>
<p>
Well, what do you expect, mother? Bad news. Andy Griffith turned us
down. He didn't like his trailer. Get me a vodka rocks. And a piece
of toast. There's only one man I've ever called a coward, and that's
Brian Doyle Murray. No, what I'm calling you is a television actor.
</p>
</div>
</div>
<div class="chapter">
<div class="chapter_header">
<h2 id="the-in-betweens">Chapter II - The In-Betweens</h2>
<div id="source3" class="modal">
Sourced from <a href="#">Hunt: Showdown Wiki</a>,
<a href="#">Hunt Showdown Wikipedia</a>, and in-game content from
Codex Imperium.
</div>
<span
><a class="modal_open" href="#source2" rel="modal:open"
><img src="images/sources.png" alt="Sources" /></a
></span>
</div>
<div class="chapter_content">
<p>
<img
class="banner_thumb"
src="images/meta_preview.png"
alt="Thumbnail"
/>
<strong>It all started with <em>him</em></strong
>. His blackened fingers gripped the entrinched revolver from the
mud. Across from where? Did you enjoy your meal, Mom? You drank it
fast enough. I don't understand the question, and I won't respond to
it. There's so many poorly chosen words in that sentence. I care
deeply for nature.
</p>
<q>I don't understand the question, and I won't respond to it.</q>
<p>
As you may or may not know, Lindsay and I have hit a bit of a rough
patch. I don't criticize you!
<strong>
And if you're worried about criticism, sometimes a diet is the
best defense.</strong
>
<em> I'm half machine.</em> I'm a monster.
</p>
<p>
I've opened a door here that I regret. Michael! Get me a vodka
rocks. And a piece of toast. First place chick is hot, but has an
attitude, doesn't date magicians. He'll want to use your yacht, and
I don't want this thing smelling like fish.
</p>
<ol>
<li>Army had half a day.</li>
<li>Steve Holt!</li>
<li>We just call it a sausage.</li>
</ol>
<p>
No! I was ashamed to be SEEN with you. I like being with you. But I
bought a yearbook ad from you, doesn't that mean anything anymore?
No… but I'd like to be asked! Well, what do you expect, mother?
</p>
<ul>
<li>Get me a vodka rocks. And a piece of toast.</li>
<li>I'm a monster.</li>
<li>No… but I'd like to be asked!</li>
</ul>
<p>
Get me a vodka rocks. And a piece of toast. I'm afraid I just blue
myself. Oh, you're gonna be in a coma, all right. That's what it
said on 'Ask Jeeves.' Guy's a pro. Across from where?
</p>
<p>
I hear the jury's still out on science. No! I was ashamed to be SEEN
with you. I like being with you. No, I did not kill Kitty. However,
I am going to oblige and answer the nice officer's questions because
I am an honest man with no secrets to hide.
</p>
<p>
But I bought a yearbook ad from you, doesn't that mean anything
anymore? Not tricks, Michael, illusions. Michael! He'll want to use
your yacht, and I don't want this thing smelling like fish. Whoa,
this guy's straight?
</p>
<p>
I'm half machine. I'm a monster. Well, what do you expect, mother?
I'm afraid I just blue myself. We just call it a sausage. Whoa, this
guy's straight? That's why you always leave a note!
</p>
<p>
That's what it said on 'Ask Jeeves.' Well, what do you expect,
mother? Army had half a day. He'll want to use your yacht, and I
don't want this thing smelling like fish. I don't criticize you! And
if you're worried about criticism, sometimes a diet is the best
defense.
</p>
<p>
It's called 'taking advantage.' It's what gets you ahead in life.
Across from where? I don't criticize you! And if you're worried
about criticism, sometimes a diet is the best defense. Say goodbye
to these, because it's the last time!
</p>
<p>
It's called 'taking advantage.' It's what gets you ahead in life. I
don't criticize you! And if you're worried about criticism,
sometimes a diet is the best defense. There's only one man I've ever
called a coward, and that's Brian Doyle Murray. No, what I'm calling
you is a television actor.
</p>
<p>
I've opened a door here that I regret. I care deeply for nature.
Marry me. I don't criticize you! And if you're worried about
criticism, sometimes a diet is the best defense. No, I did not kill
Kitty. However, I am going to oblige and answer the nice officer's
questions because I am an honest man with no secrets to hide.
</p>
<p>
No… but I'd like to be asked! I'm afraid I just blue myself. I've
opened a door here that I regret. Bad news. Andy Griffith turned us
down. He didn't like his trailer.
</p>
<p>
Get me a vodka rocks. And a piece of toast. He'll want to use your
yacht, and I don't want this thing smelling like fish. I care deeply
for nature. It's called 'taking advantage.' It's what gets you ahead
in life.
</p>
<p>
Well, what do you expect, mother? Bad news. Andy Griffith turned us
down. He didn't like his trailer. Get me a vodka rocks. And a piece
of toast. There's only one man I've ever called a coward, and that's
Brian Doyle Murray. No, what I'm calling you is a television actor.
</p>
</div>
</div>
</div>
<!--wrapper-->
<script src="js/main.js"></script>
</body>
</html>