-
Notifications
You must be signed in to change notification settings - Fork 0
/
gameSection.html
195 lines (192 loc) · 9.78 KB
/
gameSection.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
<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>Game Section</title>
<link rel="icon" type="image/x-icon" href="images/logo.png">
<link rel="stylesheet" href="css/style.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/>
<script src="javascript/script.js"></script>
</head>
<body style="height: 80%;">
<!-------------------------Book lists------------------------->
<div class="welcome">
<div class="nav_bar">
<a href="dashboard.html" class="active"><img class="bimg" src="images/back.png" alt="Header animal" class="img"></a>
<a class="icon" onclick="myFunction()"><i class="fa fa-bars"></i></a>
</div>
<div class="menu_section">
<a class="icon" onclick="myFunction()"><i class="fa fa-bars"></i></a>
<div class="details">
<table class="">
<tr>
<th>
<a href="chatbot/index.html" style="text-decoration: none; color: black;">
<table class="menu_options">
<tr>
<td class="menu_img" width="45%"><img src="images/chat.png"></td>
<td><p>Chat with me</p></td></a>
</tr>
</table>
</a>
</th>
</tr>
<tr>
<th>
<a href="yogaSection.html" style="text-decoration: none; color: black;">
<table class="menu_options">
<tr>
<td class="menu_img" width="45%"><img src="images/yoga.png"></td>
<td><p>Yoga</p></td></a>
</tr>
</table>
</a>
</th>
</tr>
<tr>
<th>
<a href="gameSection.html" style="text-decoration: none; color: black;">
<table class="menu_options">
<tr>
<td class="menu_img" width="45%"><img src="images/game.png"></td>
<td><p>Games for you</p></td></a>
</tr>
</table>
</a>
</th>
</tr>
<tr>
<th>
<a href="readingSection.html" style="text-decoration: none; color: black;">
<table class="menu_options">
<tr>
<td class="menu_img" width="45%"><img src="images/reading.png"></td>
<td><p>Reading Time</p></td></a>
</tr>
</table>
</a>
</th>
</tr>
<tr>
<th>
<a href="meditationSection.html" style="text-decoration: none; color: black;">
<table class="menu_options">
<tr>
<td class="menu_img" width="45%"><img src="images/meditation.png"></td>
<td><p>Meditation</p></td></a>
</tr>
</table>
</a>
</th>
</tr>
<tr>
<th>
<a href="Music Player/index.html" style="text-decoration: none; color: black;">
<table class="menu_options">
<tr>
<td class="menu_img" width="45%"><img src="images/music.png"></td>
<td><p>Music</p></td></a>
</tr>
</table>
</a>
</th>
</tr>
<tr>
<th>
<a href="#" style="text-decoration: none; color: black;">
<table class="menu_options">
<tr>
<td class="menu_img" width="45%"><img src="images/drawing.png"></td>
<td><p>Paint with me</p></td></a>
</tr>
</table>
</a>
</th>
</tr>
<tr>
<th>
<a href="writingSpace.html" style="text-decoration: none; color: black;">
<table class="menu_options">
<tr>
<td class="menu_img" width="45%"><img src="images/writing.png"></td>
<td><p>writing Space</p></td></a>
</tr>
</table>
</a>
</th>
</tr>
</table>
</div>
</div>
<div>
<h1 class="gh1">Game Time!!!!</h1>
<p style="color: rgba(0, 0, 0, 0.475);">Let’s play and clear our mind</p>
</div>
<table class="gtable">
<tr>
<th style="width: 50%;">
<a href="https://sasanka003.github.io/Happy-Duets-Game/">
<img class="game" src="images/game6.1.svg">
</a>
<div class="img-des">
<h3 class="img-title">Happy Duet</h3>
<p class="img-caption">Goal is to find pairs of identical objects. The player is presented with a grid of facedown cards, and they must turn them over two at a time, trying to find a match.</p>
</div>
</th>
<th style="width: 50%;">
<a href="https://flappybird.io/">
<img class="game" src="images/game2.png">
</a>
<div class="img-des">
<h3 class="img-title">Flappy Bird</h3>
<p class="img-caption">Players control a bird by tapping the screen to flap its wings and avoid obstacles. The goal is to achieve the highest score possible. It's known for its difficulty and addictive gameplay.</p>
</div>
</th>
</tr>
<tr>
<th style="width: 50%;">
<a href="https://tetris.com/play-tetris">
<img class="game" src="images/game3.png">
</a>
<div class="img-des">
<h3 class="img-title">Tetris</h3>
<p class="img-caption">As lines are completed, they disappear, and the player earns points. The game ends when the stack of blocks reaches the top of the screen.
</p>
</div>
</th>
<th style="width: 50%;">
<a href="https://games.cdn.famobi.com/html5games/m/maze/v070/?fg_domain=play.famobi.com&fg_aid=A-MYSTEINBACH&fg_uid=73ae54ea-f54f-480b-bf80-7e42dc3b9fe6&fg_pid=78aa555f-8907-4158-8ca3-a4257bc1d34d&fg_beat=516&original_ref=https%3A%2F%2Fwww.mysteinbach.ca%2F">
<img class="game" src="images/game4.1.svg">
</a>
<div class="img-des">
<h3 class="img-title">Twist Quest</h3>
<p class="img-caption">In a maze game, the player navigates through a complex labyrinthine environment, using logic and problem-solving skills to find the correct path to the end goal.
.</p>
</div>
</th>
</tr>
<tr>
<th style="width: 50%;">
<a href="https://www.agame.com/game/magic-piano-tiles">
<img class="game" src="images/game5.1.svg">
</a>
<div class="img-des">
<h3 class="img-title">Melodic</h3>
<p class="img-caption">Tap A rhythm-based game where the player taps on black tiles to the beat of the music of relax songs,to get high score need to tap as many tiles as possible without missing any.</p>
</div>
</th>
<th style="width: 50%;">
<a href="https://www.arkadium.com/games/bubble-shooter/">
<img class="game" src="images/game7.svg">
</a>
<div class="img-des">
<h3 class="img-title">Pop Frenzy</h3>
<p class="img-caption">The player must shoot bubbles of the same color to create matches of three or more, causing them to pop and disappear.</p>
</div>
</th>
</tr>
</table>
</div>
</body>
</html>