-
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
177f636
commit cb9c4d4
Showing
1 changed file
with
50 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<!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"> | ||
<link rel="stylesheet" href="sobre.css"> | ||
<title>Sobre mim</title> | ||
</head> | ||
<body> | ||
<header> | ||
<div class="caixa"> | ||
<h1>Sobre mim</h1> | ||
<nav> | ||
<ul> | ||
<li><a href="index.html">Home</a></li> | ||
<li><a href="prepare-se.html">Prepare-se</a></li> | ||
<li><a href="destinos.html">Destinos</a></li> | ||
<li><a href="sobre.html">Sobre mim</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</header> | ||
|
||
<div class="titulo-principal"> | ||
<h1>Embaixadora do Programa Ganhando o Mundo<br>2° Edição</h1> | ||
</div> | ||
|
||
<div class="apresentacao"> | ||
<img class="img-inicio" src="Foto com bandeira.jpeg" alt="Imagem da criadora do site"> | ||
<p>Olá! Me chamo Sibelly e tenho 17 anos. Em 2022, fui uma das participantes do <strong>Ganhando o Mundo 2ª Edição</strong>, uma oportunidade única destinada a 100 alunos de escolas públicas do Paraná. Essa experiência me levou a um intercâmbio de três meses na deslumbrante Nova Zelândia. Desde os meus 11 anos, nutria o sonho de estudar no exterior, mas sabia que o caminho seria desafiador. Foi somente aos 15 anos, em 2022, que tudo mudou. Meu intercâmbio foi uma jornada incrível, repleta de momentos memoráveis e histórias cativantes para compartilhar.</p> | ||
</div> | ||
|
||
|
||
<footer class="rodape"> | ||
<h2><strong>Dicas de Intercâmbio<br> | ||
by Sibelly</strong></h2> | ||
<p>Siga as minhas redes sociais para saber mais sobre intercâmbios</p> | ||
<div class="redes-sociais"> | ||
<a href="https://www.facebook.com/sibellyvitoria.antonio" target="_blank"><img src="facebook.png" alt="Facebook"></a> | ||
<a href="https://www.instagram.com/sibellyvi/" target="_blank"><img src="instagram.png" alt="Instagram"></a> | ||
<a href="https://www.instagram.com/sibellyvi/" target="_blank"><img src="tiktok.png" alt="Tiktok"></a> | ||
<a href="https://www.youtube.com/@sibellyvi/featured" target="_blank"><img src="youtube.png" alt="YouTube"></a> | ||
</div> | ||
<p class="copyright">© Copyright Dicas de intercâmbio - 2023</p> | ||
</footer> | ||
|
||
</body> | ||
</html> |