<!DOCTYPE html>
<html lang="pt-br">
<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>Portfólio deParlobar</title>
</head>
<body>
<header>
<nav>
</nav>
</header>
<main>
<h1>Bem-vindo ao <strong>Portfólio</strong> dePatlobar</h1>
<h2>Desenvolvedor Front-End e Designer Gráfico</h2>
<div>
<button onclick="window.location.href='https://www.instagram.com/Titalobar'">Instagram</button>
<button onclick="window.location.href='https://www.github.com/Patlobar'">GitHub</button>
</div>
<div>
<img src="caminho/para/sua_imagem.jpg" alt="Imagem de Tita Lobar">
</div>
</main>
<footer>
<p>© 2024 Tita Lobar. Todos os direitos reservados.</p>
<p>Contato: titalobar7@gmail.com</p>
</footer>
</body>
</html>
<!DOCTYPE html>
<html lang="pt-br">
<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>Portfólio de Tita Lobar</title>
</head>
<body>
<header>
<nav>
<img src="https://dojo.bylearn.com.br/wp-content/uploads/2022/03/blog-1-1024x512.png" alt="Logotipo de Tita Lobar">
</nav>
</header>
<main>
<section>
<h1>Bem-vindo ao <strong>Portfólio</strong> de Tita Lobar</h1>
<h2>Desenvolvedor Front-End e Designer Gráfico</h2>
<p>Olá! Eu sou A Tita, uma apaixonado por criar designs e desenvolver websites incríveis.</p>
</section>
<section>
<h3>Conecte-se comigo</h3>
<div>
<a href="https://www.instagram.com/Titalobar" target="_blank">Instagram</a>
<a href="https://www.github.com/Patlobar" target="_blank">GitHub</a>
</div>
</section>
<section>
<h3>Sobre Mim</h3>
<img src="Patrícia Lopes Barbosa.png" alt="Imagem deTita Lobar">
</section>
</main>
<footer>
<p>© 2024 Tita Lobar. Todos os direitos reservados.</p>
<p>Contato: titalobar7@gmail.com</p>
</footer>
</body>
</html>