Skip to content

Commit

Permalink
Update style
Browse files Browse the repository at this point in the history
  • Loading branch information
itepifanio-shape committed Jul 20, 2024
1 parent 556c33c commit 72cc006
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
6 changes: 1 addition & 5 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ body {
font-size: 1.4em;
}

body h2, body h3, strong {
body h2, body h3 {
font-family: bonoc !important;
}

Expand Down Expand Up @@ -144,10 +144,6 @@ footer h3 {
font-family: bonoc;
}

.uk-text-bold {
color: var(--preto_default);
}

.uk-button {
border: none;
font-size: 1rem;
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ <h2 class="uk-width-1-1 uk-text-center uk-margin">
<div>
<h1>SOBRE O EVENTO</h1>
<p>
A Python Nordeste é o <span class="uk-text-bold">maior encontro da comunidade Python</span> na região.
A Python Nordeste é o <strong>maior encontro da comunidade Python</strong> na região.
É um evento itinerante que ocorre anualmente nas cidades do Nordeste a mais de 10 anos. Em 2024 chegaremos
a 12ª edição do evento!
</p>
<p>
Com foco na promoção da diversidade e troca de experiências e conhecimento,
o evento é voltado para indivíduos de diversas áreas e origens, <span class="uk-text-bold">sem distinção</span>
o evento é voltado para indivíduos de diversas áreas e origens, <strong>sem distinção</strong>
de conhecimento técnico ou atuação na área.
</p>
<p>
Expand Down Expand Up @@ -214,7 +214,7 @@ <h2 class="uk-text-center">PATROCÍNIO</h3>

<div class="uk-margin-auto" style="max-width: 800px">
<p class="uk-text-center">
Baixe aqui o nosso <span class="uk-text-bold">Plano de Patrocínio</span> com as
Baixe aqui o nosso plano de patrocínio com as
modalidades, benefícios e todas informações que
você precisa.
</p>
Expand Down Expand Up @@ -268,7 +268,7 @@ <h3>Créditos</h3>
</p>
<p>
Identidade visual e design por
<a href="https://www.linkedin.com/in/lucas-lenin-456726162/">Lucas Lenin</a>
<a href="https://www.linkedin.com/in/lucas-lenin-456726162/"><u>Lucas Lenin</u></a>
</p>
</div>
<div>
Expand Down
4 changes: 2 additions & 2 deletions speakers.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<li><a class="uk-navbar-item" href="/">Inicio</a></li>
<li><a class="uk-navbar-item" href="/index.html#sobre">Sobre</a></li>
<li><a class="uk-navbar-item" href="/index.html#local">Local</a></li>
<li><a class="uk-navbar-item" href="/index.html#patrocinio">Patrocínio</a></li>
<!-- <li><a class="uk-navbar-item" href="/index.html#patrocinio">Patrocínio</a></li> -->
<li><a class="uk-navbar-item" href="/index.html#patrocinadoras">Patrocinadoras</a></li>
<li><a class="uk-navbar-item" href="/speakers.html">Agenda</a></li>
</ul>
Expand Down Expand Up @@ -696,7 +696,7 @@ <h3>Sobre</h3>
</a>
</li>
<!-- <li>Keynotes</li> -->
<li><a href="#patrocinio">Patrocínio</a></li>
<!-- <li><a href="#patrocinio">Patrocínio</a></li> -->
<li><a href="https://github.com/pythonNordeste/codigo-de-conduta">Código de Conduta (CDC)</a></li>
<!-- <li>Perguntas Frequentes</li> -->
<!-- <li>Programação</li> -->
Expand Down

0 comments on commit 72cc006

Please sign in to comment.