Skip to content

Commit

Permalink
atualizando bug do modal
Browse files Browse the repository at this point in the history
  • Loading branch information
felipetaua committed Sep 24, 2024
1 parent b133e71 commit 0fb4441
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions aboutus.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<header>
<div id="logo">
<a href="./index.html">
<img src="./img/logo-SINTEC.png" alt="" height="80px">
<img src="./img/logo-SINTEC.png" alt="" height="150px">
</a>
</div>
<ul class="nav" id="nav">
<ul class="navLogo">
<a href="./index.html">
<img src="./img/logo-SINTEC.png" alt="" height="130px">
<img src="./img/logo-SINTEC.png" alt="" height="170px">
</a>
</ul>
<li class="nav-link"><a href="./index.html">Home</a></li>
Expand Down
4 changes: 2 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<header>
<div id="logo">
<a href="./index.html">
<img src="./img/logo-SINTEC.png" alt="" height="80px">
<img src="./img/logo-SINTEC.png" alt="" height="140px">
</a>
</div>
<ul class="nav" id="nav">
<ul class="navLogo">
<a href="./index.html">
<img src="./img/logo-SINTEC.png" alt="" height="130px">
<img src="./img/logo-SINTEC.png" alt="" height="170px">
</a>
</ul>
<li class="nav-link"><a href="./index.html">Home</a></li>
Expand Down
4 changes: 2 additions & 2 deletions eventos.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
<header>
<div id="logo">
<a href="./index.html">
<img src="./img/logo-SINTEC.png" alt="" height="80px">
<img src="./img/logo-SINTEC.png" alt="" height="140px">
</a>
</div>
<ul class="nav" id="nav">
<ul class="navLogo">
<a href="./index.html">
<img src="./img/logo-SINTEC.png" alt="" height="130px">
<img src="./img/logo-SINTEC.png" alt="" height="170px">
</a>
</ul>

Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
<header>
<div id="logo">
<a href="./index.html">
<img src="./img/logo-SINTEC.png" alt="" height="80px">
<img src="./img/logo-SINTEC.png" alt="" height="140px">
</a>
</div>
<ul class="nav" id="nav">
<ul class="navLogo">
<a href="./index.html">
<img src="./img/logo-SINTEC.png" alt="" height="130px">
<img src="./img/logo-SINTEC.png" alt="" height="170px">
</a>
</ul>

Expand Down Expand Up @@ -386,7 +386,7 @@ <h3> Abertura do evento</h3>

<button onclick="window.dialogSeg.close();" aria-label="close" class="x"></button>
</dialog>
</div>

<dialog id="dialogTer">
<h2 class="carouselTitle">Terça-feira - 15/10/2024</h2>
<p class="carouselPara">
Expand Down Expand Up @@ -463,7 +463,7 @@ <h3> Abertura do evento</h3>

<button onclick="window.dialogSex.close();" aria-label="close" class="x"></button>
</dialog>

</div>
</div>
<script src="./script.js"></script>
</body>
Expand Down

0 comments on commit 0fb4441

Please sign in to comment.