Skip to content

Commit

Permalink
Add jusbrasil
Browse files Browse the repository at this point in the history
  • Loading branch information
itepifanio-shape committed Jul 13, 2024
1 parent a468f81 commit 9851f55
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 6 deletions.
7 changes: 5 additions & 2 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ footer h3 {
}

.patrocinador-cobre {
min-width: 75px;
max-width: 75px;
max-height: 75px;
}

.patrocinador-bronze {
Expand Down Expand Up @@ -196,7 +196,7 @@ footer h3 {
margin-top: 1em;
}

@media screen and (max-width: 1366px) {
@media screen and (max-width: 1200px) {
body {
font-size: 1.2em;
}
Expand All @@ -212,6 +212,9 @@ footer h3 {

.evento-row {
flex-direction: column;
text-align: justify;
padding-left: 2em;
padding-right: 2em;
}

.evento-row div {
Expand Down
81 changes: 81 additions & 0 deletions assets/images/patrocinio/jusbrasil.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<li><a class="uk-navbar-item" href="/">Inicio</a></li>
<li><a class="uk-navbar-item" href="#sobre">Sobre</a></li>
<li><a class="uk-navbar-item" href="#local">Local</a></li>
<li><a class="uk-navbar-item" href="#patrocinio">Patrocínio</a></li>
<!-- <li><a class="uk-navbar-item" href="#patrocinio">Patrocínio</a></li> -->
<li><a class="uk-navbar-item" href="#patrocinadoras">Patrocinadoras</a></li>
</ul>
<a href="#" class="uk-navbar-toggle uk-hidden@s" uk-navbar-toggle-icon uk-toggle="target: #sidenav"></a>
Expand All @@ -65,7 +65,7 @@
<li><a class="uk-navbar-item" href="/">Inicio</a></li>
<li><a class="uk-navbar-item" href="#sobre">Sobre</a></li>
<li><a class="uk-navbar-item" href="#local">Local</a></li>
<li><a class="uk-navbar-item" href="#patrocinio">Patrocínio</a></li>
<!-- <li><a class="uk-navbar-item" href="#patrocinio">Patrocínio</a></li> -->
<li><a class="uk-navbar-item" href="#patrocinadoras">Patrocinadoras</a></li>
</ul>
</div>
Expand Down Expand Up @@ -172,10 +172,14 @@ <h4 class="uk-text-center">BRONZE</h3>
<div>
<h4 class="uk-text-center">COBRE</h4>

<div class="uk-flex uk-flex-center">
<a href="https://evolux.net.br/" target="_blank">
<div class="uk-flex uk-flex-center uk-flex-wrap uk-flex-column@s">
<a href="https://evolux.net.br/" target="_blank" class="uk-padding-small">
<img class="patrocinador-cobre" src="assets/images/patrocinio/evolux-logo.png"/>
</a>

<a href="https://sobre.jusbrasil.com.br/" target="_blank" class="uk-padding-small">
<img class="patrocinador-cobre" src="assets/images/patrocinio/jusbrasil.svg"/>
</a>
</div>
</div>

Expand Down

0 comments on commit 9851f55

Please sign in to comment.