-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
894 lines (823 loc) · 50.2 KB
/
Copy pathindex.html
File metadata and controls
894 lines (823 loc) · 50.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
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
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Divya Rao — Full Stack Developer & Software Engineer specializing in Blockchain, AI, and IoT. Portfolio at divyarao.in">
<link rel="canonical" href="https://divyarao.in/">
<title>Divya Rao | Full Stack & Software Developer</title>
<script src="https://cdn.tailwindcss.com"></script>
<link
href="https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;600;700&family=Outfit:wght@300;400;500;700&display=swap"
rel="stylesheet">
<script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
brand: {
DEFAULT: '#fb7185', // Rose Gold
dark: '#e11d48',
glow: '#fda4af'
},
accent: {
DEFAULT: '#f43f5e',
cyan: '#22d3ee'
},
surface: {
DEFAULT: '#1a0303', // Deep Dark Maroon
lighter: '#360505',
darker: '#000000'
}
},
fontFamily: {
sans: ['Outfit', 'sans-serif'],
display: ['Rajdhani', 'sans-serif'],
},
animation: {
'float': 'float 6s ease-in-out infinite',
'pulse-slow': 'pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite',
'spin-slow': 'spin 12s linear infinite',
'grid-scroll': 'gridScroll 20s linear infinite',
},
keyframes: {
float: {
'0%, 100%': { transform: 'translateY(0)' },
'50%': { transform: 'translateY(-20px)' },
},
gridScroll: {
'0%': { backgroundPosition: '0 0' },
'100%': { backgroundPosition: '40px 40px' }
}
}
}
}
}
</script>
<style>
body {
background-color: #050101;
/* Deepest Black/Maroon */
color: #ffe4e6;
font-family: 'Outfit', sans-serif;
position: relative;
}
/* Robotic Grid Background */
/* Particle Canvas */
#particle-canvas {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -50;
pointer-events: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Rajdhani', sans-serif;
text-transform: uppercase;
letter-spacing: 0.05em;
}
h3 {
font-size: 20px;
}
.reveal {
opacity: 0;
transform: translateY(30px) scale(0.98);
transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal.active {
opacity: 1;
transform: translateY(0) scale(1);
}
.glass-card {
background: rgba(54, 5, 5, 0.4);
/* Maroon tint */
backdrop-filter: blur(12px);
border: 1px solid rgba(255, 0, 60, 0.1);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
/* Robotic cut corner */
}
.glass-card:hover {
border-color: rgba(255, 215, 0, 0.5);
box-shadow: 0 0 20px rgba(255, 215, 0, 0.2);
}
.cert-card {
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.cert-card:hover {
transform: translateY(-5px);
border-color: #FFD700;
box-shadow: 0 10px 40px -10px rgba(255, 215, 0, 0.2);
}
.filter-btn.active {
background: linear-gradient(135deg, #FFD700 0%, #D4AF37 100%);
color: #1a0303;
border-color: transparent;
font-weight: 700;
clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
}
.gradient-text {
background: linear-gradient(to right, #FFD700, #FF003C);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
@keyframes gradientMove {
0% {
background-position: 0% 50%;
}
100% {
background-position: 200% 50%;
}
}
/* Custom scrollbar */
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-track {
background: #1a0303;
}
::-webkit-scrollbar-thumb {
background: #FF003C;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background: #FFD700;
}
/* Custom scrollbar */
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-track {
background: #02040a;
}
::-webkit-scrollbar-thumb {
background: #334155;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background: #FFD700;
}
</style>
</head>
<body class="selection:bg-brand/30">
<canvas id="particle-canvas"></canvas>
<!-- Floating Socials (Desktop Only) -->
<div
class="hidden lg:flex flex-col fixed left-8 bottom-0 z-50 gap-6 after:content-[''] after:w-[1px] after:h-32 after:bg-white/20 after:mx-auto">
<a href="https://github.com/Divss72" target="_blank"
class="text-slate-400 hover:text-white hover:-translate-y-1 transition-all">
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24">
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg>
</a>
<a href="https://www.linkedin.com/in/divya-rao-975a3b32a/" target="_blank"
class="text-slate-400 hover:text-[#0077b5] hover:-translate-y-1 transition-all">
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24">
<path
d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" />
</svg>
</a>
<a href="https://www.instagram.com/divsss62" target="_blank"
class="text-slate-400 hover:text-[#e1306c] hover:-translate-y-1 transition-all">
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24">
<path
d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z" />
</svg>
</a>
</div>
<!-- Navbar -->
<nav class="fixed w-full z-50 backdrop-blur-xl border-b border-white/5 bg-slate-950/50">
<div class="max-w-7xl mx-auto px-6 h-20 flex items-center justify-between">
<span class="font-bold text-xl tracking-tighter uppercase">Divya<span class="text-brand">Rao</span></span>
<div class="hidden md:flex gap-8 text-xs font-bold tracking-widest uppercase">
<a href="#about" class="hover:text-brand transition">About</a>
<a href="#certs" class="hover:text-brand transition">Certifications</a>
<a href="#skills" class="hover:text-brand transition">Skills</a>
<a href="mailto:divyarao2403@gmail.com"
class="px-4 py-2 bg-brand/10 border border-brand/20 text-brand rounded-full hover:bg-brand hover:text-white transition">Hire
Me</a>
<a href="https://www.linkedin.com/in/divya-rao-975a3b32a/" target="_blank"
class="text-brand border border-brand/20 px-4 py-2 rounded-full hover:bg-brand hover:text-white transition">LinkedIn</a>
<a href="#suggestion-box"
class="px-4 py-2 bg-surface/50 border border-white/10 text-slate-400 rounded-full hover:bg-brand hover:text-white transition">Contact</a>
</div>
</div>
</nav>
<!-- Hero -->
<header class="min-h-screen pt-32 pb-20 px-6 flex flex-col justify-center relative overflow-hidden">
<div
class="absolute inset-0 w-full h-full bg-[radial-gradient(ellipse_at_top,_var(--tw-gradient-stops))] from-brand/5 via-transparent to-transparent -z-10">
</div>
<div
class="max-w-7xl mx-auto w-full grid grid-cols-1 md:grid-cols-2 gap-12 items-center text-center md:text-left">
<div class="reveal active">
<div
class="inline-flex items-center gap-2 px-3 py-1 rounded-full bg-white/5 border border-white/10 mb-6 backdrop-blur-md">
<span class="w-2 h-2 rounded-full bg-green-500 animate-pulse"></span>
<span class="text-xs font-mono text-slate-400">Available for innovative projects</span>
</div>
<h1 class="text-5xl md:text-8xl font-bold tracking-tighter mb-6 leading-tight">
Code <br>
<span class="gradient-text font-italic">Enthusiast.</span>
</h1>
<p class="text-slate-400 max-w-xl text-lg mb-8 leading-relaxed">
Forging the future with <span class="text-brand font-medium">Blockchain</span>, <span
class="text-brand font-medium">AI</span>, and <span class="text-brand font-medium">IoT</span>.
I bridge the gap between complex backend logic and immersive user experiences.
</p>
<div class="flex flex-wrap gap-4 justify-center md:justify-start">
<a href="#projects"
class="px-8 py-4 bg-brand text-surface-darker font-bold rounded-full hover:shadow-[0_0_30px_rgba(255,215,0,0.3)] hover:-translate-y-1 transition-all duration-300">View
Work</a>
<a href="#contact"
class="px-8 py-4 bg-white/5 border border-white/10 text-white font-bold rounded-full hover:bg-white/10 transition-all backdrop-blur-md">Contact
Me</a>
</div>
</div>
<div class="relative hidden md:flex md:justify-center md:items-center animate-float">
<!-- Decorative Code Block -->
<div
class="absolute -right-10 top-10 w-64 h-40 bg-surface-lighter/80 backdrop-blur-xl border border-white/10 rounded-2xl p-4 transform rotate-6 z-10 shadow-2xl">
<div class="flex gap-2 mb-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>
</div>
<div class="space-y-2">
<div class="h-2 w-3/4 bg-white/10 rounded"></div>
<div class="h-2 w-1/2 bg-brand/20 rounded"></div>
<div class="h-2 w-5/6 bg-white/10 rounded"></div>
<div class="h-2 w-2/3 bg-white/5 rounded"></div>
</div>
</div>
<!-- Main Image Placeholder (Abstract 3D Shape or Logic) -->
<div
class="w-64 aspect-square rounded-[3rem] bg-gradient-to-br from-brand/20 to-accent/20 border border-white/5 backdrop-blur-3xl flex items-center justify-center relative overflow-hidden">
<div class="absolute inset-0 bg-[url('https://grainy-gradients.vercel.app/noise.svg')] opacity-20">
</div>
<div class="text-9xl opacity-10 font-black animate-spin-slow">DR</div>
</div>
</div>
</div>
</header>
<!-- Stats -->
<section class="max-w-3xl mx-auto px-6 py-10 grid grid-cols-2 gap-4">
<div class="bg-surface/50 border border-white/5 p-6 rounded-3xl text-center">
<span class="block text-3xl font-bold text-brand">15+</span>
<span class="text-xs text-slate-500 uppercase font-bold tracking-widest">Certifications</span>
</div>
<div class="bg-surface/50 border border-white/5 p-6 rounded-3xl text-center">
<span class="block text-3xl font-bold text-brand">5+</span>
<span class="text-xs text-slate-500 uppercase font-bold tracking-widest">Programming Languages</span>
</div>
</section>
<!-- About Me Section -->
<section id="about" class="max-w-7xl mx-auto px-6 py-20">
<div class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center">
<div class="reveal relative group flex justify-center items-center">
<div
class="relative w-80 h-80 rounded-full overflow-hidden border-4 border-white/10 shadow-2xl bg-surface-lighter z-10">
<!-- Circular Profile Image -->
<img src="me1.jpeg"
class="w-full h-full object-cover transform hover:scale-110 transition duration-700">
</div>
</div>
<div class="reveal delay-200">
<h2 class="text-5xl font-bold mb-8 text-white leading-tight">
Architecting the <br>
<span class="gradient-text">Digital Frontier.</span>
</h2>
<div class="space-y-6 text-slate-400 text-lg leading-relaxed font-light">
<p>
I am a <strong class="text-white">Full Stack Alchemist</strong> and <strong
class="text-white">Data Strategist</strong>. My passion lies in decrypting complex problems
and reassembling them into elegant, scalable solutions.
</p>
<p>
From the immutable ledgers of <span class="text-brand">Blockchain</span> to the predictive power
of <span class="text-brand">AI</span>, I don't just write code—I engineer ecosystems. My work is
a fusion of precise logic and creative design.
</p>
</div>
<div class="space-y-6 text-slate-400 leading-relaxed">
<p>
I am a passionate <span class="text-white font-semibold">Full Stack Developer</span> and <span
class="text-white font-semibold">Data Analyst</span> driven by a deep curiosity for emerging
technologies.
</p>
<p>
My journey spans across building robust web applications to diving deep into data analytics and
exploring the decentralized world of <span class="text-brand">Blockchain</span>.
With a strong foundation in <span class="text-brand">Python</span>, <span
class="text-brand">AI</span>, and <span class="text-brand">IoT</span>, I aim to build
systems that are not just functional but intelligent and scalable.
</p>
<p>
When I'm not coding, I'm likely analyzing data trends or researching the next big thing in tech
innovation.
</p>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="max-w-7xl mx-auto px-6 py-20">
<div class="reveal">
<h3 class="text-sm font-bold text-white uppercase tracking-widest mb-6 text-center">My Skills</h3>
<div class="bg-surface/40 border border-white/5 p-8 rounded-[2.5rem] relative overflow-hidden">
<div class="absolute -right-10 -top-10 w-40 h-40 bg-brand/10 blur-[50px]"></div>
<div class="flex flex-wrap justify-center gap-8 text-left">
<!-- Programming Skills -->
<div class="flex-1 min-w-[200px] max-w-[300px]">
<h3 class="text-lg font-bold text-white mb-4 flex items-center gap-2">
<span class="w-2 h-2 rounded-full bg-brand"></span> Programming
</h3>
<div class="flex flex-wrap gap-2">
<span
class="px-3 py-1 bg-white/5 border border-white/10 rounded-lg text-xs text-slate-300">Java</span>
<span
class="px-3 py-1 bg-white/5 border border-white/10 rounded-lg text-xs text-slate-300">Python</span>
<span
class="px-3 py-1 bg-white/5 border border-white/10 rounded-lg text-xs text-slate-300">C</span>
<span
class="px-3 py-1 bg-white/5 border border-white/10 rounded-lg text-xs text-slate-300">C++</span>
</div>
</div>
<!-- Blockchain Technology -->
<div class="flex-1 min-w-[200px] max-w-[300px]">
<h3 class="text-lg font-bold text-white mb-4 flex items-center gap-2">
<span class="w-2 h-2 rounded-full bg-blue-500"></span> Blockchain
</h3>
<div class="flex flex-wrap gap-2">
<span
class="px-3 py-1 bg-white/5 border border-white/10 rounded-lg text-xs text-slate-300">Solidity</span>
<span
class="px-3 py-1 bg-white/5 border border-white/10 rounded-lg text-xs text-slate-300">Smart
Contracts</span>
</div>
</div>
<!-- Web Stack -->
<div class="flex-1 min-w-[200px] max-w-[300px]">
<h3 class="text-lg font-bold text-white mb-4 flex items-center gap-2">
<span class="w-2 h-2 rounded-full bg-accent"></span> Web Stack
</h3>
<div class="flex flex-wrap gap-2">
<span
class="px-3 py-1 bg-white/5 border border-white/10 rounded-lg text-xs text-slate-300">React/Next.js</span>
<span
class="px-3 py-1 bg-white/5 border border-white/10 rounded-lg text-xs text-slate-300">Django</span>
<span
class="px-3 py-1 bg-white/5 border border-white/10 rounded-lg text-xs text-slate-300">JavaScript</span>
<span
class="px-3 py-1 bg-white/5 border border-white/10 rounded-lg text-xs text-slate-300">HTML</span>
<span
class="px-3 py-1 bg-white/5 border border-white/10 rounded-lg text-xs text-slate-300">CSS</span>
</div>
</div>
<!-- Tools -->
<div class="flex-1 min-w-[200px] max-w-[300px]">
<h3 class="text-lg font-bold text-white mb-4 flex items-center gap-2">
<span class="w-2 h-2 rounded-full bg-green-500"></span> Tools
</h3>
<div class="flex flex-wrap gap-2">
<span
class="px-3 py-1 bg-white/5 border border-white/10 rounded-lg text-xs text-slate-300">Git/GitHub</span>
<span
class="px-3 py-1 bg-white/5 border border-white/10 rounded-lg text-xs text-slate-300">Docker</span>
<span
class="px-3 py-1 bg-white/5 border border-white/10 rounded-lg text-xs text-slate-300">Bash</span>
<span
class="px-3 py-1 bg-white/5 border border-white/10 rounded-lg text-xs text-slate-300">SQL</span>
</div>
</div>
<!-- Soft Skills -->
<div class="flex-1 min-w-[200px] max-w-[300px]">
<h3 class="text-lg font-bold text-white mb-4 flex items-center gap-2">
<span class="w-2 h-2 rounded-full bg-purple-500"></span> Soft Skills
</h3>
<div class="flex flex-wrap gap-2">
<span
class="px-3 py-1 bg-white/5 border border-white/10 rounded-lg text-xs text-slate-300">Leadership</span>
<span
class="px-3 py-1 bg-white/5 border border-white/10 rounded-lg text-xs text-slate-300">Management</span>
<span
class="px-3 py-1 bg-white/5 border border-white/10 rounded-lg text-xs text-slate-300">Communication</span>
<span
class="px-3 py-1 bg-white/5 border border-white/10 rounded-lg text-xs text-slate-300">Problem
Solving</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="max-w-7xl mx-auto px-6 py-20">
<div class="mb-12 text-center">
<h2 class="text-4xl font-bold mb-2 text-white italic">Featured Builds</h2>
<p class="text-slate-500 font-mono text-sm">/root/My_projects</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Project 1: SummarifyBot -->
<div
class="group relative bg-surface/40 border border-white/5 rounded-[2rem] overflow-hidden hover:border-brand/30 transition-all reveal flex flex-col">
<!-- Project Image -->
<div class="relative w-full aspect-video bg-surface-lighter overflow-hidden">
<img src="project-summarifybot.jpg" alt="SummarifyBot Preview"
class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500"
onerror="this.style.display='none'; this.nextElementSibling.style.display='flex';">
<div
class="absolute inset-0 bg-gradient-to-br from-brand/20 to-accent/20 items-center justify-center hidden">
<span class="text-6xl opacity-20 font-black">01</span>
</div>
</div>
<!-- Card Content -->
<div class="p-6 flex flex-col flex-1">
<div class="flex items-center gap-3 mb-4">
<span
class="px-3 py-1 bg-brand/10 text-brand text-[10px] font-bold rounded-full uppercase tracking-wider">Python
• AI</span>
<a href="https://github.com/Divss72/SummarifyBot" target="_blank"
class="ml-auto text-slate-500 hover:text-white transition">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg>
</a>
</div>
<h3 class="text-2xl font-bold text-white mb-3">SummarifyBot</h3>
<p class="text-slate-400 text-sm leading-relaxed mb-6 flex-1">
An intelligent automated bot designed to condense lengthy information into concise summaries.
Leveraging Python AI/ML skills to enhance information processing efficiency.
</p>
<div class="flex flex-wrap gap-2 pt-4 border-t border-white/5">
<span class="px-2 py-1 bg-white/5 rounded text-[10px] text-slate-400">#NLP</span>
<span class="px-2 py-1 bg-white/5 rounded text-[10px] text-slate-400">#Automation</span>
<span class="px-2 py-1 bg-white/5 rounded text-[10px] text-slate-400">#OpenSource</span>
</div>
</div>
</div>
<!-- Project 2: Fuzzy-ecom -->
<div
class="group relative bg-surface/40 border border-white/5 rounded-[2rem] overflow-hidden hover:border-brand/30 transition-all reveal flex flex-col">
<!-- Project Image -->
<div class="relative w-full aspect-video bg-surface-lighter overflow-hidden">
<img src="project-fuzzyecom.jpg" alt="Fuzzy-ecom Preview"
class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500"
onerror="this.style.display='none'; this.nextElementSibling.style.display='flex';">
<div
class="absolute inset-0 bg-gradient-to-br from-green-500/20 to-blue-500/20 items-center justify-center hidden">
<span class="text-6xl opacity-20 font-black">02</span>
</div>
</div>
<!-- Card Content -->
<div class="p-6 flex flex-col flex-1">
<div class="flex flex-wrap items-center gap-2 mb-4">
<span
class="px-3 py-1 bg-green-500/10 text-green-500 text-[10px] font-bold rounded-full uppercase tracking-wider border border-green-500/20">Django</span>
<span
class="px-3 py-1 bg-blue-500/10 text-blue-500 text-[10px] font-bold rounded-full uppercase tracking-wider border border-blue-500/20">DBMS</span>
<span
class="px-3 py-1 bg-brand/10 text-brand text-[10px] font-bold rounded-full uppercase tracking-wider border border-brand/20">Full-Stack</span>
<a href="https://github.com/Divss72/Fuzzy-ecom" target="_blank"
class="ml-auto text-slate-500 hover:text-white transition">
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg>
</a>
</div>
<h3 class="text-2xl font-bold text-white mb-3">Fuzzy-ecom</h3>
<p class="text-slate-400 text-sm leading-relaxed mb-6 flex-1">
A high-performance e-commerce engine built with <span class="text-white font-semibold">Python &
Django</span>.
Features a robust DBMS architecture for secure data handling, integrated with a dynamic
JavaScript-powered frontend.
</p>
<div class="grid grid-cols-2 gap-2 mb-4">
<div class="bg-white/5 p-2 rounded-xl border border-white/5">
<p class="text-[9px] text-slate-500 uppercase font-bold">Logic</p>
<p class="text-xs font-mono text-slate-200">Python 3.x</p>
</div>
<div class="bg-white/5 p-2 rounded-xl border border-white/5">
<p class="text-[9px] text-slate-500 uppercase font-bold">Database</p>
<p class="text-xs font-mono text-slate-200">SQL/DBMS</p>
</div>
<div class="bg-white/5 p-2 rounded-xl border border-white/5">
<p class="text-[9px] text-slate-500 uppercase font-bold">Auth</p>
<p class="text-xs font-mono text-slate-200">Django-Auth</p>
</div>
<div class="bg-white/5 p-2 rounded-xl border border-white/5">
<p class="text-[9px] text-slate-500 uppercase font-bold">Styling</p>
<p class="text-xs font-mono text-slate-200">HTML/CSS/JS</p>
</div>
</div>
<div class="pt-4 border-t border-white/5 text-center">
<span class="text-[10px] font-mono text-slate-500 uppercase">Architecture: MVT Pattern</span>
</div>
</div>
</div>
<!-- Project 3: IoT Smart Dustbin -->
<div
class="group relative bg-surface/40 border border-white/5 rounded-[2rem] overflow-hidden hover:border-brand/30 transition-all reveal flex flex-col">
<!-- Project Image -->
<div class="relative w-full aspect-video bg-surface-lighter overflow-hidden">
<img src="project-iot-dustbin.jpg" alt="IoT Smart Dustbin Preview"
class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500"
onerror="this.style.display='none'; this.nextElementSibling.style.display='flex';">
<div
class="absolute inset-0 bg-gradient-to-br from-accent/20 to-surface items-center justify-center hidden">
<span class="text-6xl opacity-20 font-black">03</span>
</div>
</div>
<!-- Card Content -->
<div class="p-6 flex flex-col flex-1">
<div class="flex items-center gap-3 mb-4">
<span
class="px-3 py-1 bg-accent/10 text-accent text-[10px] font-bold rounded-full uppercase tracking-wider border border-accent/20">IoT
• Hardware</span>
<span class="ml-auto text-[10px] font-mono text-slate-500">STATUS: ONLINE</span>
</div>
<h3 class="text-2xl font-bold text-white mb-3">IoT Smart Dustbin</h3>
<p class="text-slate-400 text-sm leading-relaxed mb-6 flex-1">
ESP32-based system featuring <span class="text-accent">Dry vs Wet</span> waste detection.
Integrated cloud notifications to alert users when capacity is reached.
</p>
<ul class="space-y-2 mb-6">
<li class="flex items-center gap-2 text-[11px] text-slate-300 font-mono">
<span class="w-1.5 h-1.5 bg-accent rounded-full"></span> Real-time Cloud Notifications
</li>
<li class="flex items-center gap-2 text-[11px] text-slate-300 font-mono">
<span class="w-1.5 h-1.5 bg-accent rounded-full"></span> Automated Segregation Logic
</li>
</ul>
<div class="flex flex-wrap gap-2 pt-4 border-t border-white/5">
<span class="px-2 py-1 bg-white/5 rounded text-[10px] text-slate-400">ESP32</span>
<span class="px-2 py-1 bg-white/5 rounded text-[10px] text-slate-400">SENSORS</span>
<span class="px-2 py-1 bg-white/5 rounded text-[10px] text-slate-400">MQTT</span>
</div>
</div>
</div>
</div>
</section>
<!-- Certification Link -->
<section id="certs" class="max-w-7xl mx-auto px-6 py-10">
<a href="https://www.linkedin.com/in/divya-rao-975a3b32a/details/certifications/" target="_blank"
class="group block relative overflow-hidden bg-surface/30 border border-white/5 rounded-[2rem] p-12 text-center hover:border-brand/30 transition-all">
<div
class="absolute inset-0 bg-gradient-to-r from-transparent via-white/5 to-transparent translate-x-[-100%] group-hover:translate-x-[100%] transition-transform duration-1000">
</div>
<h2 class="text-3xl font-bold text-white mb-4">Certified Excellence</h2>
<p class="text-slate-400 mb-8 max-w-xl mx-auto">Explore my complete collection of professional
certifications and credentials verified on LinkedIn.</p>
<span
class="inline-flex items-center gap-3 px-8 py-3 bg-brand text-surface-darker font-bold rounded-full group-hover:scale-105 transition-transform">
View on LinkedIn
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
<path
d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" />
</svg>
</span>
</a>
</section>
<!-- Contact Section -->
<section id="contact" class="max-w-7xl mx-auto px-6 py-32 text-center">
<div class="reveal">
<h2 class="text-4xl md:text-6xl font-extrabold mb-8">Ready to start a <br><span
class="text-brand">conversation?</span></h2>
<p class="text-slate-400 mb-12 max-w-lg mx-auto">Currently open to internship opportunities and
collaborative projects in Blockchain, AI, or IoT.</p>
<div class="flex flex-col items-center gap-8">
<!-- Socials Row -->
<div class="flex gap-4">
<a href="https://github.com/Divss72" target="_blank"
class="p-4 bg-surface-lighter border border-white/10 rounded-2xl text-slate-400 hover:text-white hover:border-brand/50 hover:bg-surface-lighter/80 transition-all group">
<svg class="w-6 h-6 group-hover:scale-110 transition-transform" fill="currentColor"
viewBox="0 0 24 24">
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg>
</a>
<a href="https://www.linkedin.com/in/divya-rao-975a3b32a/" target="_blank"
class="p-4 bg-surface-lighter border border-white/10 rounded-2xl text-slate-400 hover:text-[#0077b5] hover:border-[#0077b5]/50 hover:bg-surface-lighter/80 transition-all group">
<svg class="w-6 h-6 group-hover:scale-110 transition-transform" fill="currentColor"
viewBox="0 0 24 24">
<path
d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" />
</svg>
</a>
<a href="https://www.instagram.com/divsss62" target="_blank"
class="p-4 bg-surface-lighter border border-white/10 rounded-2xl text-slate-400 hover:text-[#e1306c] hover:border-[#e1306c]/50 hover:bg-surface-lighter/80 transition-all group">
<svg class="w-6 h-6 group-hover:scale-110 transition-transform" fill="currentColor"
viewBox="0 0 24 24">
<path
d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z" />
</svg>
</a>
</div>
<!-- Email Button -->
<a href="mailto:divyarao2403@gmail.com"
class="group relative px-10 py-5 bg-brand text-surface-darker font-bold rounded-2xl overflow-hidden transition-all hover:scale-105 active:scale-95 shadow-[0_0_40px_rgba(255,215,0,0.3)]">
<span class="relative z-10 flex items-center gap-3 text-lg">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" />
</svg>
divyarao2403@gmail.com
</span>
</a>
</div>
</div>
</section>
<!-- Suggestion / Contact Form -->
<section id="suggestion-box" class="max-w-4xl mx-auto px-6 py-24">
<div class="bg-surface/40 border border-white/5 rounded-[3rem] p-8 md:p-12 reveal">
<div class="mb-10 text-center">
<h2 class="text-3xl font-bold text-white mb-2">Drop a Suggestion</h2>
<p class="text-slate-500 font-mono text-xs">// secure_messaging_v1.0</p>
</div>
<form action="https://formspree.io/f/xwvbbokd" method="POST" class="space-y-6">
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<!-- Name -->
<div>
<label
class="block text-[10px] font-bold text-slate-500 uppercase tracking-widest mb-2 ml-4">Identifier</label>
<input type="text" name="name" placeholder="Your Name" required
class="w-full bg-white/5 border border-white/10 rounded-2xl px-6 py-4 text-white focus:outline-none focus:border-brand transition-all">
</div>
<!-- Email -->
<div>
<label
class="block text-[10px] font-bold text-slate-500 uppercase tracking-widest mb-2 ml-4">Email
Address</label>
<input type="email" name="email" placeholder="email@example.com" required
class="w-full bg-white/5 border border-white/10 rounded-2xl px-6 py-4 text-white focus:outline-none focus:border-brand transition-all">
</div>
</div>
<!-- Subject (Category) -->
<div>
<label
class="block text-[10px] font-bold text-slate-500 uppercase tracking-widest mb-2 ml-4">Message
Category</label>
<select name="category"
class="w-full bg-white/5 border border-white/10 rounded-2xl px-6 py-4 text-slate-400 focus:outline-none focus:border-brand transition-all">
<option value="suggestion">General Suggestion</option>
<option value="collaboration">Collaboration Invitation</option>
<option value="hiring">Job / Internship Opportunity</option>
<option value="blockchain">Blockchain Inquiry</option>
</select>
</div>
<!-- Message -->
<div>
<label
class="block text-[10px] font-bold text-slate-500 uppercase tracking-widest mb-2 ml-4">Transmission</label>
<textarea name="message" rows="4" placeholder="Write your message here..." required
class="w-full bg-white/5 border border-white/10 rounded-2xl px-6 py-4 text-white focus:outline-none focus:border-brand transition-all resize-none"></textarea>
</div>
<!-- Submit Button -->
<button type="submit"
class="w-full py-4 bg-brand text-white font-bold rounded-2xl hover:shadow-[0_0_20px_rgba(14,165,233,0.4)] hover:scale-[1.01] transition-all flex items-center justify-center gap-2 group">
Send Transmission
<svg class="w-4 h-4 group-hover:translate-x-1 transition-transform" fill="none"
stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M14 5l7 7m0 0l-7 7m7-7H3" />
</svg>
</button>
</form>
</div>
</section>
<footer class="py-20 text-center border-t border-white/5 opacity-50 text-xs font-mono">
DIVYA RAO // <a href="https://divyarao.in" class="hover:text-brand transition">DIVYARAO.IN</a> // LAST UPDATED
FEB 2026 // CHANDIGARH UNIVERSITY
</footer>
<script>
// Reveal effect
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) entry.target.classList.add('active');
});
}, { threshold: 0.1 });
document.querySelectorAll('.reveal').forEach(el => observer.observe(el));
</script>
<script>
// Particle Network Animation
const canvas = document.getElementById('particle-canvas');
const ctx = canvas.getContext('2d');
let width, height;
let particles = [];
// Configuration
const config = {
particleCount: 100, // Reduced for performance but enough for visual
connectionDistance: 150,
mouseDistance: 200,
baseSpeed: 0.5,
color: 'rgba(251, 113, 133, 0.3)', // Rose Gold tint
};
// Resize
function resize() {
width = canvas.width = window.innerWidth;
height = canvas.height = window.innerHeight;
initParticles();
}
window.addEventListener('resize', resize);
// Mouse Tracker
const mouse = { x: null, y: null };
window.addEventListener('mousemove', (e) => {
mouse.x = e.x;
mouse.y = e.y;
});
window.addEventListener('mouseout', () => {
mouse.x = null;
mouse.y = null;
});
// Particle Class
class Particle {
constructor() {
this.x = Math.random() * width;
this.y = Math.random() * height;
this.vx = (Math.random() - 0.5) * config.baseSpeed;
this.vy = (Math.random() - 0.5) * config.baseSpeed;
this.size = Math.random() * 2 + 0.5;
}
update() {
// Move
this.x += this.vx;
this.y += this.vy;
// Bounce off edges
if (this.x < 0 || this.x > width) this.vx *= -1;
if (this.y < 0 || this.y > height) this.vy *= -1;
// Mouse Interaction (Push/Pull) aka "Moving away then coming"
if (mouse.x != null) {
let dx = mouse.x - this.x;
let dy = mouse.y - this.y;
let distance = Math.sqrt(dx * dx + dy * dy);
if (distance < config.mouseDistance) {
const forceDirectionX = dx / distance;
const forceDirectionY = dy / distance;
const force = (config.mouseDistance - distance) / config.mouseDistance;
const directionX = forceDirectionX * force * this.size;
const directionY = forceDirectionY * force * this.size;
// Gentle Repulsion
this.vx -= directionX * 0.05;
this.vy -= directionY * 0.05;
}
}
}
draw() {
ctx.beginPath();
ctx.arc(this.x, this.y, this.size, 0, Math.PI * 2);
ctx.fillStyle = config.color;
ctx.fill();
}
}
// Init
function initParticles() {
particles = [];
for (let i = 0; i < config.particleCount; i++) {
particles.push(new Particle());
}
}
// Animation Loop
function animate() {
requestAnimationFrame(animate);
ctx.clearRect(0, 0, width, height);
// Update & Draw Particles
particles.forEach(p => {
p.update();
p.draw();
});
// Draw Connections
for (let a = 0; a < particles.length; a++) {
for (let b = a; b < particles.length; b++) {
let dx = particles[a].x - particles[b].x;
let dy = particles[a].y - particles[b].y;
let distance = Math.sqrt(dx * dx + dy * dy);
if (distance < config.connectionDistance) {
let opacity = 1 - (distance / config.connectionDistance);
ctx.strokeStyle = `rgba(251, 113, 133, ${opacity * 0.2})`; // Rose Gold lines
ctx.lineWidth = 1;
ctx.beginPath();
ctx.moveTo(particles[a].x, particles[a].y);
ctx.lineTo(particles[b].x, particles[b].y);
ctx.stroke();
}
}
}
}
resize();
animate();
</script>
</body>
</html>