-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 1.03 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
<!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="icon" type="image/png" sizes="32x32" href="./img/BackgroundEraser_20230308_163319077.png">
<link rel="stylesheet" href="css/style1.css">
<title>Portafolio</title>
</head>
<body>
<h1>Bienvenido</h1>
<div class="cube">
<div class="top"></div>
<div>
<span class="sobre__mi" style=--i:0; >Sobre mi</span>
<span class="formacion" style=--i:1; >Formacion y cursos</span>
<span class="experiencia" style=--i:2; >Experiencia y proyectos</span>
<span class="contacto" style=--i:3; >Contacto</span>
</div>
</div>
<video autoplay loop="loop" class="video_background" preload="auto" volume="0"/>
<source src="/img/espacio-5200.mp4" type="video/mp4" />
</video/>
<script src="js/app.js"></script>
</body>
</html>