Estou praticando os conhecimentos passados no curso
HTML
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header></header>
<main>
<h1>Eleve seu negócio digital a outro nível <strong>com um Front-end de qualidade!</strong></h1>
<p>Olá! Me chamo Leonardo Schmidt, sou desenvolvedor Back-end em <strong>Python e Java</strong>, e aprendiz em
desenvolvimento Front-end com foco em <strong>HTML, CSS e Javascript</strong>. Vamos conversar?</p>
<a href="https://linkedin.com/in/leonardo-schmidt-b11103223">Linkedin</a>
<a href="https://github.com/leooschmidt">GitHub</a>
<img src="imagem.png" alt="Foto do Leonardo Schmidt" width="300" height=auto>
</main>
<footer></footer>
</body>
</html>
CSS
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header></header>
<main>
<h1>Eleve seu negócio digital a outro nível <strong>com um Front-end de qualidade!</strong></h1>
<p>Olá! Me chamo Leonardo Schmidt, sou desenvolvedor Back-end em <strong>Python e Java</strong>, e aprendiz em
desenvolvimento Front-end com foco em <strong>HTML, CSS e Javascript</strong>. Vamos conversar?</p>
<a href="https://instagram.com/leonardooschmidt">Instagram</a>
<a href="https://github.com/leooschmidt">GitHub</a>
<img src="imagem.png" alt="Foto do Leonardo Schmidt" width="300" height=auto>
</main>
<footer></footer>
</body>
</html>