Skip to content

Commit

Permalink
atualizando css e html
Browse files Browse the repository at this point in the history
  • Loading branch information
sibellyvih authored May 15, 2024
1 parent dd84883 commit 5984340
Show file tree
Hide file tree
Showing 2 changed files with 289 additions and 236 deletions.
23 changes: 13 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ <h1>DICAS DE INTERCÂMBIO</h1>
</div>

<div class="container">

<main>
<div class="beneficios">
<h2>Os benefícios em fazer um intercâmbio</h2>
Expand All @@ -54,6 +53,7 @@ <h2>Os benefícios em fazer um intercâmbio</h2>
<br>
</div>
</main>
</div>

<div class="depoimentos">
<div class="carousel-controls left" onclick="changeDepoimento(-1)">&#10094;</div>
Expand Down Expand Up @@ -130,14 +130,17 @@ <h2>Depoimentos</h2>
// Exibe o primeiro depoimento ao carregar a página
showDepoimento(currentIndex);
</script>

<section class="objetivos">
<h2 class"objetivo-titulo">Meus objetivos de viagem</h2>
<button class="botoes">Países que quero conhecer</button>
<button class="botoes">Viagens para esse ano</button>
<button class="botoes">Viagens futuras</button>
<button class="botoes">Datas de embarque</button>
</section>

<section class="objetivos-principais">
<h2 class="objetivos-principais">Meus Objetivos do ano<span>_</span></h2>
<div class="topicos">
<button class="topico">Países que quero conhecer</button>
<button class="topico">Viagens para esse ano</button>
<button class="topico">Viagens futuras</button>
<button class="topico">Datas de embarque</button>
</div>
</section>


<div class="jogo">
<h2>English Travel Game</h2>
Expand All @@ -159,4 +162,4 @@ <h2><strong>Dicas de Intercâmbio<br>
</footer>

</body>
</html>
</html>
Loading

0 comments on commit 5984340

Please sign in to comment.