-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
101 lines (94 loc) · 9.33 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
<!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">
<link rel="stylesheet" href="styles.css">
<title>CX Games</title>
</head>
<body>
<h1 id="title-text">Citrus Game Collection</h1>
<h2 id="subtitle-text">Now with 53 games!</h2>
<input type="text" name="Search" id="searcher" placeholder="Search" oninput="">
<div>
<label for="platformfilter">FILTER PLATFORM: </label>
<select name="platformfilter" id="platformfilter">
<option value="nil">None</option>
<option value="irishgreencitrus">By irishgreencitrus</option>
<option value="flash">Flash</option>
<option value="pico8">Pico-8</option>
<option value="native">Native</option>
<option value="nes">NES</option>
<option value="snes">SNES</option>
<option value="gb">Gameboy</option>
<option value="gba">Gameboy Advance</option>
<option value="n64">Nintendo 64</option>
<option value="segaMD">Sega Mega Drive</option>
</select>
</div>
<br>
<section id="masonry-container">
<!-- Game Emulators -->
<a href="games/emulators/allstars.html" g_platform="snes" g_name="Super Mario All Stars"><img src="icons/allstars.jpg" alt="Super Mario All Stars"></a>
<a href="games/emulators/bobl.html" g_platform="nes" g_name="Böbl"><img src="icons/bobl.jpg" alt="Böbl"></a>
<a href="games/emulators/marioland.html" g_platform="gb" g_name="Super Mario Land"><img src="icons/marioland.jpg" alt="Super Mario Land"></a>
<a href="games/emulators/marioland2.html" g_platform="gb" g_name="Super Mario Land 2"><img src="icons/marioland2.jpg" alt="Super Mario Land 2"></a>
<a href="games/emulators/metroid.html" g_platform="nes" g_name="Metroid"><img src="icons/metroid.jpg" alt="Metroid"></a>
<a href="games/emulators/mgman.html" g_platform="nes" g_name="Mega Man"><img src="icons/mgman.jpg" alt="Mega Man"></a>
<a href="games/emulators/pkmonblue.html" g_platform="gb" g_name="Pokémon Blue"><img src="icons/pkmonblue.jpg" alt="Pokémon Blue"></a>
<a href="games/emulators/pkmonemerald.html" g_platform="gba" g_name="Pokémon Emerald"><img src="icons/pkmonemerald.jpg" alt="Pokémon Emerald"></a>
<a href="games/emulators/pkmonfirered.html" g_platform="gba" g_name="Pokémon FireRed"><img src="icons/pkmonfirered.jpg" alt="Pokémon FireRed"></a>
<a href="games/emulators/pkmonleafgreen.html" g_platform="gba" g_name="Pokémon LeafGreen"><img src="icons/pkmonleafgreen.jpg" alt="Pokémon LeafGreen"></a>
<a href="games/emulators/pkmonred.html" g_platform="gb" g_name="Pokémon Red"><img src="icons/pkmonred.jpg" alt="Pokémon Red"></a>
<a href="games/emulators/pkmonruby.html" g_platform="gba" g_name="Pokémon Ruby"><img src="icons/pkmonruby.jpg" alt="Pokémon Ruby"></a>
<a href="games/emulators/pkmonsapphire.html" g_platform="gba" g_name="Pokémon Sapphire"><img src="icons/pkmonsapphire.jpg" alt="Pokémon Sapphire"></a>
<a href="games/emulators/pkmonyellow.html" g_platform="gb" g_name="Pokémon Yellow"><img src="icons/pkmonyellow.jpg" alt="Pokémon Yellow"></a>
<a href="games/emulators/smb.html" g_platform="nes" g_name="Super Mario Bros."><img src="icons/smb.jpg" alt="Super Mario Bros."></a>
<a href="games/emulators/smb2.html" g_platform="nes" g_name="Super Mario Bros. 2"><img src="icons/smb2.jpg" alt="Super Mario Bros. 2"></a>
<a href="games/emulators/smb3.html" g_platform="nes" g_name="Super Mario Bros. 3"><img src="icons/smb3.jpg" alt="Super Mario Bros. 3"></a>
<a href="games/emulators/smb3mix.html" g_platform="nes" g_name="Super Mario Bros. 3mix"><img src="icons/smb3mix.jpg" alt="Super Mario Bros. 3mix"></a>
<a href="games/emulators/smw.html" g_platform="snes" g_name="Super Mario World"><img src="icons/smw.jpg" alt="Super Mario World"></a>
<a href="games/emulators/sonic.html" g_platform="segaMD" g_name="Sonic The Hedgehog"><img src="icons/sonic.jpg" alt="Sonic The Hedgehog"></a>
<a href="games/emulators/sonic2.html" g_platform="segaMD" g_name="Sonic The Hedgehog 2"><img src="icons/sonic2.jpg" alt="Sonic The Hedgehog 2"></a>
<a href="games/emulators/sonic3.html" g_platform="segaMD" g_name="Sonic The Hedgehog 3"><img src="icons/sonic3.jpg" alt="Sonic The Hedgehog 3"></a>
<a href="games/emulators/spacegulls.html" g_platform="nes" g_name="SpaceGulls"><img src="icons/spacegulls.jpg" alt="SpaceGulls"></a>
<a href="games/emulators/tetris.html" g_platform="nes" g_name="Tetris"><img src="icons/tetris.jpg" alt="Tetris"></a>
<a href="games/emulators/yoshiland.html" g_platform="snes" g_name="Yoshi's Island"><img src="icons/yoshiland.jpg" alt="Yoshi's Island"></a>
<a href="games/emulators/zelda.html" g_platform="nes" g_name="The Legend of Zelda"><img src="icons/zelda.jpg" alt="The Legend of Zelda"></a>
<a href="games/emulators/zeldagb.html" g_platform="gb" g_name="The Legend of Zelda: Link's Awakening"><img src="icons/zeldagb.jpg" alt="The Legend of Zelda: Link's Awakening"></a>
<a href="games/emulators/zeldaminish.html" g_platform="gba" g_name="The Legend of Zelda: The Minish Cap"><img src="icons/zeldaminish.jpg" alt="The Legend of Zelda: The Minish Cap"></a>
<a href="games/emulators/maze_game.html" g_platform="gb" g_name="Untitled Maze Game"><img src="icons/maze_game.jpg" alt="Untitled Maze Game"></a>
<a href="games/emulators/quake64.html" g_platform="n64" g_name="Quake 64"><img src="icons/quake64.jpg" alt="Quake 64"></a>
<a href="games/emulators/banjokazooie.html" g_platform="n64" g_name="Banjo-Kazooie"><img src="icons/banjokazooie.jpg" alt="Banjo-Kazooie"></a>
<a href="games/emulators/goldeneye.html" g_platform="n64" g_name="GoldenEye 007"><img src="icons/goldeneye.jpg" alt="GoldenEye 007"></a>
<a href="games/emulators/mariokart64.html" g_platform="n64" g_name="Mario Kart 64"><img src="icons/mariokart64.jpg" alt="Mario Kart 64"></a>
<!-- flash Games -->
<a href="games/flash/bloxorz.html" g_platform="flash" g_name="Bloxorz"><img src="icons/bloxorz.jpg" alt="Bloxorz"></a>
<a href="games/flash/fancypantsadventure.html" g_platform="flash" g_name="Fancy Pants Adventure"><img src="icons/fancypantsadventure.jpg" alt="Fancy Pants Adventure"></a>
<a href="games/flash/learntofly.html" g_platform="flash" g_name="Learn To Fly"><img src="icons/learntofly.jpg" alt="Learn To Fly"></a>
<a href="games/flash/papaspizzeria.html" g_platform="flash" g_name="Papa's Pizzeria"><img src="icons/papaspizzeria.jpg" alt="Papa's Pizzeria"></a>
<a href="games/flash/ssf.html" g_platform="flash" g_name="Super Smash Flash"><img src="icons/ssf.jpg" alt="Super Smash Flash"></a>
<a href="games/flash/tanktrouble.html" g_platform="flash" g_name="Tank Trouble"><img src="icons/tanktrouble.jpg" alt="Tank Trouble"></a>
<a href="games/flash/worldshardestgame.html" g_platform="flash" g_name="World's Hardest Game"><img src="icons/worldshardestgame.jpg" alt="World's Hardest Game"></a>
<a href="games/flash/worldshardestgame2.html" g_platform="flash" g_name="World's Hardest Game 2"><img src="icons/worldshardestgame2.jpg" alt="World's Hardest Game 2"></a>
<!-- irishgreencitrus Games -->
<a href="games/irishgreencitrus/binded-defense.html" g_platform="irishgreencitrus" g_name="Binded Defense"><img src="icons/binded-defense.jpg" alt="Binded Defense"></a>
<a href="games/irishgreencitrus/interconnected.html" g_platform="irishgreencitrus" g_name="Interconnected"><img src="icons/interconnected.jpg" alt="Interconnected"></a>
<a href="games/irishgreencitrus/light-up.html" g_platform="irishgreencitrus" g_name="Light-Up!"><img src="icons/light-up.jpg" alt="Light-Up!"></a>
<!-- pico8 Games -->
<a href="games/pico8/celeste.html" g_platform="pico8" g_name="Celeste"><img src="icons/celeste.jpg" alt="Celeste"></a>
<a href="games/pico8/picofunkin.html" g_platform="pico8" g_name="Pico Night Funkin"><img src="icons/picofunkin.jpg" alt="Pico Night Funkin"></a>
<a href="games/pico8/fuz.html" g_platform="pico8" g_name="Fuz"><img src="icons/fuz.jpg" alt="Fuz"></a>
<a href="games/pico8/picodriller.html" g_platform="pico8" g_name="Pico Driller"><img src="icons/picodriller.jpg" alt="Pico Driller"></a>
<a href="games/pico8/ufo.html" g_platform="pico8" g_name="UFO: A Space Odyssey"><img src="icons/ufo.jpg" alt="UFO: A Space Odyssey"></a>
<a href="games/pico8/justoneboss.html" g_platform="pico8" g_name="Just One Boss"><img src="icons/justoneboss.jpg" alt="Just One Boss"></a>
<!-- Native Ports -->
<a href="games/native/doom" g_platform="native" g_name="DOOM"><img src="icons/doom.jpg" alt="DOOM"></a>
<a href="games/native/sm64" g_platform="native" g_name="Super Mario 64 (port)"><img src="icons/sm64.jpg" alt="Super Mario 64 (port)"></a>
<a href="games/native/funkin" g_platform="native" g_name="Friday Night Funkin'"><img src="icons/funkin.jpg" alt="Friday Night Funkin'"></a>
</section>
<script src="https://unpkg.com/[email protected]/dist/FuzzySearch.js"></script>
<script src="index.js"></script>
</body>
</html>