Skip to content

Commit

Permalink
Update estudantes.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelAugustoRiv authored Sep 18, 2023
1 parent daf28c4 commit 8d282bb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions estudantes.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,24 +61,22 @@
<title>Estudantes do Grupo</title>
<link rel="stylesheet" type="text/css" href="estudantes style.css">
<style>
/* Estilos CSS existentes aqui... */

</style>
</head>
<body>
<h1>Estudantes do Grupo</h1>

<!-- Barra de navegação -->
<nav>
<ul>
<li><a href="projetos.html">Projetos</a></li>
<li><a href="escola.html">Escola</a></li>
</ul>
</nav>

<!-- Resto do seu conteúdo HTML aqui... -->

<script>
// JavaScript existente aqui...

</script>
</body>
</html>
Expand All @@ -90,10 +88,10 @@ <h1>Estudantes do Grupo</h1>
// Evite que o link direcione para a página
event.preventDefault();

// Obtenha o valor do atributo "href" do link

const href = link.getAttribute('href');

// Redirecione para a página correspondente

window.location.href = href;
});
});
Expand Down

0 comments on commit 8d282bb

Please sign in to comment.