generated from Parcle-game/Parcle-game.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
556 lines (420 loc) · 20.9 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
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
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
<!DOCKTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home | Unviere</title>
<meta name="description" content="We are unviere a game/software studio. Making games mainly on Roblox. Also we making games with game jams. But also normal games, visit our games page. For all our games.">
<meta name="author" content="unviere ">
<link rel="shortcut icon" type="x-icon" href="Img/unv_games.png">
<!--Topbar styles-->
<link rel="stylesheet" type="text/css" href="Style/topbarv2.css">
<link rel="stylesheet" type="text/css" href="Style/themes/UnvLight/topbar.css">
<link rel="stylesheet" type="text/css" href="Style/themes/UnvDark/topbar.css">
<!--general styles-->
<link rel="stylesheet" type="text/css" href="Style/general.css">
<link rel="stylesheet" type="text/css" href="Style/themes/UnvLight/general.css">
<link rel="stylesheet" type="text/css" href="Style/themes/UnvDark/general.css">
<link rel ="stylesheet" type = "text/css" href ="Style/styles.css">
<!-- games page styles-->
<link rel ="stylesheet" type = "text/css" href ="Style/games.css">
<link rel ="stylesheet" type = "text/css" href ="Style/themes/UnvLight/games.css">
<link rel ="stylesheet" type = "text/css" href ="Style/themes/UnvDark/games.css">
<!--game info -->
<link rel ="stylesheet" type = "text/css" href ="games/styles/game.css">
<link rel ="stylesheet" type = "text/css" href ="Style/themes/UnvLight/game.css">
<link rel ="stylesheet" type = "text/css" href ="Style/themes/UnvDark/game.css">
<!-- <link rel ="stylesheet" type = "text/css" href ="Style/sidebar.css"-->
<link rel="stylesheet"
href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.css">
<link rel="stylesheet" href="Style/images.css">
<script defer type="module" src="Scripts/topbar new.js"></script>
<script src ="games/scripts/homeUrlChange.js"></script>
</head>
<body>
<!-- index.html -->
<input type="checkbox" id="check">
<label class="sidebar-toggle" for="check"><i class="ri-pushpin-line"id="unpinned"></i><i class="ri-pushpin-fill" id="pinned"></i></label>
<div id="header"></div>
<!-- <i class="ri-close-line" id="cancel"></i>
</label>-->
<template id="nav">
<h1 class="sidebar-header">On this page.</h1>
<li><a class="navigate" href="#landing" id="landingA">Landings page</a></a></li>
<li><a class="navigate" href="#game">Random game</a></li>
<li><a class="navigate" href="#groups">Groups</a></li>
<hr id="menuhr">
<h1 class="sidebar-header">Also checkout.</h1>
<li><a class="navigate" href="https://unviere.github.io/Unviere/games">Games</a></li>
<li><a class="navigate" href="https://unviere.github.io/Unvier/settings">Settings</a></li>
<div class="scroll-padding"></div>
</template>
<input type="checkbox" id="toggle-instalrbx">
<section class="instalf">
<label for="toggle-instalrbx"><i class="ri-close-line" id="closeinstalrbx"></i></label>
</section>
<section class ="hero"><a name="landing"></a>
<div class ="hero-text">
<h1>Unviere</h1>
<h4>Play our games and be happy!</h4>
<p>Hi hello nice that you visit our website.
We are unviere founded in 2023,
and we founded our name in march 2024. by 0Shank, syndicate292 and foodeggs7 (usernames).
We started with making our game paralleized
engineers, we started with one game jam. For
connect 23, from there we started Unviere. This site is in development for support and some things go to our other site. Also join our groups for feature perks.</p>
<div class="hero-buttons">
<a href="https://coolegaming.wixsite.com/unviere" class="button-n">Full site</a>
<a href="#groups" class="ctaa">Our groups</a>
</div>
</div>
<div class="hero-img">
<img src="Img/unv_games.png">
</div>
</section>
<section class="masages">
<div class="masages-stuff">
<div class="tip" id="theme-revamp">
<div class="title"><h1>Our themes are revamped + new navbar </h1></div>
<div class="dissmiss" id="theme-revamp-msg"><i class="ri-close-circle-fill"></i></div>
<div class="content-masages">
<p>Hi there i revamped all themes. modern style is the defould. And there come a dark mode in the future. also the two Unviere themes are still there. I also revamped the topbar.
<br><br> <h1>The following pages are updated.</h1><br> <a href="https://unviere.github.io/Unviere/games" class="link">Games </a>
<br> <a href="https://unviere.github.io/Unviere" class="link">Home </a>
<br> <a href="https://unviere.github.io/Unviere/settings" class="link">Settings </a><br> <a class="link-d">All game pages.</a>
<br> <a class="link-d">All form pages. </a>
</p>
</div>
</div>
</div>
<div class="masages-stuff">
<div class="tip" id="theme-zwitch-tip">
<div class="title"><h1>Did you know </h1></div>
<div class="dissmiss" id="theme-zwitch-msg"><i class="ri-close-circle-fill"></i></div>
<div class="content-masages">
<p>Dear user nice that you found my (will be our(my and my team)),s website. <br> <br> Note: this site is in development not everything is working fine. <br> <br>I will say look around and did you know you can change the theme in <a href="https://unviere.github.io/Unviere/settings" class="link">settings</a>. Its in development so not all themes apply on new stuff or maybe overlap if it used the old style sheets but, is updated.</p>
</div>
</div>
</div>
<template>
<div class="masages-stuff">
<div class="tip" id="theme-zwitch-tip">
<div class="title"><h1>Did you know </h1></div>
<div class="dissmiss" id="theme-zwitch-msg"><i class="ri-close-circle-fill"></i></div>
<div class="content-masages">
<p>hi there did you know that you can change this sites theme in the <a href="settings.html"class="link">settings </a></p>
</div>
</div>
</div>
</template>
</section>
<section class ="game"><a name="game"></a>
<div class="game-top-desc-etc" ><h1 class="sec-header">Random game <a href="javascript:void(0);" onclick="reloadAndScroll()" class="link-d all-games-b"><p class="sec-header-right">Reroll </p> <i class="ri-reset-left-line reload-game"></i></a></h1>
<p> We make games with game jams, as I said. But we also make normal games. Our system picked one random game for you. What you might like. I will say check it out.</p></div>
<div class="game-head-section" id="game-sec">
<div class="onrbx"> On Roblox </div>
<div class="game-top" id="game-header">
<div class ="game-top-holder"><a id="top-name" name=""></a>
<div class = game-top-left>
<h1 id="game-title">loading game title pls wait a moment...</h1>
<div class="stats-top-game">
<p id="game-developer">loading game studio info pls wait a moment...</p> <i class="ri-team-fill" id="stats-icon"><i class="ri-play-fill" id="stats-icon-inner"></i></i>
<h1 class="desk-title-game-stats">Active: </h1>
<h1 class="active" id="active-top">••• </h1>
<br>
<i class="ri-map-pin-user-fill" id="stats-icon"></i>
<h1 class="desk-title-game-stats">Visits: </h1>
<h1 class="visits" id="visits-top">•••</h1>
<br>
<i class="ri-thumb-up-fill" id="stats-icon"></i>
<h1 class="desk-title-game-stats">Liked: </h1>
<h1 class="likes" id="likes-top">•••</h1>
</div>
</div>
<div class="game-top-right">
<div class="game-top-right-mob">
<div class="game-top-info-parent">
<a class="game-top-info" id="info-button" ><i class="ri-information-line"></i></a>
<div class="game-top-info-drop"> <div class="game-top-info-content">
</div>
</div>
</div>
<div class="game-top-nav-parent">
<a class="game-top-nav" id="nav-button"><i class="ri-more-2-fill"></i></a>
<div class="game-top-nav-drop">
<div class="game-top-nav-content">
</div>
</div>
</div>
</div>
<a href="" class="group-icon" id="developer-img-link"><img src="" id="developer-img"></a>
<div id="game-top-socials">
<a href="" class="social" id="discord"><i class="ri-discord-fill social-icon" ></i></a>
<a href="" class="social" id="yt"><i class="ri-youtube-fill social-icon"></i></a>
<a href="" class="social" id="x"><i class="ri-twitter-x-fill social-icon" ></i></a>
<a href="" class="social" id="insta"><i class="ri-instagram-fill social-icon"></i></a>
<a href="" class="social" id="tiktok"><i class="ri-tiktok-fill social-icon"></i></a>
<a href="" class="social" id="guild"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="Guildeding-Logo--Streamline-Logos" height="35" width="35">
<desc>Guildeding Logo Streamline Icon: https://streamlinehq.com</desc>
<path fill="#ffd700" d="M0.24 1.8436H23.76C23.76 3.6397 23.6296 5.2818 23.3954 6.785H5.8399V7.8829C5.8399 11.675 8.8259 14.9197 11.9989 16.8633C13.4486 15.9727 14.7337 14.8555 15.714 13.5021H11.7648C10.5086 12.2716 9.5646 10.7117 9.2866 8.9798H22.9582C20.3079 19.83 12 22.1564 12 22.1564S0.24 17.7645 0.24 1.8436Z" stroke-width="1"></path>
</svg></a>
</div>
<div id="game-top-socials-mob">
<div class="game-social-drop-parent" id="social-button">
<a><i class="ri-arrow-drop-down-line"></i></a> <!-- Just the anchor for the icon -->
<div class="game-social-drop" id="game-top-socials-drop">
<a href="" class="social" id="discord-mob"><i class="ri-discord-fill"></i></a>
<a href="" class="social" id="yt-mob"><i class="ri-youtube-fill"></i></a>
<a href="" class="social" id="x-mob"><i class="ri-twitter-x-fill"></i></a>
<a href="" class="social" id="insta-mob"><i class="ri-instagram-fill"></i></a>
<a href="" class="social" id="tiktok-mob"><i class="ri-tiktok-fill"></i></a>
<a href="" class="social" id="guild-mob"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="Guildeding-Logo--Streamline-Logos" height="35" width="35">
<desc>Guildeding Logo Streamline Icon: https://streamlinehq.com</desc>
<path fill="#ffd700" d="M0.24 1.8436H23.76C23.76 3.6397 23.6296 5.2818 23.3954 6.785H5.8399V7.8829C5.8399 11.675 8.8259 14.9197 11.9989 16.8633C13.4486 15.9727 14.7337 14.8555 15.714 13.5021H11.7648C10.5086 12.2716 9.5646 10.7117 9.2866 8.9798H22.9582C20.3079 19.83 12 22.1564 12 22.1564S0.24 17.7645 0.24 1.8436Z" stroke-width="1"></path>
</svg></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="game-top-navinfo"></div>
<div class="game-img" >
<img id="game-thumb-1" src="Img/unviere.png">
</div>
<div class ="game-playbar">
<div class="game-playbar-content">
<a class="game-drop-down-button button-n">•••</a>
<ul class="game-drop-down">
<li>
<a class="button-n" href="">Groups</a>
<a class="button-n" href="https://unviere.github.io/Unviere/games">Games</a>
<a class="button-n" id="instal-button-dd"><i class =""></i> How to install</a></label>
</li>
</ul>
<a class="game-playbar-desk-button button-n" href="">Groups</a>
<a class="game-playbar-desk-button button-n" href="https://unviere.github.io/Unviere/games">Games</a>
<a href="" class="ctaa" id="play-button"><i class ="ri-play-fill"></i>Play now</a>
<label class="instal" for="toggle-instalrbx" id="instalrbxopen">
<a class="button-n" id="instal-button"><i class =""></i> How to install</a></label>
</div>
</div>
</div>
<div class="game-stats" id="game-stats-t">
<h1 id ="server-size">Server size:N/A</h1>
<br>
<h1 id ="favorites">Favourite:N/A</h1>
<br>
<h1 id ="created-date">Created N/A</h1>
<br>
<h1 id ="last-updated">Updated: </h1>
<br>
<a class="link" href="" id="upd-log">Update log</a>
<br>
<h1 id="genre">Genre: N/A</h1>
<br>
<h1 id="sub-genre">pls wait... loading game stats!!</h1>
</div>
<div class="game-buttons-bar" id="game-buttons-bar-id">
<button class="tablinks" onclick="opentab(event, 'desc')" id="descB">Description</button>
<button class="tablinks" onclick="opentab(event, 'store')" id="storeB">store</button>
<button class="tablinks" onclick="opentab(event, 'badges')" id="badgeB">badges</button>
<button class="tablinks" onclick="opentab(event, 'videos')" id="vidB">game trailers</button>
<button class="tablinks" onclick="opentab(event, 'servers')" id="serverB">servers</button>
</div>
<div id="desc">
<div id="description" class ="tabs-game-buttons-bar">
</div>
</div>
</section>
<section class="error" id="error-sec"> <div class="error-main">
<h1 class="error-title">error loading random game</h1>
<br>
<p class="error-desc"> we couldn't generate a random game id pls try again later</p>
</div>
</section>
<template id="game-card"><a class="game-card" href="">
<div class="game-holder">
<div class="game-info">
<p class="game-title"></p>
<h6 class="owner"> by:</h6>
<img class="icon" src=""></img>
<p class="game-desc"> </p>
<div class="stats-game">
<br>
<i class="ri-team-fill" id="stats-icon"><i class="ri-play-fill" id="stats-icon-inner"></i></i>
<h1 class="active"> </h1>
<br>
<i class="ri-map-pin-user-fill" id="stats-icon"></i>
<h1 class="visits"></h1>
<br>
<i class="ri-thumb-up-fill" id="stats-icon"></i>
<h1 class="likes"> </h1>
</div>
</div>
</div>
</a>
</template>
<section class="other games">
<div class ="games"> <a name="game-jams"></a> <h1 class="sec-header">Other games <a href="https://unviere.github.io/Unviere/games" class="link-d all-games-b"><p class="sec-header-right">See all </p> <i class="ri-arrow-right-circle-fill all-games-arrow" ></i></a></h1>
<div class="game-list">
<div class="games-container">
<div class = "game-inf-scrolling">
<div class="select-content">
</div>
<!---->
</div>
</div>
</div>
</div>
</div>
</section>
<!--partners -->
<section class ="groups">
<div class ="groups-partners"> <a name="groups"></a> <h1>Check here our partner groups.</h1>
<p> See here all our partners. With who we are afialated. Groups you can also join.</p>
<div class="partners-container">
<div class = "partners-inf-scrolling">
<div class="partners-content">
<!--unviere -->
<a href="" id ="partner-main">
<div class="partner-holder">
<img src ="Img/unv_games.png" ></img>
<div class ="partner-info">
<h1>Unviere</h1>
<p> Unviere a game/software studio make games with game jams in the summer from 2023 our first game be made for now we need alpha testers join our dizzy for more
Unviere make games with game jams but unique games it is unique in the whole univers</p>
<div class ="stats-group">
<br>
<h1>Members: ??? </h1>
<br>
<h1>Owner: 0Shank, foodeggs7</h1>
<br>
<h1>Join: free</h1>
</div>
</div>
</div>
</a>
<!--parcle -->
<a href="" id ="partner-parcle">
<div class="partner-holder">
<img src ="Img/parcle_games.png" ></img>
<div class ="partner-info">
<h1>Parcle</h1>
<p> This is the groep of parcle games owned by foodeggs7 happy games studio,s(previous name) parcle games is Set up in 2023 parcle games is a game studio what make games be happy if you play it
parcle games have the folow games
- happy obbies
- paralleized engineers (partner)
- and more games in the future</p>
<div class ="stats-group">
<br>
<h1>Members: ??? </h1>
<br>
<h1>Owner: foodeggs7</h1>
<br>
<h1>Join: free</h1>
</div>
</div>
</div>
</a>
<!--sk-->
<a href="" id="partner-SK">
<div class="partner-holder">
<img src="Img/groups/icon/Sk.png"></img>
<div class="partner-info">
<h1>SK Sword Killers</h1>
<p>
from SK Sword Fighting
a project from 0Shank and syndicate292/Zzaotic join the group to rank up</p>
<div class="stats-group">
<br>
<h1>Members: ??? </h1>
<br>
<h1>Owner: 0Shank</h1>
<br>
<h1>Join: free</h1>
</div>
</div>
</div>
</a>
<!--next-->
</div>
<!---->
</div>
</div>
</div>
</div>
<script>
function reloadAndScroll() {
// Get the current URL
const currentUrl = window.location.href.split('#')[0]; // Remove any existing hash
// Append the hash to the URL
window.location.href = currentUrl + '#game';
// Reload the page
window.location.reload();
}
</script>
<script>
var copy = document.querySelector(".partners-content").cloneNode(true);
document.querySelector(".partners-inf-scrolling").appendChild(copy);
</script>
</section>
<script defer type="module" src ="Scripts/modules/games/selected.js"></script>
<script src ="Scripts/parallel_tabs.js"></script>
<!--<script src ="Scripts/dark_mode.js"></script>-->
<script src ="games/scripts/data.js"></script>
<script src ="games/scripts/tabsControlerGame.js"></script>
<script src ="games/scripts/tabs.js"></script>
<script src = "Scripts/settings/theme.js"></script>
<script src = "Scripts/masages/style_msg.js"></script>
<script>
// Script 2: Listen for changes in the URL and get the updated URL as a string
// Function to listen for URL changes
function listenForUrlChange() {
let currentUrl = window.location.href; // Store the current URL
// Set an interval to check for URL changes
setInterval(() => {
// If the URL has changed (compare with the stored URL)
if (window.location.href !== currentUrl) {
// Function to get the URL without the hash part
function getUrlWithoutHash() {
var baseUrl = window.location.origin + window.location.pathname + window.location.search;
return baseUrl;
}
// Example usage
var urlWithoutHash = getUrlWithoutHash();
console.log(urlWithoutHash); // Logs the URL without the # part
currentUrl = urlWithoutHash//window.location.href; // Update the stored URL to the new one
// Get the current URL as a string
var updatedUrl = currentUrl;
// Now you can use the updated URL string however you need
console.log('Updated URL:', updatedUrl);
const landing = document.getElementById('landingA')
landing.href = `${updatedUrl}#landing`
}
}, 100); // Check every 100ms for URL changes
}
// Start listening for URL changes
listenForUrlChange();
</script>
<script>document.addEventListener('DOMContentLoaded', () => {
setTimeout(() => {
const titleElement = document.getElementById('side-menu-title');
const descElement = document.getElementById('side-menu-desc');
if (titleElement) {
titleElement.textContent = "home";
} else {
console.error("Element with ID 'side-menu-title' not found.");
}
if (descElement) {
descElement.textContent = "unveire is a game/software studio making Games mainly on Roblox";
} else {
console.error("Element with ID 'side-menu-desc' not found.");
}
}, 1000); // Delay execution by 100 milliseconds
});</script>
<!--<script src ="Scripts/truncate_groupdesc.js"></script>-->
</body>
</html>