-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (64 loc) · 2.11 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
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Javascript_Machine_coding</title>
<script src="index.js"></script>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<nav class="nav-bar">
<a href="/index.html">Home</a>
<a target="_blank" href="https://youtu.be/2s2sZm5gy-o?feature=shared"
>Youtube channel</a
>
<a
target="_blank"
href="https://github.com/RohitSharma50/Javascript_Machine_coding"
>Github</a
>
</nav>
<main>
<h1>Javascript-Challanges</h1>
<div class="projects">
<a class="project-link" href="/Bmi/index.html"
>Project-1 BMI Calculator 🔥
</a>
<a class="project-link" href="/counter app/index.html"
>Project-2 Counter 👻
</a>
<a class="project-link" href="/Guess the number/index.html"
>Project 3 - Guess The Number 😎</a
>
<a class="project-link" href="./File uploader/index.html"
>Project 4 - File Uploader 🤨</a
>
<a class="project-link" href="./Light-Dark Mode/index.html"
>Project 5 - Light & Dark Mode👻</a
>
<a class="project-link" href="./Meme generator/index.html"
>Project 6 - Meme Generator 🧠</a
>
<a class="project-link" href="./todo-list/index.html"
>Project 7 - Todo-List 👀</a
>
<a class="project-link" href="./Tic-Tac-Toe/index.html"
>Project 8 - Tic-Tac- Toe 📚
</a>
<a class="project-link" href="./Infinite Scroll/index.html"
>Project 9 - Infinite Scroll🫥
</a>
<a class="project-link" href="./Image Slider/index.html"
>Project 10 - Image Slider 📚
</a>
<a class="project-link" href="./Holy Grail/index.html"
>Project 10 - Holy Grail 🫥
</a>
<a class="project-link" href="./Pagination/index.html"
>Project 11 - Pagination 👻
</a>
</div>
</main>
</body>
</html>