-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (36 loc) · 2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Vanilla JS Academy 2020 | Ximena Vila Ferral</title>
<link rel="shortcut icon" href="favicon.svg" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Gelasio:600|Montserrat:500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../general.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
<h1>Vanilla JS Academy 2020</h1>
<p class="name-sub"><a href="https://twitter.com/ximenavf92" target="_blank" rel="noopener">Ximena Vila Ferral</a></p>
<ul class="project-list">
<a href="/1-project-one/"><li>Project 1: Toggle Password Visibility</li></a>
<a href="/2-project-two/"><li>Project 2: Password Visibility - Multiple Fields</li></a>
<a href="/3-project-three/"><li>Project 3: Password Visibility - Multiple Forms</li></a>
<a href="/4-project-four/"><li>Project 4: Coming Soon</li></a>
<a href="/5-project-five/"><li>Project 5: Coming Soon</li></a>
<a href="/6-project-six/"><li>Project 6: Coming Soon</li></a>
<a href="/7-project-seven/"><li>Project 7: Coming Soon</li></a>
<a href="/8-project-eight/"><li>Project 8: Coming Soon</li></a>
<a href="/9-project-nine/"><li>Project 9: Coming Soon</li></a>
<a href="/10-project-ten/"><li>Project 10: Coming Soon</li></a>
<a href="/11-project-eleven/"><li>Project 11: Coming Soon</li></a>
<a href="/12-project-twelve/"><li>Project 12: Coming Soon</li></a>
<a href="/13-project-thirteen/"><li>Project 13: Coming Soon</li></a>
<a href="/14-project-fourteen/"><li>Project 14: Coming Soon</li></a>
</ul>
<div class="project-buttons">
<a href="https://github.com/ximenavf92/vanillajs-academy-2020/" class="view-github" target="_blank" rel="noopener">View on Github</a>
</div>
</body>
</html>