-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (54 loc) · 1.62 KB
/
Copy pathindex.html
File metadata and controls
65 lines (54 loc) · 1.62 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="es">
<head>
<link rel="stylesheet" href="style.css">
<title>Antonio Pasán</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Gruppo&display=swap" rel="stylesheet">
</head>
<body>
<div>
<ul>
<a href="https://github.com/AntonioPasan07" target="_blank"><li>TRABAJOS</li></a>
<a href="pagina.html" target="_blank"><li>IMAGENES</li></a>
<li>CONTACTO</li>
</ul>
</div>
<section>
<div class="perfil">
<h1 id="titulo">Antonio Pasán Martinéz</h1>
<img class="mifoto" src="imagen/fotoperfil(2).jpeg" alt="Esto es una imagen de perfil">
</div>
</section>
<main>
<hr>
<!--tengo que meter texto sobre mi experiencia -->
<div>
<h3>Mis trabajos:</h3>
<div class="contenedor-imagen">
<div>
<img src="imagen/iconoHtml.png" alt="iconoHtml">
</div>
<div>
<img src="imagen/iconoCSS.png" alt="iconoCSS">
</div>
<div>
<img src="imagen/iconoJS.png" alt="iconoJS">
</div>
<div>
<img src="imagen/iconoGit.png" alt="iconoGit">
</div>
</div>
<br>
<p><strong> Junior:</strong></p>
<!--meter tambien mi curriculium-->
</div>
</main>
<footer>
<a href="mailto:nanopas@hotmail.com">Contacte a qui</a>
<p><small> creada por <strong>Antonio Jose Pasán Martinéz</strong>:</small></p>
<a href="#titulo">pincha a qui para ir a arriba</a>
</footer>
</body>
</html>