-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
46 lines (44 loc) · 2.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JavaScript</title>
<style>
a {
display: block;
}
</style>
</head>
<body style="padding: 50px; max-width: 1320px; margin: 0 auto">
<p style="font-size: 1.2rem">api</p>
<a href="./api/dogRandom/index.html">dog-Random</a>
<a href="./api/superHero/index.html">super-Hero</a>
<a href="./projects/netflix/index.html">Netflix fetch-movies (WORK IN PROGRESS)</a>
<a href="./projects//corona-tracker/index.html">Corona tracker app (WORK IN PROGRESS)</a>
<p style="font-size: 1.2rem">projects</p>
<a href="./projects/addtocart/index.html">add-to-cart</a>
<a href="./projects/PassValidation.html">password-validation</a>
<a href="./projects/CRUD.html">crud</a>
<a href="./projects/tip-calculator/index.html">tip-calculator</a>
<a href="./projects/fightinggame/index.html">fighting-game</a>
<a href="./projects/02_SimpleTodo.html">simple-todo-list</a>
<a href="./projects/rockpaperscissors/index.html">rock-paper-scissors</a>
<a href="./projects/weather-app/index.html">weather-app</a>
<a href="./projects/stopwatch/index.html">stopwatch</a>
<a href="./projects/ATMmachine.html">atm-machine</a>
<a href="./projects/Clock1.html">clock</a>
<a href="./projects/search.html">search-product</a>
<a href="./projects/RandomColor.html">random-color-generator</a>
<a href="./Lecture's/TempretureConversion.html">tempreture conversion</a>
<a href="./projects/Darkmode.html">darkmode Toggle using CSS and JavaScript</a>
<br />
<a href="./dom/red-yellow-green/index.html">red-yellow-green</a>
<a href="./projects/SelectOperators.html">select-operator</a>
<a href="./projects/InputCalculator.html">input-calculator</a>
<a href="./Lecture's/DiceRoller.html">dice roller game</a>
<a href="./Lecture's/NumberGuessing.html"></a>
<a href="./Lecture's/RandomNum.html">random number </a>
<a href="./Lecture's/RandomPassGenerator.html">random password generator</a>
</body>
</html>