-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (29 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script src="js/prefixfree.min.js"></script>
<link rel="stylesheet" href="css/estilo.css">
<link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<title>Entrega 2</title>
</head>
<body>
<video id="video" loop autoplay preload muted >
<source src="video/b.mp4" type="video/mp4" />
</video>
<div id="contenedor">
<p id="titulo">Hola Conoceme</p>
<p class="descripcion">sigueme en mis redes sociales.</p>
<nav id="posicion_nav">
<ul class="menu">
<li><a href="https://www.facebook.com/kamosan123" class="azul" target="_blank">Facebook</a></li>
<li><a href="https://twitter.com/WinKam" class="azul2" target="_blank">Twitter</a></li>
<li><a href="https://github.com/kamosan123/Electiva-Basica-1" class="morado" target="_blank">GitHub</a></li>
</ul>
</nav>
</div>
<div class="foto">
</div>
</body>
</html>