-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstore.html
359 lines (359 loc) · 17.9 KB
/
store.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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
<!DOCTYPE html>
<html>
<head>
<title>GameZone</title>
<meta charset="UTF-8">
<meta name="Gamezone Home page" content="GAMEZONE STORE PAGE">
<meta name="keywords" content="Game Store online e-sport">
<meta name="viewport" content="width = device-width,initial-scale = 1">
<link href="CSS/style.css" rel="stylesheet">
</head>
<body>
<header>
<a href="index.html"><img src="Images/logo.png" id="logo"></a>
<nav>
<ul>
<li><a href="index.html"> HOME </a></li>
<li><a href="store.html"> STORE </a></li>
<li><input type="text" placeholder="search" name="search" id="search"></li>
<li><a href="login.html" id="login"><img src="Images/login.png" id="login_logo"> LOGIN </a></li>
</ul>
</nav>
</header>
<div class="container" id="store">
<h2 style="text-align: center; color: black; margin-bottom: 10px;">New and Trending</h2>
<section class="block">
<table>
<tr>
<td rowspan="6"><img src="Images/LIR.jpg" class="top_games_image"></td>
<td><b style="font-size: 20px;">Lost in Random<sup>TM</sup></b></td>
</tr>
<tr>
<td><b>Description</b>: Play the odds in Lost in Random™, a gothic-fairy-tale-inspired action-adventure where every citizen's fate is determined by the roll of a dice. Ruled by a wicked Queen, the kingdom of Random is divided into 6 shadowy realms where life is dictated by a cursed black dice.</td>
</tr>
<tr>
<td><b>Genre</b>: Action, Adventure, Indie</td>
</tr>
<tr>
<td><b>Rating</b>: 3.0/5</td>
</tr>
<tr>
<td><b>Price</b>: ₹ 499</td>
</tr>
<tr>
<td><button>Add to Cart</button></td>
</tr>
</table>
</section>
<section class="block">
<table>
<tr>
<td rowspan="6"><img src="Images/rewinder.jpg" class="top_games_image"></td>
<td><b style="font-size: 20px;">The Rewinder</b></td>
</tr>
<tr>
<td><b>Description</b>: The game uses pixel art to mimic the aesthetics of Chinese ink paintings. Players will get to meet mythological figures such as the Spirit Wardens, the Ox-head and Horse-face Guardians of the Beyond, and the Tudi Gong (Keeper of the Land).</td>
</tr>
<tr>
<td><b>Genre</b>: Adventure, Casual, Indie</td>
</tr>
<tr>
<td><b>Rating</b>: 4.1/5</td>
</tr>
<tr>
<td><b>Price</b>: ₹ 549</td>
</tr>
<tr>
<td><button>Add to Cart</button></td>
</tr>
</table>
</section>
<section class="block">
<table>
<tr>
<td rowspan="6"><img src="Images/TOA.jpg" class="top_games_image"></td>
<td><b style="font-size: 20px;">Tales of Arise</b></td>
</tr>
<tr>
<td><b>Description</b>: 300 years of tyranny. A mysterious mask. Lost pain and memories. Wield the Blazing Sword and join a mysterious, untouchable girl to fight your oppressors. Experience a tale of liberation, featuring characters with next-gen graphical expressiveness!</td>
</tr>
<tr>
<td><b>Genre</b>: Action, RPG</td>
</tr>
<tr>
<td><b>Rating</b>: 3.4/5</td>
</tr>
<tr>
<td><b>Price</b>: ₹ 299</td>
</tr>
<tr>
<td><button>Add to Cart</button></td>
</tr>
</table>
</section>
<section class="block">
<table>
<tr>
<td rowspan="6"><img src="Images/LIS.jpg" class="top_games_image"></td>
<td><b style="font-size: 20px;">Life is Strange: True Colors</b></td>
</tr>
<tr>
<td><b>Description</b>: Alex Chen hides her 'curse': the psychic power of Empathy, the ability to absorb the emotions of others. When her brother dies in a so-called accident, Alex must embrace her power to find the truth.</td>
</tr>
<tr>
<td><b>Genre</b>: Action, Adventure</td>
</tr>
<tr>
<td><b>Rating</b>: 4.0/5</td>
</tr>
<tr>
<td><b>Price</b>: ₹ 2999</td>
</tr>
<tr>
<td><button>Add to Cart</button></td>
</tr>
</table>
</section>
<p style="text-align: right; margin-right: 65px;"><a href="#" id="more">>> More Games</a></p>
<hr width="90%" style="margin-top: 10px; color: white;">
<h2 style="text-align: center; color: black; margin-bottom: 10px;">TOP SELLERS</h2>
<section class="block">
<table>
<tr>
<td rowspan="6"><img src="Images/nba.jpg" class="top_games_image"></td>
<td><b style="font-size: 20px;">NBA 2k22</b></td>
</tr>
<tr>
<td><b>Description</b>: NBA 2K22 puts the entire basketball universe in your hands. PLAY NOW in real NBA and WNBA environments against authentic teams and players. Build your own dream team in MyTEAM with today’s stars and yesterday’s legends. Live out your own pro journey in MyCAREER and experience your personal rise to the NBA. Flex your management skills as a powerful Executive in MyGM and MyLEAGUE. Anyone, anywhere can hoop in NBA 2K22.</td>
</tr>
<tr>
<td><b>Genre</b>: Simulation, Sports</td>
</tr>
<tr>
<td><b>Rating</b>: 3.3/5</td>
</tr>
<tr>
<td><b>Price</b>: ₹ 3299</td>
</tr>
<tr>
<td><button>Add to Cart</button></td>
</tr>
</table>
</section>
<section class="block">
<table>
<tr>
<td rowspan="6"><img src="Images/RDR2.jpg" class="top_games_image"></td>
<td><b style="font-size: 20px;">Red Dead Redemption 2</b></td>
</tr>
<tr>
<td><b>Description</b>: Winner of over 175 Game of the Year Awards and recipient of over 250 perfect scores, RDR2 is the epic tale of outlaw Arthur Morgan and the infamous Van der Linde gang, on the run across America at the dawn of the modern age. Also includes access to the shared living world of Red Dead Online.</td>
</tr>
<tr>
<td><b>Genre</b>: Action, Adventure</td>
</tr>
<tr>
<td><b>Rating</b>: 4.7/5</td>
</tr>
<tr>
<td><b>Price</b>: ₹ 3999</td>
</tr>
<tr>
<td><button>Add to Cart</button></td>
</tr>
</table>
</section>
<section class="block">
<table>
<tr>
<td rowspan="6"><img src="Images/TCRSS.jpg" class="top_games_image"></td>
<td><b style="font-size: 20px;">Tom Clancy's Rainbow Six® Siege</b></td>
</tr>
<tr>
<td><b>Description</b>: Tom Clancy's Rainbow Six Siege is the latest installment of the acclaimed first-person shooter franchise developed by the renowned Ubisoft Montreal studio.</td>
</tr>
<tr>
<td><b>Genre</b>: Action</td>
</tr>
<tr>
<td><b>Rating</b>: 4.3/5</td>
</tr>
<tr>
<td><b>Price</b>: ₹ 1499</td>
</tr>
<tr>
<td><button>Add to Cart</button></td>
</tr>
</table>
</section>
<section class="block">
<table>
<tr>
<td rowspan="6"><img src="Images/NB.jpg" class="top_games_image"></td>
<td><b style="font-size: 20px;">NARAKA: BLADEPOINT</b></td>
</tr>
<tr>
<td><b>Description</b>: NARAKA: BLADEPOINT is a 60-player action combat offering players insane mobility powered by parkour and grappling hook, a vast arsenal of melee and ranged weapons, and a roster of characters with powerful abilities—transform yourself into a gigantic Vajra Warrior and crush your enemies!</td>
</tr>
<tr>
<td><b>Genre</b>: Action, Adventure, Massively Multiplayer</td>
</tr>
<tr>
<td><b>Rating</b>: 3.3/5</td>
</tr>
<tr>
<td><b>Price</b>: ₹ 1299</td>
</tr>
<tr>
<td><button>Add to Cart</button></td>
</tr>
</table>
</section>
<p style="text-align: right; margin-right: 65px;"><a href="#" id="more">>> More Games</a></p>
<hr width="90%" style="margin-top: 10px; color: white;">
<h2 style="text-align: center; color: black; margin-bottom: 10px;">POPULAR UPCOMING</h2>
<section class="block">
<table>
<tr>
<td rowspan="6"><img src="Images/DL.jpg" class="top_games_image"></td>
<td><b style="font-size: 20px;">DEATHLOOP</b></td>
</tr>
<tr>
<td><b>Description</b>: DEATHLOOP is a next-gen FPS from Arkane Lyon, the award-winning studio behind Dishonored. In DEATHLOOP, two rival assassins are trapped in a mysterious timeloop on the island of Blackreef, doomed to repeat the same day for eternity.</td>
</tr>
<tr>
<td><b>Genre</b>: Action</td>
</tr>
<tr>
<td><b>Rating</b>: -/5</td>
</tr>
<tr>
<td><b>Planned Release Date</b>: <time datetime="2021-09-29">29th September,2021</time></td>
</tr>
<tr>
<td><button>Add to Wishlist</button></td>
</tr>
</table>
</section>
<section class="block">
<table>
<tr>
<td rowspan="6"><img src="Images/TB.jpg" class="top_games_image"></td>
<td><b style="font-size: 20px;">Timberborn</b></td>
</tr>
<tr>
<td><b>Description</b>: Humans are long gone. Will your lumberpunk beavers do any better? A city-building game featuring ingenious animals, vertical architecture, river control, and deadly droughts. Contains high amounts of wood.</td>
</tr>
<tr>
<td><b>Genre</b>: Indie, Simulation, Strategy, Early Access</td>
</tr>
<tr>
<td><b>Rating</b>: -/5</td>
</tr>
<tr>
<td><b>Planned Release Date</b>: <time datetime="2021-10-05">5th October,2021</time></td>
</tr>
<tr>
<td><button>Add to Wishlist</button></td>
</tr>
</table>
</section>
<section class="block">
<table>
<tr>
<td rowspan="6"><img src="Images/FSOC.jpg" class="top_games_image"></td>
<td><b style="font-size: 20px;">Flynn: Son of Crimson</b></td>
</tr>
<tr>
<td><b>Description</b>: Help Flynn and his mythical companion Dex save Rosantica before the evil from The Scourge claims his home. In Flynn: Son of Crimson, you’ll go on a journey of discovery and conflict as you learn to master the power of Crimson Energy.</td>
</tr>
<tr>
<td><b>Genre</b>: Action, Adventure, Indie</td>
</tr>
<tr>
<td><b>Rating</b>: -/5</td>
</tr>
<tr>
<td><b>Planned Release Date</b>: <time datetime="2021-12-03">3rd December,2021</time></td>
</tr>
<tr>
<td><button>Add to Wishlist</button></td>
</tr>
</table>
</section>
<p style="text-align: right; margin-right: 65px;"><a href="#" id="more">>> More Games</a></p>
<hr width="90%" style="margin-top: 10px; color: white;">
<h2 style="text-align: center; color: black; margin-bottom: 10px;">SPECIALS</h2>
<section class="block">
<table>
<tr>
<td rowspan="6"><img src="Images/NMS.jpg" class="top_games_image"></td>
<td><b style="font-size: 20px;">No Man's Sky</b></td>
</tr>
<tr>
<td><b>Description</b>: No Man's Sky is a game about exploration and survival in an infinite procedurally generated universe.</td>
</tr>
<tr>
<td><b>Genre</b>: Action, Adventure</td>
</tr>
<tr>
<td><b>Rating</b>: 4.7/5</td>
</tr>
<tr>
<td><b>Price</b>: ₹ 899</td>
</tr>
<tr>
<td><button>Add to Cart</button></td>
</tr>
</table>
</section>
<section class="block">
<table>
<tr>
<td rowspan="6"><img src="Images/MELE.jpg" class="top_games_image"></td>
<td><b style="font-size: 20px;">Mass Effect<sup>TM</sup> Legendary Edition</b></td>
</tr>
<tr>
<td><b>Description</b>: The Mass Effect<sup>TM</sup> Legendary Edition includes single-player base content and over 40 DLC from the highly acclaimed Mass Effect, Mass Effect 2, and Mass Effect 3 games, including promo weapons, armors, and packs — remastered and optimized for 4K Ultra HD.</td>
</tr>
<tr>
<td><b>Genre</b>: Action, RPG</td>
</tr>
<tr>
<td><b>Rating</b>: 4.9/5</td>
</tr>
<tr>
<td><b>Price</b>: ₹ 1999</td>
</tr>
<tr>
<td><button>Add to Cart</button></td>
</tr>
</table>
</section>
<p style="text-align: right; margin-right: 65px;"><a href="#" id="more">>> More Games</a></p>
</div>
<footer>
<hr width="90%" style="margin-top: 10px; color: white;">
<p >GameZone. All rights reserved. All trademarks are property of their respective owners in the INDIA and other countries.
GST included in all prices where applicable.</p>
<nav>
<ul>
<li class="ele_mid"><a href="#"> Privacy Policy </a></li>
<li class="ele_mid"><a href="#"> Legal </a></li>
<li><a href="#"> Cookies </a></li>
</ul>
</nav>
<hr width="90%" style="margin-top: 10px; color: white;">
<nav>
<ul>
<li class="ele_mid"><a href="#"> About </a></li>
<li class="ele_mid"><a href="#"> Jobs </a></li>
<li class="ele_mid"><a href="#"> Support </a></li>
<li class="ele_mid"><a href="#"><img src="Images/fb.png" style="height: 12px;"> GameZone </a></li>
<li class="ele_mid"><a href="#"><img src="Images/insta.png" style="height: 12px;"> @GameZone </a></li>
<li><a href="#"><img src="Images/twitter.png" style="height: 12px;"> @GameZone </a></li>
</ul>
</nav>
</footer>
</body>
</html>