Skip to content

Commit

Permalink
Colocando a conferencia Python Brasil 2023 na capa (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
adorilson authored Sep 22, 2023
1 parent 3de9d20 commit 0ede0c8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions themes/pybr/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,14 @@
<div class="row">
<div class="col-12">
<div class="header-container">
<a href="{{ SITEURL }}/index.html">
<img class="header-logo" src="{{ SITEURL }}/theme/img/site-logo.svg" title="{{ SITENAME }}" alt="{{ SITENAME }}"/>
<a href="https://2023.pythonbrasil.org.br" target="_blank">
<img class="header-logo" title="Python Brasil 2023" alt="Python Brasil 2023" src="https://2023.pythonbrasil.org.br/theme/img/capa.png">
</a>

<h2 class="header-subtitle">DE 30 OUTUBRO A 05 NOVEMBRO DE 2023</h2>
<a class="header-subtitle" href="https://2023.pythonbrasil.org.br/" target="_blank">
Acesse aqui o site da conferência para maiores informações e inscrição
</a>

<h2 class="header-subtitle">{{ WELCOME_TEXT }}</h2>
</div>
</div>
</div>
Expand Down

0 comments on commit 0ede0c8

Please sign in to comment.