-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (32 loc) · 1.61 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
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald&display=swap" rel="stylesheet">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>@chinmay29hub - JavaScript</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h3>Lessons</h3>
<a href="dom/red-yellow-green/index.html" target="_blank">DOM - Red Yellow Green Squares</a>
</br>
<a href="api/dogRandom/index.html" target="_blank">API - Get Random Dog</a>
</br>
<a href="https://chinmay29hub-superhero-api.netlify.app/" target="_blank">API - Get Super Heroes</a></br>
<a href="projects/bank/index.html" target="_blank">Classes - Bank with Deposit & Withdraw Methods</a>
<h3>Projects</h3>
<a href='projects/rockpaperscissors/exercise/index.html' target="_blank">Rock Paper Scissors</a><br>
<a href='projects/fightingGame/exercise/index.html' target="_blank">Figthing Game</a> <br>
<a href='projects/tip-calculator/exercise/index.html' target="_blank">Tip Calculator</a>
<br>
<a href='https://chinmay29hub-weather-app.netlify.app/' target="_blank">Weather App</a><br>
<a href='projects/create-netflix/exercise/index.html' target="_blank">Create Netflix</a>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prettier/2.6.2/standalone.js"></script>
<!-- <script src="playground.js"></script> -->
<script src="yourPlayground.js"></script>
<!-- <script src="exercises/converthourstoseconds.js"></script> -->
</body>
</html>