<!DOCTYPE html>
<html lang="es-pr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>desafio_portafolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header></header>
<main>
<h1>
<strong>MI PORTAFOLIO</strong>
</h1>
<p>
<strong>¡Hola! Soy Yerme Li,</strong> administradora en Negocios Internacionales con
experiencia en Atención al cliente, Logística, Ventas y Finanzas. Me interesa
aprender a programar y utilizar herramientas tecnológicas que ayuden a los negocios
y diseñadores a llevar a cabo buenas ideas.
</p>
<p>
<strong>Sigueme a través de Linkedin y Github</strong>
</p>
<a href="https://www.linkedin.com/in/yerme-li-etchebarne/">Linkedin</a>
<a href="https://github.com/yermeli">Github</a>
<img src="foto yerme.png" alt="Foto Yerme Perfil">
</main>
<footer></footer>
</body>
</html>
body {
background-color: #cb958e;
color: #F6F6F6;
}
strong {
color: #332f4e
}