-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (25 loc) · 1.5 KB
/
index.html
File metadata and controls
32 lines (25 loc) · 1.5 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
---
---
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
{% include head.html %}
<body class="text-slate-300 antialiased">
<!-- ─── BG CANVAS ────────────────────────────────────────────────────────── -->
<canvas id="bg-canvas"></canvas>
<!-- ─── AMBIENT GLOW BLOBS ───────────────────────────────────────────────── -->
<div class="glow-blob" style="width:600px;height:600px;background:#22d3ee;top:-100px;left:-150px;animation-delay:0s;"></div>
<div class="glow-blob" style="width:500px;height:500px;background:#818cf8;top:30%;right:-120px;animation-delay:-6s;animation-duration:22s;"></div>
<div class="glow-blob" style="width:400px;height:400px;background:#c084fc;bottom:10%;left:20%;animation-delay:-12s;animation-duration:26s;"></div>
{% include nav.html %}
{% include hero.html %}
{% include about.html %}
{% include experience.html %}
{% include projects.html %}
{% include skills.html %}
{% include contact.html %}
{% include footer.html %}
<!-- ─── SCRIPTS ──────────────────────────────────────────────────────────── -->
<script src="assets/js/main.js"></script>
<script src="assets/js/constellation.js"></script>
</body>
</html>