-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportafolio.html
More file actions
executable file
·45 lines (41 loc) · 1.5 KB
/
Copy pathportafolio.html
File metadata and controls
executable file
·45 lines (41 loc) · 1.5 KB
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
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="es">
<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" />
<title>Alberto Lara</title>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<!-- Page -->
<div class="page">
<div class="header">
<img class="avatar" src="img/fotohome.jpg" alt="Alberto" />
<h1 class="title">Alberto Lara</h1>
<h2 class="subtitle">Hola, bienvenido a mi web</h2>
<nav class="nav">
<a class="nav__button" href="bio.html">Biografía</a>
<a class="nav__button active" href="portafolio.html">Portafolio</a>
<a class="nav__button" href="contacto.html">Contacto</a>
</nav>
</div>
<p>
<ul>
<li>Video:
<ul >
<iframe width="200" height="100" src="https://www.youtube.com/embed/5qap5aO4i9A" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</ul>
</li>
<li>Enlaces de interes:
<ul>
<li><a href="http://www.google.es">Trabajos</a></li>
<li><a href="http://www.google.es">Proyectos</a></li>
<li><a href="http://www.google.es">Acuerdos</a></li>
</ul>
</li>
</ul>
</p>
</div>
</body>
</html>