Skip to content

Commit

Permalink
Update images to use fewer filters (#72)
Browse files Browse the repository at this point in the history
* update imgs

* fix: cleaning up

---------

Co-authored-by: arcstur <[email protected]>
  • Loading branch information
pedromml and arcstur authored Dec 3, 2024
1 parent 2c85c43 commit fd323c6
Show file tree
Hide file tree
Showing 15 changed files with 35 additions and 37 deletions.
Binary file modified static/footer/canal_ciencia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/footer/cine_bsb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/footer/email_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/footer/github_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/footer/ibicit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/footer/idil.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/footer/instagram_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/footer/logo_brasal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/footer/logo_inst_brasal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/footer/logo_iol.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/footer/logo_mpi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/footer/logo_unb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 30 additions & 30 deletions static/footer/logo_vertere.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/footer/serios.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 5 additions & 7 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ <h3 class="title-text">
a>img {
align-self: center;
max-height: 120px;
filter: brightness(0) invert(1);
}
}

Expand All @@ -89,7 +88,6 @@ <h3 class="title-text">
align-self: center;
align-items: center;
max-height: 25px;
filter: brightness(0) invert(1);
}
}
}
Expand All @@ -112,7 +110,7 @@ <h1> Organization </h1>

<div>
<a href="https://obling.org/">
<img src="/footer/logo_obl.png">
<img src="/footer/logo_obl.png" style="filter: brightness(0) invert(1);">
</a>
<a href="https://institutovertere.org/">
<img src="/footer/logo_vertere.svg" style="height: 50px" />
Expand Down Expand Up @@ -148,7 +146,7 @@ <h1> Strategic support </h1>
<!-- We can't have another logo to the right of the MPI logo -->
<div class="rowBreak" ></div>
<a href="https://www.universidade.df.gov.br/">
<img src="/footer/logo_undf.png" style="height: 150px"/>
<img src="/footer/logo_undf.png" style="height: 150px; filter: brightness(0) invert(1);" />
</a>
<a href="https://www.df.gov.br/">
<img src="/footer/logo_gdf.svg" style="height: 150px"/>
Expand All @@ -162,7 +160,7 @@ <h1> Strategic support </h1>
<img src="/footer/logo_inst_brasal.png" />
</a>
<a href="https://www.iesb.br/">
<img style="filter: none;" src="/footer/iesb.jpg">
<img src="/footer/iesb.jpg">
</a>
<a href="https://formosa.go.gov.br/turismo/parque-municipal-do-itiquira-2/">
<img style="filter: invert(1);" src="/footer/itiquira.svg">
Expand All @@ -172,7 +170,7 @@ <h1> Strategic support </h1>
<h1> Partners </h1>
<div style="gap: 50px;">
<a href="https://wmnobrasil.org/en/">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/45/Wiki_Movimento_Brasil_logo.svg/512px-Wiki_Movimento_Brasil_logo.svg.png?20210717065521" />
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/45/Wiki_Movimento_Brasil_logo.svg/512px-Wiki_Movimento_Brasil_logo.svg.png?20210717065521" style="filter: brightness(0) invert(1);"/>
</a>
<a href="https://cienciaparaeducacao.org">
<img src="/footer/logo_cpe.svg" style="height: 120px">
Expand All @@ -193,7 +191,7 @@ <h1> Partners </h1>
<img src="/footer/cine_bsb.png" />
</a>
<a href="https://fundar.org.br/">
<img src="/footer/fund_darcy_ribeiro.png" />
<img src="/footer/fund_darcy_ribeiro.png" style="filter: brightness(0) invert(1);"/>
</a>
</div>

Expand Down

0 comments on commit fd323c6

Please sign in to comment.