-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (58 loc) · 3.56 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-203870505-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-203870505-1');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My21DaysofWebDevelopment</title>
<link rel="stylesheet" href="style.css">
<style>
html {
background: #282828;
text-align: center;
font-size: 30px;
}
</style>
</head>
<body>
<nav>
<a href="index.html" class="logo" data-aos="fade-right" data-aos-easing="ease-in-out" data-aos-delay="400"><span style="color:orange;">My21Day</span>sof<span style="color:orange;">Web</span><span style="color:orange;">Develop</span>me<span style="color:orange;">nt</span></a>
</nav>
<h1 style="color: whitesmoke;">Here are The List of Projects</h1>
<marquee style="color: aquamarine;">Have a look at simple yet amazing projects.</marquee>
<a href="./Clock/index.html"><h2 style="color: red;">1. Analog Clock</h2></a>
<a href="./Weather Forecast/index.html"><h2 style="color: red;">2. Weather Forecast Website</h2></a>
<a href="./Drawing App For Kids/index.html"><h2 style="color: red;">3. Drawing App For Kids</h2></a>
<a href="./Calculator/index.html"><h2 style="color: red;">4. Calculator</h2></a>
<a href="./Digital Clock/index.html"><h2 style="color: red;">5. Digital Clock</h2></a>
<a href="./Tip Calculator/index.html"><h2 style="color: red;">6. Tip Calculator</h2></a>
<a href="./Stop Watch/index.html"><h2 style="color: red;">7. Stop Watch</h2></a>
<a href="./Survey Form/index.html"><h2 style="color: red;">8. Survey Form</h2></a>
<a href="./Glass Morphism/index.html"><h2 style="color: red;">9. Glass Morphism</h2></a>
<a href="./Palindrome Checker/index.html"><h2 style="color: red;">10. Palindrome Checker</h2></a>
<a href="./3-D Boxes/index.html"><h2 style="color: red;">11. Plain 3-D Boxes</h2></a>
<a href="./Drink Water/index.html"><h2 style="color: red;">12. Drink Water</h2></a>
<a href="./Drag and Drop/index.html"><h2 style="color: red;">13. Drag and Drop</h2></a>
<a href="./Image Carousel/index.html"><h2 style="color: red;">14. Image Carousel</h2></a>
<a href="./Expanding Cards/index.html"><h2 style="color: red;">15. Expanding Cards</h2></a>
<a href="./Scroll Animation/index.html"><h2 style="color: red;">16. Scroll Animation</h2></a>
<a href="./BackGround Slider/index.html"><h2 style="color: red;">17. BackGround Slider</h2></a>
<a href="./Blurry Loading Background/index.html"><h2 style="color: red;">18. Blurry Loading</h2></a>
<a href="./Insect Catch Game/index.html"><h2 style="color: red;">19. Insect Catch Game</h2></a>
<a href="./Quote Generator/index.html"><h2 style="color: red;">20. Quote Generator</h2></a>
<a href="./Password Generator/index.html"><h2 style="color: red;">21. Password Generator</h2></a>
<marquee direction = "up" style="color: orangered;">Every day I will add a new project here. Until then, stay tuned and check the website each day. Bye!!</marquee>
<hr>
<div>
<footer><h3 style="color: aliceblue;">I have built these projects with the help of various tutorials.<br>Remember ideas, don't flush at once.<br>Look at the existing sources. Then, implement your ideas.</h3></footer>
</div>
</body>
</html>