<!DOCTYPE html>
<html lang="es-CL">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portafolio-De-Daniel</title>
</head>
<body>
<header></header>
<main>
<h1>¡Aprendiendo junto a <strong>Alura Latam!</strong></h1>
<p>¡Hola! Soy Daniel Aranzáez, y estoy realizando este curso de Alura Latam para especializarme en HTML, CSS y Javascript, entre otros.
</p>
<a href="https://www.instagram.com/DanielRaiicHu">Instagram</a>
<a href="https://www.github.com/DanielRaiicHu">Github</a>
<img src="foto.png" alt="Fotografía de Daniel">
</main>
<footer>
<h3>Autor: Daniel Aranzáez </h3>
</footer>
</body>
</html>