1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
-
4
- < head >
5
- < meta charset ="UTF-8 ">
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
3
+ < head >
4
+ < meta charset ="UTF-8 " />
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
6
< title > Javascript_Machine_coding</ title >
8
7
< script src ="index.js "> </ script >
9
- < link rel ="stylesheet " href ="index.css ">
10
- </ head >
8
+ < link rel ="stylesheet " href ="index.css " / >
9
+ </ head >
11
10
12
- < body >
11
+ < body >
13
12
< nav class ="nav-bar ">
14
- < a href ="/index.html "> Home</ a >
15
- < a target ="_blank " href ="https://youtu.be/2s2sZm5gy-o?feature=shared "> Youtube channel</ a >
16
- < a target ="_blank " href ="https://github.com/RohitSharma50/Javascript_Machine_coding "> Github</ a >
17
-
13
+ < a href ="/index.html "> Home</ a >
14
+ < a target ="_blank " href ="https://youtu.be/2s2sZm5gy-o?feature=shared "
15
+ > Youtube channel</ a
16
+ >
17
+ < a
18
+ target ="_blank "
19
+ href ="https://github.com/RohitSharma50/Javascript_Machine_coding "
20
+ > Github</ a
21
+ >
18
22
</ nav >
19
23
< main >
20
- < h1 > Javascript-Challanges</ h1 >
21
- < div class ="projects ">
22
- < a class ="project-link " href ="/Bmi/index.html "> Project-1 BMI Calculator 🔥 </ a >
23
- < a class ="project-link " href ="/counter app/index.html "> Project-2 Counter 👻 </ a >
24
- < a class ="project-link " href ="/Guess the number/index.html "> Project 3 - Guess The Number 😎</ a >
25
- < a class ="project-link " href ="./File uploader/index.html "> Project 4 - File Uploader 🤨</ a >
26
- < a class ="project-link " href ="./Light-Dark Mode/index.html "> Project 5 - Light & Dark Mode👻</ a >
27
- < a class ="project-link " href ="./Meme generator/index.html "> Project 6 - Meme Generator 🧠</ a >
28
- < a class ="project-link " href ="./todo-list/index.html "> Project 7 - Todo-List 👀</ a >
29
- < a class ="project-link " href ="./Tic-Tac-Toe/index.html "> Project 8 - Tic-Tac- Toe 📚 </ a >
30
- < a class ="project-link " href ="./Infinite Scroll/index.html "> Project 9 - Infinite Scroll📚 </ a >
31
- < a class ="project-link " href ="./Image Slider/index.html "> Project 10 - Image Slider 🫥 </ a >
32
- < a class ="project-link " href ="./10-emoji/index.html "> Project 10 - Emoji 🫥 </ a >
33
-
34
- </ div >
24
+ < h1 > Javascript-Challanges</ h1 >
25
+ < div class ="projects ">
26
+ < a class ="project-link " href ="/Bmi/index.html "
27
+ > Project-1 BMI Calculator 🔥
28
+ </ a >
29
+ < a class ="project-link " href ="/counter app/index.html "
30
+ > Project-2 Counter 👻
31
+ </ a >
32
+ < a class ="project-link " href ="/Guess the number/index.html "
33
+ > Project 3 - Guess The Number 😎</ a
34
+ >
35
+ < a class ="project-link " href ="./File uploader/index.html "
36
+ > Project 4 - File Uploader 🤨</ a
37
+ >
38
+ < a class ="project-link " href ="./Light-Dark Mode/index.html "
39
+ > Project 5 - Light & Dark Mode👻</ a
40
+ >
41
+ < a class ="project-link " href ="./Meme generator/index.html "
42
+ > Project 6 - Meme Generator 🧠</ a
43
+ >
44
+ < a class ="project-link " href ="./todo-list/index.html "
45
+ > Project 7 - Todo-List 👀</ a
46
+ >
47
+ < a class ="project-link " href ="./Tic-Tac-Toe/index.html "
48
+ > Project 8 - Tic-Tac- Toe 📚
49
+ </ a >
50
+ < a class ="project-link " href ="./Infinite Scroll/index.html "
51
+ > Project 9 - Infinite Scroll📚
52
+ </ a >
53
+ < a class ="project-link " href ="./Image Slider/index.html "
54
+ > Project 10 - Image Slider 🫥
55
+ </ a >
56
+ < a class ="project-link " href ="./Holy Grail/index.html "
57
+ > Project 10 - Holy Grail 🫥
58
+ </ a >
59
+ </ div >
35
60
</ main >
36
- </ body >
37
-
38
- </ html >
61
+ </ body >
62
+ </ html >
0 commit comments