-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (51 loc) · 2.07 KB
/
Copy pathindex.html
File metadata and controls
54 lines (51 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Ashish Choudhary — JS Projects</title>
</head>
<body>
<nav>
<a href="/" aria-current="page">Home</a>
<a target="_blank" href="#">Portfolio</a>
</nav>
<main>
<header>
<h1>JavaScript Projects</h1>
<p class="subtitle">
A curated collection of interactive JavaScript projects to explore and
learn.
</p>
</header>
<div class="projects">
<a class="project-link" href="./01-qr-code/index.html"
>Project 1 - Color Splash 🎨</a
>
<a class="project-link" href="/02-signup-page/index.html"
>Project 2 - Body Stats ⚖️</a
>
<a class="project-link" href="/03-kanban-bord/index.html"
>Project 3 - Time Teller ⏰</a
>
<a class="project-link" href="/04-music-player/index.html"
>Project 4 - Mind Reader 🧠</a
>
<a class="project-link" href="">Project 5 - Key Detector ⌨️</a>
<a class="project-link" href="">Project 6 - Infinite Hues 🌈</a>
<a class="project-link" href="">Project 7 - Smooth Scroll 🌊</a>
<a class="project-link" href="">Project 8 - Auto Typer ✒️</a>
<a class="project-link" href="">Project 9 - Cursor Trail 🌀</a>
<a class="project-link" href="">Project 10 - Emoji World 🌍</a>
<a class="project-link" href="">Project 11 - Quick Notes 📝</a>
<a class="project-link" href="">Project 12 - Pic Pick 📸</a>
<a class="project-link" href="">Project 13 - Laugh Hub 🤣</a>
<a class="project-link" href="">Project 14 - Kitty Zone 🐾</a>
<a class="project-link" href="">Project 15 - DOM Boss 🛠️</a>
<a class="project-link" href="">Project 16 - Delay Magic ⏳</a>
</div>
</main>
<footer>© 2025 Ashish Choudhary — JavaScript Projects Collection</footer>
</body>
</html>