-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
403 lines (401 loc) · 16.2 KB
/
Copy pathindex.html
File metadata and controls
403 lines (401 loc) · 16.2 KB
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
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
<!DOCTYPE html>
<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" />
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon" />
<!-- 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=Poppins:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<!-- SWIPER CSS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css"
/>
<link rel="stylesheet" href="css/style.css" />
<!-- FONT AWESOME ICONS -->
<script
src="https://kit.fontawesome.com/f55cff69b7.js"
crossorigin="anonymous"
></script>
<!-- CUSTOM SCRIPT -->
<script defer src="js/script.js"></script>
<title>LuxeGaming — Home</title>
</head>
<body>
<div class="wrapper">
<!-- ================= PRELOADER ================= -->
<div id="js-preloader" class="js-preloader">
<div class="preloader-inner">
<span class="dot"></span>
<div class="dots">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
<!-- ================= HEADER ================= -->
<header class="header-area">
<div class="header container">
<a href="#">
<img class="header__logo" src="img/logo-light.png" alt="logo" />
</a>
<nav class="main-nav">
<ul class="main-nav__list">
<li>
<a class="main-nav__link main-nav__link--active" href="#"
>Home</a
>
</li>
<li><a class="main-nav__link" href="shop.html">Our Shop</a></li>
<li>
<a class="main-nav__link" href="product.html"
>Product Details</a
>
</li>
<li>
<a class="main-nav__link" href="contact.html">Contact us</a>
</li>
<li>
<a class="main-nav__link main-nav__link--cta" href="#cta"
>Sign in</a
>
</li>
</ul>
</nav>
<button class="btn-mobile-nav">
<i class="fa fa-bars icon-mobile-nav icon-mobile-nav__menu"></i>
<i class="fa fa-xmark icon-mobile-nav icon-mobile-nav__close"></i>
</button>
</div>
</header>
<!-- ================= MAIN ================= -->
<main>
<!-- ================= HERO ================= -->
<section class="section-hero">
<div class="hero container">
<div>
<h3 class="hero__subheading">Welcome to LuxeGaming</h3>
<h1 class="heading-primary">Discover the joy of gaming now!</h1>
<p class="hero__description">
The future of gaming goes beyond entertainment and it's a
privilege to help shape it! We're building a safe, affordable,
and sustainable marketplace for the gamers of today and
tomorrow.
</p>
<form action="#" class="search-form">
<input
type="search"
class="search-form__input"
placeholder="Search Games"
/>
<input
type="submit"
class="btn search-form__btn"
value="Search Now"
/>
</form>
</div>
<figure class="hero__img-container">
<img class="hero__img" src="img/hero-img.jpg" alt="hero" />
<span class="hero__img-price">$29</span>
<span class="hero__img-offer">-40%</span>
</figure>
</div>
</section>
<!-- ================= TRENDING ================= -->
<section class="section-trending container">
<div class="grid--2-cols grid-layout-info">
<h3 class="subheading">Trending</h3>
<h2 class="heading-secondary">Trending Games</h2>
<a href="shop.html" class="btn btn-md">View all</a>
</div>
<div class="trending-cards-slider">
<div class="trending-cards-content">
<div class="swiper-wrapper trending-cards">
<div class="swiper-slide trending-cards__item">
<figure class="trending-cards__img-container">
<a href="product.html">
<img src="img/trending-01.jpg" alt="Trending game" />
<span class="price"><em>$28</em>$20</span>
</a>
</figure>
<div class="trending-cards__info">
<span class="card-category">Adventure</span>
<h3 class="card-title">World of Warcraft</h3>
<a
href="product.html"
title="Add to cart"
class="btn trending-cards__btn"
>
<i class="fa fa-shopping-cart"></i>
</a>
</div>
</div>
<div class="swiper-slide trending-cards__item">
<figure class="trending-cards__img-container">
<a href="product.html">
<img src="img/trending-02.jpg" alt="Trending game" />
<span class="price"><em>$49</em>$35</span>
</a>
</figure>
<div class="trending-cards__info">
<span class="card-category">Horror</span>
<h3 class="card-title">Resident Evil 4</h3>
<a
href="product.html"
title="Add to cart"
class="btn trending-cards__btn"
>
<i class="fa fa-shopping-cart"></i>
</a>
</div>
</div>
<div class="swiper-slide trending-cards__item">
<figure class="trending-cards__img-container">
<a href="product.html">
<img src="img/trending-03.jpg" alt="Trending game" />
<span class="price"><em>$29</em>$15</span>
</a>
</figure>
<div class="trending-cards__info">
<span class="card-category">Action</span>
<h3 class="card-title">Grand Theft Auto V</h3>
<a
href="product.html"
title="Add to cart"
class="btn trending-cards__btn"
>
<i class="fa fa-shopping-cart"></i>
</a>
</div>
</div>
<div class="swiper-slide trending-cards__item">
<figure class="trending-cards__img-container">
<a href="product.html">
<img src="img/trending-04.jpg" alt="Trending game" />
<span class="price"><em>$49</em>$39</span>
</a>
</figure>
<div class="trending-cards__info">
<span class="card-category">FPS</span>
<h3 class="card-title">Call of Duty</h3>
<a
href="product.html"
title="Add to cart"
class="btn trending-cards__btn"
>
<i class="fa fa-shopping-cart"></i>
</a>
</div>
</div>
<div class="swiper-slide trending-cards__item">
<figure class="trending-cards__img-container">
<a href="product.html">
<img src="img/trending-05.jpg" alt="Trending game" />
<span class="price"><em>$29</em>$21</span>
</a>
</figure>
<div class="trending-cards__info">
<span class="card-category">Sandbox</span>
<h3 class="card-title">Minecraft</h3>
<a
href="product.html"
title="Add to cart"
class="btn trending-cards__btn"
>
<i class="fa fa-shopping-cart"></i>
</a>
</div>
</div>
</div>
<div class="swiper-button-prev trending-button-prev"></div>
<div class="swiper-button-next trending-button-next"></div>
</div>
</div>
</section>
<!-- ================= TOP GAMES ================= -->
<section class="section-top-games">
<div class="container">
<div class="grid--2-cols grid-layout-info">
<h3 class="subheading">Top games</h3>
<h2 class="heading-secondary">Most Played</h2>
<a href="shop.html" class="btn btn-md">View all</a>
</div>
<div class="top-games-cards">
<div class="top-games-card">
<figure class="top-games-card__img-container">
<a href="product.html">
<img src="img/top-game-01.jpg" alt="Top Game" />
</a>
</figure>
<div class="top-games-card__info">
<span class="card-category">adventure</span>
<h3 class="card-title">Warframe</h3>
<a href="product.html" class="btn btn-sm">Explore</a>
</div>
</div>
<div class="top-games-card">
<figure class="top-games-card__img-container">
<a href="product.html">
<img src="img/top-game-02.jpg" alt="Top Game" />
</a>
</figure>
<div class="top-games-card__info">
<span class="card-category">action</span>
<h3 class="card-title">PUBG</h3>
<a href="product.html" class="btn btn-sm">Explore</a>
</div>
</div>
<div class="top-games-card">
<figure class="top-games-card__img-container">
<a href="product.html">
<img src="img/top-game-03.jpg" alt="Top Game" />
</a>
</figure>
<div class="top-games-card__info">
<span class="card-category">fps</span>
<h3 class="card-title">Apex Legends</h3>
<a href="product.html" class="btn btn-sm">Explore</a>
</div>
</div>
<div class="top-games-card">
<figure class="top-games-card__img-container">
<a href="product.html">
<img src="img/top-game-04.jpg" alt="Top Game" />
</a>
</figure>
<div class="top-games-card__info">
<span class="card-category">simulation</span>
<h3 class="card-title">The Sims 4</h3>
<a href="product.html" class="btn btn-sm">Explore</a>
</div>
</div>
<div class="top-games-card">
<figure class="top-games-card__img-container">
<a href="product.html">
<img src="img/top-game-05.jpg" alt="Top Game" />
</a>
</figure>
<div class="top-games-card__info">
<span class="card-category">adventure</span>
<h3 class="card-title">Lost Ark</h3>
<a href="product.html" class="btn btn-sm">Explore</a>
</div>
</div>
<div class="top-games-card">
<figure class="top-games-card__img-container">
<a href="product.html">
<img src="img/top-game-06.jpg" alt="Top Game" />
</a>
</figure>
<div class="top-games-card__info">
<span class="card-category">action</span>
<h3 class="card-title">Destiny 2</h3>
<a href="product.html" class="btn btn-sm">Explore</a>
</div>
</div>
</div>
</div>
</section>
<!-- ================= TOP GAMES ================= -->
<section class="section-categories container">
<div class="categories-info">
<h3 class="subheading">Categories</h3>
<h2 class="heading-secondary">Top Categories</h2>
</div>
<div class="categories">
<div class="category">
<h3 class="category__title">Fighting</h3>
<figure class="category__img-container">
<a href="shop.html">
<img src="img/categories-01.jpg" alt="Category" />
</a>
</figure>
</div>
<div class="category">
<h3 class="category__title">Action</h3>
<figure class="category__img-container">
<a href="shop.html">
<img src="img/categories-02.jpg" alt="Category" />
</a>
</figure>
</div>
<div class="category">
<h3 class="category__title">Fantasy</h3>
<figure class="category__img-container">
<a href="shop.html">
<img src="img/categories-03.jpg" alt="Category" />
</a>
</figure>
</div>
<div class="category">
<h3 class="category__title">FPS</h3>
<figure class="category__img-container">
<a href="shop.html">
<img src="img/categories-04.jpg" alt="Category" />
</a>
</figure>
</div>
<div class="category">
<h3 class="category__title">Adventure</h3>
<figure class="category__img-container">
<a href="shop.html">
<img src="img/categories-05.jpg" alt="Category" />
</a>
</figure>
</div>
</div>
</section>
<!-- ================= CTA ================= -->
<section class="section-cta container">
<div class="cta cta-shop">
<h3 class="subheading">our shop</h3>
<h2 class="heading-secondary">
Game On! Pre-Order, <span>Buy & Save!</span>
</h2>
<p class="cta__description">
Dive into an immersive world where tech meets excitement. From
thrilling adventures to mind-bending challenges, unlock
pre-orders, unbeatable prices, and gaming bliss.
</p>
<a href="shop.html" class="btn btn-md">shop now</a>
</div>
<div class="cta cta-news">
<h3 class="subheading">newsletter</h3>
<h2 class="heading-secondary">
Get Up To $100 Off. <span>Subscribe</span> To Our Newsletter!
</h2>
<form action="#" class="search-form">
<input
type="email"
class="search-form__input"
placeholder="Your email address"
required
/>
<input
type="submit"
class="btn search-form__btn"
value="Subscribe Now"
/>
</form>
</div>
</section>
</main>
<!-- ================= FOOTER ================= -->
<footer class="footer">
<p class="container footer__description">
Copyright © <span class="year"></span> Stefan Gogov. All rights
reserved.
</p>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
</body>
</html>