Skip to content

Commit

Permalink
Publish site on 2024-08-13
Browse files Browse the repository at this point in the history
  • Loading branch information
biancarosa committed Aug 13, 2024
1 parent 896ef1b commit ae940b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<a class="nav-link" href="#patrocinio">Patrocine</a>
</div>
<div class="nav-item">
<a class="nav-link" href="#patrocinadores">Patrocinadores</a>
<a class="nav-link" href="#patrocinio">Patrocinadores</a>
</div>
</nav>
<section id="hero">
Expand Down Expand Up @@ -193,15 +193,15 @@ <h2>platina</h2>
<img src="theme/images/patrocinador-placeholder.png" alt="sua empresa aqui (platina)">
<img src="theme/images/patrocinador-placeholder.png" alt="sua empresa aqui (platina)">
</section>-->
<section class="patrocinadores ouro">
<section class="ouro">
<h1>ouro</h1>
<div class="row">
<a href="https://elastic.co" target="_blank">
<img src="/theme/images/logo-elastic-horizontal-color-reverse.svg" alt="elastic">
</a>
</div>
</section>
<div class="patrocinadores prata">
<div class="prata">
<h1>prata</h1>
<div class="row">
<a href="https://lincolnloop.com" target="_blank">
Expand Down
2 changes: 1 addition & 1 deletion theme/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ body,
height: max-content;
}

.patrocinadores {
#ouro, #diamante, #prata {
margin-top: 3em;
}

Expand Down

0 comments on commit ae940b8

Please sign in to comment.