Skip to content

Commit

Permalink
Adiciona patrocinadores
Browse files Browse the repository at this point in the history
  • Loading branch information
julianaklulo committed Jul 4, 2024
1 parent 0dff544 commit dabd9e6
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 42 deletions.
25 changes: 25 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -530,3 +530,28 @@ gap: 20px;
text-align: center;
vertical-align: middle;
}

.logo-patrocinador-1 {
width: auto;
height: 150px;
object-fit: cover;
}

.logo-patrocinador-2 {
width: auto;
height: 100px;
object-fit: cover;
}

.logo-patrocinador-3 {
width: auto;
height: 80px;
object-fit: cover;
}

.flex-item {
flex: 1 1 100%; /* Adjust the percentage as needed */
display: flex;
justify-content: center;
margin: 10px;
}
Binary file added images/Logo-Globo.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 added images/Logo-JetBrains.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 added images/Logo-PSF.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 added images/Logo-TeoMeWhy.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 added images/Logo-i2i.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
83 changes: 41 additions & 42 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -918,48 +918,6 @@ <h3>Consulte nosso plano de patrocínio e seja um patrocinador da Python Sudeste
</div>
</div>

<!-- Patrocinadores -->
<!-- <div id="patrocinadores" class="container">
<div class="row">
<div class="col-lg-12">
<h2>Patrocinadores</h2>
<h3>Conheça nossos patrocinadores e apoiadores</h3>
<br/><br/>
<div class="flex-container">
<div>
<img src="images/patrocinador1.png" alt="Patrocinador 1" class="img-fluid">
</div>
<div>
<img src="images/patrocinador2.png" alt="Patrocinador 2" class="img-fluid">
</div>
<div>
<img src="images/patrocinador3.png" alt="Patrocinador 3" class="img-fluid">
</div>
<div>
<img src="images/patrocinador4.png" alt="Patrocinador 4" class="img-fluid">
</div>
<div>
<img src="images/patrocinador5.png" alt="Patrocinador 5" class="img-fluid">
</div>
<div>
<img src="images/patrocinador6.png" alt="Patrocinador 6" class="img-fluid">
</div>
</div>
</div>
</div>
</div> -->

<!-- Divisão de seção -->
<!-- <div class="container">
<div class="row">
<div class="col-lg-12">
<br/><br/><br/>
<img src="images/div.svg" alt="Divisor de página" class="img-fluid">
<br/><br/><br/>
</div>
</div>
</div> -->

<!-- Local -->
<div id="local" class="container">
<div class="row">
Expand Down Expand Up @@ -1152,6 +1110,47 @@ <h3>Leia o código de conduta da Python Sudeste 2024</h3>
</div>
</div>

<!-- Patrocinadores -->
<div id="patrocinadores" class="container">
<div class="row">
<div class="col-lg-12">
<h2>Patrocinadores</h2>
<h3>Conheça nossos patrocinadores e apoiadores</h3>
<br/><br/>
<div class="row">
<div class="flex-container">
<div>
<img src="images/Logo-PSF.png" alt="Patrocinador PSF" class="logo-patrocinador-1">
</div>
<div>
<img src="images/Logo-Globo.png" alt="Patrocinador Globo" class="logo-patrocinador-2">
</div>
<div class="flex-item">
<img src="images/Logo-JetBrains.png" alt="Patrocinador JetBrains" class="logo-patrocinador-3">
</div>
<div class="flex-item">
<img src="images/Logo-i2i.png" alt="Patrocinador i2i" class="logo-patrocinador-3">
</div>
<div class="flex-item">
<img src="images/Logo-TeoMeWhy.png" alt="Patrocinador Teo Me Why" class="logo-patrocinador-3">
</div>
</div>
</div>
</div>
</div>
</div>

<!-- Divisão de seção -->
<div class="container">
<div class="row">
<div class="col-lg-12">
<br/><br/><br/>
<img src="images/div.svg" alt="Divisor de página" class="img-fluid">
<br/><br/><br/>
</div>
</div>
</div>


<!-- Footer -->
<div class="container">
Expand Down

0 comments on commit dabd9e6

Please sign in to comment.