-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (87 loc) · 2.91 KB
/
Copy pathindex.html
File metadata and controls
91 lines (87 loc) · 2.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="styles.css" />
<script type="module" src="script.js"></script>
</head>
<body style="background-color: #212121; color: #fff">
<div class="wrapper">
<div class="container">
<strong><nav>
<a href="/" aria-current="page">Home</a>
<a target="_blank" href="https://www.youtube.com/@chaiaurcode"
>Youtube channel</a>
<a target="_blank" href="https://github.com/AkshayPratapSingh09/Javascript-Practice-Projects">Github</a>
</nav></strong>
<ol class="alternating-colors">
<li>
<strong><a class="project-link" style="" href="./1-colorChanger/index.html"
>Project 1 - color Changer 🔥</a></strong>
</li>
<li>
<strong><a class="project-link" href="./2-BMICalculator/index.html">Project 2 - BMI Generator ☕️</a></strong>
</li>
<li>
<strong><a class="project-link" href="./3-DigitalClock/index.html">Project 3 - Digital clock 😎</a></strong>
</li> <li>
<strong><a class="project-link" href="./4-GuessTheNumber/index.html">Project 4 - Guess the number 🤨</a></strong>
</li> <li>
<strong><a class="project-link" href="./5-keyboard/index.html">Project 5 - Keyboard check 👻</a></strong>
</li> <li>
<strong><a class="project-link" href="./6-unlimitedColors/index.html">Project 6 - Unlimited Colors 🧠
</a></strong>
</li> <li>
<strong><a class="project-link" href="./7-scroll/index.html"
>Project 7 - Scroll like NextJS 👀</a></strong>
</li> <li>
<strong><a class="project-link" href="./8-typer/index.html"
>Project 8 - Your typer library 📚
</a></strong>
</li>
<li>
<strong><a class="project-link" href="./9-mouseCircle/index.html"
>Project 9 - Mouse Circle 📚
</a></strong>
</li>
<li>
<strong><a class="project-link" href="./10-emoji/index.html"
>Project 10 - Emoji 🫥
</a></strong>
</li>
<li>
<strong><a class="project-link" href="./11-textEditor/index.html"
>Project 11 - Text Editor ✍️
</a></strong>
</li>
<li>
<strong><a class="project-link" href="./12-randomImage/index.html"
>Project 12 - Random Image 🌠</a></strong>
</li>
<li>
<strong><a class="project-link" href="./13-jokes/index.html"
>Project 13 - Jokes 😂
</a></strong>
</li>
<li>
<strong><a class="project-link" href="./14-cats/index.html"
>Project 14 - cats 🐈
</a></strong>
</li>
<li>
<strong><a class="project-link" href="./15-crudDom/index.html"
>Project 15 - DOM Crud 📌
</a></strong>
</li>
<li>
<strong><a class="project-link" href="./16-debounce/index.html"
>Project 16 - Debouncing 🏀
</a></strong>
</li>
</ol>
</div>
</div>
</body>
</html>