forked from kunjgit/GameZone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
258 lines (190 loc) · 9.08 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
<!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>GameZone</title>
<!-- Primary Meta Tags -->
<title></title>
<meta name="title" content="GameZone" />
<meta name="description"
content="Welcome to GameZone, the ultimate online gaming destination! Enjoy a vast collection of small games across genres like casual, puzzles, etc. Play directly in your browser. GameZone: endless fun at your fingertips!" />
<meta name="language" content="English">
<meta name="keywords"
content="GameZone, Online games, browser games, casual gaming, puzzle games, action games, gaming website, Snake Game, Simon Game, Dino Runner Game.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://kunjgit.github.io/GameZone/" />
<meta property="og:title" content="GameZone" />
<meta property="og:description"
content="Welcome to GameZone, the ultimate online gaming destination! Enjoy a vast collection of small games across genres like casual, puzzles, etc. Play directly in your browser. GameZone: endless fun at your fingertips!" />
<meta property="og:image"
content="https://github.com/kunjgit/GameZone/assets/56786344/080b7034-0e60-4069-b95c-aa0aba147a94" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://kunjgit.github.io/GameZone/" />
<meta property="twitter:title" content="GameZone" />
<meta property="twitter:description"
content="Welcome to GameZone, the ultimate online gaming destination! Enjoy a vast collection of small games across genres like casual, puzzles, etc. Play directly in your browser. GameZone: endless fun at your fingertips!" />
<meta property="twitter:image"
content="https://github.com/kunjgit/GameZone/assets/56786344/080b7034-0e60-4069-b95c-aa0aba147a94" />
<!--
- favicon
-->
<link rel="shortcut icon" href="./assets/images/gamezone.png" type="image/x-icon">
<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" href="./assets/css/scroll.css">
<link rel="stylesheet" href="./assets/css/particles.css">
<link rel="stylesheet" href="./assets/css/contributors.css">
<link rel="stylesheet" href="./assets/css/navbar.css">
<link rel="stylesheet" href="./assets/css/gameCard.css">
<link rel="stylesheet" href="./assets/css/navbar.css">
<link rel="stylesheet" href="./assets/css/gameCard.css">
<link rel="stylesheet" href="./assets/css/cursor_transition.css">
<!--
- google font link
-->
<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=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Sofia&effect=neon|outline|emboss|shadow-multiple">
<script src="https://cdn.tailwindcss.com"></script>
<!--
- Audio file for click sound
-->
<audio id="clickSound" src="./assets/audio/click-sound.wav"></audio>
</head>
<!-- Light-Dark theme SWITCH -->
<!-- <p class="invert-color" style="position: sticky; top: 30px; z-index:100; margin-left: 30px;">Theme :</p> -->
<!-- <label class="theme-toggle" for="themeToggle" style="position: fixed; top: 28px; z-index: 100; margin-left: 30px">
<input type="checkbox" id="themeToggle" onclick="toggleTheme()" checked aria-label="Switch theme mode">
<span class="slider"></span>
</label> -->
<body>
<div class="cursor"></div>
<!-- BACKGROUND PARTICLES -->
<!-- <div class="page-bg"></div> -->
<!-- <div class="animation-wrapper"> -->
<!-- <div class="particle particle-1"></div> -->
<!-- <div class="particle particle-2"></div> -->
<!-- <div class="particle particle-3"></div> -->
<!-- <div class="particle particle-4"></div> -->
<!-- </div> -->
<div class="progress-bar">
<div class="filled"></div>
</div>
<div class="abcd">
<main>
<div class="main-content">
<div class="bgContainer"></div>
<!--
- #NAVBAR
-->
<div class="heading">
<span>🕹️ </span><span>G</span><span>A</span><span>M</span><span>E</span><span>Z</span><span>O</span><span>N</span><span>E</span>
</div>
<div class="search-container" id="search-container-id">
<input type="text" class="search-input" placeholder="Search" onkeyup="search_game()" id="searchbar">
<div class="search-btn">
<i class="fa fa-search" aria-hidden="true"></i>
</div>
</div>
<br>
<!-- Games -->
<ul class="project-list">
</ul>
<div class="pagination">
<button id="prev-page-tile" onclick="goToPreviousPage()">Previous</button>
<div class="pagination_section"></div>
<button id="next-page-tile" onclick="goToNextPage()">Next</button>
</div>
</div>
</div>
<br>
<br>
<br>
<!-- Contributors section -->
<div class="contributors">
<h1>Our Valuable Contributors</h1>
<div id="contributor"></div>
</div>
<!--
FOOTER
-->
<div class="abcd" id="footer">
<div>
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
<defs>
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
</defs>
<g class="wave-creation">
<use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(255,255,133,0.9)" />
<use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(153,51,255,0.5)" />
<use xlink:href="#gentle-wave" x="48" y="5" fill="rgb(238,106,220,0.3)" />
<use xlink:href="#gentle-wave" x="48" y="7" fill="#FA8DF3" />
</g>
</svg>
</div>
<footer class="page-footer font-small unique-color-dark pt-4">
<div class="container1">
<div class="list-unstyled list-inline text-center py-2 text-black">
<br>
<br>
<!-- Created div Tag with Proper Styling for Footer Text aligned to Center just above Social Links -->
<div class="socials-text" classstyle="text-align: center; margin-bottom:50px">
<h7>Developed with 💗 by Kunj</h7>
<br>
<br>
<p style="font-size: 20px; font-style:cursive;cursor: pointer;color: rgb(215, 213, 85);">Make sure you
checkout
my
socials and also
⭐ GameZone on
github</p>
</div>
<ul class="socials">
<li><a href="https://github.com/kunjgit" aria-label="Follow me on Github" title="Github (External Link)"
rel="noopener noreferrer" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/kunj_199" aria-label="Follow me on Twitter" title="Twitter (External Link)"
rel="noopener noreferrer" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" aria-hidden="true" focusable="false" class="icon icon-twitter" viewBox="0 0 512 512">
<style>svg{fill:#ffffff}</style><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg></a></li>
<li><a href="https://www.linkedin.com/in/kunj199/" aria-label="Follow me on Linkedin"
title="Linkedin (External Link)" rel="noopener noreferrer" target="_blank"><i
class="fa fa-linkedin-square" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</footer>
</div>
</section>
</article>
</div>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</main>
<!--
- custom js link
-->
<script src="./assets/js/index.js"></script>
<script src="./assets/js/script.js"></script>
<script src="./assets/js/scroll.js"></script>
<script src="./assets/js/contributors.js"></script>
<script src="./assets/js/cursor_transition.js"></script>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<div>
</div>
<!-- <button onclick="scrollToTop()" id="scrollToTopButton" title="Scroll to Top">
<ion-icon name="arrow-up-outline"></ion-icon>
</button> -->
<!-- SCROLL TO TOP BUTTON -->
<!-- <div id="progress">
<span id="progress-value">🠕</span>
</div> -->
</body>
</html>