-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (79 loc) · 4.46 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
<!DOCTYPE html>
<html>
<head>
<title>PZV`s Game Collection</title>
<link rel="icon" href="/assets/svg/icon_big.svg" type="image/svg+xml">
<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=Rajdhani:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Tiny5&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/main.css">
</head>
<body>
<div class="cyberpunk-element-top"></div>
<div class="cyberpunk-element-bottom"></div>
<div class="cyberpunk-element-left"></div>
<div class="cyberpunk-element-right"></div>
<div class="corner-top-left"></div>
<div class="corner-top-right"></div>
<div class="corner-bottom-left"></div>
<div class="corner-bottom-right"></div>
<div class="container">
<header></header>
<main>
<div class="intro__header">
<img src="/assets/svg/icon_no_text.svg" alt="Game Selector Logo" class="logo">
<br>
<h1>Game Selector</h1>
<p style="text-align: left; margin-bottom: 0;">Original Collection</p>
<hr />
<a href="dino/" class="green-game-button" data-index="CLASSICS">Dino</a>
<a href="dino3d/" class="green-game-button" data-index="CLASSICS">Dino 3D</a>
<a href="surf/" class="green-game-button" data-index="CLASSICS">S.U.R.F.</a>
<a href="operius/" class="green-game-button" data-index="CLASSICS">Operius</a>
<br>
<p style="text-align: left; margin-bottom: 0;">Recommended</p>
<hr />
<a href="/newcollection/Dante/" class="red-game-button" title="JS13K Award Winning Game"
data-index="HOT">Dante</a>
<a href="/newcollection/ArmorAlley/" class="red-game-button" data-index="HOT">Armor Alley</a>
<a href="/newcollection/Aero_Acrobat/" class="red-game-button" data-index="HOT">Aero Acrobat</a>
<a href="/newcollection/Basketball/" class="red-game-button" data-index="HOT">Basketball</a>
<a href="/newcollection/2048/" class="green-game-button" data-index="CLASSICS">2048</a>
<br>
<a href="/newcollection/Building Block Game/" class="game-button">Building Block</a>
<a href="/newcollection/1024_Moves/" class="game-button">1024 Moves</a>
<a href="/newcollection/Arcade_Game/" class="game-button">Arcade Game</a>
<a href="/newcollection/Highway_404/" class="game-button">Highway 404</a>
<p style="text-align: left; margin-bottom: 0; color:orange;">JS13K Series</p>
<hr />
<p style="text-align: left; margin-bottom: 0;">2023 - Theme: The 13 Century</p>
<a href="/js13k/2023/bewitched/" class="game-button">Bewitched</a>
<a href="/js13k/2023/cannonbolf/" class="game-button" >Cannonbolf</a>
<a href="/js13k/2023/castelattack/" class="game-button" >Castel Attack</a>
<a href="/js13k/2023/harold-is-heavy/" class="game-button" >Harold is Heavy</a>
<a href="/js13k/2023/knightdreams/" class="game-button" > Knight Dreams</a>
<a href="/js13k/2023/merlingame/" class="game-button" > Merlin Game</a>
<a href="/js13k/2023/super-castle-game/" class="game-button" > Super Castle Game</a>
<a href="/js13k/2023/tiny-yurts/" class="game-button" > Tiny Yurts</a>
<p style="text-align: left; margin-bottom: 0;">2022 - Theme: Death</p>
<a href=" https://iioi.herokuapp.com/" class="orange-game-button" data-index="MULTI"> 13</a>
<br><br>
<code>Choose one and start your journey.</code>
<br>
<br><br>
</div>
</main>
</div>
<footer class="footer">
<div class="version">
<a href="https://github.com/EZLJ/Game-Collection"><img src="assets/svg/github.svg" alt="GitHub"></a>
<a href="/about.html">Powered by PZV.</a>
<a href="log.html">Version Beta 0.1.2</a>
</div>
</footer>
<div class="dot-grid"></div>
<script src="/assets/js/interface.js"></script>
</body>
</html>