Skip to content

Commit ebf1f02

Browse files
committed
Update index.html
1 parent 08dd116 commit ebf1f02

File tree

5 files changed

+25
-11
lines changed

5 files changed

+25
-11
lines changed

index.html

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,31 @@
1414
<p style="font-size: 1.2rem">api</p>
1515
<a href="./api/dogRandom/index.html">dog-Random</a>
1616
<a href="./api/superHero/index.html">super-Hero</a>
17+
<a href="./projects/netflix/index.html">Netflix fetch-movies (WORK IN PROGRESS)</a>
18+
1719
<p style="font-size: 1.2rem">projects</p>
18-
<a href="./dom/red-yellow-green/index.html">red-yellow-green</a>
1920
<a href="./projects/addtocart/index.html">add-to-cart</a>
20-
<a href="./projects/02_SimpleTodo.html">simple-todo-list</a>
21+
<a href="./projects/PassValidation.html">password-validation</a>
22+
<a href="./projects/CRUD.html">crud</a>
2123
<a href="./projects/tip-calculator/index.html">tip-calculator</a>
22-
<a href="./projects/rockpaperscissors/index.html">rock-paper-scissors</a>
23-
<a href="./projects/fetchmovies/index.html">fetch-movies</a>
2424
<a href="./projects/fightingGame/index.html">fighting-game</a>
25+
<a href="./projects/02_SimpleTodo.html">simple-todo-list</a>
26+
<a href="./projects/rockpaperscissors/index.html">rock-paper-scissors</a>
2527
<a href="./projects/weather-app/index.html">weather-app</a>
2628
<a href="./projects/stopwatch/index.html">stopwatch</a>
27-
28-
<br />
29-
<a href="./projects/PassValidation.html">password-validation</a>
30-
<a href="./projects/CRUD.html">crud</a>
3129
<a href="./projects/ATMmachine.html">atm-machine</a>
3230
<a href="./projects/Clock1.html">clock</a>
31+
<a href="./projects/search.html">search-product</a>
32+
<a href="./projects/RandomColor.html">random-color-generator</a>
33+
<a href="./Lecture's/TempretureConversion.html">tempreture conversion</a>
34+
35+
<br />
36+
<a href="./dom/red-yellow-green/index.html">red-yellow-green</a>
3337
<a href="./projects/SelectOperators.html">select-operator</a>
3438
<a href="./projects/InputCalculator.html">input-calculator</a>
35-
<a href="./projects/RandomColor.html">random-color-generator</a>
36-
<a href="./projects/search.html">search-product</a>
3739
<a href="./Lecture's/DiceRoller.html">dice roller game</a>
3840
<a href="./Lecture's/NumberGuessing.html"></a>
3941
<a href="./Lecture's/RandomNum.html">random number </a>
4042
<a href="./Lecture's/RandomPassGenerator.html">random password generator</a>
41-
<a href="./Lecture's/TempretureConversion.html">tempreture conversion</a>
4243
</body>
4344
</html>

projects/netflix/favicon.png

5.74 KB
Loading

projects/netflix/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>NETFLIX - Mr. KOTHARI</title>
7+
<link rel="shortcut icon" href="./favicon.png" type="image/x-icon" />
8+
<link rel="stylesheet" href="style.css" />
9+
</head>
10+
<body>
11+
<script src="./script.js"></script>
12+
</body>
13+
</html>

projects/netflix/script.js

Whitespace-only changes.

projects/netflix/style.css

Whitespace-only changes.

0 commit comments

Comments
 (0)