Skip to content

Commit f98e5db

Browse files
committed
holy grail linked
1 parent 0d1c8c5 commit f98e5db

File tree

2 files changed

+54
-30
lines changed

2 files changed

+54
-30
lines changed

Holy Grail/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1>middle</h1>
2020
</main>
2121
<aside class="right">
2222
<h1>Right</h1>
23-
<p>rohit is on left</p>
23+
<p>rohit is on right</p>
2424
</aside>
2525
</div>
2626
<footer>Footer</footer>

index.html

Lines changed: 53 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,62 @@
11
<!DOCTYPE html>
22
<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" />
76
<title>Javascript_Machine_coding</title>
87
<script src="index.js"></script>
9-
<link rel="stylesheet" href="index.css">
10-
</head>
8+
<link rel="stylesheet" href="index.css" />
9+
</head>
1110

12-
<body>
11+
<body>
1312
<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+
>
1822
</nav>
1923
<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>
3560
</main>
36-
</body>
37-
38-
</html>
61+
</body>
62+
</html>

0 commit comments

Comments
 (0)