-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
804 lines (729 loc) · 43 KB
/
index.html
File metadata and controls
804 lines (729 loc) · 43 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
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
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Blueprint extensions for Pterodactyl Panel and open-source Minecraft server plugins for Endstone.">
<meta name="theme-color" content="#0a0a0a">
<title>Euphoria Development | Blueprints & Minecraft Plugins</title>
<link rel="icon" type="image/x-icon" href="/public/images/euphoria.ico">
<link rel="apple-touch-icon" href="/public/images/euphoria.ico">
<link href="/public/css/output.css" rel="stylesheet">
<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=IBM+Plex+Sans:wght@400;500;600&family=Space+Grotesk:wght@600;700&display=swap" rel="stylesheet">
<script src="/public/js/contributors.js" defer></script>
<script src="/public/js/donators.js" defer></script>
<script src="/public/js/stats.js" defer></script>
<script src="/public/js/products.js" defer></script>
<script src="/public/js/endstone-plugins.js" defer></script>
<script src="/public/js/web-apps.js" defer></script>
<style>
html { scroll-behavior: smooth; }
body { font-family: 'IBM Plex Sans', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif; }
h1, h2, h3 { font-family: 'Space Grotesk', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif; letter-spacing: -0.02em; }
/* Glass morphism effects */
.glass {
background: rgba(23, 23, 23, 0.25);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
}
.glass-light {
background: rgba(38, 38, 38, 0.3);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
/* Animated gradient background */
.animated-gradient {
background: linear-gradient(270deg, #2563eb, #0ea5e9, #10b981, #6366f1, #2563eb);
background-size: 400% 400%;
animation: gradientMove 8s ease infinite;
opacity: 0.15;
}
@keyframes gradientMove {
0% {background-position:0% 50%}
50% {background-position:100% 50%}
100% {background-position:0% 50%}
}
/* Floating animation */
@keyframes float {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-10px); }
}
.float-animation {
animation: float 6s ease-in-out infinite;
}
/* Glowing border animation */
@keyframes glow {
0%, 100% { box-shadow: 0 0 5px rgba(59, 130, 246, 0.3); }
50% { box-shadow: 0 0 20px rgba(59, 130, 246, 0.6), 0 0 30px rgba(59, 130, 246, 0.4); }
}
.glow-animation {
animation: glow 3s ease-in-out infinite;
}
/* Fade in up animation */
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.fade-in-up {
animation: fadeInUp 0.8s ease-out forwards;
}
/* Staggered animation delays */
.delay-100 { animation-delay: 0.1s; }
.delay-200 { animation-delay: 0.2s; }
.delay-250 { animation-delay: 0.25s; }
.delay-300 { animation-delay: 0.3s; }
.delay-350 { animation-delay: 0.35s; }
.delay-400 { animation-delay: 0.4s; }
/* Enhanced card hover effects */
.card-hover {
transition: all 0.3s ease;
}
.card-hover:hover {
transform: translateY(-8px) scale(1.02);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
/* Mobile-friendly hover effects */
@media (max-width: 768px) {
.card-hover:hover {
transform: translateY(-4px) scale(1.01);
}
}
/* Line clamp utility */
.line-clamp-2 {
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
/* Mobile navigation improvements */
.mobile-menu {
display: none;
flex-direction: column;
gap: 1rem;
padding: 1rem;
background: rgba(23, 23, 23, 0.75);
backdrop-filter: blur(16px);
border-radius: 0.75rem;
border: 1px solid rgba(38, 38, 38, 0.9);
position: absolute;
top: 100%;
right: 0;
min-width: 200px;
z-index: 30;
}
@media (max-width: 768px) {
.mobile-nav-hidden {
display: none;
}
.mobile-menu {
display: flex;
}
.mobile-menu.hidden {
display: none;
}
}
/* Shimmer effect for loading */
@keyframes shimmer {
0% { background-position: -468px 0; }
100% { background-position: 468px 0; }
}
.shimmer {
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
background-size: 468px 100%;
animation: shimmer 1.5s infinite;
}
:focus-visible {
outline: 2px solid rgba(96, 165, 250, 0.7);
outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
.animated-gradient,
.fade-in-up,
.float-animation,
.glow-animation,
.shimmer {
animation: none !important;
}
.card-hover {
transition: none !important;
}
.card-hover:hover {
transform: none !important;
}
}
</style>
</head>
<body class="bg-neutral-950 text-neutral-100 min-h-screen">
<a href="#hero" class="sr-only focus:not-sr-only focus:absolute focus:top-3 focus:left-3 focus:z-50 focus:px-3 focus:py-2 focus:rounded-lg focus:bg-neutral-950 focus:text-neutral-100 focus:border focus:border-blue-400">
Skip to content
</a>
<!-- Navigation Bar -->
<nav aria-label="Primary" class="flex items-center justify-between px-4 sm:px-6 lg:px-8 py-2 sm:py-3 glass shadow-lg border-b border-neutral-800 sticky top-0 z-20 rounded-b-xl fade-in-up">
<div class="flex items-center space-x-2 sm:space-x-3 float-animation">
<img src="/public/images/euphoria.png" alt="Euphoria Development Logo" class="h-7 w-7 sm:h-8 sm:w-8 lg:h-9 lg:w-9 rounded-full border border-neutral-700 glow-animation">
<span class="text-base sm:text-lg lg:text-xl font-bold tracking-wide text-neutral-200">Euphoria Development</span>
</div>
<!-- Desktop Navigation -->
<ul class="hidden md:flex space-x-4 lg:space-x-6">
<li><a href="#hero" class="hover:text-blue-300 transition-colors font-medium text-sm lg:text-base">Home</a></li>
<li><a href="/docs/" class="hover:text-blue-300 transition-colors font-medium text-sm lg:text-base">Docs</a></li>
<li><a href="#statistics" class="hover:text-blue-300 transition-colors font-medium text-sm lg:text-base">Statistics</a></li>
<li><a href="#contributors" class="hover:text-blue-300 transition-colors font-medium text-sm lg:text-base">Contributors</a></li>
<li><a href="#donators" class="hover:text-blue-300 transition-colors font-medium text-sm lg:text-base">Donators</a></li>
<li><a href="#get-involved" class="hover:text-blue-300 transition-colors font-medium text-sm lg:text-base">Get Involved</a></li>
<li><a href="#products" class="hover:text-blue-300 transition-colors font-medium text-sm lg:text-base">Blueprints</a></li>
<li><a href="#apps" class="hover:text-blue-300 transition-colors font-medium text-sm lg:text-base">Web Apps</a></li>
<li><a href="#endstone" class="hover:text-emerald-300 transition-colors font-medium text-sm lg:text-base">Minecraft Plugins</a></li>
<li><a href="https://status.euphoriadevelopment.uk/status/euphoria" target="_blank" rel="noopener noreferrer" class="hover:text-emerald-300 transition-colors font-medium text-sm lg:text-base">Status</a></li>
</ul>
<!-- Mobile Menu Button -->
<button id="mobile-menu-btn" aria-controls="mobile-menu" aria-expanded="false" aria-label="Open navigation menu" class="md:hidden p-1.5 sm:p-2 rounded-lg glass border border-neutral-700 hover:border-blue-400 transition-colors">
<svg class="w-4 h-4 sm:w-5 sm:h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
</svg>
</button>
<!-- Mobile Menu -->
<div id="mobile-menu" class="mobile-menu hidden">
<a href="#hero" class="hover:text-blue-300 transition-colors font-medium">Home</a>
<a href="/docs/" class="hover:text-blue-300 transition-colors font-medium">Docs</a>
<a href="#statistics" class="hover:text-blue-300 transition-colors font-medium">Statistics</a>
<a href="#contributors" class="hover:text-blue-300 transition-colors font-medium">Contributors</a>
<a href="#donators" class="hover:text-blue-300 transition-colors font-medium">Donators</a>
<a href="#get-involved" class="hover:text-blue-300 transition-colors font-medium">Get Involved</a>
<a href="#products" class="hover:text-blue-300 transition-colors font-medium">Blueprints</a>
<a href="#apps" class="hover:text-blue-300 transition-colors font-medium">Web Apps</a>
<a href="#endstone" class="hover:text-emerald-300 transition-colors font-medium">Minecraft Plugins</a>
<a href="https://status.euphoriadevelopment.uk/status/euphoria" target="_blank" rel="noopener noreferrer" class="hover:text-emerald-300 transition-colors font-medium">Status</a>
</div>
</nav>
<!-- Hero Section -->
<section id="hero" class="relative flex flex-col items-center justify-center text-center py-20 sm:py-36 bg-neutral-950 overflow-hidden shadow-lg px-4">
<!-- Grid SVG Background -->
<svg class="absolute inset-0 w-full h-full pointer-events-none" aria-hidden="true">
<defs>
<pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse">
<path d="M 40 0 L 0 0 0 40" fill="none" stroke="#2d3748" stroke-width="1"/>
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#grid)" />
</svg>
<div class="absolute inset-0 animated-gradient"></div>
<div class="absolute inset-0 bg-gradient-to-b from-transparent to-neutral-950/80"></div>
<div class="relative z-10 flex flex-col items-center max-w-4xl mx-auto">
<h1 class="text-3xl sm:text-5xl md:text-6xl font-extrabold mb-4 text-neutral-100 drop-shadow-lg fade-in-up delay-100">Welcome to Euphoria Development</h1>
<p class="text-base sm:text-lg md:text-2xl mb-8 max-w-2xl text-neutral-400 fade-in-up delay-200 px-4">Blueprint-powered themes and extensions for Pterodactyl Panel, plus open-source Endstone plugins for Minecraft servers.</p>
<a href="#products" class="inline-flex items-center justify-center px-6 sm:px-8 py-3 bg-blue-600 text-white rounded-lg font-semibold shadow hover:bg-blue-500 transition-colors fade-in-up delay-300">Browse Blueprints</a>
</div>
</section>
<!-- Statistics Section -->
<section id="statistics" class="py-8 sm:py-16 glass-light border-y border-neutral-800 shadow px-4">
<div class="max-w-6xl mx-auto grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-4 sm:gap-6">
<div class="glass rounded-lg p-4 sm:p-6 shadow border border-neutral-800 flex items-center justify-between card-hover fade-in-up delay-100">
<div>
<div class="text-2xl sm:text-3xl font-bold text-blue-400" id="total-projects">9</div>
<div class="text-neutral-400 text-sm sm:text-base">Total Projects</div>
</div>
<div class="text-blue-400/20 float-animation" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" class="w-9 h-9 sm:w-11 sm:h-11" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5">
<path stroke-linecap="round" stroke-linejoin="round" d="M2.25 12.75V6.75A2.25 2.25 0 0 1 4.5 4.5h5.379c.597 0 1.17.237 1.591.659l1.122 1.122c.42.421.993.659 1.59.659H19.5A2.25 2.25 0 0 1 21.75 9v8.25A2.25 2.25 0 0 1 19.5 19.5h-15a2.25 2.25 0 0 1-2.25-2.25v-4.5Z" />
</svg>
</div>
</div>
<div class="glass rounded-lg p-4 sm:p-6 shadow border border-neutral-800 flex items-center justify-between card-hover fade-in-up delay-200">
<div>
<div class="text-2xl sm:text-3xl font-bold text-blue-400" id="api-calls">12,727</div>
<div class="text-neutral-400 text-sm sm:text-base">API Calls</div>
</div>
<div class="text-blue-400/20 float-animation" style="animation-delay: 2s;" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" class="w-9 h-9 sm:w-11 sm:h-11" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5">
<path stroke-linecap="round" stroke-linejoin="round" d="M13.19 8.688a4.5 4.5 0 0 1 6.364 6.364l-3.375 3.375a4.5 4.5 0 0 1-6.364-6.364m3.536-3.536a4.5 4.5 0 0 0-6.364 0L3.616 11.25a4.5 4.5 0 0 0 6.364 6.364l1.125-1.125" />
</svg>
</div>
</div>
<div class="glass rounded-lg p-4 sm:p-6 shadow border border-neutral-800 flex items-center justify-between card-hover fade-in-up delay-300 sm:col-span-2 md:col-span-1">
<div>
<div class="text-2xl sm:text-3xl font-bold text-blue-400" id="active-panels">1,275</div>
<div class="text-neutral-400 text-sm sm:text-base">Active Panels</div>
</div>
<div class="text-blue-400/20 float-animation" style="animation-delay: 4s;" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" class="w-9 h-9 sm:w-11 sm:h-11" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5">
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 13.5 10.5 3v7.5h9.75L13.5 21v-7.5H3.75Z" />
</svg>
</div>
</div>
</div>
</section>
<!-- Contributors Section -->
<section id="contributors" class="py-8 sm:py-16 bg-neutral-900 shadow px-4">
<div class="max-w-6xl mx-auto text-center">
<h2 class="text-2xl sm:text-3xl font-bold mb-6 sm:mb-8 text-neutral-100 fade-in-up">Contributors</h2>
<div id="contributors-grid" class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-4 sm:gap-6">
<!-- Contributors will be loaded dynamically -->
<div class="flex items-center glass rounded-lg p-3 sm:p-4 shadow border border-neutral-800 card-hover shimmer">
<img src="https://placehold.co/48x48/444/fff?text=..." class="rounded-full mr-3 border border-blue-400 w-10 h-10 sm:w-12 sm:h-12 glow-animation" alt="Loading...">
<div class="text-left">
<div class="font-semibold text-neutral-200 text-sm sm:text-base">Loading...</div>
<div class="text-xs sm:text-sm text-neutral-400">Loading contributors...</div>
</div>
</div>
</div>
</div>
</section>
<!-- Donators Section -->
<section id="donators" class="py-8 sm:py-16 glass-light border-y border-neutral-800 shadow px-4">
<div class="max-w-4xl mx-auto text-center">
<h2 class="text-2xl sm:text-3xl font-bold mb-6 sm:mb-8 text-neutral-100 fade-in-up">Donators</h2>
<div id="donators-grid" class="grid grid-cols-1 md:grid-cols-2 gap-4 sm:gap-6">
<!-- Donators will be loaded dynamically -->
<div class="flex items-center glass rounded-lg p-3 sm:p-4 shadow border border-neutral-800 card-hover shimmer">
<img src="https://placehold.co/24x24/444/fff?text=..." class="rounded-full mr-3 border border-blue-400 w-5 h-5 sm:w-6 sm:h-6 glow-animation" alt="Loading...">
<div class="text-left">
<div class="font-semibold text-neutral-200 text-sm sm:text-base">Loading...</div>
<div class="text-xs sm:text-sm text-neutral-400">Loading donators...</div>
</div>
</div>
</div>
</div>
</section>
<!-- Get Involved Section -->
<section id="get-involved" class="py-8 sm:py-16 bg-neutral-900 shadow px-4">
<div class="max-w-4xl mx-auto text-center">
<h2 class="text-2xl sm:text-3xl font-bold mb-6 sm:mb-8 text-neutral-100 fade-in-up">Get Involved</h2>
<p class="text-base sm:text-lg text-neutral-400 mb-8 sm:mb-12 max-w-2xl mx-auto fade-in-up delay-100">
Join our growing community and help shape the future of development.
There are many ways to get involved and support our mission.
</p>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 sm:gap-8">
<!-- Contribute -->
<div class="glass rounded-lg p-4 sm:p-6 border border-neutral-800 hover:border-blue-400 card-hover fade-in-up delay-100">
<div class="text-blue-400/20 mb-3 sm:mb-4 float-animation" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" class="w-10 h-10 sm:w-12 sm:h-12 mx-auto" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5">
<path stroke-linecap="round" stroke-linejoin="round" d="m17.25 6.75 3.75 5.25-3.75 5.25M6.75 17.25 3 12l3.75-5.25M14.25 4.5l-4.5 15" />
</svg>
</div>
<h3 class="text-lg sm:text-xl font-semibold mb-2 sm:mb-3 text-neutral-200">Contribute Code</h3>
<p class="text-neutral-400 mb-3 sm:mb-4 text-sm">
Help improve our extensions and themes by contributing code, reporting bugs, or suggesting features.
</p>
<a href="https://github.com/EuphoriaTheme" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-neutral-800 hover:bg-neutral-700 text-neutral-100 text-sm font-semibold transition-colors border border-neutral-700">
View on GitHub
</a>
</div>
<!-- Discord -->
<div class="glass rounded-lg p-4 sm:p-6 border border-neutral-800 hover:border-purple-400 card-hover fade-in-up delay-200">
<div class="text-purple-400/20 mb-3 sm:mb-4 float-animation" style="animation-delay: 2s;" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" class="w-10 h-10 sm:w-12 sm:h-12 mx-auto" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5">
<path stroke-linecap="round" stroke-linejoin="round" d="M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.004-.658 1.89-1.62 2.203a24.37 24.37 0 0 1-8.66 1.498 24.37 24.37 0 0 1-8.66-1.498A2.25 2.25 0 0 1 2.25 14.894V10.61c0-.97.616-1.813 1.5-2.097A24.37 24.37 0 0 1 12 7.113c2.967 0 5.824.53 8.25 1.398Z" />
<path stroke-linecap="round" stroke-linejoin="round" d="M6.75 12.75h.008v.008H6.75v-.008Zm3.75 0h.008v.008H10.5v-.008Zm3.75 0h.008v.008h-.008v-.008Z" />
</svg>
</div>
<h3 class="text-lg sm:text-xl font-semibold mb-2 sm:mb-3 text-neutral-200">Join Discord</h3>
<p class="text-neutral-400 mb-3 sm:mb-4 text-sm">
Connect with our community, get support, share ideas, and stay updated on the latest developments.
</p>
<a href="https://discord.euphoriadevelopment.uk" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-purple-600 hover:bg-purple-500 text-white text-sm font-semibold transition-colors">
Join Server
</a>
</div>
<!-- Status Page -->
<div class="glass rounded-lg p-4 sm:p-6 border border-neutral-800 hover:border-green-400 card-hover fade-in-up delay-250">
<div class="text-green-400/20 mb-3 sm:mb-4 float-animation" style="animation-delay: 3s;" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" class="w-10 h-10 sm:w-12 sm:h-12 mx-auto" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5">
<path stroke-linecap="round" stroke-linejoin="round" d="M3 3v18h18" />
<path stroke-linecap="round" stroke-linejoin="round" d="M7.5 15.75v-6m4.5 6V6.75m4.5 9v-3.75" />
</svg>
</div>
<h3 class="text-lg sm:text-xl font-semibold mb-2 sm:mb-3 text-neutral-200">Service Status</h3>
<p class="text-neutral-400 mb-3 sm:mb-4 text-sm">
Check the real-time status of our services and stay informed about any maintenance or outages.
</p>
<a href="https://status.euphoriadevelopment.uk/status/euphoria" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-green-600 hover:bg-green-500 text-white text-sm font-semibold transition-colors">
View Status
</a>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-1 gap-6 sm:gap-8 mt-6 sm:mt-8">
<!-- Support -->
<div class="glass rounded-lg p-4 sm:p-6 border border-neutral-800 hover:border-pink-400 card-hover fade-in-up delay-300">
<div class="text-pink-400/20 mb-3 sm:mb-4 float-animation" style="animation-delay: 4s;" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" class="w-10 h-10 sm:w-12 sm:h-12 mx-auto" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5">
<path stroke-linecap="round" stroke-linejoin="round" d="M21 8.25c0-2.485-2.099-4.5-4.5-4.5-1.74 0-3.41.81-4.5 2.09-1.09-1.28-2.76-2.09-4.5-2.09-2.4 0-4.5 2.015-4.5 4.5 0 7.22 9 12.75 9 12.75s9-5.53 9-12.75Z" />
</svg>
</div>
<h3 class="text-lg sm:text-xl font-semibold mb-2 sm:mb-3 text-neutral-200">Support Us</h3>
<p class="text-neutral-400 mb-3 sm:mb-4 text-sm">
Help us continue developing amazing tools by making a donation or purchasing our premium products.
</p>
<div class="flex flex-col sm:flex-row gap-2 justify-center">
<a href="https://github.com/sponsors/RepGraphics" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-pink-600 hover:bg-pink-500 text-white text-sm font-semibold transition-colors">
GitHub Sponsors
</a>
<a href="https://patreon.com/EuphoriaDevelopment" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-orange-600 hover:bg-orange-500 text-white text-sm font-semibold transition-colors">
Patreon
</a>
<a href="https://paypal.me/repgraphics" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-yellow-600 hover:bg-yellow-500 text-white text-sm font-semibold transition-colors">
PayPal
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Product List Section -->
<section id="products" class="py-8 sm:py-16 bg-neutral-900 shadow px-4">
<div class="max-w-6xl mx-auto text-center">
<h2 class="text-2xl sm:text-3xl font-bold mb-2 text-neutral-100 fade-in-up">Pterodactyl Blueprints</h2>
<p class="text-neutral-400 text-sm sm:text-base mb-6 sm:mb-8 max-w-2xl mx-auto fade-in-up delay-100">
Themes and extensions for Pterodactyl Panel, powered by Blueprint.
</p>
<div class="grid gap-10 sm:gap-12 text-left">
<div class="fade-in-up delay-150">
<h3 class="text-lg sm:text-xl font-semibold text-neutral-100">
Blueprint Addons
<span class="text-neutral-400 font-normal text-sm sm:text-base">(<span id="blueprint-addon-count">...</span>)</span>
</h3>
<p class="text-neutral-400 text-sm mt-1 max-w-2xl">
Extensions that add features and quality-of-life improvements to the panel.
</p>
<div id="blueprint-addons-grid" class="mt-4 grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 sm:gap-6">
<!-- Addons will be loaded dynamically -->
<div class="glass rounded-lg p-4 sm:p-6 shadow border border-neutral-800 shimmer">
<div class="h-32 bg-neutral-800 rounded-lg mb-4 animate-pulse"></div>
<div class="h-4 bg-neutral-800 rounded w-40 mb-3 animate-pulse"></div>
<div class="h-3 bg-neutral-800 rounded w-full mb-2 animate-pulse"></div>
<div class="h-3 bg-neutral-800 rounded w-4/5 mb-4 animate-pulse"></div>
<div class="flex flex-wrap gap-2 mb-4">
<div class="h-6 bg-neutral-800 rounded w-16 animate-pulse"></div>
<div class="h-6 bg-neutral-800 rounded w-20 animate-pulse"></div>
<div class="h-6 bg-neutral-800 rounded w-24 animate-pulse"></div>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 gap-2">
<div class="h-10 bg-neutral-800 rounded animate-pulse"></div>
<div class="h-10 bg-neutral-800 rounded animate-pulse"></div>
</div>
</div>
</div>
</div>
<div class="fade-in-up delay-200">
<h3 class="text-lg sm:text-xl font-semibold text-neutral-100">
Blueprint Themes
<span class="text-neutral-400 font-normal text-sm sm:text-base">(<span id="blueprint-theme-count">...</span>)</span>
</h3>
<p class="text-neutral-400 text-sm mt-1 max-w-2xl">
Full UI themes that change the look and feel of the panel.
</p>
<div id="blueprint-themes-grid" class="mt-4 grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 sm:gap-6">
<!-- Themes will be loaded dynamically -->
<div class="glass rounded-lg p-4 sm:p-6 shadow border border-neutral-800 shimmer">
<div class="h-32 bg-neutral-800 rounded-lg mb-4 animate-pulse"></div>
<div class="h-4 bg-neutral-800 rounded w-40 mb-3 animate-pulse"></div>
<div class="h-3 bg-neutral-800 rounded w-full mb-2 animate-pulse"></div>
<div class="h-3 bg-neutral-800 rounded w-4/5 mb-4 animate-pulse"></div>
<div class="flex flex-wrap gap-2 mb-4">
<div class="h-6 bg-neutral-800 rounded w-16 animate-pulse"></div>
<div class="h-6 bg-neutral-800 rounded w-20 animate-pulse"></div>
<div class="h-6 bg-neutral-800 rounded w-24 animate-pulse"></div>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 gap-2">
<div class="h-10 bg-neutral-800 rounded animate-pulse"></div>
<div class="h-10 bg-neutral-800 rounded animate-pulse"></div>
</div>
</div>
</div>
</div>
<div id="blueprint-products-note" class="text-center text-neutral-400 text-sm"></div>
</div>
<div class="mt-6 sm:mt-8 fade-in-up delay-200">
<a href="https://blueprint.zip/browse?author=repgraphics" target="_blank" rel="noopener noreferrer" class="inline-flex items-center justify-center px-4 sm:px-6 py-3 bg-blue-600 text-white rounded-lg font-semibold shadow hover:bg-blue-500 transition-colors text-sm sm:text-base">Browse All Blueprints</a>
</div>
</div>
</section>
<!-- Web Applications Section -->
<section id="apps" class="py-8 sm:py-16 glass-light border-y border-neutral-800 border-b-0 shadow px-4">
<div class="max-w-6xl mx-auto text-center">
<h2 class="text-2xl sm:text-3xl font-bold mb-2 text-neutral-100 fade-in-up">Web Applications</h2>
<p class="text-neutral-400 text-sm sm:text-base mb-6 sm:mb-8 max-w-2xl mx-auto fade-in-up delay-100">
A few web apps and tools we built and maintain.
</p>
<div id="web-apps-grid" class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 sm:gap-6">
<article class="glass rounded-lg p-4 sm:p-6 shadow border border-neutral-800 card-hover text-left">
<div class="flex items-start justify-between gap-3">
<div class="min-w-0">
<h3 class="text-lg sm:text-xl font-semibold text-neutral-100 truncate">Euphoria Paste</h3>
<p class="text-neutral-400 text-sm mt-1 line-clamp-2">Paid version of Euphoria Paste on BuiltByBit.</p>
</div>
<span class="shrink-0 text-xs px-2 py-1 rounded-full bg-yellow-600/15 text-yellow-500 border border-yellow-500/20">
Paid
</span>
</div>
<div class="mt-4 flex flex-col sm:flex-row gap-2">
<a href="https://builtbybit.com/resources/euphoria-paste.57974/" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-yellow-600 hover:bg-yellow-500 text-white text-sm font-semibold transition-colors">
View Paid Version
</a>
</div>
</article>
<article class="glass rounded-lg p-4 sm:p-6 shadow border border-neutral-800 card-hover text-left">
<div class="flex items-start justify-between gap-3">
<div class="min-w-0">
<h3 class="text-lg sm:text-xl font-semibold text-neutral-100 truncate">Euphoria Paste (Open Source)</h3>
<p class="text-neutral-400 text-sm mt-1 line-clamp-2">Open source fork of Haste, a pastebin written for Node.js.</p>
</div>
<span class="shrink-0 text-xs px-2 py-1 rounded-full bg-emerald-500/15 text-emerald-300 border border-emerald-500/20">
Open Source
</span>
</div>
<div
class="mt-4 flex flex-wrap items-center gap-2 text-xs text-neutral-400 hidden"
data-github-meta
data-github-repo="EuphoriaTheme/Euphoria-Paste"
></div>
<div class="mt-4 flex flex-col sm:flex-row gap-2">
<a href="https://github.com/EuphoriaTheme/Euphoria-Paste" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-neutral-800 hover:bg-neutral-700 text-neutral-100 text-sm font-semibold transition-colors border border-neutral-700">
View on GitHub
</a>
</div>
</article>
<article class="glass rounded-lg p-4 sm:p-6 shadow border border-neutral-800 card-hover text-left">
<div class="flex items-start justify-between gap-3">
<div class="min-w-0">
<h3 class="text-lg sm:text-xl font-semibold text-neutral-100 truncate">Euphoria Licensing</h3>
<p class="text-neutral-400 text-sm mt-1 line-clamp-2">Self-hosted licensing and distribution management app for proprietary products.</p>
</div>
<span class="shrink-0 text-xs px-2 py-1 rounded-full bg-yellow-600/15 text-yellow-500 border border-yellow-500/20">
Proprietary
</span>
</div>
<div class="mt-4 flex flex-col sm:flex-row sm:flex-wrap gap-2">
<a href="https://builtbybit.com/resources/euphoria-licensing.98263" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-yellow-600 hover:bg-yellow-500 text-white text-sm font-semibold transition-colors">
Purchase
</a>
<a href="/docs/community/euphoria-licensing.html"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-blue-600 hover:bg-blue-500 text-white text-sm font-semibold transition-colors">
View Docs
</a>
<a href="https://discord.euphoriadevelopment.uk" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-neutral-800 hover:bg-neutral-700 text-neutral-100 text-sm font-semibold transition-colors border border-neutral-700">
Support
</a>
</div>
</article>
<article class="glass rounded-lg p-4 sm:p-6 shadow border border-neutral-800 card-hover text-left">
<div class="flex items-start justify-between gap-3">
<div class="min-w-0">
<h3 class="text-lg sm:text-xl font-semibold text-neutral-100 truncate">Eventer</h3>
<p class="text-neutral-400 text-sm mt-1 line-clamp-2">Making scheduling easy.</p>
</div>
<span class="shrink-0 text-xs px-2 py-1 rounded-full bg-emerald-500/15 text-emerald-300 border border-emerald-500/20">
Open Source
</span>
</div>
<div
class="mt-4 flex flex-wrap items-center gap-2 text-xs text-neutral-400 hidden"
data-github-meta
data-github-repo="RepGraphics/eventer"
></div>
<div class="mt-4 flex flex-col sm:flex-row gap-2">
<a href="https://github.com/RepGraphics/eventer" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-neutral-800 hover:bg-neutral-700 text-neutral-100 text-sm font-semibold transition-colors border border-neutral-700">
View on GitHub
</a>
</div>
</article>
<article class="glass rounded-lg p-4 sm:p-6 shadow border border-neutral-800 card-hover text-left">
<div class="flex items-start justify-between gap-3">
<div class="min-w-0">
<h3 class="text-lg sm:text-xl font-semibold text-neutral-100 truncate">StreamLink</h3>
<p class="text-neutral-400 text-sm mt-1 line-clamp-2">Cross-platform Xbox streaming client scaffold for browser, desktop, and mobile wrappers.</p>
</div>
<span class="shrink-0 text-xs px-2 py-1 rounded-full bg-emerald-500/15 text-emerald-300 border border-emerald-500/20">
Open Source
</span>
</div>
<div
class="mt-4 flex flex-wrap items-center gap-2 text-xs text-neutral-400 hidden"
data-github-meta
data-github-repo="EuphoriaDevelopmentOrg/StreamLink"
></div>
<div class="mt-4 flex flex-col sm:flex-row sm:flex-wrap gap-2">
<a href="https://github.com/EuphoriaDevelopmentOrg/StreamLink" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-neutral-800 hover:bg-neutral-700 text-neutral-100 text-sm font-semibold transition-colors border border-neutral-700">
View on GitHub
</a>
<a href="/docs/community/streamlink.html"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-blue-600 hover:bg-blue-500 text-white text-sm font-semibold transition-colors">
View Docs
</a>
</div>
</article>
<article class="glass rounded-lg p-4 sm:p-6 shadow border border-neutral-800 card-hover text-left">
<div class="flex items-start justify-between gap-3">
<div class="min-w-0">
<h3 class="text-lg sm:text-xl font-semibold text-neutral-100 truncate">Crafatar</h3>
<p class="text-neutral-400 text-sm mt-1 line-clamp-2">Update of the original Crafatar project for avatars, skins, capes, and renders.</p>
</div>
<span class="shrink-0 text-xs px-2 py-1 rounded-full bg-emerald-500/15 text-emerald-300 border border-emerald-500/20">
Open Source
</span>
</div>
<div
class="mt-4 flex flex-wrap items-center gap-2 text-xs text-neutral-400 hidden"
data-github-meta
data-github-repo="EuphoriaTheme/crafatar"
></div>
<div class="mt-4 flex flex-col sm:flex-row sm:flex-wrap gap-2">
<a href="https://crafatar.euphoriadevelopment.uk/" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-emerald-600 hover:bg-emerald-500 text-white text-sm font-semibold transition-colors">
Open Web App
</a>
<a href="https://github.com/EuphoriaTheme/crafatar" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-neutral-800 hover:bg-neutral-700 text-neutral-100 text-sm font-semibold transition-colors border border-neutral-700">
View on GitHub
</a>
<a href="/docs/community/crafatar-api.html"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-blue-600 hover:bg-blue-500 text-white text-sm font-semibold transition-colors">
API Docs
</a>
</div>
</article>
<article class="glass rounded-lg p-4 sm:p-6 shadow border border-neutral-800 card-hover text-left">
<div class="flex items-start justify-between gap-3">
<div class="min-w-0">
<h3 class="text-lg sm:text-xl font-semibold text-neutral-100 truncate">NitroCraft</h3>
<p class="text-neutral-400 text-sm mt-1 line-clamp-2">Crafatar Remake built on Nitro Server, focused on performance, reliability, and scalability.</p>
</div>
<span class="shrink-0 text-xs px-2 py-1 rounded-full bg-emerald-500/15 text-emerald-300 border border-emerald-500/20">
Open Source
</span>
</div>
<div
class="mt-4 flex flex-wrap items-center gap-2 text-xs text-neutral-400 hidden"
data-github-meta
data-github-repo="EuphoriaDevelopmentOrg/NitroCraft"
></div>
<div class="mt-4 flex flex-col sm:flex-row sm:flex-wrap gap-2">
<a
data-github-release-download
data-github-release-repo="EuphoriaDevelopmentOrg/NitroCraft"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-neutral-800 text-neutral-400 text-sm font-semibold border border-neutral-700 opacity-70 cursor-not-allowed"
aria-disabled="true" tabindex="-1" title="Fetching latest GitHub release..."
>
Download
</a>
<a href="https://github.com/EuphoriaDevelopmentOrg/NitroCraft" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-blue-600 hover:bg-blue-500 text-white text-sm font-semibold transition-colors">
View on GitHub
</a>
<a href="https://github.com/EuphoriaDevelopmentOrg/NitroCraft/releases" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-neutral-800 hover:bg-neutral-700 text-neutral-100 text-sm font-semibold transition-colors border border-neutral-700">
Releases
</a>
<a href="/docs/community/nitrocraft-api.html"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-blue-600 hover:bg-blue-500 text-white text-sm font-semibold transition-colors">
API Docs
</a>
<a href="/docs/community/nitrocraft-setup.html"
class="inline-flex items-center justify-center px-3 py-2 rounded-lg bg-neutral-800 hover:bg-neutral-700 text-neutral-100 text-sm font-semibold transition-colors border border-neutral-700">
Setup Guide
</a>
</div>
</article>
</div>
</div>
</section>
<!-- Endstone Plugins Section -->
<section id="endstone" class="py-8 sm:py-16 glass-light border-y border-neutral-800 shadow px-4">
<div class="max-w-6xl mx-auto text-center">
<h2 class="text-2xl sm:text-3xl font-bold mb-2 text-neutral-100 fade-in-up">
Endstone Plugins
<span class="text-neutral-400 font-normal text-sm sm:text-base">(<span id="endstone-plugin-count">...</span>)</span>
</h2>
<p class="text-neutral-400 text-sm sm:text-base mb-6 sm:mb-8 max-w-2xl mx-auto fade-in-up delay-100">
Open-source Minecraft server plugins for Endstone by
<a href="https://github.com/RepGraphics" target="_blank" rel="noopener noreferrer" class="text-blue-300 hover:text-blue-200 transition-colors">RepGraphics</a>,
maintained under
<a href="https://github.com/EuphoriaDevelopmentOrg" target="_blank" rel="noopener noreferrer" class="text-emerald-300 hover:text-emerald-200 transition-colors">EuphoriaDevelopmentOrg</a>.
</p>
<div id="endstone-plugins-grid" class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 sm:gap-6">
<!-- Plugins will be loaded dynamically -->
<div class="glass rounded-lg p-4 sm:p-6 shadow border border-neutral-800 shimmer">
<div class="h-4 bg-neutral-800 rounded w-40 mb-3 animate-pulse"></div>
<div class="h-3 bg-neutral-800 rounded w-full mb-2 animate-pulse"></div>
<div class="h-3 bg-neutral-800 rounded w-4/5 mb-4 animate-pulse"></div>
<div class="flex flex-wrap gap-2 mb-4">
<div class="h-6 bg-neutral-800 rounded w-16 animate-pulse"></div>
<div class="h-6 bg-neutral-800 rounded w-14 animate-pulse"></div>
<div class="h-6 bg-neutral-800 rounded w-14 animate-pulse"></div>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 gap-2">
<div class="h-10 bg-neutral-800 rounded animate-pulse"></div>
<div class="h-10 bg-neutral-800 rounded animate-pulse"></div>
</div>
</div>
</div>
<div class="mt-6 sm:mt-8 fade-in-up delay-200">
<a href="https://github.com/EuphoriaDevelopmentOrg?tab=repositories&q=Endstone" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center justify-center px-4 sm:px-6 py-3 bg-emerald-600 text-white rounded-lg font-semibold shadow hover:bg-emerald-500 transition-colors text-sm sm:text-base">
Browse All Endstone Plugins on GitHub
</a>
</div>
</div>
</section>
<footer class="py-6 sm:py-8 text-center text-neutral-400 border-t border-neutral-800 glass mt-4 sm:mt-8 shadow-inner rounded-t-xl fade-in-up px-4">
<div class="text-sm sm:text-base">© 2026 Euphoria Development. All rights reserved.</div>
<nav aria-label="Legal" class="mt-3 flex flex-wrap justify-center items-center gap-3 text-xs sm:text-sm">
<a href="/legal/privacy-policy.html" class="hover:text-blue-300 transition-colors">Privacy Policy</a>
<span class="text-neutral-700" aria-hidden="true">|</span>
<a href="/legal/refund-policy.html" class="hover:text-blue-300 transition-colors">Refund Policy</a>
<span class="text-neutral-700" aria-hidden="true">|</span>
<a href="/legal/terms-and-conditions.html" class="hover:text-blue-300 transition-colors">Terms & Conditions</a>
</nav>
</footer>
<script>
// Mobile menu functionality
const mobileMenuBtn = document.getElementById('mobile-menu-btn');
const mobileMenu = document.getElementById('mobile-menu');
function setMobileMenuOpen(isOpen) {
mobileMenu.classList.toggle('hidden', !isOpen);
mobileMenuBtn.setAttribute('aria-expanded', String(isOpen));
}
mobileMenuBtn.addEventListener('click', () => {
setMobileMenuOpen(mobileMenu.classList.contains('hidden'));
});
// Close mobile menu when clicking a link
mobileMenu.addEventListener('click', (e) => {
if (e.target.tagName === 'A') {
setMobileMenuOpen(false);
}
});
// Close mobile menu when clicking outside
document.addEventListener('click', (e) => {
if (!mobileMenuBtn.contains(e.target) && !mobileMenu.contains(e.target)) {
setMobileMenuOpen(false);
}
});
// Close mobile menu on escape key
document.addEventListener('keydown', (e) => {
if (e.key === 'Escape') setMobileMenuOpen(false);
});
</script>
</body>
</html>