-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
537 lines (488 loc) · 20.9 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
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Bamboo Forest | Pandora's Box</title>
<!-- Shift Code: This changes the class of a specified element. -->
<script type='text/javascript' src='shift_code.js'></script>
<!-- GOOGLE FONTS references -->
<link href="https://fonts.googleapis.com/css?family=Alegreya" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" type="image/png" href="images/favicon.png" sizes="16x16" />
<!-- Icon library from Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- CSS links -->
<link rel="stylesheet" type="text/css" href="defaults.css" />
<link rel="stylesheet" type="text/css" href="starter.css" />
</head>
<!--||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||-->
<body>
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||| NAVIGATION |||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<figure id="topnav">
<a class="interactive" href="./">
<figure id="logo"></figure>
</a>
<nav class="interactive" id="site-nav">
<aside id="nav-links">
<div class="floatweight"> </div>
</aside>
</nav>
<!-- https://codepen.io/philhoyt/pen/ujHzd -->
<nav id="primary_nav_wrap">
<ul>
<li class="primary"><a href="./">Home</a></li>
<li><a href="#" class="primary">About</a>
<ul>
<li><a href="#">Story</a></li>
<li><a href="#">Updates</a></li>
<li><a href="#">Contact</a></li>
</ul>
</li>
<li><a href="#" class="primary">World Map</a>
<ul>
<li><a href="#">North America</a>
<ul>
<li><a href="#">USA</a></li>
<li><a href="#">Canada</a></li>
<li><a href="#">Mexico</a></li>
<li><a href="#">More countries</a></li>
</ul>
</li>
<li><a href="#">South America</a>
<ul>
<li><a href="#">Brazil</a></li>
<li><a href="#">Argentina</a></li>
<li><a href="#">Peru</a></li>
<li><a href="#">More countries</a></li>
</ul>
</li>
<li><a href="#">Europe</a>
<ul>
<li><a href="#">England</a>
<li><a href="#">Spain</a></li>
<li><a href="#">Hungary</a></li>
<li><a href="#">More countries</a></li>
</ul>
</li>
<li><a href="#">Africa</a>
<ul>
<li><a href="#">Ethiopia</a></li>
<li><a href="#">Egypt</a></li>
<li><a href="#">Senegal</a></li>
<li><a href="#">More countries</a></li>
</ul>
</li>
<li><a href="#">Asia</a>
<ul>
<li><a href="#">China</a></li>
<li><a href="#">Japan</a></li>
<li><a href="#">South Korea</a></li>
<li><a href="#">More countries</a></li>
</ul>
</li>
<li><a href="#">Oceania</a>
<ul>
<li><a href="#">Australia</a></li>
<li><a href="#">New Zealand</a></li>
<li><a href="#">Fiji</a></li>
<li><a href="#">More countries</a></li>
</ul>
</li>
<li><a href="#">Antarctica</a></li>
</ul>
</li>
<li class="primary"><a href="#">Alchemy</a>
<ul>
<li><a href="#">Metals</a></li>
<li><a href="#">Elixirs and Potions</a></li>
</ul>
</li>
<li class="primary"><a href="#">Equipment</a>
<ul>
<li><a href="#">Weapons</a></li>
<li><a href="#">Armor</a></li>
<li><a href="#">Shields</a></li>
<li><a href="#">Headgear</a></li>
<li><a href="#">Accessories</a></li>
<li><a href="#">Other</a></li>
</ul>
</li>
<li class="primary"><a href="#">Characters</a>
<ul>
<li><a href="#">List by location</a></li>
<li><a href="#">List by name</a></li>
</ul>
</li>
<li class="primary"><a href="#">Forum</a></li>
<li class="primary"><a href="#">Multiplayer</a></li>
<li class="primary"><a href="#">My Account</a></li>
</ul>
</nav>
<nav id="search-bar">
<form id="search-bar-label">
Search: <input type="text" name="search">
<input class="interactive" type="button" onclick="alert('No results found.')" value="Go!">
</form>
</nav>
<i class="fa fa-search interactive"></i>
</figure>
<nav id="contents">
<p> Contents:
<a href="#about" class="ToC-title-main"> About</a>
<span>|</span>
<a href="#bestiary" class="ToC-title-main">Bestiary</a>
<span>|</span>
<a href="#shops" class="ToC-title-main">Shops</a>
<span>|</span>
<a href="#people" class="ToC-title-main">People</a>
<span>|</span>
<a href="#gallery" class="ToC-title-main">Gallery</a>
<span>|</span>
<a href="#miscellaneous" class="ToC-title-main">Miscellaneous</a>
</p>
</nav>
<main>
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||| HEADER |||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<header>
<aside>
<h3 id="linear-nav">
<span class="interactive nav-3"> World Map</span>
<span> > </span>
<span class="interactive nav-3"> North America</span>
<span> > </span>
<span class="interactive nav-3"> USA</span>
<span> > </span>
<span class="interactive nav-3"> Bamboo Forest</span>
</h3>
</aside>
</header>
<a href="./">
<h1 id="site-title">BAMBOO FOREST</h1>
</a>
<div align="center">
<h2 id="map-caption">↓ Click on any of the locations to learn more about them. ↓</h2>
</div>
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--|||||||||||||||||||| MAP ||||||||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<div id="USA-map">
<div id="USA_s-map" class="USA-empty">
<div class="interactive map-name" id="sinkhole-map-name" onmouseover="shift('USA_s-map','USA-sinkhole');" onmouseout="shift('USA_s-map','USA-empty');">THE<br>SINKHOLE</div>
<div class="interactive map-name" id="foxes-map-name" onmouseover="shift('USA_s-map','USA-foxes');" onmouseout="shift('USA_s-map','USA-empty');">FOXES' DEN</div>
<div class="interactive map-name" id="bamboo-map-name" onmouseover="shift('USA_s-map','USA-bamboo');" onmouseout="shift('USA_s-map','USA-empty');">BAMBOO FOREST</div>
<div class="interactive map-name" id="caves-map-name" onmouseover="shift('USA_s-map','USA-caves');" onmouseout="shift('USA_s-map','USA-empty');">CAVES OF<br>TINTINNABULATION</div>
<div class="interactive map-name" id="global-map-name" onmouseover="shift('USA_s-map','USA-global');" onmouseout="shift('USA_s-map','USA-empty');">GLOBAL<br>HARBOR</div>
<div class="interactive map-name" id="wasteland-map-name" onmouseover="shift('USA_s-map','USA-wasteland');" onmouseout="shift('USA_s-map','USA-empty');">WASTELAND OF<br>THE NOMADS</div>
<div class="interactive map-name" id="sacred-map-name" onmouseover="shift('USA_s-map','USA-sacred');" onmouseout="shift('USA_s-map','USA-empty');">SACRED PEAKS</div>
<div class="interactive map-name" id="coal-map-name" onmouseover="shift('USA_s-map','USA-coal');" onmouseout="shift('USA_s-map','USA-empty');">COAL MINES</div>
<div class="interactive map-name" id="burial-map-name" onmouseover="shift('USA_s-map','USA-burial');" onmouseout="shift('USA_s-map','USA-empty');">BURIAL GROUNDS</div>
<div class="interactive map-name" id="fishermans-map-name" onmouseover="shift('USA_s-map','USA-fishermans');" onmouseout="shift('USA_s-map','USA-empty');">FISHERMAN'S<br>GROUNDS</div>
<div class="interactive map-name" id="borderlands-map-name" onmouseover="shift('USA_s-map','USA-borderlands');" onmouseout="shift('USA_s-map','USA-empty');">THE BORDERLANDS</div>
<div class="interactive map-name" id="valley-map-name" onmouseover="shift('USA_s-map','USA-valley');" onmouseout="shift('USA_s-map','USA-empty');">VALLEY OF SHADOWS</div>
<div class="interactive map-name" id="ruins-map-name" onmouseover="shift('USA_s-map','USA-ruins');" onmouseout="shift('USA_s-map','USA-empty');">THE<br>RUINS</div>
<div class="interactive map-name" id="uncharted-map-name" onmouseover="shift('USA_s-map','USA-uncharted');" onmouseout="shift('USA_s-map','USA-empty');">UNCHARTED<br>TERRITORY</div>
</div>
</div>
<br>
<br>
<br>
<div id="specific-content">
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||| ABOUT |||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<h5 class="section-name" id="about"> About </h5>
<hr>
<br>
<form><input class="native-hidden" id="about-1" type="checkbox"/></form>
<div class="section-content">
<figcaption id="about-cap">
Click the image to switch between day and night.
</figcaption>
<br>
<p id="about-txt">
Unfortunately, there is no bamboo to be found here - "Bamboo Forest" is a misnomer.
Most of the trees here merely grow tall and thin like bamboo. It's quite breathtaking in the
fall, when all the multicolored leaves fall off. However, it's not a very popular tourist
destination, for it's home to a variety of strange and dangerous creatures. It's said that an
evil force lurks in the heart of the forest, for it has the power to turn previously inanimate
objects into vicious monsters.
</p>
<br>
</div>
<br>
<br>
<br>
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||| BESTIARY |||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<h5 class="section-name" id="bestiary"> Bestiary </h5>
<hr>
<div class="section-content">
<p> 5 different species here: </p>
<br>
<table>
<tr>
<th>Creature</th>
<th>Appearance</th>
<th>Info</th>
</tr>
<tr>
<td class="interactive bestiary-name">001: Pearasite</td>
<td>
<figure class="interactive bestiary-img" id="pearasite"></figure>
</td>
<td class="bestiary-txt">
You'd think a piece of fruit would be harmless. Think again!
If you see a random pear that appears to be frowning, beware. It'll open its eyes and try to
latch onto you. As indicated by its name, a Pearasite is always seeking hosts, and it isn't
picky either - it's even willing to cannibalize!
<br>
<br>
HP: 10
<br>
Attack: 5
<br>
Defense: 3
<br>
Drops: Pear Nectar
</td>
</tr>
<tr>
<td class="interactive bestiary-name">002: Moonfly</td>
<td>
<figure class="interactive bestiary-img" id="moonfly"></figure>
</td>
<td class="bestiary-txt">
A distant cousin of the Luna moth, the Moonfly brings life to forests with its bioluminescence.
The "eyes" on its wings glow especially brightly, which some find slightly unsettling.
Its docile nature makes it a popular pet.
<br>
<br>
HP: 3
<br>
Attack: 0
<br>
Defense: 1
<br>
Drops: Ephemeral Wings, Glowing Ooze
</td>
</tr>
<tr>
<td class="interactive bestiary-name">003: Weaver</td>
<td>
<figure class="interactive bestiary-img" id="weaver"></figure>
</td>
<td class="bestiary-txt">
It looks like someone's design project came to life! After the semester ended, Weaver was
left to decay in the forest. Tired of being forgotten, it somehow gained the power to move
around on its own, and it ventured deep into the darkness, where it continues to seek a new,
loving companion to this day.
<br>
<br>
HP: 6
<br>
Attack: 3
<br>
Defense: 2
<br>
Drops: Paper Peels
</td>
</tr>
<tr>
<td class="interactive bestiary-name">004: Wafflesnake</td>
<td>
<figure class="interactive bestiary-img" id="wafflesnake"></figure>
</td>
<td class="interactive bestiary-txt">
Despite its cute name, a Wafflesnake is very aggressive and tanky. Comprised of 100lbs of special
cardboard, it'll hide in trees and try to crush you. It's not a terribly bright creature though,
so it's often found floundering in hunter's traps.
<br>
<br>
HP: 20
<br>
Attack: 10
<br>
Defense: 20
<br>
Drops: Beefy Board, Crappy Board
</td>
</tr>
<tr>
<td class="interactive bestiary-name">005: Royal Façade</td>
<td>
<figure class="interactive bestiary-img" id="royal_façade">
</figure>
</td>
<td class="bestiary-txt">
Once upon a time - a time where bamboo may have existed in the Bamboo Forest - there was an ancient
kingdom. However, it was razed to the ground by the enemy kingdom in what is now the Caves of Tintinnabulation.
This mask is one of the few surviving artifacts from the time. Infused with the spirit of the slain king,
the Royal Façade seals itself to a human's face, drains the life out of him or her, and possesses the body.
Each new body becomes a new addition to the king's army - the army he needs to regain the power he once had.
<br>
<br>
HP: 15
<br>
Attack: 7
<br>
Defense: 15
<br>
Drops: Bespeckled Beard
</td>
</tr>
</table>
</div>
<br>
<br>
<br>
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||| SHOPS |||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<h5 class="section-name" id="shops"> Shops </h5>
<hr>
<ul>
<li class="interactive name">Bamboo Hut</li>
<figure class="interactive shops-img" id="bamboo-hut"></figure>
<p class="shop-txt">
Phil's humble fashion store and house made from natural materials.
Here, you can find equipment made of body parts from the local monsters.
If you bring enemy drops to Phil here, he'll gladly take them off your hands and pay you well.
This is the only place where you can obtain a Beefy Shield.
</p>
<li class="interactive name">The Sugar Cane</li>
<figure class="interactive shops-img" id="sugar-cane"></figure>
<p class="shop-txt">
A sweet smelling underground potion brewery. Though no one has ever been inside,
artistic impressions of it tend to resemble sewage plants for some reason.
Nobody knows who the owner is or what she looks like because she never leaves the building
and conducts all business through a hole in the wall. The Sugar Cane's signature drink contains
fermented Pear Nectar (harvested from Pearasites), which - despite sounding disgusting -
tastes delicious and accelerates healing of wounds.
</p>
</ul>
<br>
<br>
<br>
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||| PEOPLE |||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<h5 class="section-name" id="people"> People </h5>
<hr>
<ul>
<li class="interactive name">Cambodian Dude</li>
<figure class="interactive people-img" id="cambodian-dude"></figure>
<p class="people-txt">
You see him everywhere, from the scenic mountains of China to a refugee camp.
Some have even reported seeing him sprouting wings and flying into the night sky!
Poor dude keeps ending up in misadventures.
</p>
<br>
<li class="interactive name">Phil</li>
<figure class="interactive people-img" id="phil"></figure>
<p class="people-txt">
He's well known in America as a model and for his fashion line derived from monster parts.
You always see him wearing a Weaver skin on his back. Some say it's from his beloved deceased
buddy, Steve. Currently, you can find him in the Bamboo Hut selling his wares.
</p>
<li class="interactive name">Sugar Cane Owner</li>
<figure class="interactive people-img" id="sugar-cane-owner"></figure>
<p class="people-txt">
She runs The Sugar Cane, a potion brewery. Not much else is known about her.
The only parts of her that people ever see are her heavily tattooed hands. She claims that
she tattooed herself to hide scars, scars from vicious Pearasites. Rumor has it that she harvests
the Pear Nectar with her bare hands!
</p>
</ul>
<br>
<br>
<br>
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||| GALLERY |||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<h5 class="section-name" id="gallery"> Gallery </h5>
<hr>
<br>
<div class="gallery">
<div class="gallery-grid">
<figure class="interactive gallery" id="cave-painting"></figure>
<figcaption class="gallery-caption">A damaged painting discovered in one of the caves. Hover to see the reconstructed painting.</figcaption>
</div>
<div class="gallery-grid">
<figure class="interactive gallery" id="bird-watch"></figure>
<figcaption class="gallery-caption">A clearer area in the Bamboo Forest for bird watching. Pearasites are commonly found here.</figcaption>
</div>
<div class="gallery-grid">
<figure class="interactive gallery" id="snowy-border"></figure>
<figcaption class="gallery-caption">The Sacred Peaks border used to be marked by dense growth. The trees have since been cut down.</figcaption>
</div>
</div>
<br>
<br>
<br>
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||| MISC |||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<h5 class="section-name" id="miscellaneous"> Miscellaneous </h5>
<hr>
<p id="misc-txt">
Fun fact: Bamboo Forest used to be entirely bamboo eons ago. But one day, there was a spontaneous fire
and it all burned down. Bamboo couldn't be found anywhere else in America, so people from neighboring areas
decided to rebuild the forest by planting trees resembling bamboo.
</p>
<br>
<br>
<br>
<a href="#site-title">
<h3 id="to-top-button">↑ BACK TO TOP ↑</h3>
</a>
<br>
</div>
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--||||||||||||||| FOOTER |||||||||||||||-->
<!--||||||||||||||||||||||||||||||||||||||||-->
<!--|||||||||||||||||||}||||||||||||||||||||-->
<footer>
<aside id="foot-note">
<h3 id="copyright">©2017 Doki-doki<3</h3>
</aside>
<nav id="social-set">
Follow us on:
<img class="interactive social-icon" src="images/svg/youtube-icon.svg" />
<img class="interactive social-icon" src="images/svg/reddit-icon.svg" />
<img class="interactive social-icon" src="images/svg/tumblr-icon.svg" />
<img class="interactive social-icon" src="images/svg/twitter-icon.svg" />
<img class="interactive social-icon" src="images/svg/facebook-icon.svg" />
<div class="floatweight"> </div>
</nav>
<!-- <div class="floatweight"> </div> -->
</footer>
</main>
</body>
</html>
p