46 lines
1.6 KiB
HTML
46 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Puercito Fiction</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=Permanent+Marker&family=Special+Elite&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<header>
|
|
<h1>hola</h1>
|
|
</header>
|
|
|
|
<nav>
|
|
<a href="about.html">about</a>
|
|
<a href="comics.html">comics</a>
|
|
<a href="projects.html">projects</a>
|
|
<a href="#newsletter">newsletter</a>
|
|
<a href="links.html">links</a>
|
|
<a href="contact.html">contact</a>
|
|
<a href="now.html">now</a>
|
|
<a href="uses.html">uses</a>
|
|
</nav>
|
|
|
|
<main>
|
|
<p class="byline">stories from the little town</p>
|
|
</main>
|
|
|
|
<footer>
|
|
<div class="social-links">
|
|
<a href="https://instagram.com/puercito" target="_blank" rel="noopener noreferrer" aria-label="Instagram">
|
|
<img src="images/icons/instagram.svg" alt="Instagram" width="20" height="20">
|
|
</a>
|
|
<a href="mailto:hello@puercito.net" aria-label="Email">
|
|
<img src="images/icons/mail.svg" alt="Email" width="20" height="20">
|
|
</a>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|