<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portafolio</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header></header>
<main>
<h1>Eleve tu negocio digital a otro nivel <strong>con un Front-end de calidad!</strong></h1>
<p>
¡Hola! Soy Carlos Gonzalez, desarrollador Front-end con especialización en HTML y CSS. Ayudo a pequeños negocios y diseñadores a llevar a cabo buenas ideas. ¿Hablamos?
</p>
<a href="https://www.linkedin.com/in/carlos-alberto-gonzalez-custodio">Linkedin</a>
<a href="https://github.com/CarlosGC-LP">Github</a>
<img src="img/perfil.jpg" alt="Imagen de perfil">
</main>
<footer></footer>
</body>
</html>
body {
background-color: #D5D3C1;
color: #000000;
}
strong {
color: #22D4FD;
}