-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
41 lines (41 loc) · 1.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>arindal1</title>
<link rel="icon" href="https://cdn-icons-png.flaticon.com/128/4525/4525868.png" type="image/png">
<link rel="stylesheet" href="res/style.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<canvas id="effects"></canvas>
</div>
<div class="cursor"></div>
<div class="container">
<div class="cell" onclick="location.href='Day 24/index.html';">
<h2>Day 24: Weather App</h2>
</div>
<div class="cell" onclick="location.href='Day 25/index.html';">
<h2>Day 25: Movie Search App</h2>
</div>
<div class="cell" onclick="location.href='https://github.com/arindal1/blynk-mern-app';">
<h2>Day 26: Chat Application</h2>
</div>
<div class="cell" onclick="location.href='Day 27/index.html';">
<h2>Day 27: Task Management App</h2>
</div>
<div class="cell" onclick="location.href='Day 28/index.html';">
<h2>Day 28: E-Commerce Site</h2>
</div>
<div class="cell" onclick="location.href='Day 29/index.html';">
<h2>Day 29: Social Media Dashboard</h2>
</div>
<div class="cell" onclick="location.href='Day 29/index.html';">
<h2>Day 30: Social Media Dashboard with full Features</h2>
</div>
</div>
</body>
<script src="res/script.js"></script>
</html>