-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
192 lines (192 loc) · 9.79 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
<!DOCTYPE html>
<html>
<head>
<title>GameZone</title>
<meta charset="UTF-8">
<meta name="description" content="GAMEZONE HOME PAGE">
<meta name="keywords" content="Game Store online e-spor">
<meta name="viewport" content="width = device-width,initial-scale = 1">
<link href="CSS/style.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
</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 id="home_content" class="container">
<img src="Images/RL.jpg" class="home_content_image">
<img src="Images/valo.jpg" class="home_content_image">
<img src="Images/COD.jpg" class="home_content_image">
<img src="Images/pubg.jpg" class="home_content_image">
</div>
<div id="topgames" class="container">
<h2 style="text-align: center; color: black; margin-bottom: 0;">TOP GAMES OF THE WEEK</h2>
<section class="block">
<table>
<tr>
<td rowspan="6"><img src="Images/valo.jpg" class="top_games_image"></td>
<td><b style="font-size: 20px;">Valorant</b></td>
</tr>
<tr>
<td><b>Description</b>: Valorant is a tactical shooting game involving two teams with 5 players in each team. Every player can sign in and play remotely from anywhere in the world. Every game has 25 rounds and the team that wins 13 of them first wins the game. Players can choose their in-game characters called agents at the start of the game. Players can buy abilities and weapons at the start of the game.</td>
</tr>
<tr>
<td><b>Genre</b>: First-person hero shooter</td>
</tr>
<tr>
<td><b>Rating</b>: 4.5/5</td>
</tr>
<tr>
<td><b>Price</b>: ₹ 1000</td>
</tr>
<tr>
<td><button>Add to Cart</button></td>
</tr>
</table>
</section>
<section class="block">
<table>
<tr>
<td rowspan="6"><img src="Images/pubg.jpg" class="top_games_image"></td>
<td><b style="font-size: 20px;">Player Unknown Battle Ground</b></td>
</tr>
<tr>
<td><b>Description</b>: PlayerUnknown’s Battlegrounds, better known as PUBG,
is a multiplayer battle royale game in which players drop onto an island and
fight to be the last one left standing. There are currently three maps: Erangel,
Sanhok, and Miramar. You can choose whether to play solo, duo, or with a squad of
up to four players. Games load in with up to 100 players in total.</td>
</tr>
<tr>
<td><b>Genre</b>: Battle royale</td>
</tr>
<tr>
<td><b>Rating</b>: 4.9/5</td>
</tr>
<tr>
<td><b>Price</b>: ₹ 2000</td>
</tr>
<tr>
<td><button>Add to Cart</button></td>
</tr>
</table>
</section>
<section class="block">
<table>
<tr>
<td rowspan="6"><img src="Images/COD.jpg" class="top_games_image"></td>
<td><b style="font-size: 20px;">Call of Duty</b></td>
</tr>
<tr>
<td><b>Description</b>: Call Of Duty: Modern Warfare is half prequel,
half reboot to the Modern Warfare franchise. The game takes place before
the events of Call Of Duty 4: Modern Warfare, but since this is a re-imagining
of the entire story, developer Infinity Ward still has plenty of room to not simply
revisit the events of those earlier games, but alter and expand upon them however they see fit.</td>
</tr>
<tr>
<td><b>Genre</b>: First-person shooter, Adventure</td>
</tr>
<tr>
<td><b>Rating</b>: 4.1/5</td>
</tr>
<tr>
<td><b>Price</b>: ₹ 1499</td>
</tr>
<tr>
<td><button>Add to Cart</button></td>
</tr>
</table>
</section>
<hr width="90%" style="margin-top: 10px; color: white;">
<h2 style="text-align: center; color: black; margin-bottom: 0;">FEATURED & RECOMMENDED</h2>
<section class="block">
<table>
<tr>
<td rowspan="6"><img src="Images/GTA.jpg" class="top_games_image"></td>
<td><b style="font-size: 20px;">Grand Theft Auto V: Premium Edition</b></td>
</tr>
<tr>
<td><b>Description</b>: The Grand Theft Auto V: Premium Edition includes the complete Grand
Theft Auto V story experience, free access to the ever evolving Grand Theft Auto Online
and all existing gameplay upgrades and content including The Cayo Perico Heist,
The Diamond Casino & Resort, The Diamond Casino Heist, Gunrunning and much more.
You’ll also get the Criminal Enterprise Starter Pack, the fastest way to jumpstart
your criminal empire in Grand Theft Auto Online.</td>
</tr>
<tr>
<td><b>Genre</b>: Action, Adventure</td>
</tr>
<tr>
<td><b>Rating</b>: 3.9/5</td>
</tr>
<tr>
<td><b>Price</b>: ₹ 949</td>
</tr>
<tr>
<td><button>Add to Cart</button></td>
</tr>
</table>
</section>
<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>
</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>
<script src="Scripts/image_slide.js"></script>
</body>
</html>