Skip to content

Commit

Permalink
Adicionando mapa na seção sobre o evento
Browse files Browse the repository at this point in the history
  • Loading branch information
rochamrcs committed Sep 28, 2024
1 parent 040377e commit 731f0ef
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
padding: 0;
}

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

section {
margin-top: 0px;
}
Expand Down
Binary file added theme/static/images/pybr_red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions theme/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,19 @@ <h3>sprints - 21/10</h3>
</p>
</div>
</div>

<div style="position: relative; width: 100%; height: 480px;">
<iframe
src="https://www.google.com/maps/d/embed?mid=1zJ9Us-be5BwMb-XD-d2wchMIHaY_NKk&ehbc=2E312F"
width="100%" height="480" style="border:0;">
</iframe>

<!-- Sobreposição para ocultar a barra superior -->
<div style="position: absolute; top: 0; left: 0; width: 100%; height: 65px; background-color: #121b31;"></div>

<img src="./theme/images/pybr_red.png" alt="Logo Python Brasil 2024"
style="position: absolute; top: 90px; right: 30px; width: 100px; height: auto;">
</div>
</div>
</section>

Expand Down

0 comments on commit 731f0ef

Please sign in to comment.