-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (28 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="style.css">
<title>50 Projects 50 days</title>
</head>
<body>
<section id="Introduction" class="Introduction">
<h1>50 projects in 50 Days.</h1>
<h4>A simple interface to visualize every project.</h4>
<p>
This page shows every project I did it from the course <a class="course" href="https://www.udemy.com/course/50-projects-50-days" >50 projects in 50 day</a> (I think I already mentioned this many times),
in a easy way to search a specific project, just in case that I forgot how I did it, i'm searching a feature to implement
or just to show the projects.
</p>
</section>
<section class="Projects">
<h2 class="title">Projects</h2>
<div class="container" id="container">
</div>
</section>
<script src="script.js"></script>
</body>
</html>