Skip to content

Commit

Permalink
update evento section
Browse files Browse the repository at this point in the history
  • Loading branch information
biancarosa committed Sep 18, 2024
1 parent ff7fd71 commit cdfe8ea
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 37 deletions.
35 changes: 34 additions & 1 deletion theme/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,26 @@ h2 {
padding-left: 1rem;
padding-right: 1rem;
width: 100%;
color: var(--text-color-light);
}
p {

#local .card {
background-color: #57390C;
color: var(--text-color-light);
height: 312px;
padding: 32px;
}

#local .card a {
color: var(--accent-primary-color);
}

#local .card h3 {
color: #DCDBAD;
font-weight: normal;
text-align: center;
}

.footer {
display: grid;
padding: 1.5rem;
Expand Down Expand Up @@ -398,3 +414,20 @@ body,
border-radius: 8px;
transition: ease-in 0.2;
}

.wave-section-divider {
background: url("../images/section-divider.png");
height: 222px;
background-position: center;
background-repeat: repeat-x;
}


.wave-section-divider.orange {
background: url("../images/section-divider-orange.png");
}


.img-section-title {
height: 50px;
}
Binary file modified theme/static/images/evento.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 theme/static/images/hero.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 theme/static/images/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 theme/static/images/patrocinadores.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 theme/static/images/section-divider-orange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 36 additions & 36 deletions theme/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,51 +37,51 @@
</div>
</section>
</section>

<hr/>

<div class="wave-section-divider"></div>
<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">
<h2>16 e 17 de outubro - Tutoriais / Oficinas</h2>
<div class="row pb-5">
<p>
Teremos tutoriais & oficinas durante os dois primeiros dias, com um foco em trazer assuntos relacionados ao ecossistema da linguagem de programação Python de forma prática!
<br/>
A inscrições serão gratuitas, e por atividade, e serão liberadas quando tivermos a agenda de atividades.
</p>
</div>
<h2>18, 19 e 20 de outubro - Palestras</h2>
<div class="md-row pb-5">
<p class="pb-4 text-center">As palestras acontecerão no <strong> Centro de Convenções Bolsa do Rio,
na Praça XV </strong>, um extremamente local central na cidade do Rio de Janeiro.</p>
<div class="row">
<div class="col-sm-12 col-md-4 mb-3">
<img src=".\theme\images\frente_local.jpg" class="rounded img-fluid" style="max-width: 100%; height: auto;"
alt="">
</div>
<div class="col-sm-12 col-md-4 mb-3">
<img src=".\theme\images\local_evento.jpg" class="rounded img-fluid" style="max-width: 100%; height: auto;"
alt="">
</div>
<div class="col-sm-12 col-md-4 mb-3">
<img src=".\theme\images\local_evento_dois.jpg" class="rounded img-fluid"
style="max-width: 100%; height: auto;" alt="">
</div>
<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 class="container">
<div class="row d-flex flex-wrap">
<div class="card col-md-3 flex-fill m-1">
<h3>tutoriais - 16 e 17/10</h3>
<p>Atividades práticas, gratuitas, para pessoas com diferentes níveis de conhecimento. Vagas limitadas - inscrições separadas das palestras.</p>
<p>
<a href="https://maps.app.goo.gl/Q13J8coLjCbuba6r8" target="_blank">Faculdade SENAC RJ</a>
<br/>
R. Santa Luzia, 735 - Centro
</p>
</div>
<div class="card col-md-3 flex-fill m-1">
<h3>palestras - 18, 19 e 20/10</h3>
<p>Palestrantes convidados e palestrantes selecionados pela organização em conjunto com a comunidade.</p>
<p>
<a href="https://maps.app.goo.gl/qBX6vFPuYq48DkDEA" target="_blank">Centro de Convenções Bolsa do Rio</a>
<br/>
<b>Acesso Salão do Paço:</b> R. do Mercado, 12 - Centro.
</p>
</div>
<div class="card col-md-3 flex-fill m-1">
<h3>sprints - 21/10</h3>
<p>Colaboração em projetos open-source com mentores especializados nos projetos & core contributors.</p>
<p>
<a href="https://maps.app.goo.gl/e2KHMmvzxhSACbDy6" target="_blank">WeWork Almirante Barroso</a>
<br/>
Av. Alm. Barroso, 81, Centro.
</p>
<p>
Espaço cedido pelas nossas apoiadoras FIAP & Alura.
</p>
</div>
</div>
<h2>21 de outubro - Sprints</h2>
<div class="row">
<p class="pb-4">Vamos colocar a mão na passa e contribuir com projetos de código aberto, com a ajuda de mentores!</p>
</div>
</div>
<!-- <div class="container pt-5">
<iframe style="pointer-events:none;" src="https://www.google.com/maps/d/u/0/embed?mid=1DzHnt_l2jHAyctgrlerlSgvEFDPNfvc&ehbc=2E312F&noprof=1"
width="100%" height="500"></iframe>
</div> -->
</section>

<div class="wave-section-divider orange"></div>

<!--<section id="programacao">
</section>
<section id="parceiros">
Expand Down

0 comments on commit cdfe8ea

Please sign in to comment.