-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (33 loc) · 939 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="keywords" content="Multimedia, Experience, Projects" />
<meta
name="description"
content="Multimedia System for final industrial design projects"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home | Multimedia System</title>
<link rel="stylesheet" href="./main.css" />
</head>
<body>
<!-- Nav space -->
<nav></nav>
<!-- Header space -->
<header></header>
<!-- Main content -->
<main>
<!-- Multimedia experience -->
<section class="o-experience-container">
<h1>Experiencia Multimedia</h1>
</section>
<!-- All projects -->
<section class="o-projects-container">
<h1>Ver todos los proyectos</h1>
</section>
</main>
<!-- Footer space -->
<footer></footer>
</body>
</html>