-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontacto.html
More file actions
37 lines (36 loc) · 1.65 KB
/
contacto.html
File metadata and controls
37 lines (36 loc) · 1.65 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
<!DOCTYPE html>
<html lang=es-ES>
<head>
<meta charset="utf-8">
<title>Contacto - Antón Casas Román</title>
<meta name="author" content="Antón Casas Román">
<meta name="description" content="Página personal de Antón Casas Román">
<link rel="icon" type="image/png" sizes="192x192" href="favicon192.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon16.png">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/base.css">
</head>
<body>
<header><a href="index.html">
Antón Casas Román
</a></header>
<nav>
<ul class="global">
<li><a href="index.html">Presentación </a></li>
<li><a href="portfolio.html">Porfolio </a></li>
<li><a href="" class="p_actual">Contacto </a></li>
</ul>
<ul class="local empty">
</ul>
</nav>
<main>
<article>
<h1>Contacto y redes</h1>
<p>Puedes encontrarme en <a href="https://www.linkedin.com/in/antón-c/" target="_blank" rel="noopener">LinkedIn</a>, en <a href="https://github.com/4ntn" target="_blank" rel="noopener">GitHub</a>, y en <a href="https://es.mathworks.com/matlabcentral/profile/authors/13798858" target="_blank" rel="noopener">MathWorks</a>.</p>
<p>También puedes ver algunas de mis fotos si me sigues en <a href="https://www.instagram.com/antonc_/" target="_blank" rel="noopener">Instagram</a>.</p>
</article>
</main>
</body>
</html>