-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
703 lines (635 loc) · 62.9 KB
/
index.html
File metadata and controls
703 lines (635 loc) · 62.9 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
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Burak PEKEL | kingpin1dev</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Fira+Code:wght@400;500;700&display=swap" rel="stylesheet">
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: { sans: ['Inter', 'sans-serif'], mono: ['Fira Code', 'monospace'] },
colors: { neon: '#58a6ff', darkbg: '#0d1117', cardbg: '#161b22', discord: '#5865F2' }
}
}
}
</script>
<style>
body { background-color: #0d1117; color: #c9d1d9; overflow-x: hidden; touch-action: manipulation; }
#particles-js { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: -10; opacity: 0.4; }
.dynamic-island { transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.dynamic-island:hover { transform: scale(1.02); box-shadow: 0 0 20px rgba(88, 166, 255, 0.2); }
.nav-link.active { color: #58a6ff; text-shadow: 0 0 10px rgba(88, 166, 255, 0.5); }
.typing-effect { border-right: 2px solid #58a6ff; white-space: nowrap; overflow: hidden; animation: typing 3s steps(30, end), blink-caret .75s step-end infinite; }
@keyframes typing { from { width: 0 } to { width: 100% } }
@keyframes blink-caret { from, to { border-color: transparent } 50% { border-color: #58a6ff; } }
.glow-button:hover { box-shadow: 0 0 15px #58a6ff; text-shadow: 0 0 5px #fff; }
.terminal-glow { box-shadow: 0 0 30px rgba(88, 166, 255, 0.05); }
.status-online { background-color: #3ba55c; box-shadow: 0 0 8px #3ba55c; }
.status-idle { background-color: #faa61a; box-shadow: 0 0 8px #faa61a; }
.status-dnd { background-color: #ed4245; box-shadow: 0 0 8px #ed4245; }
.status-offline { background-color: #747f8d; }
.scrollbar-hide::-webkit-scrollbar { display: none; }
.scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }
.ig-card img { transition: transform 0.5s ease; }
.ig-card:hover img { transform: scale(1.05); }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0d1117; }
::-webkit-scrollbar-thumb { background: #161b22; border-radius: 4px; border: 1px solid rgba(88, 166, 255, 0.3); }
::-webkit-scrollbar-thumb:hover { background: #58a6ff; }
/* Yenilenen Marquee Sürükle-Bırak Stilleri */
.marquee-container { overflow: hidden; white-space: nowrap; width: 100%; position: relative; cursor: grab; touch-action: pan-y; }
.marquee-container:active { cursor: grabbing; }
.marquee-container::before, .marquee-container::after { content: ""; position: absolute; top: 0; width: 60px; height: 100%; z-index: 2; pointer-events: none; }
.marquee-container::before { left: 0; background: linear-gradient(to right, #0d1117 0%, transparent 100%); }
.marquee-container::after { right: 0; background: linear-gradient(to left, #0d1117 0%, transparent 100%); }
.marquee-content { display: flex; width: max-content; will-change: transform; }
</style>
</head>
<body class="antialiased selection:bg-neon selection:text-white relative">
<div id="particles-js"></div>
<nav class="fixed top-4 md:top-6 left-1/2 transform -translate-x-1/2 z-50 w-[90%] md:w-auto max-w-[400px] md:max-w-none">
<div class="dynamic-island bg-black/80 backdrop-blur-md border border-gray-700/50 rounded-full px-4 py-2 md:px-8 md:py-3 flex space-x-4 md:space-x-6 items-center justify-center shadow-lg overflow-x-auto scrollbar-hide whitespace-nowrap">
<a href="#home" class="nav-link scroll-link text-xs md:text-sm font-semibold text-gray-300 hover:text-neon transition hidden md:block active">Ana Sayfa</a>
<a href="#projects" class="nav-link scroll-link text-xs md:text-sm font-semibold text-gray-300 hover:text-neon transition block">Projeler</a>
<a href="#setup" class="nav-link scroll-link text-xs md:text-sm font-semibold text-gray-300 hover:text-neon transition block">Sistem</a>
<a href="#creative" class="nav-link scroll-link text-xs md:text-sm font-semibold text-gray-300 hover:text-neon transition block">Kreatif</a>
<a href="#activity" class="nav-link scroll-link text-xs md:text-sm font-semibold text-gray-300 hover:text-neon transition block">Aktivite</a>
<a href="#contact" class="nav-link scroll-link text-xs md:text-sm font-semibold text-gray-300 hover:text-neon transition block">İletişim</a>
</div>
</nav>
<section id="home" class="min-h-screen flex flex-col justify-center items-center relative px-4 text-center pt-28 md:pt-20">
<div class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 w-72 h-72 md:w-96 md:h-96 bg-neon/10 rounded-full blur-[100px] -z-10 pointer-events-none"></div>
<img src="https://avatars.githubusercontent.com/u/75186785?v=4" alt="Burak PEKEL" class="w-28 h-28 md:w-32 md:h-32 rounded-full border-2 border-neon p-1 mb-6 shadow-[0_0_15px_rgba(88,166,255,0.4)] relative z-10">
<h1 class="text-4xl sm:text-5xl md:text-6xl font-extrabold text-white mb-4 tracking-tight relative z-10">Burak PEKEL</h1>
<div class="inline-block relative z-10 max-w-full overflow-hidden">
<h2 class="text-sm sm:text-lg md:text-2xl text-neon font-mono typing-effect">Software Developer & Video Editor</h2>
</div>
<p class="mt-6 max-w-xl text-gray-400 text-base md:text-lg relative z-10">
Yaratıcı uygulamaları geliştirmeyi ve fikirleri gerçeğe dönüştürmeyi seviyorum. Aynı zamanda video kurgu ve UI/UX tasarımı tutkunu bir geliştirici ve video editörüyüm. Güncel olarak Sonar Vice, Notchify ve BokMail projeleri üzerinde çalışmaktayım.
</p>
<div class="mt-8 flex flex-wrap justify-center gap-4 relative z-10">
<a href="#projects" class="scroll-link glow-button px-6 py-3 bg-neon text-darkbg font-bold rounded-lg transition-all w-full sm:w-auto">Projeleri İncele</a>
<a href="https://github.com/kingpin1dev" target="_blank" class="px-6 py-3 border border-gray-600 hover:border-neon text-white font-bold rounded-lg transition-all w-full sm:w-auto"><i class="fab fa-github mr-2"></i>GitHub</a>
</div>
</section>
<section id="skills" class="py-10 px-4 max-w-5xl mx-auto border-t border-gray-800">
<div class="marquee-container bg-[#090b0f] border border-gray-800 rounded-xl py-5 shadow-[0_0_15px_rgba(88,166,255,0.03)] select-none">
<div class="marquee-content flex w-max" id="skills-track">
<div class="flex items-center gap-12 px-6">
<div class="flex items-center gap-2 text-gray-500 hover:text-white transition"><i class="fab fa-js text-yellow-400 text-2xl"></i><span class="font-mono text-sm">JavaScript</span></div>
<div class="flex items-center gap-2 text-gray-500 hover:text-white transition"><i class="fab fa-python text-blue-400 text-2xl"></i><span class="font-mono text-sm">Python</span></div>
<div class="flex items-center gap-2 text-gray-500 hover:text-white transition"><i class="fab fa-windows text-purple-400 text-2xl"></i><span class="font-mono text-sm">C# / .NET</span></div>
<div class="flex items-center gap-2 text-gray-500 hover:text-white transition"><i class="fas fa-wind text-cyan-400 text-2xl"></i><span class="font-mono text-sm">Tailwind CSS</span></div>
<div class="flex items-center gap-2 text-gray-500 hover:text-white transition"><i class="fas fa-video text-pink-500 text-2xl"></i><span class="font-mono text-sm">Premiere Pro</span></div>
<div class="flex items-center gap-2 text-gray-500 hover:text-white transition"><i class="fas fa-film text-indigo-500 text-2xl"></i><span class="font-mono text-sm">After Effects</span></div>
<div class="flex items-center gap-2 text-gray-500 hover:text-white transition"><i class="fab fa-figma text-orange-400 text-2xl"></i><span class="font-mono text-sm">Figma</span></div>
</div>
<div class="flex items-center gap-12 px-6">
<div class="flex items-center gap-2 text-gray-500 hover:text-white transition"><i class="fab fa-js text-yellow-400 text-2xl"></i><span class="font-mono text-sm">JavaScript</span></div>
<div class="flex items-center gap-2 text-gray-500 hover:text-white transition"><i class="fab fa-python text-blue-400 text-2xl"></i><span class="font-mono text-sm">Python</span></div>
<div class="flex items-center gap-2 text-gray-500 hover:text-white transition"><i class="fab fa-windows text-purple-400 text-2xl"></i><span class="font-mono text-sm">C# / .NET</span></div>
<div class="flex items-center gap-2 text-gray-500 hover:text-white transition"><i class="fas fa-wind text-cyan-400 text-2xl"></i><span class="font-mono text-sm">Tailwind CSS</span></div>
<div class="flex items-center gap-2 text-gray-500 hover:text-white transition"><i class="fas fa-video text-pink-500 text-2xl"></i><span class="font-mono text-sm">Premiere Pro</span></div>
<div class="flex items-center gap-2 text-gray-500 hover:text-white transition"><i class="fas fa-film text-indigo-500 text-2xl"></i><span class="font-mono text-sm">After Effects</span></div>
<div class="flex items-center gap-2 text-gray-500 hover:text-white transition"><i class="fab fa-figma text-orange-400 text-2xl"></i><span class="font-mono text-sm">Figma</span></div>
</div>
</div>
</div>
</section>
<section id="projects" class="py-20 px-4 max-w-5xl mx-auto">
<h2 class="text-2xl md:text-3xl font-bold text-white mb-2"><i class="fas fa-code text-neon mr-3"></i>Öne Çıkan Projeler</h2>
<p class="text-gray-400 mb-10 text-sm md:text-base">Güncel projelerim.</p>
<!-- Featured Projects Grid -->
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-10">
<!-- BokMail Kartı -->
<div class="group bg-[#161b22] rounded-2xl overflow-hidden border border-gray-800 hover:border-neon/50 transition-all duration-300 flex flex-col">
<div class="relative h-28 bg-gradient-to-br from-[#0d2847] via-[#0d1f3c] to-[#0a0f1a] flex items-center justify-center overflow-hidden">
<div class="absolute inset-0 opacity-20" style="background-image: radial-gradient(circle at 30% 50%, #58a6ff 0%, transparent 60%), radial-gradient(circle at 80% 20%, #1f6feb 0%, transparent 50%);"></div>
<i class="fas fa-envelope-open-text text-neon text-5xl relative z-10 drop-shadow-[0_0_20px_rgba(88,166,255,0.6)]"></i>
<div class="absolute top-3 right-3">
<span class="text-[10px] font-mono bg-neon/20 text-neon border border-neon/30 px-2 py-0.5 rounded-full">Web App</span>
</div>
</div>
<div class="p-6 flex flex-col flex-1">
<h3 class="text-xl font-bold text-white mb-1">BokMail</h3>
<p class="text-gray-400 text-sm mb-5 flex-1 leading-relaxed">Gerçek e-posta adresinizi koruyun. Şifresiz, anında aktif, kalıcı saklama destekli anonim geçici e-posta servisi. Kayıt gerektirmez, doğrulama yok.</p>
<div class="flex flex-wrap gap-2 mb-5">
<span class="text-xs font-mono bg-neon/5 text-neon/70 border border-neon/10 px-2 py-1 rounded-md">Şifresiz</span>
<span class="text-xs font-mono bg-neon/5 text-neon/70 border border-neon/10 px-2 py-1 rounded-md">Kalıcı Depolama</span>
<span class="text-xs font-mono bg-neon/5 text-neon/70 border border-neon/10 px-2 py-1 rounded-md">Anonim</span>
<span class="text-xs font-mono bg-neon/5 text-neon/70 border border-neon/10 px-2 py-1 rounded-md">Spam Koruması</span>
</div>
<div class="flex gap-3 pt-4 border-t border-gray-800">
<a href="https://bokmails.com" target="_blank" class="flex-1 text-center py-2.5 bg-neon text-darkbg font-bold rounded-lg text-sm hover:opacity-90 transition-all flex items-center justify-center gap-2">
<i class="fas fa-arrow-up-right-from-square text-xs"></i> Siteyi Ziyaret Et
</a>
<a href="https://github.com/kingpin1dev/" target="_blank" class="px-4 py-2.5 border border-gray-700 hover:border-gray-500 text-gray-400 hover:text-white rounded-lg text-sm transition-all flex items-center gap-2">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<!-- Notchify Kartı -->
<div class="group bg-[#161b22] rounded-2xl overflow-hidden border border-gray-800 hover:border-[#38bdf8]/50 transition-all duration-300 flex flex-col">
<div class="relative h-28 bg-gradient-to-br from-[#0c2a3d] via-[#071e2e] to-[#0a0f1a] flex items-center justify-center overflow-hidden">
<div class="absolute inset-0 opacity-20" style="background-image: radial-gradient(circle at 30% 50%, #38bdf8 0%, transparent 60%), radial-gradient(circle at 80% 20%, #0ea5e9 0%, transparent 50%);"></div>
<img src="img/notchify.png" alt="Notchify" class="w-16 h-16 relative z-10 rounded-2xl">
<div class="absolute top-3 right-3">
<span class="text-[10px] font-mono bg-[#38bdf8]/20 text-[#38bdf8] border border-[#38bdf8]/30 px-2 py-0.5 rounded-full">Windows</span>
</div>
</div>
<div class="p-6 flex flex-col flex-1">
<h3 class="text-xl font-bold text-white mb-1">Notchify</h3>
<p class="text-gray-400 text-sm mb-5 flex-1 leading-relaxed">Windows için Dynamic Island tarzı masaüstü overlay. Fizik tabanlı animasyonlar, modüler widget'lar (hava durumu, medya, sistem istatistikleri) ve 10 dil desteğiyle macOS'tan ilham alan bir deneyim.</p>
<div class="flex flex-wrap gap-2 mb-5">
<span class="text-xs font-mono bg-[#38bdf8]/5 text-[#38bdf8]/70 border border-[#38bdf8]/10 px-2 py-1 rounded-md">Dynamic Island</span>
<span class="text-xs font-mono bg-[#38bdf8]/5 text-[#38bdf8]/70 border border-[#38bdf8]/10 px-2 py-1 rounded-md">Animasyonlar</span>
<span class="text-xs font-mono bg-[#38bdf8]/5 text-[#38bdf8]/70 border border-[#38bdf8]/10 px-2 py-1 rounded-md">Widget'lar</span>
<span class="text-xs font-mono bg-[#38bdf8]/5 text-[#38bdf8]/70 border border-[#38bdf8]/10 px-2 py-1 rounded-md">Çok Dilli</span>
</div>
<div class="flex gap-3 pt-4 border-t border-gray-800">
<a href="https://apps.microsoft.com/detail/9P0JFN5L96VH?hl=tr-tr&gl=TR&ocid=pdpshare" target="_blank" class="flex-1 text-center py-2.5 bg-[#38bdf8] hover:bg-[#38bdf8]/85 text-darkbg font-bold rounded-lg text-sm transition-all flex items-center justify-center gap-2">
<i class="fab fa-windows text-xs"></i> Microsoft Store
</a>
<a href="https://github.com/kingpin1dev/Notchify" target="_blank" class="px-4 py-2.5 border border-gray-700 hover:border-gray-500 text-gray-400 hover:text-white rounded-lg text-sm transition-all flex items-center gap-2">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<!-- VICE-Sonar Kartı -->
<div class="group bg-[#161b22] rounded-2xl overflow-hidden border border-gray-800 hover:border-[#38bdf8]/50 transition-all duration-300 flex flex-col">
<div class="relative h-28 bg-gradient-to-br from-[#0c2a3d] via-[#071e2e] to-[#0a0f1a] flex items-center justify-center overflow-hidden">
<div class="absolute inset-0 opacity-20" style="background-image: radial-gradient(circle at 30% 50%, #38bdf8 0%, transparent 60%), radial-gradient(circle at 80% 20%, #0ea5e9 0%, transparent 50%);"></div>
<img src="img/vice-sonar.png" alt="VICE Sonar" class="w-16 h-16 relative z-10 rounded-2xl">
<div class="absolute top-3 right-3">
<span class="text-[10px] font-mono bg-[#38bdf8]/20 text-[#38bdf8] border border-[#38bdf8]/30 px-2 py-0.5 rounded-full">Windows</span>
</div>
</div>
<div class="p-6 flex flex-col flex-1">
<h3 class="text-xl font-bold text-white mb-1">VICE Sonar</h3>
<p class="text-gray-400 text-sm mb-5 flex-1 leading-relaxed">SteelSeries GG Sonar için hafif masaüstü widget'ı. Ses kanalları, EQ profilleri ve RGB aydınlatmayı ana uygulamayı açmadan, görev çubuğuna ihtiyaç duymadan yönet.</p>
<div class="flex flex-wrap gap-2 mb-5">
<span class="text-xs font-mono bg-[#38bdf8]/5 text-[#38bdf8]/70 border border-[#38bdf8]/10 px-2 py-1 rounded-md">Ses Kontrolü</span>
<span class="text-xs font-mono bg-[#38bdf8]/5 text-[#38bdf8]/70 border border-[#38bdf8]/10 px-2 py-1 rounded-md">EQ Profilleri</span>
<span class="text-xs font-mono bg-[#38bdf8]/5 text-[#38bdf8]/70 border border-[#38bdf8]/10 px-2 py-1 rounded-md">RGB</span>
<span class="text-xs font-mono bg-[#38bdf8]/5 text-[#38bdf8]/70 border border-[#38bdf8]/10 px-2 py-1 rounded-md">7 Tema</span>
</div>
<div class="flex gap-3 pt-4 border-t border-gray-800">
<a href="https://apps.microsoft.com/detail/9p40tmplqb43?hl=tr-TR&gl=TR" target="_blank" class="flex-1 text-center py-2.5 bg-[#38bdf8] hover:bg-[#38bdf8]/85 text-darkbg font-bold rounded-lg text-sm transition-all flex items-center justify-center gap-2">
<i class="fab fa-windows text-xs"></i> Microsoft Store
</a>
<a href="https://github.com/kingpin1dev/VICE-Sonar" target="_blank" class="px-4 py-2.5 border border-gray-700 hover:border-gray-500 text-gray-400 hover:text-white rounded-lg text-sm transition-all flex items-center gap-2">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<section id="setup" class="py-20 px-4 max-w-5xl mx-auto border-t border-gray-800">
<div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
<div class="bg-[#090b0f] border border-gray-700/50 rounded-xl overflow-hidden terminal-glow w-full order-2 lg:order-1">
<div class="bg-[#161b22] px-4 py-3 border-b border-gray-700/50 flex items-center gap-2">
<div class="w-3 h-3 rounded-full bg-red-500"></div>
<div class="w-3 h-3 rounded-full bg-yellow-500"></div>
<div class="w-3 h-3 rounded-full bg-green-500"></div>
<span class="ml-4 text-[10px] md:text-xs font-mono text-gray-500 truncate">kingpin1dev@main-rig ~</span>
</div>
<div class="p-4 md:p-6 font-mono text-xs md:text-sm leading-relaxed overflow-x-auto">
<p class="text-neon mb-4">kingpin1dev@main-rig ~ % <span class="text-white">neofetch --hardware</span></p>
<ul class="space-y-3 whitespace-nowrap md:whitespace-normal">
<li><span class="text-gray-500">CPU :</span> <span class="text-gray-300">AMD Ryzen™ 7 8700F (8-Core, 5.0 GHz)</span></li>
<li><span class="text-gray-500">GPU :</span> <span class="text-gray-300">ASUS Dual GeForce RTX™ 4070 OC 12GB</span></li>
<li><span class="text-gray-500">RAM :</span> <span class="text-gray-300">32GB Corsair Dominator Platinum RGB DDR5</span></li>
<li><span class="text-gray-500">MOBO :</span> <span class="text-gray-300">ASUS Prime A620M-K</span></li>
<li><span class="text-gray-500">COOL :</span> <span class="text-gray-300">Thermalright Aqua Elite 240 ARGB</span></li>
</ul>
<p class="text-neon mt-6 animate-pulse">_</p>
</div>
</div>
<div class="flex flex-col h-full justify-center order-1 lg:order-2">
<h2 class="text-2xl md:text-3xl font-bold text-white mb-4"><i class="fas fa-microchip text-neon mr-3"></i>Donanım & Ekipman</h2>
<p class="text-gray-400 leading-relaxed text-sm md:text-lg">
Yüksek performanslı kod derleme, akıcı video kurgu süreçleri ve sağlam bir oyun deneyimi için özenle topladığım güncel sistemim.
</p>
</div>
</div>
</section>
<section id="creative" class="py-20 px-4 max-w-5xl mx-auto border-t border-gray-800">
<h2 class="text-2xl md:text-3xl font-bold text-white mb-2"><i class="fas fa-film text-neon mr-3"></i>Kreatif Evren</h2>
<p class="text-gray-400 mb-10 text-sm md:text-base">Video kurgu, film editleri ve müzik üretimlerim.</p>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div class="bg-cardbg border border-gray-800 rounded-xl p-6 flex flex-col justify-center items-center text-center hover:border-pink-500 transition">
<div class="w-16 h-16 bg-gradient-to-tr from-yellow-400 via-red-500 to-purple-500 rounded-full flex items-center justify-center mb-4 shadow-lg shadow-pink-500/20">
<i class="fab fa-instagram text-white text-2xl"></i>
</div>
<h3 class="text-xl font-bold text-white mb-2">SineOrbit</h3>
<p class="text-gray-400 mb-4 text-sm">Film sahnelerine hayat verdiğim, sinematografik video edit sayfam.</p>
<a href="https://www.instagram.com/sineorbit/" target="_blank" class="px-4 py-2 bg-white/5 hover:bg-white/10 text-white rounded-lg text-sm transition border border-gray-700">Sayfayı İncele</a>
</div>
<div class="bg-cardbg border border-gray-800 rounded-xl p-6 flex flex-col justify-center items-center text-center hover:border-green-500 transition">
<i class="fab fa-spotify text-green-500 text-5xl mb-4 drop-shadow-[0_0_10px_rgba(34,197,94,0.3)]"></i>
<h3 class="text-xl font-bold text-white mb-2">Spotify</h3>
<p class="text-gray-400 mb-4 text-sm">Zaman zaman hobi olarak ürettiğim ve yayınladığım parçalar.</p>
<a href="https://open.spotify.com/intl-tr/artist/3KwVC87AX4WLGOS8oLWvc0?si=1n1RJoF7SruHa5ZbUIIt2Q" target="_blank" class="px-4 py-2 bg-green-500/10 hover:bg-green-500/20 text-green-400 rounded-lg text-sm transition border border-green-500/20">Spotify'da Dinle</a>
</div>
</div>
<div class="mt-12">
<div class="flex items-center gap-3 mb-6">
<i class="fab fa-instagram text-pink-500 text-xl"></i>
<h3 class="text-lg font-semibold text-white">@sineorbit'ten Öne Çıkan Editler</h3>
<a href="https://www.instagram.com/sineorbit/" target="_blank" class="ml-auto text-xs text-gray-500 hover:text-pink-400 transition flex items-center gap-1">Tümünü Gör <i class="fas fa-arrow-right text-[10px]"></i></a>
</div>
<div id="ig-grid" class="grid grid-cols-2 sm:grid-cols-3 gap-3 md:gap-4"></div>
</div>
</section>
<section id="activity" class="py-20 px-4 max-w-5xl mx-auto border-t border-gray-800">
<h2 class="text-2xl md:text-3xl font-bold text-white mb-2"><i class="fas fa-satellite-dish text-neon mr-3"></i>Canlı Aktivite</h2>
<p class="text-gray-400 mb-10 text-sm md:text-base">Anlık aktivite ve oyuncu profillerim.</p>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4 md:gap-6">
<div id="spotify-card" class="bg-cardbg border border-gray-800 hover:border-green-500/50 rounded-xl p-5 transition-all duration-300 relative overflow-hidden group min-h-[150px] flex flex-col justify-center">
<div id="spotify-content" class="flex flex-col items-center gap-3 text-gray-600 text-center w-full">
<i class="fab fa-spotify text-4xl"></i><p class="text-sm font-medium">Yükleniyor...</p>
</div>
</div>
<div id="vscode-card" class="bg-cardbg border border-gray-800 hover:border-blue-500/50 rounded-xl p-5 transition-all duration-300 relative overflow-hidden group min-h-[150px] flex flex-col justify-center">
<div id="vscode-content" class="flex flex-col items-center gap-3 text-gray-600 text-center w-full">
<i class="fas fa-code text-4xl"></i><p class="text-sm font-medium">Yükleniyor...</p>
</div>
</div>
<a href="https://steamcommunity.com/id/burakpekel/" target="_blank" class="bg-cardbg border border-gray-800 hover:border-[#66c0f4]/50 rounded-xl p-5 transition-all duration-300 relative overflow-hidden group min-h-[150px] flex flex-col justify-center cursor-pointer">
<div class="flex items-center gap-1.5 mb-3">
<i class="fab fa-steam text-[#66c0f4] text-xs group-hover:animate-pulse"></i>
<span class="text-[#66c0f4] text-xs font-semibold uppercase tracking-wider">Steam</span>
</div>
<div class="flex items-center gap-4">
<div class="relative flex-shrink-0">
<img src="https://avatars.fastly.steamstatic.com/6699308c9128ee16df2523235ee7d01ddbfb7b63_full.jpg" alt="Steam Avatar" class="w-12 h-12 rounded-lg border border-[#66c0f4]/30 group-hover:border-[#66c0f4] transition-colors object-cover">
</div>
<div class="flex-1 min-w-0">
<p class="text-white font-bold text-sm truncate">Kingpin</p>
<p class="text-gray-400 text-xs truncate mt-0.5">PC Oyuncusu</p>
<p class="text-[#66c0f4]/80 text-[10px] font-mono mt-2 border border-[#66c0f4]/20 bg-[#66c0f4]/10 inline-block px-2 py-0.5 rounded">Profili Gör</p>
</div>
</div>
</a>
<a href="https://www.xbox.com/tr-TR/play/user/Kingpin7841" target="_blank" class="bg-cardbg border border-gray-800 hover:border-[#107C10]/50 rounded-xl p-5 transition-all duration-300 relative overflow-hidden group min-h-[150px] flex flex-col justify-center cursor-pointer">
<div class="flex items-center gap-1.5 mb-3">
<i class="fab fa-xbox text-[#107C10] text-xs group-hover:animate-pulse"></i>
<span class="text-[#107C10] text-xs font-semibold uppercase tracking-wider">Xbox Live</span>
</div>
<div class="flex items-center gap-4">
<div class="relative flex-shrink-0">
<div class="w-12 h-12 bg-[#107C10]/10 rounded-full border border-[#107C10]/30 group-hover:border-[#107C10] transition-colors flex items-center justify-center">
<i class="fab fa-xbox text-2xl text-[#107C10]"></i>
</div>
</div>
<div class="flex-1 min-w-0">
<p class="text-white font-bold text-sm truncate">Kingpin7841</p>
<p class="text-gray-400 text-xs truncate mt-0.5">Konsol & PC</p>
<p class="text-[#107C10]/80 text-[10px] font-mono mt-2 border border-[#107C10]/20 bg-[#107C10]/10 inline-block px-2 py-0.5 rounded transition group-hover:bg-[#107C10]/20">Profili Gör</p>
</div>
</div>
</a>
</div>
<div class="mt-8 bg-[#0d1117] border border-gray-800 hover:border-[#66c0f4]/50 rounded-xl overflow-hidden transition-all duration-500 group shadow-[0_0_30px_rgba(0,0,0,0.5)] relative">
<div class="absolute -top-24 -right-24 w-96 h-96 bg-[#66c0f4]/5 rounded-full blur-[100px] pointer-events-none group-hover:bg-[#66c0f4]/10 transition-all duration-700"></div>
<div class="relative z-10 bg-gradient-to-r from-[#161b22] to-[#0d1117] px-6 py-4 border-b border-gray-800/80 flex items-center justify-between">
<div class="flex items-center gap-3">
<div class="w-8 h-8 rounded bg-[#66c0f4]/10 flex items-center justify-center border border-[#66c0f4]/20">
<i class="fab fa-steam text-[#66c0f4] text-lg"></i>
</div>
<div>
<span class="text-white font-bold text-sm tracking-widest uppercase block">Kişisel Oyun Vitrini</span>
<span class="text-gray-500 text-[10px] font-mono">ID: KINGPIN • OYUNCU PROFİLİ</span>
</div>
</div>
<a href="https://steamcommunity.com/id/burakpekel/" target="_blank" class="text-xs text-[#66c0f4] hover:text-white transition font-mono border border-[#66c0f4]/30 hover:bg-[#66c0f4]/10 px-4 py-2 rounded-lg flex items-center gap-2">
<i class="fas fa-external-link-alt"></i> PROFİLE GİT
</a>
</div>
<div class="relative z-10 p-6 md:p-8 flex flex-col gap-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-4">
<div class="bg-[#161b22] border border-gray-800 rounded-lg p-4 flex flex-col items-center justify-center relative overflow-hidden group/stat">
<div class="absolute bottom-0 w-full h-1 bg-gradient-to-r from-transparent via-[#66c0f4] to-transparent opacity-0 group-hover/stat:opacity-100 transition-opacity"></div>
<i class="fas fa-gamepad text-gray-600 group-hover/stat:text-[#66c0f4] text-xl mb-2 transition-colors"></i>
<span class="text-2xl font-black text-white mb-1">115</span>
<span class="text-gray-500 text-[10px] uppercase font-bold tracking-wider">Sahip Olunan Oyun</span>
</div>
<div class="bg-[#161b22] border border-gray-800 rounded-lg p-4 flex flex-col items-center justify-center relative overflow-hidden group/stat">
<div class="absolute bottom-0 w-full h-1 bg-gradient-to-r from-transparent via-purple-500 to-transparent opacity-0 group-hover/stat:opacity-100 transition-opacity"></div>
<i class="fas fa-check-double text-gray-600 group-hover/stat:text-purple-500 text-xl mb-2 transition-colors"></i>
<span class="text-2xl font-black text-white mb-1">38</span>
<span class="text-gray-500 text-[10px] uppercase font-bold tracking-wider">%100 Tamamlanan</span>
</div>
<div class="bg-[#161b22] border border-gray-800 rounded-lg p-4 flex flex-col items-center justify-center relative overflow-hidden group/stat">
<div class="absolute bottom-0 w-full h-1 bg-gradient-to-r from-transparent via-yellow-500 to-transparent opacity-0 group-hover/stat:opacity-100 transition-opacity"></div>
<i class="fas fa-trophy text-gray-600 group-hover/stat:text-yellow-500 text-xl mb-2 transition-colors"></i>
<span class="text-2xl font-black text-yellow-500 mb-1 drop-shadow-[0_0_8px_rgba(234,179,8,0.5)]">6.616</span>
<span class="text-gray-500 text-[10px] uppercase font-bold tracking-wider">Kazanılan Başarım</span>
</div>
<div class="bg-[#161b22] border border-gray-800 rounded-lg p-4 flex flex-col items-center justify-center relative overflow-hidden group/stat">
<div class="absolute bottom-0 w-full h-1 bg-gradient-to-r from-transparent via-green-500 to-transparent opacity-0 group-hover/stat:opacity-100 transition-opacity"></div>
<i class="fas fa-chart-line text-gray-600 group-hover/stat:text-green-500 text-xl mb-2 transition-colors"></i>
<span class="text-2xl font-black text-white mb-1">%77</span>
<span class="text-gray-500 text-[10px] uppercase font-bold tracking-wider">Bitirme Oranı</span>
</div>
</div>
<div>
<div class="flex items-center gap-2 mb-4">
<div class="w-1.5 h-4 bg-[#66c0f4] rounded-full"></div>
<h3 class="text-white text-sm font-bold uppercase tracking-wider">Kütüphane Özetim</h3>
</div>
<div class="grid grid-cols-2 md:grid-cols-4 gap-4">
<div class="group/game relative aspect-[3/4] rounded-lg overflow-hidden border border-gray-800 hover:border-[#00ff9f] transition-all cursor-pointer bg-[#161b22]">
<img src="https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1091500/library_600x900.jpg" alt="Cyberpunk 2077" class="w-full h-full object-cover opacity-70 group-hover/game:opacity-100 group-hover/game:scale-105 transition-all duration-500">
<div class="absolute inset-0 bg-gradient-to-t from-black via-black/40 to-transparent opacity-90"></div>
<div class="absolute bottom-0 left-0 p-4 w-full transform translate-y-2 group-hover/game:translate-y-0 transition-transform">
<h4 class="text-white font-bold text-sm truncate mb-1">Cyberpunk 2077</h4>
<div class="w-full bg-gray-800 rounded-full h-1">
<div class="bg-[#00ff9f] h-full rounded-full shadow-[0_0_8px_rgba(0,255,159,0.8)]" style="width: 85%"></div>
</div>
</div>
</div>
<div class="group/game relative aspect-[3/4] rounded-lg overflow-hidden border border-gray-800 hover:border-orange-500 transition-all cursor-pointer bg-[#161b22]">
<img src="https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/1808500/library_600x900.jpg" alt="ARC Raiders" class="w-full h-full object-cover opacity-70 group-hover/game:opacity-100 group-hover/game:scale-105 transition-all duration-500">
<div class="absolute inset-0 bg-gradient-to-t from-black via-black/40 to-transparent opacity-90"></div>
<div class="absolute bottom-0 left-0 p-4 w-full transform translate-y-2 group-hover/game:translate-y-0 transition-transform">
<h4 class="text-white font-bold text-sm truncate mb-1">ARC Raiders</h4>
<div class="w-full bg-gray-800 rounded-full h-1">
<div class="bg-orange-500 h-full rounded-full" style="width: 40%"></div>
</div>
</div>
</div>
<div class="group/game relative aspect-[3/4] rounded-lg overflow-hidden border border-gray-800 hover:border-yellow-500 transition-all cursor-pointer bg-[#161b22] hidden md:block">
<img src="https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/239140/library_600x900.jpg" alt="Dying Light" class="w-full h-full object-cover opacity-70 group-hover/game:opacity-100 group-hover/game:scale-105 transition-all duration-500">
<div class="absolute inset-0 bg-gradient-to-t from-black via-black/40 to-transparent opacity-90"></div>
<div class="absolute bottom-0 left-0 p-4 w-full transform translate-y-2 group-hover/game:translate-y-0 transition-transform">
<h4 class="text-white font-bold text-sm truncate mb-1">Dying Light</h4>
<div class="w-full bg-gray-800 rounded-full h-1">
<div class="bg-yellow-500 h-full rounded-full" style="width: 75%"></div>
</div>
</div>
</div>
<div class="group/game relative aspect-[3/4] rounded-lg overflow-hidden border border-gray-800 hover:border-purple-500 transition-all cursor-pointer bg-[#161b22] hidden md:block">
<img src="https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/2001120/library_600x900.jpg" alt="Split Fiction" class="w-full h-full object-cover opacity-70 group-hover/game:opacity-100 group-hover/game:scale-105 transition-all duration-500">
<div class="absolute inset-0 bg-gradient-to-t from-black via-black/40 to-transparent opacity-90"></div>
<div class="absolute bottom-0 left-0 p-4 w-full transform translate-y-2 group-hover/game:translate-y-0 transition-transform z-10">
<h4 class="text-white font-bold text-sm truncate mb-1">Split Fiction</h4>
<div class="w-full bg-gray-800 rounded-full h-1">
<div class="bg-purple-500 h-full rounded-full" style="width: 55%"></div>
</div>
</div>
</div>
</div>
</div>
<div class="mt-2">
<div class="flex items-center gap-2 mb-4">
<div class="w-1.5 h-4 bg-yellow-500 rounded-full"></div>
<h3 class="text-white text-sm font-bold uppercase tracking-wider">Koleksiyon Başarımları</h3>
</div>
<div class="flex flex-wrap items-center gap-1.5 md:gap-2">
<div class="group/ach relative w-8 h-8 sm:w-10 sm:h-10 bg-[#161b22] border border-gray-700 hover:border-yellow-400 rounded overflow-hidden transition-all hover:scale-110 shadow-lg cursor-help" title="Zup! S - K!">
<img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/617670/ff473e4edb88865aa2204ca5cbb3b8430ed469c1.jpg" class="w-full h-full object-cover">
</div>
<div class="group/ach relative w-8 h-8 sm:w-10 sm:h-10 bg-[#161b22] border border-gray-700 hover:border-yellow-400 rounded overflow-hidden transition-all hover:scale-110 shadow-lg cursor-help" title="Zup! S - I!">
<img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/617670/0fa9f59cef98ed26a2830ba1bd303955c5ad61b1.jpg" class="w-full h-full object-cover">
</div>
<div class="group/ach relative w-8 h-8 sm:w-10 sm:h-10 bg-[#161b22] border border-gray-700 hover:border-yellow-400 rounded overflow-hidden transition-all hover:scale-110 shadow-lg cursor-help" title="Zup! S - N!">
<img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/617670/4cf7bf4cb63dae3a678b7884c23957728f78367d.jpg" class="w-full h-full object-cover">
</div>
<div class="group/ach relative w-8 h-8 sm:w-10 sm:h-10 bg-[#161b22] border border-gray-700 hover:border-yellow-400 rounded overflow-hidden transition-all hover:scale-110 shadow-lg cursor-help" title="Zup! S - G!">
<img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/617670/ae55ecb37205f05eb4a5dcdb8c03e721df5cbfb8.jpg" class="w-full h-full object-cover">
</div>
<div class="group/ach relative w-8 h-8 sm:w-10 sm:h-10 bg-[#161b22] border border-gray-700 hover:border-yellow-400 rounded overflow-hidden transition-all hover:scale-110 shadow-lg cursor-help" title="Zup! S - P!">
<img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/617670/2624a2514dd83bc2412c57fea4431e678f9128be.jpg" class="w-full h-full object-cover">
</div>
<div class="group/ach relative w-8 h-8 sm:w-10 sm:h-10 bg-[#161b22] border border-gray-700 hover:border-yellow-400 rounded overflow-hidden transition-all hover:scale-110 shadow-lg cursor-help" title="Zup! S - I!">
<img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/617670/0fa9f59cef98ed26a2830ba1bd303955c5ad61b1.jpg" class="w-full h-full object-cover">
</div>
<div class="group/ach relative w-8 h-8 sm:w-10 sm:h-10 bg-[#161b22] border border-gray-700 hover:border-yellow-400 rounded overflow-hidden transition-all hover:scale-110 shadow-lg cursor-help" title="Zup! S - N!">
<img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/617670/4cf7bf4cb63dae3a678b7884c23957728f78367d.jpg" class="w-full h-full object-cover">
</div>
<div class="w-1.5 h-8 sm:h-10"></div>
<div class="group/ach relative w-8 h-8 sm:w-10 sm:h-10 bg-[#161b22] border border-gray-700 hover:border-yellow-400 rounded overflow-hidden transition-all hover:scale-110 shadow-lg cursor-help" title="Zup! S - O!">
<img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/617670/b6f9183c35c6e75641994d91f23518b714166ab9.jpg" class="w-full h-full object-cover">
</div>
<div class="group/ach relative w-8 h-8 sm:w-10 sm:h-10 bg-[#161b22] border border-gray-700 hover:border-yellow-400 rounded overflow-hidden transition-all hover:scale-110 shadow-lg cursor-help" title="Zup! S - N!">
<img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/617670/6848899b96700a6dccb129191b4b03d7d4a1b217.jpg" class="w-full h-full object-cover">
</div>
<div class="group/ach relative w-8 h-8 sm:w-10 sm:h-10 bg-[#161b22] border border-gray-700 hover:border-yellow-400 rounded overflow-hidden transition-all hover:scale-110 shadow-lg cursor-help" title="Zup! S - -!">
<img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/617670/274f87c76648d4a5c3f36a229d3a104947b7ec2c.jpg" class="w-full h-full object-cover">
</div>
<div class="group/ach relative w-8 h-8 sm:w-10 sm:h-10 bg-[#161b22] border border-gray-700 hover:border-yellow-400 rounded overflow-hidden transition-all hover:scale-110 shadow-lg cursor-help" title="Zup! S - T!">
<img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/617670/f386305a0ae748d9d48e8e8c68fa90072116c46b.jpg" class="w-full h-full object-cover">
</div>
<div class="group/ach relative w-8 h-8 sm:w-10 sm:h-10 bg-[#161b22] border border-gray-700 hover:border-yellow-400 rounded overflow-hidden transition-all hover:scale-110 shadow-lg cursor-help" title="Zup! S - O!">
<img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/617670/b6f9183c35c6e75641994d91f23518b714166ab9.jpg" class="w-full h-full object-cover">
</div>
<div class="group/ach relative w-8 h-8 sm:w-10 sm:h-10 bg-[#161b22] border border-gray-700 hover:border-yellow-400 rounded overflow-hidden transition-all hover:scale-110 shadow-lg cursor-help" title="Zup! S - P!">
<img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/617670/e47271f28eda7f9d02214c316a8ef7b020985dc0.jpg" class="w-full h-full object-cover">
</div>
<div class="group/ach relative w-8 h-8 sm:w-10 sm:h-10 bg-[#161b22] border border-gray-700 hover:border-yellow-400 rounded overflow-hidden transition-all hover:scale-110 shadow-lg cursor-help" title="Zup! S - 🌟!">
<img src="https://steamcdn-a.akamaihd.net/steamcommunity/public/images/apps/617670/d0294a5412e445c6c974d3dec4aab6e106c26648.jpg" class="w-full h-full object-cover">
</div>
<div class="ml-auto mt-2 sm:mt-0 flex items-center bg-[#161b22] border border-gray-800 rounded-full pr-1 pl-4 py-1">
<div class="text-right mr-3 hidden lg:block">
<div class="text-[#66c0f4] text-[10px] font-bold uppercase tracking-widest">Steam Level</div>
<div class="text-gray-500 text-[10px] font-mono">Eris Was Here</div>
</div>
<div class="w-10 h-10 sm:w-11 sm:h-11 rounded-full border-2 border-[#66c0f4] bg-[#0d1117] flex items-center justify-center shadow-[0_0_10px_rgba(102,192,244,0.3)] relative">
<span class="text-white font-black text-sm z-10">35</span>
<div class="absolute inset-0 rounded-full border border-[#66c0f4]/30 animate-ping"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer id="contact" class="bg-[#090d13] py-16 mt-10 border-t border-gray-800 relative z-10">
<div class="max-w-4xl mx-auto px-4 grid grid-cols-1 md:grid-cols-2 gap-10 items-center">
<div class="text-center md:text-left">
<h2 class="text-3xl font-bold text-white mb-6">Bağlantıda Kalalım</h2>
<p class="text-gray-400 mb-6 max-w-sm mx-auto md:mx-0">Projelerim hakkında konuşmak veya işbirliği yapmak için bana ulaşabilirsin.</p>
<div class="flex justify-center md:justify-start gap-3 mb-8">
<a href="https://discord.com/users/Kingpindev" target="_blank" class="w-10 h-10 flex items-center justify-center rounded-lg bg-cardbg border border-gray-800 text-gray-400 hover:text-discord hover:border-discord transition-all duration-300 text-lg"><i class="fab fa-discord"></i></a>
<a href="https://github.com/kingpin1dev" target="_blank" class="w-10 h-10 flex items-center justify-center rounded-lg bg-cardbg border border-gray-800 text-gray-400 hover:text-white hover:border-white transition-all duration-300 text-lg"><i class="fab fa-github"></i></a>
<a href="https://www.instagram.com/burakpekeel/" target="_blank" class="w-10 h-10 flex items-center justify-center rounded-lg bg-cardbg border border-gray-800 text-gray-400 hover:text-pink-500 hover:border-pink-500 transition-all duration-300 text-lg"><i class="fas fa-user-circle"></i></a>
<a href="https://www.instagram.com/sineorbit/" target="_blank" class="w-10 h-10 flex items-center justify-center rounded-lg bg-cardbg border border-gray-800 text-gray-400 hover:text-purple-500 hover:border-purple-500 transition-all duration-300 text-lg"><i class="fas fa-film"></i></a>
<a href="mailto:admin@bokmails.com" class="w-10 h-10 flex items-center justify-center rounded-lg bg-cardbg border border-gray-800 text-gray-400 hover:text-neon hover:border-neon transition-all duration-300 text-lg"><i class="fas fa-envelope"></i></a>
</div>
</div>
<div class="bg-cardbg border border-gray-800 rounded-xl p-6 flex flex-col items-center justify-center relative group">
<h3 class="text-sm font-semibold text-gray-500 mb-4 uppercase tracking-wider w-full text-center md:text-left">Canlı Discord Durumu</h3>
<div class="flex flex-col sm:flex-row items-center gap-4 w-full">
<div class="relative">
<img src="https://avatars.githubusercontent.com/u/75186785?v=4" alt="Discord Avatar" class="w-16 h-16 rounded-full border-2 border-gray-700">
<div id="discord-status-dot" class="absolute bottom-0 right-0 w-4 h-4 rounded-full border-2 border-cardbg status-offline"></div>
</div>
<div class="flex-1 text-center sm:text-left">
<h4 class="text-lg font-bold text-white">Kingpindev</h4>
<p id="discord-status-text" class="text-sm text-gray-400">Yükleniyor...</p>
</div>
</div>
<div id="discord-activity" class="mt-4 w-full bg-black/40 rounded-lg p-3 text-sm text-gray-300 hidden border border-gray-800 text-center sm:text-left"></div>
</div>
</div>
<div class="text-center mt-16 border-t border-gray-800/50 pt-8 px-4">
<p class="text-gray-600 text-xs md:text-sm">© 2026 Burak PEKEL (kingpindev). Tasarım ve Kodlama.</p>
</div>
</footer>
<button id="backToTopBtn" class="fixed bottom-6 right-6 bg-cardbg/80 backdrop-blur-md text-neon border border-neon/30 hover:border-neon hover:bg-neon hover:text-darkbg w-12 h-12 rounded-full flex items-center justify-center shadow-[0_0_15px_rgba(88,166,255,0.15)] transition-all duration-300 opacity-0 pointer-events-none translate-y-4 z-50">
<i class="fas fa-arrow-up text-lg"></i>
</button>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script>
particlesJS("particles-js", {"particles": { "number": { "value": 40 }, "color": { "value": "#58a6ff" }, "shape": { "type": "circle" }, "opacity": { "value": 0.2 }, "size": { "value": 3 }, "line_linked": { "enable": true, "distance": 150, "color": "#58a6ff", "opacity": 0.1 }, "move": { "enable": true, "speed": 1 } },"interactivity": { "events": { "onhover": { "enable": true, "mode": "grab" } }, "modes": { "grab": { "distance": 140, "line_linked": { "opacity": 0.5 } } } }});
const sections = document.querySelectorAll("section, footer");
const navLinks = document.querySelectorAll(".nav-link");
window.addEventListener("scroll", () => {
let current = "";
sections.forEach((section) => { if (pageYOffset >= section.offsetTop - 150) current = section.getAttribute("id"); });
navLinks.forEach((link) => { link.classList.remove("active"); if (link.getAttribute("href").includes(current)) link.classList.add("active"); });
const backToTopBtn = document.getElementById("backToTopBtn");
if (window.scrollY > 300) { backToTopBtn.classList.remove("opacity-0", "pointer-events-none", "translate-y-4"); backToTopBtn.classList.add("opacity-100", "translate-y-0"); }
else { backToTopBtn.classList.add("opacity-0", "pointer-events-none", "translate-y-4"); backToTopBtn.classList.remove("opacity-100", "translate-y-0"); }
});
document.querySelectorAll('.scroll-link').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const target = document.querySelector(this.getAttribute('href'));
if(target) window.scrollTo({ top: target.getBoundingClientRect().top + window.scrollY - 80, behavior: 'smooth' });
});
});
document.getElementById("backToTopBtn").addEventListener("click", () => window.scrollTo({ top: 0, behavior: "smooth" }));
async function fetchDiscordStatus() {
try {
const res = await fetch(`https://api.lanyard.rest/v1/users/349640233651798027`);
const data = await res.json();
if(data.success) {
const d = data.data;
const dot = document.getElementById('discord-status-dot');
const txt = document.getElementById('discord-status-text');
const act = document.getElementById('discord-activity');
dot.className = "absolute bottom-0 right-0 w-4 h-4 rounded-full border-2 border-cardbg";
if(d.discord_status === 'online') { dot.classList.add('status-online'); txt.innerText = 'Çevrimiçi'; }
else if(d.discord_status === 'idle') { dot.classList.add('status-idle'); txt.innerText = 'Boşta'; }
else if(d.discord_status === 'dnd') { dot.classList.add('status-dnd'); txt.innerText = 'Rahatsız Etmeyin'; }
else { dot.classList.add('status-offline'); txt.innerText = 'Çevrimdışı'; }
if(d.activities && d.activities.length > 0) {
act.classList.remove('hidden');
if(d.activities[0].name === 'Spotify') act.innerHTML = `<i class="fab fa-spotify text-green-500 mr-2"></i> Dinliyor: <b>${d.activities[0].details}</b>`;
else act.innerHTML = `<i class="fas fa-gamepad text-neon mr-2"></i> <b>${d.activities[0].name}</b>`;
} else act.classList.add('hidden');
const spContent = document.getElementById('spotify-content');
const spCard = document.getElementById('spotify-card');
if (spContent && spCard) {
if (d.spotify) {
const sp = d.spotify; const now = Date.now(); const totalDur = sp.timestamps.end - sp.timestamps.start; const elapsed = now - sp.timestamps.start; const pct = Math.min(100, Math.max(0, (elapsed / totalDur) * 100)).toFixed(1); const remaining = Math.max(0, sp.timestamps.end - now);
spCard.classList.add('border-green-500/30'); spCard.classList.remove('border-gray-800');
spContent.className = 'w-full';
spContent.innerHTML = `<div class="flex items-center gap-1.5 mb-3"><i class="fab fa-spotify text-green-500 text-xs"></i><span class="text-green-500 text-xs font-semibold uppercase tracking-wider">Şu An Dinliyor</span><span class="w-1.5 h-1.5 bg-green-500 rounded-full ml-1 animate-pulse"></span></div><div class="flex items-center gap-4"><img src="${sp.album_art_url}" alt="Albüm" class="w-12 h-12 rounded-lg shadow-lg flex-shrink-0 object-cover"><div class="flex-1 min-w-0"><p class="text-white font-bold text-sm truncate">${sp.song}</p><p class="text-gray-300 text-xs truncate mt-0.5">${sp.artist}</p></div></div><div class="mt-4"><div class="w-full bg-gray-700/50 rounded-full h-1 overflow-hidden"><div id="spotify-progress-bar" class="bg-green-500 h-1 rounded-full" style="width:${pct}%;"></div></div></div>`;
setTimeout(() => { const bar = document.getElementById('spotify-progress-bar'); if (bar) { bar.style.transition = `width ${remaining}ms linear`; bar.style.width = '100%'; } }, 50);
} else {
spCard.classList.remove('border-green-500/30'); spCard.classList.add('border-gray-800'); spContent.className = 'flex flex-col items-center gap-3 text-gray-600 text-center w-full'; spContent.innerHTML = `<i class="fab fa-spotify text-4xl"></i><div><p class="text-sm font-medium text-gray-500">Spotify Kapalı</p></div>`;
}
}
const vsContent = document.getElementById('vscode-content');
const vsCard = document.getElementById('vscode-card');
if (vsContent && vsCard) {
const vsAct = d.activities && d.activities.find(a => a.name === 'Visual Studio Code');
if (vsAct) {
const details = vsAct.details || 'Dosya düzenleniyor'; const state = vsAct.state || ''; const lang = vsAct.assets && vsAct.assets.large_text ? vsAct.assets.large_text : '';
vsCard.classList.add('border-blue-500/30'); vsCard.classList.remove('border-gray-800'); vsContent.className = 'w-full';
vsContent.innerHTML = `<div class="flex items-center gap-1.5 mb-3"><i class="fas fa-code text-blue-400 text-xs"></i><span class="text-blue-400 text-xs font-semibold uppercase tracking-wider">Şu An Kodluyor</span><span class="w-1.5 h-1.5 bg-blue-400 rounded-full ml-1 animate-pulse"></span></div><div class="flex items-start gap-4"><div class="w-12 h-12 bg-blue-500/10 border border-blue-500/20 rounded-lg flex items-center justify-center flex-shrink-0"><i class="fas fa-file-code text-blue-400 text-xl"></i></div><div class="flex-1 min-w-0"><p class="text-white font-bold text-sm truncate">${details}</p>${state ? `<p class="text-gray-400 text-xs truncate mt-0.5">${state}</p>` : ''}</div></div>`;
} else {
vsCard.classList.remove('border-blue-500/30'); vsCard.classList.add('border-gray-800'); vsContent.className = 'flex flex-col items-center gap-3 text-gray-600 text-center w-full'; vsContent.innerHTML = `<i class="fas fa-code text-4xl"></i><div><p class="text-sm font-medium text-gray-500">VS Code Kapalı</p></div>`;
}
}
}
} catch (e) {}
}
const igPosts = [ { url: 'https://www.instagram.com/p/DF5Ur9UN0nn/', img: 'img/ig1.jpg', likes: '8,6B', comments: 105 }, { url: 'https://www.instagram.com/p/DD2znKCtNWy/', img: 'img/ig2.jpg', likes: '397', comments: 4 }, { url: 'https://www.instagram.com/p/C9r4GdPtqMD/', img: 'img/ig3.jpg', likes: '476', comments: 26 }, { url: 'https://www.instagram.com/p/C7jI_oftVvz/', img: 'img/ig4.jpg', likes: '91,8B', comments: 457 }, { url: 'https://www.instagram.com/p/C5vgkL8M14j/', img: 'img/ig5.jpg', likes: '72,4B', comments: 297 }, { url: 'https://www.instagram.com/p/C22EVl5sPN_/', img: 'img/ig6.jpg', likes: '5,5B', comments: 58 } ];
function renderInstagramPosts() {
const grid = document.getElementById('ig-grid'); if (!grid) return;
grid.innerHTML = igPosts.map(({ url, img, likes, comments }) => `<a href="${url}" target="_blank" class="ig-card group block relative overflow-hidden rounded-xl aspect-square border border-gray-800 hover:border-pink-500/50 transition-all duration-300 bg-cardbg"><img src="${img}" alt="Instagram post" class="w-full h-full object-cover" loading="lazy" onerror="this.style.display='none';"><div class="absolute inset-0 bg-gradient-to-t from-black/85 via-black/10 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex flex-col items-center justify-end pb-4 gap-2"><div class="flex items-center gap-5 text-white text-sm font-bold drop-shadow"><span class="flex items-center gap-1.5"><i class="fas fa-heart text-pink-400"></i>${likes}</span><span class="flex items-center gap-1.5"><i class="fas fa-comment text-white/80"></i>${comments}</span></div></div></a>`).join('');
}
// --- YENİ EKLENEN MARQUEE SÜRÜKLE BIRAK SİSTEMİ ---
// --- YENİ EKLENEN MARQUEE SÜRÜKLE BIRAK SİSTEMİ (SAĞA AKIŞ) ---
function initMarqueeDrag() {
const marqueeContainer = document.querySelector('.marquee-container');
const marqueeTrack = document.getElementById('skills-track');
if (marqueeContainer && marqueeTrack) {
let isDragging = false;
let startX = 0;
let dragStartX = 0;
// Sağa akarken solda boşluk olmaması için başlangıcı eksi pozisyondan başlatıyoruz
let halfWidth = marqueeTrack.scrollWidth / 2;
let pos = -halfWidth;
function step() {
// Ekran boyutu değişirse genişliği güncel tut
halfWidth = marqueeTrack.scrollWidth / 2;
if (!isDragging) {
pos += 0.3; // Artı değer: Sağa doğru kaydırır
}
// Sağa doğru pürüzsüz sonsuz döngü
if (pos >= 0) {
pos -= halfWidth;
}
// Kullanıcı tutup sola doğru sürüklerse sonsuz döngü
else if (pos <= -halfWidth) {
pos += halfWidth;
}
marqueeTrack.style.transform = `translateX(${pos}px)`;
requestAnimationFrame(step);
}
requestAnimationFrame(step);
// Mouse (Fare) Kontrolleri
marqueeContainer.addEventListener('mousedown', (e) => {
isDragging = true;
startX = e.pageX;
dragStartX = pos;
});
window.addEventListener('mousemove', (e) => {
if (!isDragging) return;
const walk = e.pageX - startX;
pos = dragStartX + walk;
});
window.addEventListener('mouseup', () => {
isDragging = false;
});
// Fare alanın dışına çıkarsa takılı kalmaması için
marqueeContainer.addEventListener('mouseleave', () => {
isDragging = false;
});
// Touch (Dokunmatik) Kontrolleri
marqueeContainer.addEventListener('touchstart', (e) => {
isDragging = true;
startX = e.touches[0].pageX;
dragStartX = pos;
}, { passive: true });
window.addEventListener('touchmove', (e) => {
if (!isDragging) return;
const walk = e.touches[0].pageX - startX;
pos = dragStartX + walk;
}, { passive: true });
window.addEventListener('touchend', () => {
isDragging = false;
});
}
}
document.addEventListener('DOMContentLoaded', () => {
fetchDiscordStatus();
renderInstagramPosts();
initMarqueeDrag(); // Sürükle-Bırak sistemini başlat
setInterval(fetchDiscordStatus, 15000);
});
</script>
</body>
</html>