-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
511 lines (460 loc) · 23.6 KB
/
Copy pathindex.html
File metadata and controls
511 lines (460 loc) · 23.6 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
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GearBound</title>
<!-- 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=Inter:wght@400;600&family=Montserrat:wght@400;600&family=Russo+One&display=swap"
rel="stylesheet">
<!-- Links -->
<link rel="stylesheet" href="styles.css">
<script src="script.js" defer></script>
<!-- icon -->
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<!-- @NAV -->
<nav>
<a href="#" class="nav-brand">Gearbound</a>
<!-- @NAV @TOP -->
<div class="nav-links" id="desktopNav">
<a onclick="scrollToSection('status')" class="nav-item-status" style="cursor: pointer;">Status</a>
<a onclick="scrollToSection('teams')" class="nav-item-teams" style="cursor: pointer;">Teams</a>
<a onclick="scrollToSection('gallery')" class="nav-item-gallery" style="cursor: pointer;">Gallery</a>
<a onclick="scrollToSection('downloads')" class="nav-item-downloads" style="cursor: pointer;">Downloads</a>
<a onclick="scrollToSection('help')" class="nav-item-help" style="cursor: pointer;">Help</a>
<a onclick="scrollToSection('about')" class="nav-item-about" style="cursor: pointer;">About</a>
</div>
<!-- @NAV @ICON -->
<button class="hamburger" id="hamburger-menu" onclick="toggleMenu()">
<span></span> <!-- Supposed to be empty -->
<span></span> <!-- They make up the icon -->
<span></span>
</button>
<!-- @NAV @DROPDOWN -->
<div class="drop-down" id="drop-down">
<a onclick="scrollToSection('status')" class="mob-nav-item-status">Status</a>
<a onclick="scrollToSection('teams')" class="mob-nav-item-teams">Teams</a>
<a onclick="scrollToSection('gallery')" class="mob-nav-item-gallery">Gallery</a>
<a onclick="scrollToSection('downloads')" class="mob-nav-item-downloads">Downloads</a>
<a onclick="scrollToSection('help')" class="mob-nav-item-help">Help</a>
<a onclick="scrollToSection('about')" class="mob-nav-item-about">About</a>
</div>
</nav>
<!-- @BACKGROUND @GEARS-->
<div class="gear-container">
<svg class="gear-bg gear-1" id="gearLeft">
<use href="#gear-symbol" fill="#eebb66" />
</svg>
<svg class="gear-bg gear-2" id="gearRight">
<use href="#gear-symbol" fill="#eebb66" />
</svg>
</div>
<!-- @HTML @HEADER -->
<header id="home">
<div class="logo-container">
<img src="assets/title/GearBoundTitle.webp" alt="Gearbound Title Image" height="715"
width="2048" fetchpriority="high" />
</div>
<h2 class="hero-title">Cabin</h2>
<p class="hero-subtitle">A create focused modpack</p>
<div class="server-ip-box">
<span>gearbound.exphost.net</span>
<button class="copy-btn">COPY IP</button>
</div>
</header>
<!-- @HTML @STATUS @SERVER -->
<div class="container" id="status">
<div class="section-title">Server Status</div>
<div class="status-card">
<div class="rivet tl"></div>
<div class="rivet tr"></div>
<div class="rivet bl"></div>
<div class="rivet br"></div>
<div id="server-status">
<div class="status-line">Connecting to Satellite...</div>
<p class="info-text">Pinging gearbound.exphost.net</p>
</div>
<div id="player-container"></div>
</div>
</div>
<!-- @HTML @TEAMS -->
<div class="container" id="teams">
<div class="section-title">GearBound Teams</div>
<div id="teams-grid" class="grid">
<!-- Teams will be injected through js -->
</div>
</div>
<!-- @HTML @GALLERY -->
<div class="container" id="gallery">
<div class="section-title">Gallery</div>
<div class="gallery-toolbar">
<!-- @GALLERY @TABS -->
<div class="gallery-sub-tabs" id="gallery-sub-tabs">
<!-- tabs + images get injected here -->
</div>
<div class="gallery-controls">
<!-- @PAUSE @ICON @BUTTON -->
<button class="gallery-control-btn" id="galleryPauseBtn" onclick="toggleGalleryPause()"
title="Pause Auto-Scroll">
<svg width="14" height="14" viewBox="0 0 14 14" fill="currentColor">
<rect x="3" y="2" width="3" height="10" rx="1" />
<rect x="8" y="2" width="3" height="10" rx="1" />
</svg>
</button>
<!-- @GRID @ICON @BUTTON -->
<button class="gallery-control-btn" id="galleryExpandBtn" onclick="toggleGalleryExpand()"
title="Expand View">
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor">
<rect x="1" y="1" width="6" height="6" rx="1" />
<rect x="9" y="1" width="6" height="6" rx="1" />
<rect x="1" y="9" width="6" height="6" rx="1" />
<rect x="9" y="9" width="6" height="6" rx="1" />
</svg>
</button>
</div>
</div>
<div class="gallery-track-container">
<div id="gallery-track" class="gallery-track">
<!-- Images will be injected here -->
</div>
</div>
</div>
<!-- @BLUEMAP @MAP -->
<div class="container" id="bluemap-section">
<div class="grid" style="max-width: 800px; margin: 0 auto;">
<div class="card card-bluemap" style="text-align: center;">
<div class="rivet tl"></div>
<div class="rivet tr"></div>
<div class="rivet bl"></div>
<div class="rivet br"></div>
<h3>
World Map
<span class="card-emoji">🌍</span>
</h3>
<p>Explore the GearBound SMP in 3D through your browser.</p>
<div class="action-row" style="justify-content: center;">
<a href="http://37.114.50.115:25717/#world:-953:0:-144:1500:0:0:0:0:perspective" target="_blank"
class="btn btn-bluemap">
<span class="icon-box">
<svg class="icon" style="width: 18px; height: 18px;">
<use href="#bluemap-icon"></use>
</svg>
</span>
Open BlueMap
</a>
</div>
</div>
</div>
</div>
<!-- @DOWNLOADS -->
<div class="container" id="downloads">
<div class="section-title">Select Your Platform</div>
<div class="grid">
<!-- @PRISM @DOWNLOADS -->
<div class="card card-prism" id="prism">
<div class="badge-recommended">Recommended</div>
<div class="rivet tl"></div>
<div class="rivet bl"></div>
<div class="rivet br"></div>
<div>
<h3>
Prism
<span class="card-emoji">💎</span>
</h3>
<p>Light weight launcher <br> NOTE: this is the recommended installation! <br> as it offers
automatic
updates</p>
</div>
<div class="action-row">
<div class="download-wrapper">
<button onclick="toggleDownloadDropdown('prism-dl', event)" class="btn btn-prism">
<span class="icon-box">
<svg viewBox="0 0 384 512">
<use href="#download-icon"></use>
</svg>
</span>
Download .ZIP
</button>
<div id="prism-dl" class="dl-dropdown prism-theme">
<a href="/downlaods/prism/GearBound-Lite.zip" download="GearBound S0.4-V0.1.zip">Lite (Max FPS)</a>
<a href="/downlaods/prism/GearBound-Normal.zip" download="GearBound S0.4-V0.1.zip">Normal (Balanced)</a>
<a href="/downlaods/prism/GearBound-Heavy.zip" download="GearBound S0.4-V0.1.zip">Heavy (Beautiful)</a>
</div>
</div>
</div>
</div>
<!-- @MODRINTH @DOWNLOADS -->
<div class="card card-modrinth" id="modrinth">
<div class="rivet tl"></div>
<div class="rivet tr"></div>
<div class="rivet bl"></div>
<div class="rivet br"></div>
<div>
<h3>
Modrinth
<span class="card-emoji">🟢</span>
</h3>
<p>Modrinth is a lightweight option with friendly design but sadly <br> <br> doesnt offer automatic
updates</p>
</div>
<div class="action-row">
<div class="download-wrapper">
<button onclick="toggleDownloadDropdown('modrinth-dl', event)" class="btn btn-modrinth">
<span class="icon-box">
<svg viewBox="0 0 384 512">
<use href="#download-icon"></use>
</svg>
</span>
Download .mrpack
</button>
<div id="modrinth-dl" class="dl-dropdown modrinth-theme">
<a href="/downlaods/modrinth/GearBound-Lite.mrpack" download="GearBound S0.4-V0.1.zip">Lite (Max FPS)</a>
<a href="/downlaods/modrinth/GearBound-Normal.mrpack" download="GearBound S0.4-V0.1.zip">Normal (Balanced)</a>
<a href="/downlaods/modrinth/GearBound-Heavy.mrpack" download="GearBound S0.4-V0.1.zip">Heavy (Beautiful)</a>
</div>
</div>
</div>
</div>
<!-- @CURSEFORGE @DOWNLOADS -->
<div class="card card-curse" id="curseforge">
<div class="rivet tl"></div>
<div class="rivet tr"></div>
<div class="rivet bl"></div>
<div class="rivet br"></div>
<div>
<h3>
CurseForge
<span class="card-emoji">🔥</span>
</h3>
<p>The standard way to go, <br> with so many projects, however<br> <br> doesnt offer automatic
updates</p>
</div>
<div class="action-row">
<div class="download-wrapper">
<button onclick="toggleDownloadDropdown('curse-dl', event)" class="btn btn-curse">
<span class="icon-box">
<svg viewBox="0 0 384 512">
<use href="#download-icon"></use>
</svg>
</span>
Download .zip
</button>
<div id="curse-dl" class="dl-dropdown curse-theme">
<a href="/downlaods/curseforge/GearBound-Lite.zip" download="GearBound S0.4-V0.1.zip">Lite (Max FPS)</a>
<a href="/downlaods/curseforge/GearBound-Normal.zip" download="GearBound S0.4-V0.1.zip">Normal (Balanced)</a>
<a href="/downlaods/curseforge/GearBound-Heavy.zip" download="GearBound S0.4-V0.1.zip">Heavy (Beautiful)</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- @HTML @GUIDE @INSTALLATION -->
<div class="container container-thin" id="help">
<div class="section-title">Installation Guide</div>
<div id="tab-btn-list" class="tabs">
<button class="tab-btn active" data-tab="curse-help">CurseForge</button>
<button class="tab-btn" data-tab="modrinth-help">Modrinth</button>
<button class="tab-btn" data-tab="prism-help">Prism</button>
</div>
<!-- @CURSEFORGE @HELP -->
<div id="curse-help" class="tab-content active">
<h3>Curseforge installation guide</h3>
<ol>
<li>Download the<a onclick="scrollToSection('curseforge', 'center')" style="cursor: pointer;" class="nav-brand"> zip file </a>above</li>
<li>Open the curseforge app <a href="curseforge://">
<svg class="icon">
<use href="#app-link"></use>
</svg>
</a></li>
<li>Click
<svg class="icon">
<use href="#import-curseforge"></use>
</svg>
Import on the top left of the screen
</li>
<li>Then click "Choose .Zip file"</li>
<li>Select the zip file you just downloaded
</li>
<li>And thats it well done</li>
</ol>
</div>
<!-- @MODRINTH @HELP -->
<div id="modrinth-help" class="tab-content">
<h3>Modrinth installation guide</h3>
<ol>
<li>Download the<a onclick="scrollToSection('modrinth', 'center')" style="cursor: pointer;" class="nav-brand"> mrPack </a>above</li>
<li>Open the modrinth app <a href="modrinth://">
<svg class="icon">
<use href="#app-link"></use>
</svg>
</a></li>
<li>Click
<svg class="icon">
<use href="#import-modrinth"></use>
</svg>
Create new instance on the middle left of the screen
</li>
<li>now choose <span class="modrinth-icon modrinth-style-button">From File</span></li>
<li>and click <span class="modrinth-icon modrinth-style-button"><svg class="icon ">
<use href="#folder-modrinth"></use>
</svg>Import from file</span>
</li>
<li> navigate to the file you downloaded earlier <br> and double click it </li>
</ol>
</div>
<!-- @PRISM @HELP -->
<div id="prism-help" class="tab-content">
<h3>Prism installation guide</h3>
<ol>
<li>Download the<a onclick="scrollToSection('prism', 'center')" style="cursor: pointer;" class="nav-brand"> zip file </a>above</li>
<li>Open Prism Launcher <a href="prismlauncher://">
<svg class="icon">
<use href="#app-link"></use>
</svg>
</a></li>
<li>Click
<svg class="icon">
<use href="#import-prism"></use>
</svg>
add instance (top left)
</li>
<li>Select <span class="modrinth-icon modrinth-style-button"><svg class="icon ">
<use href="#folder-modrinth"></use>
</svg>Import</span>
</li>
<li>Then click
<span class="modrinth-icon modrinth-style-button">
Browse
</span>
</li>
<li>and double click the file you downloaded earlier</li>
</ol>
</div>
</div>
<!-- @HTML @ABOUT -->
<div class="container" id="about">
<div class="section-title">About Gearbound</div>
<p class="about-text">
Hello there ^-^ <br>
Gearbound is a Create focused community, <br>
aiming to bring automatisation to the world of Minecraft, <br>
We started as a group of friends who slowly over the years all met on this smp, <br>
trying out modpacks one after the other and <br>
then slowly started customizing the packs we played <br>
customizing them how we liked <br>
<br>
and now here we are also offering you a place to try out all your ideas <br>
</p>
<!-- @STOAT -->
<div class="grid container" style="max-width: 800px; margin: 0 auto;">
<div class="card card-stoat" style="text-align: center;">
<div class="rivet tl"></div>
<div class="rivet tr"></div>
<div class="rivet bl"></div>
<div class="rivet br"></div>
<h3>Join the Stoat Community</h3>
<p>Join us on Soat for support, meeting the community and showing of your builds </p>
<a href="https://stt.gg/ygxWa5ES" target="_blank" class="btn btn-stoat">
Join Stoat
<span class="icon-box">
<svg class="icon" viewBox="0 0 384 512">
<use href="#download-icon"></use>
</svg>
</span>
</a>
</div>
</div>
<!-- @DISCORD -->
<div class="grid container" style="max-width: 800px; margin: 0 auto;">
<div class="card card-discord" style="text-align: center;">
<div class="rivet tl"></div>
<div class="rivet tr"></div>
<div class="rivet bl"></div>
<div class="rivet br"></div>
<h3>Join the Discord Community</h3>
<p>Join us on Discord for support, meeting the community and showing of your builds </p>
<!-- UPDATE DISCORD LINK HERE -->
<a href="https://discord.gg/8VkeVVuceC" target="_blank" class="btn btn-discord">
Join Discord
<span class="icon-box">
<svg class="icon" viewBox="0 0 384 512">
<use href="#download-icon"></use>
</svg>
</span>
</a>
</div>
</div>
</div>
<!-- @FOOTER -->
<footer class="gearbound-footer">
<p>free minecraft SMP since 2022</p>
<p style="font-size: 0.85rem; margin-top: 0.5rem; opacity: 0.6;">focused on the create mod, happy creating</p>
<div class="footer-controls">
<button class="footer-btn btn-top" onclick="scrollToSection('home')" title="Back to Top">
<svg viewBox="0 0 384 512" style="width: 14px; height: 14px; fill: currentColor; transform: rotate(180deg);">
<use href="#download-icon"></use>
</svg>
</button>
</div>
</footer>
<!-- @SVG @ASSETS (All icons collected at bottom) -->
<svg style="display: none;">
<symbol id="gear-symbol" viewBox="0 0 100 100">
<g fill="currentColor">
<circle cx="50" cy="50" r="38" mask="url(#hole-mask)" />
<rect x="42" y="5" width="16" height="90" rx="2" />
<rect x="42" y="5" width="16" height="90" rx="2" transform="rotate(45 50 50)" />
<rect x="42" y="5" width="16" height="90" rx="2" transform="rotate(90 50 50)" />
<rect x="42" y="5" width="16" height="90" rx="2" transform="rotate(135 50 50)" />
<circle cx="50" cy="50" r="32" />
</g>
<mask id="hole-mask">
<rect x="0" y="0" width="100" height="100" fill="white" />
<circle cx="50" cy="50" r="14" fill="black" />
</mask>
<circle cx="50" cy="50" r="14" fill="#1b1a1a" />
</symbol>
<symbol id="download-icon" viewBox="0 0 384 512">
<path d="M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"></path>
</symbol>
<symbol id="app-link" viewBox="0 0 24 24">
<g fill="none" fill-rule="evenodd" stroke="#eebb66" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 14v5a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8c0-1.1.9-2 2-2h5M15 3h6v6M10 14L20.2 3.8" />
</g>
</symbol>
<symbol id="import-curseforge" viewBox="0 0 24 24">
<g fill="none" fill-rule="evenodd" stroke="#eebb66" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 15v4c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-4M17 9l-5 5-5-5M12 12.8V2.5" />
</g>
</symbol>
<symbol id="import-modrinth" viewBox="0 0 24 24">
<g fill="none" fill-rule="evenodd" stroke="#eebb66" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
<line x1="12" y1="5" x2="12" y2="19"></line>
<line x1="5" y1="12" x2="19" y2="12"></line>
</g>
</symbol>
<symbol id="import-prism" viewBox="0 0 24 24">
<g fill="none" fill-rule="evenodd" stroke="#eebb66" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 3h18v18H3zM12 8v8m-4-4h8" />
</g>
</symbol>
<symbol id="folder-modrinth" viewBox="0 0 24 24">
<g fill="none" fill-rule="evenodd" stroke="#eebb66" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M 16.8 15.2 L 16.8 13.6 Q 16.8 11.2 14.4 11.2 L 10.4 11.2 Q 9.6 11.2 8.8 10.4 L 7.2 8.8 Q 6.4 8 5.6 8 L 2.8 8 Q 0.8 8 0.8 10 L 0.8 20 Q 0.8 22.4 3.2 22.4 L 14.4 22.4 Q 16 22.4 16.8 20 L 17.6 17.6 C 18.2 15.8 17.6 15.2 16.8 15.2 L 7.6 15.2 Q 6.4 15.2 5.6 16.8 L 4.8 18.4" />
</g>
</symbol>
<symbol id="bluemap-icon" viewBox="2 2 20 20">
<path d="M9 6.75V15m6-6v8.25m.503 3.498 4.875-2.437c.381-.19.622-.58.622-1.006V4.82c0-.836-.88-1.38-1.628-1.006l-3.869 1.934c-.317.159-.69.159-1.006 0L9.503 3.252a1.125 1.125 0 0 0-1.006 0L3.622 5.689C3.24 5.88 3 6.27 3 6.695V19.18c0 .836.88 1.38 1.628 1.006l3.869-1.934c.317-.159.69-.159 1.006 0l4.994 2.497c.317.158.69.158 1.006 0Z" stroke="#FFF" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" />
</symbol>
</svg>
<div id="gallery-lightbox" class="gallery-lightbox" onclick="closeLightbox()">
<button class="lightbox-close" onclick="closeLightbox()">✖</button>
<img id="lightbox-img" src="" alt="Expanded View" onclick="event.stopPropagation()">
</div>
</body>
</html>