-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1f0be9
commit c5960d2
Showing
3 changed files
with
121 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt-br"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Confirmação</title> | ||
<link rel="stylesheet" href="../css/style.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<nav aria-label="Navegação principal"> | ||
<ul> | ||
<li><a href="../../index.html">Home</a></li> | ||
<li><a href="about.html">Sobre</a></li> | ||
<li><a href="projects.html">Projetos</a></li> | ||
<li><a href="contact.html">Contato</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
<main> | ||
<section class="confirmation"> | ||
<div class="confirmation-box"> | ||
<h1>Mensagem Enviada!</h1> | ||
<p>Obrigado por entrar em contato. Sua mensagem foi enviada com sucesso.</p> | ||
<p><a href="../../index.html">Voltar para a página inicial</a></p> | ||
</div> | ||
</section> | ||
</main> | ||
<footer> | ||
<div class="footer-content"> | ||
<p>© 2024. KM Todos os direitos reservados.</p> | ||
<div class="social"> | ||
Made with 🤍 | ||
<a href="https://www.instagram.com/karinamartins_eu/" target="_blank" aria-label="Instagram de Karina Martins"> | ||
<img src="../images/instagram.svg" alt="Ícone do Instagram de Karina Martins"> | ||
</a> | ||
<a href="https://www.linkedin.com/in/karinacmartins/" target="_blank" aria-label="LinkedIn de Karina Martins"> | ||
<img src="../images/linkedin.svg" alt="Ícone do LinkedIn de Karina Martins"> | ||
</a> | ||
<a href="/~https://github.com/karinacmartins" target="_blank" aria-label="GitHub de Karina Martins"> | ||
<img src="../images/github.svg" alt="Ícone do GitHub de Karina Martins"> | ||
</a> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c5960d2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok