Skip to content

Commit

Permalink
Merge pull request #19 from rochamrcs/main
Browse files Browse the repository at this point in the history
Correções e inclusão do patrocinio da Jusbrasil
  • Loading branch information
rochamrcs authored Sep 28, 2024
2 parents d93294b + 68aa525 commit 359436e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 10 deletions.
23 changes: 19 additions & 4 deletions theme/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
padding: 0;
}

iframe {
border: none; /* Remove a borda do iframe */
}

section {
margin-top: 0px;
}
Expand Down Expand Up @@ -127,6 +123,25 @@ h2 {
border: #55180e;
}

.sobre-title {
font-size: 52px;
font-family: "Shinkoya", sans-serif;
}

.sobre-container {
display: flex;
margin-top: 122px;
margin-bottom: 54px
}

.sobre-evento {
margin-left: 80px;
}

.sobre-container p {
font-size: 24px;
}

#main {
padding-bottom: 0;
}
Expand Down
1 change: 1 addition & 0 deletions theme/static/images/jusbrasil.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 17 additions & 6 deletions theme/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,13 @@
<div>
<section id="local">
<h1 class="text-center scroll-to"><img class="img-section-title" src=".\theme\images\evento.png" alt="O evento"/></h1>
<div class="container text-center">
<p>Feito pela comunidade para a comunidade, tem o objetivo de difundir a linguagem, disseminar conhecimento, promover a troca de experiências e manter a comunidade crescendo igualmente em público e impacto social.</p>
<div class="container sobre-container">
<div>
<h3 class="sobre-title">O maior evento de python da america latina</h3>
</div>
<div class="sobre-evento">
<p>Feito pela comunidade para a comunidade, tem o objetivo de difundir a linguagem, disseminar conhecimento, promover a troca de experiências e manter a comunidade crescendo igualmente em público e impacto social.</p>
</div>
</div>
<div class="container">
<div class="row d-flex flex-wrap">
Expand Down Expand Up @@ -104,6 +109,7 @@ <h3>sprints - 21/10</h3>
</div>
<hr/>
<section id="patrocinio">
<h1 class="text-center"><img class="img-section-title" src=".\theme\images\patrocinio.png" alt="Patrocinio"/></h1>
<div class="container text-center">
<p>Para fazer um evento desse porte acontecer, precisamos de patrocinadores. Se você ou sua empresa tem interesse em nos ajudar a fazer esse evento acontecer, entre em contato através do e-mail <a href="mailto:[email protected]">[email protected]</a></p>
<a href="theme/media_kits/proposta-de-patrocinio-pybr-2024.pdf" target="_blank" class="btn btn-primary">
Expand All @@ -127,27 +133,32 @@ <h2>platina</h2>
</section>-->
<section class="ouro">
<h1>ouro</h1>
<div class="row">
<div class="row mt-5">
<a href="https://elastic.co" target="_blank">
<img src="./theme/images/logo-elastic-horizontal-color-reverse.svg" alt="elastic">
</a>
</div>
</section>
<section class="prata">
<h1>prata</h1>
<div class="row">
<div class="row mt-5">
<a href="https://lincolnloop.com" target="_blank">
<img src="https://lincolnloop.com/static/assets/img/logo/lincolnloop-logo-full-white.d826b3e16074.svg" alt="lincoln loop">
</a>
</div>
<div class="row mt-5">
<a href="https://www.jusbrasil.com.br/" target="_blank">
<img src="./theme/images/jusbrasil.svg" alt="Jusbrasil">
</a>
</div>
</section>
</section>
<hr/>
<section class="container text-center support scroll-to">
<h3>Apoio</h3>
<div class="row justify-content-center">
<div class="row justify-content-center mt-5">
<div class="col-md-2">
<a href="https://lincolnloop.com" target="_blank">
<a href="https://novatec.com.br/" target="_blank">
<img src="./theme/images/novatec.png">
</a>
</div>
Expand Down

0 comments on commit 359436e

Please sign in to comment.