-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjulian.html
More file actions
701 lines (624 loc) · 39.2 KB
/
Copy pathjulian.html
File metadata and controls
701 lines (624 loc) · 39.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Julian442 - Profile</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="icon" href="pictures/julian.profilbild.png">
<link href="https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Kaisei+Decol:wght@400;700&display=swap" rel="stylesheet">
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: 'Zen Kaku Gothic New', sans-serif;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
color: #3a2b30;
position: relative;
overflow: hidden;
margin: 0;
}
/* Video Hintergrund */
#bg-video {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -1;
object-fit: cover;
}
/* Schöne Scrollbars für das Admin Panel */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.3); border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: rgba(0, 0, 0, 0.5); }
/* Sakura-Blüten im Hintergrund */
.sakura {
position: fixed;
top: -10%;
font-size: 1.6rem;
color: #ffb7c5;
opacity: 0.85;
pointer-events: none;
animation: fall linear infinite;
z-index: 1;
}
/* Taco-Animation für Admin Abuse */
.taco {
position: fixed;
top: -10%;
font-size: 2rem;
pointer-events: none;
animation: fall-taco linear forwards;
z-index: 999999;
}
@keyframes fall {
0% { transform: translateY(0) rotate(0deg); }
100% { transform: translateY(110vh) rotate(360deg); }
}
@keyframes fall-taco {
0% { transform: translateY(0) rotate(0deg); opacity: 1; }
90% { opacity: 1; }
100% { transform: translateY(110vh) rotate(720deg); opacity: 0; }
}
.music-controls { position: absolute; top: 30px; left: 30px; display: flex; align-items: center; gap: 15px; z-index: 10; }
.control-btn {
background: rgba(255, 255, 255, 0.25);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 183, 197, 0.5);
width: 45px; height: 45px;
border-radius: 50%;
color: #d1447a;
cursor: pointer;
transition: 0.3s;
}
.control-btn:hover { background: rgba(255, 143, 171, 0.5); color: #ffffff; }
.hammer-btn {
background: #2196f3;
border: 2px solid #64b5f6;
width: 45px; height: 45px;
border-radius: 12px;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: 0 0 18px rgba(33, 150, 243, 0.7);
transition: 0.3s;
}
.hammer-btn:hover {
background: #42a5f5;
box-shadow: 0 0 26px rgba(33, 150, 243, 0.9);
transform: translateY(-2px);
}
.hammer-btn i { font-size: 1.2rem; }
#volume-slider {
-webkit-appearance: none;
appearance: none;
width: 90px; height: 4px; border-radius: 4px;
background: linear-gradient(to right, #d1447a 0%, #d1447a 30%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0.5) 100%);
cursor: pointer; outline: none;
}
#volume-slider::-webkit-slider-thumb {
-webkit-appearance: none; appearance: none;
width: 14px; height: 14px; border-radius: 50%;
background: #ffffff; border: 2px solid #d1447a;
box-shadow: 0 2px 6px rgba(209, 68, 122, 0.4);
transition: transform 0.2s;
}
#volume-slider::-webkit-slider-thumb:hover { transform: scale(1.15); }
.card {
position: relative; z-index: 5;
background: linear-gradient(160deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 214, 224, 0.45) 45%, rgba(255, 158, 185, 0.4) 100%);
backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.6);
border-radius: 30px; width: 90%; max-width: 450px; text-align: center;
padding: 45px 40px; box-shadow: 0 10px 35px rgba(255, 140, 170, 0.25);
}
.card::before {
content: "桜"; position: absolute; top: 10px; right: 18px;
font-family: 'Kaisei Decol', serif; font-size: 1.4rem; color: rgba(255, 255, 255, 0.7);
}
.avatar {
width: 85px; height: 85px; border-radius: 50%; margin-bottom: 15px;
border: 3px solid rgba(255, 255, 255, 0.8); box-shadow: 0 4px 15px rgba(255, 105, 145, 0.35);
}
h1 { font-family: 'Kaisei Decol', serif; font-size: 2rem; color: #d1447a; text-shadow: 0 1px 6px rgba(255,255,255,0.6); }
.tagline { margin-top: 6px; font-size: 0.85rem; letter-spacing: 1px; color: #5a3d47; }
.socials { display: flex; justify-content: center; gap: 22px; font-size: 1.5rem; margin-top: 25px; align-items: center; }
.socials a { color: #b23a63; opacity: 0.9; transition: 0.3s; text-decoration: none; }
.socials a:hover { opacity: 1; color: #ff5c8a; transform: translateY(-3px) scale(1.1); }
.socials a .cherry-icon { font-style: normal; font-size: 1.45rem; line-height: 1; vertical-align: middle; }
.corner-link {
position: fixed; bottom: 25px; right: 25px; z-index: 10;
display: flex; align-items: center; gap: 10px;
background: rgba(255, 255, 255, 0.25); backdrop-filter: blur(10px);
border: 1px solid rgba(255, 183, 197, 0.5); border-radius: 16px;
padding: 10px 16px; text-decoration: none; color: #b23a63;
font-size: 0.85rem; font-weight: 500; box-shadow: 0 6px 20px rgba(255, 140, 170, 0.25); transition: 0.3s;
}
.corner-link:hover { background: rgba(255, 143, 171, 0.5); color: #ffffff; transform: translateY(-3px); }
.like-wrap { margin-top: 22px; display: flex; justify-content: center; align-items: center; gap: 12px; }
.like-btn {
display: flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, 0.35);
backdrop-filter: blur(10px); border: 1px solid rgba(255, 183, 197, 0.6);
border-radius: 30px; padding: 10px 20px; color: #d1447a; font-weight: 600; cursor: pointer; transition: 0.25s;
}
.like-btn:hover { background: rgba(255, 143, 171, 0.5); color: #ffffff; }
.like-btn.liked { background: #ff5c8a; color: #ffffff; }
.like-btn.pop i { animation: pop 0.35s ease; }
@keyframes pop { 0% { transform: scale(1); } 40% { transform: scale(1.4); } 100% { transform: scale(1.15); } }
.like-count { font-size: 0.85rem; color: #5a3d47; font-weight: 500; }
#audio-status-log { font-size: 0.75rem; color: #d1447a; margin-top: 10px; opacity: 0.7; }
#reset-log { font-size: 0.75rem; color: #b23a63; margin-top: 6px; opacity: 0.85; }
/* Global Announcement Bar */
:root{ --gm-bar-bg: rgba(58, 24, 38, 0.88); --gm-ink:#fff5f7; --gm-muted:#f2c9d6; --gm-line: rgba(255,255,255,0.14); }
#gm-bar{
position:fixed; top:24px; left:50%; z-index:99999; display:flex; align-items:center; gap:14px;
padding:12px 22px 12px 12px; border-radius:18px; background:var(--gm-bar-bg); backdrop-filter: blur(12px);
border:1px solid var(--gm-line); box-shadow: 0 20px 45px -18px rgba(178, 58, 99, 0.55), 0 2px 10px rgba(178, 58, 99, 0.25);
max-width:min(90vw, 480px); transform: translate(-50%, -140%); transition: transform .5s cubic-bezier(.22,1.1,.32,1);
}
#gm-bar.show{ transform: translate(-50%, 0); }
#gm-bar .gm-avatar{
width:40px; height:40px; border-radius:50%; overflow:hidden; flex:none;
background:linear-gradient(150deg,#ff9eb9,#d1447a); display:flex; align-items:center; justify-content:center;
box-shadow: inset 0 -3px 8px rgba(0,0,0,0.2);
}
#gm-bar .gm-avatar img{ width:100%; height:100%; object-fit:cover; }
#gm-bar .gm-textline{ display:flex; align-items:baseline; flex-wrap:wrap; gap:6px; min-width:0; }
#gm-bar .gm-name{ color:var(--gm-ink); font-weight:700; font-size:14px; flex:none; display:flex; align-items:center; gap:5px; }
#gm-bar .gm-badge{ width:18px; height:18px; flex:none; }
#gm-bar .gm-colon{ color:var(--gm-muted); font-weight:700; flex:none; }
#gm-bar .gm-msg{ color:var(--gm-ink); font-size:14px; opacity:.92; white-space:normal; word-break:break-word; }
/* Admin Overlay */
.ap-overlay{
position: fixed; inset: 0; background: rgba(10, 12, 20, 0.55); backdrop-filter: blur(4px);
display: none; align-items: center; justify-content: center; z-index: 100000;
}
.ap-overlay.show{ display: flex; }
.ap-pass-box{ background: #1b2436; border: 3px solid #2196f3; border-radius: 20px; padding: 30px 32px; width: 300px; text-align: center; }
.ap-pass-box h2{ color:#fff; font-size:1.3rem; margin-bottom:14px; }
.ap-pass-box input{ width: 100%; padding: 12px 14px; border-radius: 10px; border: 2px solid #2196f3; background: #0f1626; color: #fff; font-size: 1rem; outline: none; text-align: center; }
.ap-pass-box button{ margin-top: 14px; width: 100%; padding: 12px; border: none; border-radius: 10px; background: #2196f3; color: #fff; font-weight: 700; font-size: 1rem; cursor: pointer; transition: 0.2s; }
.ap-pass-box button:hover{ background:#42a5f5; }
.ap-pass-error{ color: #ff6b6b; font-size: 0.8rem; margin-top: 10px; min-height: 14px; }
.ap-shake{ animation: ap-shake 0.35s; }
@keyframes ap-shake{ 0%,100%{ transform: translateX(0); } 25%{ transform: translateX(-8px); } 75%{ transform: translateX(8px); } }
.ap-panel{
position: relative; width: 92%; max-width: 640px; max-height: 85vh; overflow-y: auto; overflow-x: hidden;
background: linear-gradient(160deg, #6fb8e8, #4a90d9); border: 4px solid #1a1a1a; border-radius: 26px;
padding: 26px 24px 30px; box-shadow: 0 25px 60px rgba(0,0,0,0.45);
}
.ap-titlebar{ background: linear-gradient(90deg, #29b6f6, #039be5); border: 3px solid #1a1a1a; border-radius: 18px; padding: 14px 20px; text-align: center; margin-bottom: 20px; }
.ap-titlebar h1{ font-family: 'Kaisei Decol', serif; color: #fff; font-size: 1.7rem; -webkit-text-stroke: 1px #1a1a1a; }
.ap-close{ position: absolute; top: 10px; right: 10px; width: 36px; height: 36px; border-radius: 50%; background: #e53935; border: 3px solid #1a1a1a; color: #fff; font-size: 1.2rem; display:flex; align-items:center; justify-content:center; cursor: pointer; box-shadow: 0 4px 10px rgba(0,0,0,0.4); z-index: 5; }
.ap-close:hover{ background:#ff5c52; }
.ap-back{ position: absolute; bottom: 10px; left: 10px; width: 46px; height: 46px; border-radius: 14px; background: #e53935; border: 3px solid #1a1a1a; color: #fff; font-size: 1.1rem; display:flex; align-items:center; justify-content:center; cursor: pointer; box-shadow: 0 6px 14px rgba(0,0,0,0.4); }
.ap-back:hover{ background:#ff5c52; }
.ap-screen{ display: none; }
.ap-screen.active{ display: block; }
.ap-grid{ display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.ap-grid-btn{ position: relative; background: linear-gradient(180deg, #ffffff, #eef2f6); border: 3px solid #1a1a1a; border-radius: 16px; padding: 14px 40px 14px 14px; font-weight: 800; font-size: 0.95rem; color: #1a1a1a; text-align: left; cursor: pointer; min-height: 60px; display:flex; align-items:center; transition: transform 0.2s, box-shadow 0.2s; }
.ap-grid-btn .ap-icon{ position: absolute; right: 8px; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; border-radius: 50%; background: #43d651; border: 2px solid #1a1a1a; display:flex; align-items:center; justify-content:center; font-size: 1.1rem; }
.ap-grid-btn:hover{ background: #fff7d6; transform: translateY(-3px); box-shadow: 0 4px 8px rgba(0,0,0,0.2); }
.ap-field{ background: #29b6f6; border: 3px solid #1a1a1a; border-radius: 14px; padding: 12px 16px; margin-bottom: 12px; }
.ap-field textarea{ width: 100%; background: transparent; border: none; outline: none; color: #fff; font-weight: 700; font-size: 1rem; text-align: center; font-family: inherit; resize: none; }
.ap-field textarea::placeholder{ color: rgba(255,255,255,0.75); }
.ap-field input, .ap-field select { width: 100%; background: transparent; border: none; outline: none; color: #fff; font-weight: 700; font-size: 1rem; text-align: center; cursor: pointer; }
.ap-field option { background: #1a1a1a; color: #fff; }
.ap-publish{ width: 100%; padding: 14px; border: 3px solid #1a1a1a; border-radius: 14px; background: #43d651; color: #1a1a1a; font-weight: 800; font-size: 1.05rem; cursor: pointer; margin-top: 4px; }
.ap-publish:hover{ background: #5ce56a; }
.ap-stop{ padding: 14px; border: 3px solid #1a1a1a; border-radius: 14px; background: #e53935; color: #fff; font-weight: 800; font-size: 1rem; cursor: pointer; }
.ap-stop:hover{ background:#ff5c52; }
.ap-section{ background: #b3e5fc; border: 3px solid #1a1a1a; border-radius: 16px; padding: 14px; margin-bottom: 14px; }
.ap-section h3{ text-align:center; color:#1a1a1a; margin-bottom: 10px; font-size:1.1rem; }
.ap-half{ display:flex; gap: 14px; align-items:stretch; }
.ap-half > div{ flex: 1; min-width: 0; }
.ap-half-label{ text-align:center; font-weight:800; color:#1a1a1a; margin-bottom:8px; font-size:0.9rem; }
.ap-status{ text-align:center; font-size: 0.9rem; color: #fff; margin-top: 10px; min-height: 16px; font-weight: 700; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); }
</style>
</head>
<body>
<video autoplay muted loop playsinline id="bg-video">
<source src="background/bg_Julian442.mp4" type="video/mp4">
</video>
<div id="gm-bar">
<div class="gm-avatar" id="gm-avatar"><span class="gm-initials" id="gm-initials"></span></div>
<div class="gm-textline">
<span class="gm-name" id="gm-name">
<span id="gm-name-text"></span>
<svg class="gm-badge" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="gmBadgeGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff9eb9"/>
<stop offset="100%" stop-color="#d1447a"/>
</linearGradient>
</defs>
<path fill="url(#gmBadgeGrad)" d="M256 4l36.6 55.9 63.7-19.4 8.9 66.3 66.3 8.9-19.4 63.7L468 256l-55.9 36.6 19.4 63.7-66.3 8.9-8.9 66.3-63.7-19.4L256 468l-36.6-55.9-63.7 19.4-8.9-66.3-66.3-8.9 19.4-63.7L4 256l55.9-36.6-19.4-63.7 66.3-8.9 8.9-66.3 63.7 19.4z"/>
<path fill="#fff" stroke="#fff" stroke-width="18" stroke-linecap="round" stroke-linejoin="round" d="M175 260l50 50 112-112"/>
</svg>
</span>
<span class="gm-colon">:</span>
<span class="gm-msg" id="gm-msg"></span>
</div>
</div>
<!-- ... SAKURA ... -->
<span class="sakura" style="left:3%; font-size:1.2rem; animation-duration:10s; animation-delay:0s;">🌸</span>
<span class="sakura" style="left:8%; animation-duration:9s; animation-delay:1.2s;">🌸</span>
<span class="sakura" style="left:15%; font-size:1.1rem; animation-duration:13s; animation-delay:2.8s;">🌸</span>
<span class="sakura" style="left:22%; animation-duration:12s; animation-delay:2s;">🌸</span>
<span class="sakura" style="left:30%; font-size:1.8rem; animation-duration:11s; animation-delay:0.7s;">🌸</span>
<span class="sakura" style="left:40%; animation-duration:10s; animation-delay:1s;">🌸</span>
<span class="sakura" style="left:48%; font-size:1.3rem; animation-duration:15s; animation-delay:3.5s;">🌸</span>
<span class="sakura" style="left:55%; font-size:1.9rem; animation-duration:9.5s; animation-delay:1.8s;">🌸</span>
<span class="sakura" style="left:60%; animation-duration:14s; animation-delay:3s;">🌸</span>
<span class="sakura" style="left:68%; font-size:1.2rem; animation-duration:12.5s; animation-delay:0.3s;">🌸</span>
<span class="sakura" style="left:78%; animation-duration:11s; animation-delay:0.5s;">🌸</span>
<span class="sakura" style="left:85%; font-size:1.7rem; animation-duration:10.5s; animation-delay:2.2s;">🌸</span>
<span class="sakura" style="left:90%; animation-duration:13s; animation-delay:2.5s;">🌸</span>
<span class="sakura" style="left:96%; font-size:1.1rem; animation-duration:9s; animation-delay:4s;">🌸</span>
<span class="sakura" style="left:3%; font-size:1.2rem; animation-duration:10s; animation-delay:0s;">🌸</span>
<span class="sakura" style="left:8%; animation-duration:9s; animation-delay:1.2s;">🌸</span>
<span class="sakura" style="left:15%; font-size:1.1rem; animation-duration:13s; animation-delay:2.8s;">🌸</span>
<span class="sakura" style="left:22%; animation-duration:12s; animation-delay:2s;">🌸</span>
<span class="sakura" style="left:30%; font-size:1.8rem; animation-duration:11s; animation-delay:0.7s;">🌸</span>
<span class="sakura" style="left:40%; animation-duration:10s; animation-delay:1s;">🌸</span>
<span class="sakura" style="left:48%; font-size:1.3rem; animation-duration:15s; animation-delay:3.5s;">🌸</span>
<span class="sakura" style="left:55%; font-size:1.9rem; animation-duration:9.5s; animation-delay:1.8s;">🌸</span>
<span class="sakura" style="left:60%; animation-duration:14s; animation-delay:3s;">🌸</span>
<span class="sakura" style="left:68%; font-size:1.2rem; animation-duration:12.5s; animation-delay:0.3s;">🌸</span>
<span class="sakura" style="left:78%; animation-duration:11s; animation-delay:0.5s;">🌸</span>
<span class="sakura" style="left:85%; font-size:1.7rem; animation-duration:10.5s; animation-delay:2.2s;">🌸</span>
<span class="sakura" style="left:90%; animation-duration:13s; animation-delay:2.5s;">🌸</span>
<span class="sakura" style="left:96%; font-size:1.1rem; animation-duration:9s; animation-delay:4s;">🌸</span>
<audio id="bg-audio" loop preload="auto">
<source src="/music/Pitanga.mp3" type="audio/mpeg">
</audio>
<audio id="taco-audio" preload="auto">
<source src="music/Tacos.mp3" type="audio/mpeg">
</audio>
<div class="music-controls">
<button class="control-btn" id="play-pause-btn"><i class="fas fa-play" id="play-icon"></i></button>
<button class="control-btn" id="volume-btn"><i class="fas fa-volume-up" id="vol-icon"></i></button>
<input type="range" id="volume-slider" min="0" max="1" step="0.01" value="0.3" title="Lautstärke">
<button class="hammer-btn" id="hammer-btn" title="Tools"><i class="fas fa-hammer"></i></button>
</div>
<div class="card">
<img src="pictures/julian.profilbild.png" class="avatar" alt="Avatar">
<h1>Julian 🌸</h1>
<p class="tagline">✨ CONTENT CREATOR • SHARING VIBES 🎮</p>
<div class="socials">
<a href="https://github.com/Julixn442" title="GitHub"><i class="fab fa-github"></i></a>
<a href="https://twitch.tv/julian442_" title="Twitch"><i class="fab fa-twitch"></i></a>
<a href="https://youtube.com/@Julian_2044" title="YouTube"><i class="fab fa-youtube"></i></a>
<a href="https://dc.gg/ben" title="Discord"><i class="fab fa-discord"></i></a>
<a href="https://stock.wisp.uno/" title="Wisp Stock" target="_blank" rel="noopener noreferrer"><span class="cherry-icon">🌸</span></a>
</div>
<div class="like-wrap">
<button class="like-btn" id="like-btn">
<i class="fas fa-heart"></i>
<span id="like-label">Like</span>
</button>
<span class="like-count" id="like-count">– likes</span>
</div>
<div id="audio-status-log">Musik wird vorbereitet...</div>
<div id="reset-log"></div>
</div>
<a href="https://netznetz.vercel.app/" class="corner-link" target="_blank" rel="noopener noreferrer">
<i class="fas fa-arrow-up-right-from-square"></i>
Zu: Netz Netz
</a>
<!-- ADMIN OVERLAY -->
<div class="ap-overlay" id="ap-overlay">
<div class="ap-pass-box" id="ap-pass-box">
<h2>🔒 Admin-Zugang</h2>
<input type="password" id="ap-pass-input" placeholder="Passwort" maxlength="40" autocomplete="off">
<button id="ap-pass-submit">Entsperren</button>
<div class="ap-pass-error" id="ap-pass-error"></div>
</div>
<div class="ap-panel" id="ap-panel" style="display:none;">
<div class="ap-close" id="ap-close" title="Schließen"><i class="fas fa-xmark"></i></div>
<div class="ap-titlebar"><h1>Admin Panel</h1></div>
<div class="ap-screen active" id="ap-screen-main">
<div class="ap-grid">
<div class="ap-grid-btn" data-target="ap-screen-broadcast">
Nachricht senden
<span class="ap-icon"><i class="fas fa-bullhorn"></i></span>
</div>
<div class="ap-grid-btn" data-target="ap-screen-likes">
Likes verwalten
<span class="ap-icon"><i class="fas fa-heart"></i></span>
</div>
<div class="ap-grid-btn" data-target="ap-screen-abuse">
Admin Abuse 🌮
<span class="ap-icon" style="background:#ff9800; border-color:#1a1a1a; color:#fff;"><i class="fas fa-bomb"></i></span>
</div>
</div>
</div>
<div class="ap-screen" id="ap-screen-broadcast">
<div class="ap-back" data-target="ap-screen-main" title="Zurück"><i class="fas fa-arrow-left"></i></div>
<div class="ap-field">
<select id="ap-bc-scope"><option value="global">Global</option><option value="server">Server</option></select>
</div>
<div class="ap-field">
<textarea id="ap-bc-message" placeholder="Deine Nachricht..." rows="3" maxlength="200"></textarea>
</div>
<button class="ap-publish" id="ap-bc-publish">Senden 🚀</button>
<div class="ap-status" id="ap-bc-status"></div>
</div>
<div class="ap-screen" id="ap-screen-likes">
<div class="ap-back" data-target="ap-screen-main" title="Zurück"><i class="fas fa-arrow-left"></i></div>
<div class="ap-section">
<h3>Likes</h3>
<div class="ap-half">
<div>
<div class="ap-half-label">Aktuell</div>
<div class="ap-field"><input type="text" id="ap-likes-current" value="–" readonly></div>
</div>
<div>
<div class="ap-half-label">Neuer Wert</div>
<div class="ap-field"><input type="number" id="ap-likes-new" placeholder="0" min="0"></div>
</div>
</div>
</div>
<button class="ap-publish" id="ap-likes-apply">Wert übernehmen ✅</button>
<button class="ap-stop" id="ap-likes-reset" style="width:100%; margin-top:10px;">Auf 0 zurücksetzen</button>
<div class="ap-status" id="ap-likes-status"></div>
</div>
<div class="ap-screen" id="ap-screen-abuse">
<div class="ap-back" data-target="ap-screen-main" title="Zurück"><i class="fas fa-arrow-left"></i></div>
<h2 style="text-align:center; color:#fff; margin-bottom:15px; font-family:'Kaisei Decol', serif;">Taco Rain 🌮</h2>
<div class="ap-field">
<select id="ap-abuse-scope"><option value="global">Global</option><option value="server">Server</option></select>
</div>
<div class="ap-field">
<input type="number" id="ap-abuse-duration" placeholder="Dauer in Sekunden (z.B. 10)">
</div>
<button class="ap-publish" id="ap-abuse-tacos" style="background:#ff9800; border-color:#1a1a1a; color:#fff; padding: 20px; font-size:1.2rem;">
Tacos Starten 🌮🎵
</button>
<button class="ap-stop" id="ap-abuse-stop" style="width:100%; margin-top:10px;">Stop 🛑</button>
<div class="ap-status" id="ap-abuse-status"></div>
</div>
</div>
</div>
<script>
const audio = document.getElementById('bg-audio');
const playBtn = document.getElementById('play-pause-btn');
const playIcon = document.getElementById('play-icon');
const volBtn = document.getElementById('volume-btn');
const volIcon = document.getElementById('vol-icon');
const volSlider = document.getElementById('volume-slider');
const statusLog = document.getElementById('audio-status-log');
const tacoAudio = document.getElementById('taco-audio');
audio.volume = 0.3;
tacoAudio.volume = 0.5;
function updateSliderTrack() {
const pct = Math.round(volSlider.value * 100);
volSlider.style.background = `linear-gradient(to right, #d1447a 0%, #d1447a ${pct}%, rgba(255,255,255,0.5) ${pct}%, rgba(255,255,255,0.5) 100%)`;
}
updateSliderTrack();
audio.addEventListener('error', () => { statusLog.textContent = "Fehler: Musikdatei nicht gefunden!"; });
audio.addEventListener('canplaythrough', () => {
if (audio.paused) statusLog.textContent = "Musik bereit. Klicke oben links zum Starten 🎵";
});
playBtn.onclick = () => {
if (audio.paused) {
statusLog.textContent = "Wiedergabe angefordert...";
audio.play().then(() => {
playIcon.className = "fas fa-pause";
statusLog.textContent = "Musik läuft 🎵";
}).catch(() => { statusLog.textContent = "Wiedergabe vom Browser verweigert."; });
} else {
audio.pause();
playIcon.className = "fas fa-play";
statusLog.textContent = "Musik pausiert";
}
};
volBtn.onclick = () => {
audio.muted = !audio.muted;
volIcon.className = audio.muted ? "fas fa-volume-mute" : "fas fa-volume-up";
};
volSlider.oninput = () => {
audio.volume = volSlider.value;
audio.muted = false;
volIcon.className = audio.volume === 0 ? "fas fa-volume-mute" : "fas fa-volume-up";
updateSliderTrack();
};
function initAutoplay() {
audio.play().then(() => {
playIcon.className = "fas fa-pause";
statusLog.textContent = "Musik läuft 🎵";
}).catch(() => {
const triggerOnUser = () => {
if (audio.paused) {
audio.play().then(() => {
playIcon.className = "fas fa-pause";
statusLog.textContent = "Musik läuft 🎵";
}).catch(() => {});
}
['click', 'touchstart', 'keydown'].forEach(e => document.removeEventListener(e, triggerOnUser));
};
['click', 'touchstart', 'keydown'].forEach(e => document.addEventListener(e, triggerOnUser, { once: true, passive: true }));
});
}
if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', initAutoplay); else initAutoplay();
const LIKE_KEY = "julian442-profile-likes-v1";
const LIKE_HIT_URL = `https://countapi.mileshilliard.com/api/v1/hit/${LIKE_KEY}`;
const LIKE_GET_URL = `https://countapi.mileshilliard.com/api/v1/get/${LIKE_KEY}`;
const likeSetUrl = (value) => `https://countapi.mileshilliard.com/api/v1/set/${LIKE_KEY}?value=${value}`;
const likeBtn = document.getElementById('like-btn');
const likeLabel = document.getElementById('like-label');
const likeCount = document.getElementById('like-count');
const resetLog = document.getElementById('reset-log');
function renderCount(n) { likeCount.textContent = `${n} ${n === 1 ? 'Like' : 'Likes'}`; }
function setLikedState() { likeBtn.classList.add('liked'); likeLabel.textContent = 'Geliked'; likeBtn.disabled = true; }
function clearLikedState() { likeBtn.classList.remove('liked', 'pop'); likeLabel.textContent = 'Like'; likeBtn.disabled = false; }
const params = new URLSearchParams(window.location.search);
if (params.get('reset') === 'true') {
resetLog.textContent = "Setze Likes zurück...";
localStorage.removeItem('julian442_liked');
clearLikedState();
fetch(likeSetUrl(0)).then(res => res.json()).then(() => {
renderCount(0); resetLog.textContent = "Likes auf 0 zurückgesetzt ✅";
params.delete('reset'); window.history.replaceState({}, '', window.location.pathname + (params.toString() ? `?${params.toString()}` : ''));
});
} else {
const hasLiked = localStorage.getItem('julian442_liked') === 'true';
fetch(LIKE_GET_URL).then(res => res.json()).then(data => renderCount(data.value ?? 0)).catch(() => renderCount(localStorage.getItem('julian442_liked') === 'true' ? 1 : 0));
if (hasLiked) setLikedState();
}
likeBtn.onclick = () => {
if (localStorage.getItem('julian442_liked') === 'true') return;
fetch(LIKE_HIT_URL).then(res => res.json()).then(data => {
renderCount(data.value); localStorage.setItem('julian442_liked', 'true');
setLikedState(); likeBtn.classList.add('pop');
}).catch(() => {
localStorage.setItem('julian442_liked', 'true'); setLikedState(); likeBtn.classList.add('pop'); renderCount(1);
});
};
const CHANNEL_GLOBAL = "global-massage-broadcast-4471";
const CHANNEL_SERVER = "global-massage-broadcast-4472";
let tacoInterval = null;
function startTacoEffect(durationSeconds) {
tacoAudio.currentTime = 0;
tacoAudio.play().catch(e => console.log("Taco Audio blockiert", e));
const endTime = Date.now() + (durationSeconds * 1000);
tacoInterval = setInterval(() => {
if(Date.now() > endTime) { stopTacoEffect(); return; }
for(let i=0; i<3; i++) {
const t = document.createElement('div');
t.className = 'taco';
t.textContent = '🌮';
t.style.left = (Math.random() * 95) + '%';
t.style.animationDuration = (Math.random() * 2 + 2) + 's';
document.body.appendChild(t);
setTimeout(() => t.remove(), 5000);
}
}, 300);
}
function stopTacoEffect() {
if(tacoInterval) clearInterval(tacoInterval);
tacoAudio.pause();
}
function setupListener(channel) {
const es = new EventSource(`https://ntfy.sh/${channel}/sse`);
es.onmessage = function(e){
try{
const envelope = JSON.parse(e.data);
if(envelope.event === "message" && envelope.message){
const data = JSON.parse(envelope.message);
if(data.type === 'announce') { showBar(data); }
else if(data.type === 'taco_rain') { startTacoEffect(data.duration || 10); }
else if(data.type === 'taco_stop') { stopTacoEffect(); }
}
}catch(err){}
};
}
const bar = document.getElementById('gm-bar');
const avatarWrap = document.getElementById('gm-avatar');
const nameText = document.getElementById('gm-name-text');
const msgEl = document.getElementById('gm-msg');
let hideTimer = null;
function showBar(data){
avatarWrap.innerHTML = `<img src="${data.avatar}" alt="${data.name}">`;
nameText.textContent = data.name;
msgEl.textContent = data.message;
bar.classList.add('show');
if(hideTimer) clearTimeout(hideTimer);
const holdMs = Math.min(10000, Math.max(5000, 5000 + data.message.length * 40));
hideTimer = setTimeout(() => { bar.classList.remove('show'); }, holdMs);
}
setupListener(CHANNEL_GLOBAL);
setupListener(CHANNEL_SERVER);
(function(){
const API_URL = "https://tiny-limit-3f67.voltix-de.workers.dev";
const hammerBtn = document.getElementById('hammer-btn');
const overlay = document.getElementById('ap-overlay');
const passBox = document.getElementById('ap-pass-box');
const passInput = document.getElementById('ap-pass-input');
const passSubmit = document.getElementById('ap-pass-submit');
const passError = document.getElementById('ap-pass-error');
const panel = document.getElementById('ap-panel');
let unlocked = false;
hammerBtn.onclick = () => {
overlay.classList.add('show');
if(unlocked){ passBox.style.display = 'none'; panel.style.display = 'block'; switchScreen('ap-screen-main'); }
else { passBox.style.display = 'block'; panel.style.display = 'none'; passInput.value = ''; passError.textContent = ''; setTimeout(() => passInput.focus(), 50); }
};
document.getElementById('ap-close').onclick = () => overlay.classList.remove('show');
overlay.addEventListener('click', (e) => { if(e.target === overlay) overlay.classList.remove('show'); });
async function tryUnlock(){
try {
const response = await fetch(API_URL, {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ password: passInput.value })
});
const result = await response.json();
if(result.success){
unlocked = true; passBox.style.display = 'none'; panel.style.display = 'block'; switchScreen('ap-screen-main');
} else {
passError.textContent = 'Falsches Passwort!'; passBox.classList.add('ap-shake'); setTimeout(() => passBox.classList.remove('ap-shake'), 350);
}
} catch(e) { passError.textContent = 'Verbindungsfehler!'; }
}
passSubmit.onclick = tryUnlock; passInput.addEventListener('keydown', (e) => { if(e.key === 'Enter') tryUnlock(); });
function switchScreen(targetId){
document.querySelectorAll('.ap-screen').forEach(s => s.classList.remove('active'));
document.getElementById(targetId).classList.add('active');
}
document.querySelectorAll('.ap-grid-btn[data-target], .ap-back[data-target]').forEach(btn => {
btn.addEventListener('click', () => switchScreen(btn.dataset.target));
});
const bcMessageInput = document.getElementById('ap-bc-message');
const bcScopeInput = document.getElementById('ap-bc-scope');
const bcStatus = document.getElementById('ap-bc-status');
document.getElementById('ap-bc-publish').onclick = () => {
const message = bcMessageInput.value.trim();
const targetChannel = bcScopeInput.value === 'server' ? CHANNEL_SERVER : CHANNEL_GLOBAL;
if(!message){ bcStatus.textContent = 'Nachricht eingeben!'; return; }
const payload = { id: Date.now().toString(36), type: 'announce', name: 'Julian', avatar: 'pictures/julian.profilbild.png', message: message };
fetch(`https://ntfy.sh/${targetChannel}`, { method: 'POST', body: JSON.stringify(payload) })
.then(() => { bcStatus.textContent = 'Gesendet ✅'; bcMessageInput.value = ''; })
.catch(() => { bcStatus.textContent = 'Fehler!'; });
};
const abuseStatus = document.getElementById('ap-abuse-status');
const abuseDuration = document.getElementById('ap-abuse-duration');
const abuseScope = document.getElementById('ap-abuse-scope');
document.getElementById('ap-abuse-tacos').onclick = () => {
const duration = parseInt(abuseDuration.value) || 10;
const targetChannel = abuseScope.value === 'server' ? CHANNEL_SERVER : CHANNEL_GLOBAL;
const payload = { id: Date.now().toString(36), type: 'taco_rain', duration: duration };
fetch(`https://ntfy.sh/${targetChannel}`, { method: 'POST', body: JSON.stringify(payload) })
.then(() => { abuseStatus.textContent = 'Tacos laufen!'; });
};
document.getElementById('ap-abuse-stop').onclick = () => {
const payload = { id: Date.now().toString(36), type: 'taco_stop' };
fetch(`https://ntfy.sh/${CHANNEL_GLOBAL}`, { method: 'POST', body: JSON.stringify(payload) });
fetch(`https://ntfy.sh/${CHANNEL_SERVER}`, { method: 'POST', body: JSON.stringify(payload) })
.then(() => { abuseStatus.textContent = 'Tacos gestoppt 🛑'; });
};
const likesCurrentInput = document.getElementById('ap-likes-current');
const likesNewInput = document.getElementById('ap-likes-new');
const likesStatus = document.getElementById('ap-likes-status');
document.querySelector('[data-target="ap-screen-likes"]').addEventListener('click', () => {
fetch(LIKE_GET_URL).then(res => res.json()).then(data => { likesCurrentInput.value = data.value ?? 0; });
});
document.getElementById('ap-likes-apply').onclick = () => {
const val = parseInt(likesNewInput.value);
fetch(likeSetUrl(val)).then(() => { likesStatus.textContent = 'Gesetzt ✅'; renderCount(val); });
};
document.getElementById('ap-likes-reset').onclick = () => {
fetch(likeSetUrl(0)).then(() => { likesStatus.textContent = 'Zurückgesetzt ✅'; renderCount(0); });
};
})();
</script>
</body>
</html>