-
Notifications
You must be signed in to change notification settings - Fork 1
/
wallpaper.html
465 lines (379 loc) · 20.2 KB
/
wallpaper.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
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
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- TITLE -->
<title>Wallpaper</title>
<!-- CSS FILE -->
<link rel="stylesheet" type="text/css" href="Scss/home.css" />
<!-- responsive file -->
<link rel="stylesheet" type="text/css" href="Scss/resposnive.css" />
<link rel="stylesheet" type="text/css" href="Scss2/tournament.css" />
<link rel="stylesheet" type="text/css" href="Scss2/wallpaper.css" />
<!-- FAVICON -->
<link rel="icon" type="image/x-icon" href="Img/logo/PixelPlay.png" />
<!-- font awesome -->
<script src="https://kit.fontawesome.com/cb104e752f.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/all.min.css">
<!-- Css animation -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<!-- Aos animation -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- Bootstrap CSS v5.2.1 -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous" />
<!-- Add the slick-theme.css for default styling -->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css" />
<!-- Add the slick-theme.css if you want default styling -->
<link rel="stylesheet" type="text/css"
href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css"
integrity="sha512-YWzhKL2whUzgiheMoBFwW8CKV4qpHQAEuvilg9FAn5VJUDwKZZxkJNuGM4XkWuk94WCrrwslk8yWNGmY1EduTA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
</head>
<body>
<style>
@font-face {
font-family: "Starzone";
src: url("Font/starzone-scifi-game-font/Web-TT/Starzone.ttf") format("truetype"),
url("Font/starzone-scifi-game-font/OpenType-TT/Starzone.ttf") format("truetype"),
url("Font/starzone-scifi-game-font/OpenType-PS/Starzone.otf") format("opentype"),
url("Font/starzone-scifi-game-font/Web-PS/Starzone.otf") format("opentype");
}
@font-face {
font-family: "CustomFont1";
src: url("Font/oxstar-font/OpenType-TT/Oxstars-Regular.ttf");
}
@font-face {
font-family: "CustomFont2";
src: url("Font/oxstar-font/Web-TT/Oxstars-Regular.ttf");
}
</style>
<!--------------------------------------- Navbar ------------------------------->
<div class="search__wrap text-center">
<div class="serch-type">
<h2 class="title-s">... <span>Search Here</span> ...</h2>
<input placeholder="Type here" class="ser-big" />
<div class="aline"></div>
<i class="fa-brands fa-searchengin" id="search-section-ic"></i>
</div>
<button class="item-6" id="sandbox-two">
<span class="inner">
<span class="label">Close</span>
</span>
</button>
</div>
<header class="pixel-head" id="pix-head">
<!-- Menu + Logo -->
<div class="logo-menu-part" id="logo-menu-partt">
<!-- logo -->
<div class="pixel-nav" id="pix-nav">
<a href="index.html"> <img src="Img/logo/PixelPlay.png" class="logo-sec" alt="PIXEL PLAY PORTAL" /></a>
</div>
<!-- Menu -->
<div class="pixel-menu-section" id="pix-menu-section">
<ul class="pixel-menu">
<!-- home -->
<li class="nav-item">
<a href="index.html" class="nav-link text-uppercase "
onclick="changeActiveClass(event)">home</a>
</li>
<!-- arcade -->
<li class="nav-item">
<a href="wallpaper.html" class="nav-link text-uppercase act"
onclick="changeActiveClass(event)">wallpaper</a>
</li>
<!-- event -->
<li class="nav-item">
<a href="index.html#event-section" class="nav-link text-uppercase"
onclick="changeActiveClass(event)">event</a>
</li>
<!-- contact -->
<li class="nav-item">
<a href="index.html#contact" class="nav-link text-uppercase"
onclick="changeActiveClass(event)">Contact</a>
</li>
<!-- search box -->
<div class=" nav-link search-box" id="search-sec-p">
<i class="fa-solid fa-magnifying-glass search-icon "></i>
</div>
<!-- settings -->
<button class='nav-link text-uppercase setting-part'
onclick="changeActiveClass(event)">settings</button>
<!-- login -->
<li class="nav-item login-section">
<a href="login.html" class="nav-link text-uppercase" onclick="changeActiveClass(event)"> <i
class="fa-solid fa-right-to-bracket login-logo"></i>login</a>
</li>
<!-- more -->
<div class="dropdown more-part-section">
<button type="button" class="btn dropdown-toggle nav-link text-uppercase more-part-drop"
data-bs-toggle="dropdown">
More
</button>
<ul class="dropdown-menu more-section">
<li><a class="dropdown-ite nav-link text-uppercase" href="profile.html"
onclick="changeActiveClass(event)">Profile</a></li>
<li><a class="dropdown-ite nav-link text-uppercase" href="index.html#characters"
onclick="changeActiveClass(event)">Character</a></li>
<li><a class="dropdown-ite nav-link text-uppercase" href="about.html"
onclick="changeActiveClass(event)">about</a>
</li>
<li><a class="dropdown-ite nav-link text-uppercase" href="intro.html"
onclick="changeActiveClass(event)">intro</a></li>
<li><a class="dropdown-ite nav-link text-uppercase" href="trending.html"
onclick="changeActiveClass(event)">trending </a>
</li>
<li><a class="dropdown-ite nav-link text-uppercase" href="news.html"
onclick="changeActiveClass(event)">News </a>
</li>
<li><a class="dropdown-ite nav-link text-uppercase" href="index.html#arcade-section"
onclick="changeActiveClass(event)">arcade</a></li>
<li><a class="dropdown-ite nav-link text-uppercase" href="404error.html"
onclick="changeActiveClass(event)">music</a></li>
<li><a class="dropdown-ite nav-link text-uppercase" href="tournament.html"
onclick="changeActiveClass(event)">tournament
</a></li>
<li><a class="dropdown-ite nav-link text-uppercase" href="stream.html"
onclick="changeActiveClass(event)">game
stream</a></li>
</ul>
</div>
</ul>
<!-- search box two -->
<div class="search-box-two">
<button class="btn-search" id="search-sec-p-two"><i class="fas fa-search"></i></button>
</div>
</div>
<!-- Hamburger-part -->
<svg class="ham ham6 ham-part-section" viewBox="0 0 100 100" width="80"
onclick="this.classList.toggle('active')">
<path class="line top"
d="m 30,33 h 40 c 13.100415,0 14.380204,31.80258 6.899646,33.421777 -24.612039,5.327373 9.016154,-52.337577 -12.75751,-30.563913 l -28.284272,28.284272">
</path>
<path class="line middle"
d="m 70,50 c 0,0 -32.213436,0 -40,0 -7.786564,0 -6.428571,-4.640244 -6.428571,-8.571429 0,-5.895471 6.073743,-11.783399 12.286435,-5.570707 6.212692,6.212692 28.284272,28.284272 28.284272,28.284272">
</path>
<path class="line bottom"
d="m 69.575405,67.073826 h -40 c -13.100415,0 -14.380204,-31.80258 -6.899646,-33.421777 24.612039,-5.327373 -9.016154,52.337577 12.75751,30.563913 l 28.284272,-28.284272">
</path>
</svg>
</div>
</div>
</header>
<!-- NEWS title text part -->
<div class="container-fluid tourn-title">
<div class="row">
<div class="col-xl-6 tour-t-one">
<div class="tourn-title-text">
<p class="text-uppercase">wallpaper</p>
</div>
</div>
<div class="col-xl-6 tour-t-two">
<div class="tour-title-img">
<img src="./Img/wallpaper/wallpaper-part.png" alt="" class="tourn-trphy-img">
</div>
</div>
</div>
</div>
<!-- wallpaper section -->
<div class="container-fluid wallpaper-section">
<div class="wall-part-t">
<div class="wall-sec-title">
<span class="text-uppercase a">w</span>
<span class="text-uppercase a">A</span>
<span class="text-uppercase a">l</span>
<span class="text-uppercase a">l</span>
<span class="text-uppercase a">p</span>
<span class="text-uppercase a">a</span>
<span class="text-uppercase a">p</span>
<span class="text-uppercase a">e</span>
<span class="text-uppercase a">r</span>
</div>
<div class="cube" style="--cube-size: 70px; --speed: 10s; --color: #ffffff;">
<div class="face front"></div>
<div class="face back"></div>
<div class="face right"></div>
<div class="face left"></div>
<div class="face top"></div>
<div class="face bottom"></div>
</div>
</div>
</div>
<div class="container-fluid wallpaper-section-body">
<div class="search-dropdown">
<div class="info-sec-button">
<i class="fa-solid fa-circle-info" id="info-part-btn-one"></i>
<div class="search-details-btn">
"Welcome! You can search for wallpapers here."
</div>
</div>
<!-- book animation -->
<div id="containerrr"></div>
<!-- ---- -->
<div class="search-part-wall">
<div class="input-box">
<input type="text" placeholder="Search..." />
<span class="search">
<i class="fa-brands fa-searchengin search-icon"></i>
</span>
<i class="fa-solid fa-xmark close-icon" id="close-btn"></i>
</div>
</div>
<div class="info-sec-button-two">
<i class="fa-solid fa-circle-info" id="info-part-btn-two"></i>
<div class="search-details-btn-two">
"click on the suggestion box to view a selection of wallpaper suggestions."
</div>
</div>
<div class="custom-select">
<div class="select-selected" data-category="">suggestion box</div>
<div class="select-items">
<input type="text" placeholder="Search...">
<div class="text-uppercase select-option ">all</div>
<div class="text-uppercase select-option" data-category="popular">Trending</div>
<div class="text-uppercase select-option" data-category="valorant">valorant</div>
<div class="text-uppercase select-option" data-category="gta">gta</div>
<div class="text-uppercase select-option" data-category="car">car</div>
<div class="text-uppercase select-option" data-category="character">character</div>
<div class="text-uppercase select-option" data-category="cod">Cod</div>
</div>
</div>
</div>
<div id="dynamicContent">
</div>
<button id="prevBtn">Previous</button>
<button id="nextBtn">Next</button>
<div id="myModal" class="modal">
<span id="closeModal" class="close">×</span>
<img class="modal-content" id="img01">
<div id="caption"></div>
<button id="downloadBtn">Download</button>
</div>
</div>
<!-- discord-part -->
<div class="discord-part-joinn">
<div class="dis-h">
<h2 class="dis-heading-title">JOIN THE <span class="dis-heading-title-two">COMMUNITY</span></h2>
<p class="dis-heading-title-three">Join our Discord community to remain informed and engaged with the
most
recent
updates.</p>
<a href="https://discord.gg/a7Y7WRfg" target="_blank" rel="nofollow" class="tg-btn-1-d">
<span>join discord</span>
<svg class="svg-dis-btn" preserveAspectRatio="none" viewBox="0 0 197 60" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path class="cls-1" fill-rule="evenodd" clip-rule="evenodd"
d="M30.976 0.755987L0.75499 30.977L29.717 58.677H165.717L195.938 30.977L165.717 0.755987H30.976Z"
stroke="white" stroke-width="1.5"></path>
<path class="cls-2" fill-rule="evenodd" clip-rule="evenodd"
d="M166.712 2.01899L196.933 30.98L166.712 58.68L188.118 29.719L166.712 2.01899Z" fill="white">
</path>
<path class="cls-2" fill-rule="evenodd" clip-rule="evenodd"
d="M30.235 2.01899L0.0139923 30.977L30.235 58.677L8.82899 29.719L30.235 2.01899Z" fill="white">
</path>
</svg>
</a>
</div>
</div>
<!-- Contact-part -->
<div class="arcade-section-part" id="contact">
<div class="arcade-title-part">
<img src="Img/arcade-part/logo/logo.png" alt="" id="arcade-img">
<p class="text-uppercase arcade-title">Contact</p>
<img src="Img/arcade-part/logo/logo.png" alt="" id="arcade-img-two">
</div>
</div>
<div class="container-fluid footer-section">
<div class="footer-head">
<p class="text-uppercase footer-title">Feel free to contact us if you need any assistance, any help or
another
question.</p>
</div>
<div class="row">
<div class="col-md-6 col-12">
<form action="contact.html" class="contFrm" method="POST">
<input type="text" name="name" placeholder="Your Name" class="inptFld foot-name" required />
<input type="email" name="email" placeholder="Email Address" class="inptFld foot-email" required />
<input type="text" name="sub" placeholder="Subject" class="inptFld foot-numb" required />
<textarea class="inptFld foot-message" rows="" cols="" placeholder="Your Message..."
required></textarea>
<div class="foot-button ">
<input type="submit" name="submit" value="SUBMIT" class="inptBtn footer-btn common-btn-part " />
</div>
</form>
</div>
<div class="col-md-6 col-12">
<div class="footer-address-section">
<i class="fa-solid fa-location-dot" id="foot-icons-part"></i>
<p id="add-dis">
D.NO-5-87-3A, GUNTUPoverviewI LAKSHMI NILAYAM NEAR PMG COMPLEX, Main Rd, Lakshmipuram,
Guntur,
Andhra
Pradesh
522007, India
</p>
</div>
<div class="footer-mail-section">
<a href="mailto:pixelplay@gmail.com"><i class="fa-solid fa-envelope" id="foot-icons-part"></i></a>
<a href="mailto:pixelplay@gmail.com" id="mail-dis">pixelplay@gmail.com</a>
</div>
<div class="footer-number-section">
<a href="tel:+91 123-456-7899"><i class="fa-solid fa-phone" id="foot-icons-part"></i></a>
<a href="tel:+91 123-456-7899" id="num-dis">+91 123-456-7899</a>
</div>
</div>
</div>
</div>
<!-- ---Copy right section--- -->
<div class="copyright-section">
<div class="copy-right-text">
<p>Copyright © Pixel Portal 2024, overview Rights Reserved.</p>
</div>
<div class="copyright-fonts">
<a class="font-cont" href="http://www.facebook.com"><i class="fa-brands fa-facebook-f"
id="fonts-event"></i></a>
<a class="font-cont" href="http://www.twitter.com"><i class="fa-brands fa-twitter" id="fonts-event"></i></a>
<a class="font-cont" href="http://www.pinterest.com"><i class="fa-brands fa-pinterest"
id="fonts-event"></i></a>
<a class="font-cont" href="http://www.instagram.com"><i class="fa-brands fa-instagram "
id="fonts-event"></i></a>
</div>
</div>
<button onclick="goToTop()" id="goToTopBtn" title="Go to top"><i class="fa-solid fa-chevron-up"
id="top-btn-par"></i></button>
<div id="star-container"></div>
<!-- -------------------------END------------------------- -->
<script src="js/main.js"></script>
<script src="js/wallpaper.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- ----------------------- LIBRARIES-PART ------------------------- -->
<!-- Custom scripts Bootstrap JavaScript Libraries for this template -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
<!-- Custom scripts slick slider for this template -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
<!-- Custom scripts animation for this template-->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<!-- <script src="./js/trending.js"></script> -->
<!-- ============SCRIPT FOR ANIMATION=============== -->
<!-- <script>
AOS.init({
duration: 1000,
once: true,
});
</script> -->
</body>
</html>