-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathindex.html
328 lines (314 loc) · 16.2 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
<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>JS-GAMES</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="static/css/style.css" />
<link rel="icon" href="static/images/favicon.png">
<script src="https://code.iconify.design/1/1.0.4/iconify.min.js"></script>
</head>
<body id="dm">
<nav class="navbar navbar-light navbar-expand-lg">
<div class="header-logo">
<a href="index.html"><img class="image" img src="static/images/favicon.png"></a>
</div>
<div class="container">
<a class="navbar-brand" href="#">JS Games</a>
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navMenu">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="navMenu">
<ul class="navbar-nav ml-sm-auto mr-xs-auto">
<li class="nav-item">
<a href="index.html" class="nav-link"><span class="fa fa-home fa-lg"></span> Home</a>
</li>
<li class="nav-item">
<a href="#games" class="nav-link"><span class="fa fa-play fa-lg"></span> Games</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link"
><span class="fa fa-info fa-lg"></span> About</a>
</li>
<li class="nav-item">
<input
type="checkbox"
class="dark_toggler"
aria-label="Toggle Light Mode"
onclick="toggle_light_mode()"
/>
</li>
</ul>
</div>
</nav>
<div class="jumbotron">
<div class="container">
<div class="row">
<h3 id="pop">Have a break? Play a game!</h3>
</div>
</div>
</div>
<section id="games">
<div class="container">
<div class="row">
<p class="display-4">Our top picks</p>
</div>
<div class="row game mr-auto ml-auto">
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/rock-paper-scissor.html" target="_blank"><img
src="https://hips.hearstapps.com/hmg-prod.s3.amazonaws.com/images/people-playing-paper-rock-scissors-royalty-free-illustration-1583269312.jpg?crop=0.936xw:1.00xh;0.0337xw,0&resize=200:*"
style="object-fit: contain; object-position: left bottom;"
target="_blank" alt="image"/>
</a>
<p class="mt-3 img-desc"><strong>Rock-Paper-Scissor</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/tic-tac-toe.html" target="_blank"><img width="200" height="150"
style="object-fit: contain; object-position: left bottom;"
src="./static/images/tic-tac-toe/logo.png" alt="image" target="_blank" />
</a>
<p class="mt-3 img-desc"><strong>Tic Tac Toe</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/whack-a-mole.html" target="_blank"><img width="200" height="150"
src="https://media.istockphoto.com/illustrations/game-to-hit-the-mole-illustration-id1153033854"
target="_blank" alt="image"
style="object-fit: contain; object-position: left bottom;" /></a>
<p class="mt-3 img-desc"><strong>Whack a mole!</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/wall-breaker.html" target="_blank"><img width="200" height="150"
src="static/images/WallBreaker/WallBreaker.png" target="_blank"
alt="Wall Breaker"
style="object-fit: contain; object-position: left bottom;" />
</a>
<p class="mt-3 img-desc"><strong>Wall Breaker</strong></p>
</div>
</div>
<div class="row game mr-auto ml-auto">
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/memory-game.html" target="_blank"><img width="200" height="150"
src="static/images/memory-game/display-img.jpg" target="_blank"
alt="Memory Game"
style="object-fit: contain; object-position: left bottom;" />
</a>
<p class="mt-3 img-desc"><strong>Memory Game</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/snakegame.html" target="_blank"><img width="200" height="150"
src="https://i.pinimg.com/originals/b0/20/57/b020573677505d9d5dde2fdf21e515aa.png"
target="_blank" alt="image"
style="object-fit: contain; object-position: left bottom;" />
</a>
<p class="mt-3 img-desc"><strong>Snake Game</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/connect-four-game.html" target="_blank"><img width="200" height="150"
src="./static/images/connect-four/connect-four.png" target="_blank"
alt="image"
style="object-fit: contain; object-position: left bottom;" />
</a>
<p class="mt-3 img-desc"><strong>Connect-Four Game</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/dino.html" target="_blank"><img width="200" height="150"
src="static/images/dino/dinogame.png" target="_blank"
alt="Dino Game"
style="object-fit: contain; object-position: left bottom;" />
</a>
<p class="mt-3 img-desc"><strong>Dino Game</strong></p>
</div>
</div>
<div class="row game mr-auto ml-auto">
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/simon_game.html"target="_blank"><img width="200" height="150"
src="static/images/Simon-Game/Simon_game.png" target="_blank"
alt="image"
style="object-fit: contain; object-position: left bottom;" />
</a>
<p class="mt-3 img-desc"><strong>Simon Game</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/tetris.html" target="_blank"><img width="200" height="150"
src="static/images/tetris/tetris.png" target="_blank"
alt="Tetris Game"
style="object-fit: contain; object-position: left bottom;" />
</a>
<p class="mt-3 img-desc"><strong>Tetris</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/hangman.html" target="_blank"><img width="200" height="150"
src="./static/images/hangman/hangman.png" target="_blank"
alt="image"
style="object-fit: contain; object-position: left bottom;">
</a>
<p class="mt-3 img-desc"><strong>Hangman Game</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/dot-and-boxes.html" target="_blank">
<img
src="static/images/dot-and-boxes/Dots_boxes.png"
alt="Dot and Boxes" target="_blank"
width="200"
height="150"
style="object-fit: contain; object-position: left bottom;"
/>
</a>
<p class="mt-3 img-desc"><strong>Dot and Boxes Game</strong></p>
</div>
</div>
<div class="row game mr-auto ml-auto">
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/pingpong.html" target="_blank"><img width="200" height="150" src="./static/images/pingpong/pingpong.jpg" target="_blank"alt="image"
style="object-fit: contain; object-position: left bottom;"></a>
<p class="mt-3 img-desc"><strong>Ping Pong Game</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/flappy_bird.html" target="_blank"><img width="200" height="150" src="./static/images/flappy_bird/flappy_bird.PNG"target="_blank" alt="image"
style="object-fit: contain; object-position: left bottom;"></a>
<p class="mt-3 img-desc"><strong>Flappy Bird Game</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/Car_game.html"target="_blank"><img width="200" height="150" src="./static/images/car_game/car_game.png" target="_blank" alt="image"
style="object-fit: contain; object-position: left bottom;"></a>
<p class="mt-3 img-desc"><strong>Car Game</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/Guess_the_number.html" target="_blank">
<img
src="static/images/Guess the Number/guess the number.png"
alt="Guess The Number"
width="200"
height="150"
style="object-fit: contain; object-position: left bottom;"
/>
</a>
<p class="mt-3 img-desc"><strong>Guess The Number</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/randomJoke.html" target="_blank"><img width="200" height="150" src="./static/images/randomJoke.jfif"target="_blank" alt="image"
style="object-fit: contain; object-position: left bottom;"></a>
<p class="mt-3 img-desc"><strong>Random Joke Generator</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/reaction.html"
><img width="200" height="150"
src="./static/images/reaction.PNG"
alt="image"
style="object-fit: contain; object-position: left bottom;"
/></a>
<p class="mt-3 img-desc"><strong>Reaction Time Game</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/flips-me.html"
><img width="200" height="150"
src="static/images/flip-me.JPG"
alt="image"
style="object-fit: contain; object-position: left bottom;"
/></a>
<p class="mt-3 img-desc"><strong>Flip Me Game</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/2048game.html" target="_blank">
<img
src="static/images/2048game/2048game.png"
alt="2048 Game" target="_blank"
width="200"
height="150"
style="object-fit: contain; object-position: left bottom;"
/>
</a>
<p class="mt-3 img-desc"><strong>2048 Game</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/pacman.html" target="_blank">
<img
src="static/images/PacMan/background.jpg"
alt="2048 Game" target="_blank"
width="200"
height="150"
style="object-fit: contain; object-position: left bottom;"
/>
</a>
<p class="mt-3 img-desc"><strong>PacMan Game</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/space_shooter.html" target="_blank">
<img
src="static/images/space_shooter/poster_ssg.png"
alt="Space Shooter Game" target="_blank"
width="200"
height="150"
style="object-fit: contain; object-position: left bottom;"
/>
</a>
<p class="mt-3 img-desc"><strong>Space Shooter Game</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/dot-and-boxes.html" target="_blank">
<img
src="static/images/dot-and-boxes/Dots_boxes.png"
alt="Dot and Boxes" target="_blank"
width="200"
height="150"
style="object-fit: contain; object-position: left bottom;"
/>
</a>
<p class="mt-3 img-desc"><strong>Dot and Boxes Game</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/doodlejump.html" target="_blank">
<img
src="static/images/doodlejump/doodlejump.png"
alt="Doodle Jump Game" target="_blank"
width="200"
height="150"
style="object-fit: contain; object-position: left bottom;"
/>
</a>
<p class="mt-3 img-desc"><strong>Doodle Jump Game</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/Fall_game.html" target="_blank">
<img
src="static/images/Fall_game/pic.jpg"
alt="Doodle Jump Game" target="_blank"
width="200"
height="150"
style="object-fit: contain; object-position: left bottom;"
/>
</a>
<p class="mt-3 img-desc"><strong>Fall In Game</strong></p>
</div>
<div class="col-12 col-md-3 d-flex flex-column align-items-center justify-content-center">
<a href="./pages/candycrush.html" target="_blank"><img width="200" height="150"
style="object-fit: contain;"
src="static/images/candycrush/logo.png"
target="_blank" alt="candy crush image" /></a>
<p class="mt-3 img-desc"><strong>Candy Crush</strong></p>
</div>
</div>
</div>
</div>
</section>
<script src="static/js/main.js"></script>
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
</body>
</html>