Hola, buenas tardes! feliz de compartir un humilde proyecto:
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio de Matias Suarez</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
</header>
<main>
<img src="Identidad Matias Suarez FINAL FINAL -10_1.png" alt="Logo de MS Asesores">
<h1>Eleve tu negocio digital a otro nivel <strong>un Front-end de calidad!</strong> </h1>
<h2></h2>
<p>
<span>¡Hola! Soy Matías Suarez, desarrollador Front-end con especialización en React, HTML y CSS.
Ayudo a pequeños negocios y diseñadores a llevar a cabo buenas ideas. ¿Hablamos?
</span>
</p>
<a href="https://www.instagram.com/">Instagram</a>
<a href="https://www.github.com/">Github</a>
<img src="DSC_6376_1.JPG" alt="Imagen de Matias trabajando">
</main>
<footer>
<a href="www.google.com">Contacto</a>
</footer>
</body>
</html>
body{
background-color: indigo;
color: white;
}
strong{
color: #22D4FD;
}
span{
border: 1px solid #22D4FD;
padding: 10px;
}