-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgame-product-page.html
309 lines (301 loc) · 14.2 KB
/
game-product-page.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Game Masters</title>
<link rel="icon" type="image/png" href="Images/favicon.png" >
<!--Normalize-->
<link rel="stylesheet" href="./CSS/normalize.css">
<!--Font Awsome-->
<link rel="stylesheet" href="./CSS/all.min.css">
<!-- Main CSS File -->
<link rel="stylesheet" href="./CSS/style.css">
<link rel="stylesheet" href="./CSS/Game-product-page.css">
<!-- Google Fonts -->
<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=Rubik:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<div class="container">
<a href="index.html" class="logo">
<i class="fa-solid fa-gamepad"></i>
<span><span>Game</span>Masters</span>
</a>
<div class="pages-box">
<i class="fas fa-bars" id="toggle-menu">
<i class="fa-solid fa-angle-down" id="menu-arrow"></i>
</i>
<ul class="pages" id="pages-links">
<div class="col">
<li><a href="index.html" title="Home"><i class="fa-solid fa-house fa-fw"></i>Home</a></li>
<li><a href="playstation.html" title="Playstation"><i class="fa-brands fa-playstation fa-fw"></i>Playstation</a></li>
<li><a href="xbox.html" title="Xbox"><i class="fa-brands fa-xbox fa-fw"></i>Xbox</a></li>
<li><a href="pc.html" title="PC"><i class="fa-solid fa-desktop fa-fw"></i>PC</a></li>
<li><a href="trending.html"><i class="fa-solid fa-fire"></i>Trending</a></li>
<li><a href="support.html" title="Supports"><i class="fa-solid fa-headset fa-fw"></i>Supports</a></li>
<li><a href="about.html" title="About Us"><i class="fa-solid fa-circle-info fa-fw"></i>About Us</a></li>
<li><a href="brands.html" title="Brands"><i class="fa-solid fa-globe fa-fw"></i>Brands</a></li>
</div>
<div class="col">
<li><a href="coming-soon.html" title="coming soon"><i class="fa-solid fa-hourglass-half fa-fw"></i>Coming Soon</a></li>
<li><a href="game-reviews.html" title="Game Reviews"><i class="fa-solid fa-comment fa-fw"></i>Game Reviews</a></li>
<li><a href="gaming-news.html" title="gaming news"><i class="fa-regular fa-newspaper fa-fw"></i>Gaming News</a></li>
<li><a href="hardware.html" title="Hardware"><i class="fa-solid fa-microchip fa-fw"></i>Hardware</a></li>
<li><a href="nintendo.html" title="nintendo"><i class="fa-solid fa-puzzle-piece fa-fw"></i>Nintendo</a></li>
<li><a href="terms.html" title="nintendo"><i class="fa-solid fa-file fa-fw"></i>Terms</a></li>
</div>
</ul>
</div>
<div class="rightOptions">
<div class="profile">
<i class="fa-solid fa-user"></i>
<span>Account</span>
<ul class="acc">
<li><a href="profile.html"><i class="fa-solid fa-circle-user"></i>Profile</a></li>
<li><a href="signin.html"><i class="fa-solid fa-arrow-right-to-bracket fa-flip-horizontal" id="sign-in-or-out"></i>Sign In</a></li>
</ul>
</div>
<a href="cart.html" class="cart">
<i class="fa-solid fa-bag-shopping"></i>
<span id="cart-counter">0</span>
</a>
<div class="theme-mode" id="theme">
<i class="fa-solid fa-moon fa-fw" id="theme-icon" ></i>
</div>
</div>
</div>
</nav>
<!-- =======================Start Your Page Here======================= -->
<div class="container">
<!-- Game Products -->
<div class="product-container">
<!-- Game Details Section -->
<div class="game-details">
<img src="" id="game-img" alt="WWE 2K23 - PS5">
<div class="game-content">
<h2 class="game-title" id="game-name">WWE 2K23 - PS5</h2>
<div class="rating">
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
</div>
<p class="game-price" id="game-price">2650 EGP</p>
<div class="quantity">
<label for="quantity">Quantity:</label>
<input type="number" id="quantity" name="quantity" value="1" min="1">
</div>
<button class="add-to-cart-btn">Add To Cart</button>
</div>
</div>
<div class="game-desc" >
<strong>Description:</strong>
<p id="game-desc">Step into the squared circle and unleash your inner superstar in WWE 2K23. Featuring the most realistic WWE gameplay to date, this game puts you in control of your favorite WWE Superstars and Legends. With enhanced graphics, new gameplay mechanics, and an expanded roster, WWE 2K23 delivers the ultimate wrestling experience for fans old and new.</p>
</div>
<div class="video-container">
<iframe id="game-trailer" src="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
<!-- Related Products Section -->
<div class="related-products">
<!-- Game 2 -->
<div class="listgames">
<a href="https://www.google.com/search?q=FIFA+23+Standard+Edition+English+PS5" target="_blank">
<img src="https://api.egyptgamestore.com/uploads/products/xYdTVlc5y1olAJ9xgkDSPgJvdmVk7nh9paEF7Xhx.jpg" alt="FIFA 23 Standard Edition English - PS5">
<div class="caption">
<p class="more-details">"Click here for more details"</p>
</div>
</a>
<div class="game-content">
<h2 class="game-title">FIFA 23 Standard Edition English - PS5</h2>
<div class="rating">
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
</div>
<p class="game-price">$30</p>
<button gameid="2" gamename="FIFA 23 Standard Edition English - PS5" gameprice="$30" gameimage="https://api.egyptgamestore.com/uploads/products/xYdTVlc5y1olAJ9xgkDSPgJvdmVk7nh9paEF7Xhx.jpg" class="add-to-cart-related">Add To Cart</button>
</div>
<!-- Table for FIFA 23 -->
<div class="advanced-table">
<table>
<thead>
<tr>
<th>Age</th>
<th>Date of Publishing</th>
<th>Country</th>
</tr>
</thead>
<tbody>
<tr>
<td>12+</td>
<td>September 2022</td>
<td>UK</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- Game 3 -->
<div class="listgames">
<a href="https://www.google.com/search?q=PlayStation+5+Console+Disc+Version" target="_blank">
<img src="https://api.egyptgamestore.com/uploads/products/JzxnZpASkH4oiJlRmZqjVV2MzdRTFArGmt1VpLpd.jpg" alt="PlayStation 5 Console (Disc Version)">
<div class="caption">
<p class="more-details">"Click here for more details"</p>
</div>
</a>
<div class="game-content">
<h2 class="game-title">PlayStation 5 Console (Disc Version)</h2>
<div class="rating">
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
</div>
<p class="game-price">$120</p>
<button gameid="3" gamename="PlayStation 5 Console (Disc Version)" gameprice="$120" gameimage="https://api.egyptgamestore.com/uploads/products/JzxnZpASkH4oiJlRmZqjVV2MzdRTFArGmt1VpLpd.jpg" class="add-to-cart-related">Add To Cart</button>
</div>
<!-- Table for PlayStation 5 Console (Disc Version) -->
<div class="advanced-table">
<table>
<thead>
<tr>
<th>Age</th>
<th>Date of Publishing</th>
<th>Country</th>
</tr>
</thead>
<tbody>
<tr>
<td>18+</td>
<td>November 2020</td>
<td>Japan</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- Game 4 -->
<div class="listgames">
<a href="https://www.google.com/search?q=Marvels+Spider-Man+Remastered" target="_blank">
<img src="https://api.egyptgamestore.com/uploads/products/TZ7psVB2Hy6aOE4aks0kN2eBO5QheFBtytwIQHQx.jpg" alt="Marvel's Spider-Man Remastered">
<div class="caption">
<p class="more-details">"Click here for more details"</p>
</div>
</a>
<div class="game-content">
<h2 class="game-title">Marvel's Spider-Man Remastered</h2>
<div class="rating">
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
</div>
<p class="game-price">$100</p>
<button gameid="4" gamename="Marvel's Spider-Man Remastered" gameprice="$100" gameimage="https://api.egyptgamestore.com/uploads/products/TZ7psVB2Hy6aOE4aks0kN2eBO5QheFBtytwIQHQx.jpg" class="add-to-cart-related">Add To Cart</button>
</div>
<!-- Table for Marvel's Spider-Man Remastered -->
<div class="advanced-table">
<table>
<thead>
<tr>
<th>Age</th>
<th>Date of Publishing</th>
<th>Country</th>
</tr>
</thead>
<tbody>
<tr>
<td>16+</td>
<td>November 2020</td>
<td>USA</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- Game 5 -->
<div class="listgames">
<a href="https://www.google.com/search?q=TOM+Clancy+Ghost+Recon+Break+Point+Arabic+PS4" target="_blank">
<img src="https://api.egyptgamestore.com/uploads/products/DCg6m5kVQc70xQXW0TTqwDVeiOqheGi3iS8QqGE2.jpg" alt="TOM Clancy Ghost Recon Break Point Arabic PS4">
<div class="caption">
<p class="more-details">"Click here for more details"</p>
</div>
</a>
<div class="game-content">
<h2 class="game-title">TOM Clancy Ghost Recon Break Point Arabic PS4</h2>
<div class="rating">
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
<span class="star">★</span>
</div>
<p class="game-price">$70</p>
<button gameid="5" gamename="TOM Clancy Ghost Recon Break Point Arabic PS4" gameprice="$70" gameimage="https://api.egyptgamestore.com/uploads/products/DCg6m5kVQc70xQXW0TTqwDVeiOqheGi3iS8QqGE2.jpg" class="add-to-cart-related">Add To Cart</button>
</div>
<!-- Table for TOM Clancy Ghost Recon Break Point Arabic PS4 -->
<div class="advanced-table">
<table>
<thead>
<tr>
<th>Age</th>
<th>Date of Publishing</th>
<th>Country</th>
</tr>
</thead>
<tbody>
<tr>
<td>18+</td>
<td>October 2019</td>
<td>USA</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<script src="./JS/game-page.js"></script>
<!-- =======================End Your Page Here======================= -->
<footer>
<div class="container">
<div class="box">
<h3>Game Masters</h3>
<ul class="social">
<li><a href="https://www.facebook.com/" class="facebook"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://twitter.com/" class="twitter"><i class="fa-brands fa-x-twitter"></i></a></li>
<li><a href="https://www.youtube.com/" class="youtube"><i class="fab fa-youtube"></i></a></li>
</ul>
<p class="text">
Explore endless worlds of gaming adventure with GameStore. Discover the latest releases, join our community, and level up your gaming experience today.
</p>
</div>
<div class="box">
<div class="line">
<i class="fas fa-map-marker-alt fa-fw"></i>
<div class="info">Egypt, Cairo, Helwan University, Faculty of Computer Science and Artificial Intelligence</div>
</div>
<div class="line">
<i class="far fa-clock fa-fw"></i>
<div class="info">Business Hours: From 10:00 To 18:00</div>
</div>
<div class="line">
<i class="fas fa-phone-volume fa-fw"></i>
<div class="info">
<span>+20123453459</span>
<span>+20173765432</span>
</div>
</div>
</div>
</div>
<p>Copyright © 2024 GameMasters. All rights reserved.</p>
</footer>
<script src="./JS/main.js"></script>
</body>
</html>