-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 1.67 KB
/
index.html
File metadata and controls
40 lines (40 loc) · 1.67 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
<!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">
<link rel="stylesheet" href="style.css">
<title>Project</title>
</head>
<body>
<header>
<div class="navbar">
<div class="nav">
<a href="./index.html"><img src="Img/logoInicio.png" alt="" width="40px"></a>
</div>
<div class="navegacion">
<ul>
<li><a href="./aboutme.html">Acerca de mi</a></li>
<li><a href="./projects.html">Projectos</a></li>
<li><a href="./contacto.html">Contacto</a></li>
</ul>
</div>
</div>
</header>
<section class="main">
<div class="name" id="name">
<h4>Hola, yo soy</h4>
<h2>David Soler</h2>
</div>
<div class="social">
<a href="https://github.com/Chantago" target="_blank"><img src="img/github.png" alt="" width="20px"></a>
<a href="https://www.instagram.com/solersanabria_f1/" target="_blank"><img src="Img/instagram.png" alt="" width="20px"></a>
<a href="https://www.linkedin.com/in/david-soler-844a24170/" target="_blank"><img src="Img/linkedin.png" alt="" width="20px"></a>
<a href="https://twitter.com/DavidSo39237911/following" target="_blank"><img src="Img/twitter.png" alt="" width="20px"></a>
<a href="https://www.facebook.com/jaleo.tenido" target="_blank"><img src="./Img/facebook.png" alt=""
width="20px"></a>
</div>
</section>
</body>
</html>