Skip to content

Commit

Permalink
Merge pull request #22 from HigorMonteiro/#18
Browse files Browse the repository at this point in the history
#18 Adicionando botão para chamada de atividades
  • Loading branch information
itepifanio authored Feb 4, 2024
2 parents f0135d9 + 3c8fcbc commit 263be1b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.10.5
12 changes: 12 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,18 @@ footer h3 {
border-bottom: 0.25rem solid var(--preto_default);
}

.uk-button-danger {
background-color: var(--laranja);
color: var(--branco_default);
border-left: 0.25rem solid var(--preto_default);
border-bottom: 0.25rem solid var(--preto_default);
}

.uk-button-danger:hover {
background-color: var(--laranja);
color: var(--branco_default);
}

.uk-button-default {
background-color: var(--bege);
border-left: 0.25rem solid var(--preto_default);
Expand Down
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,14 @@ <h2 class="uk-width-1-1 uk-text-center uk-margin">
inovação sempre haverá um coração humano, pulsante e criativo.
</p>
</div>

<div class="width-max-content uk-margin-auto">
<a href="https://www.even3.com.br/python-nordeste-2024/"
class="uk-button uk-button-danger uk-text-bolder uk-margin-small-right"
target="_blank"
data-uk-tooltip="title: Submeta palestras ou tutoriais e contribua para a programação da Python Nordeste">
Chamada de atividades 🎙️
</a>
</div>
<img src="assets/images/DIV-COBRAS-PYTHON-NORDESTE-2024.svg" class="hr uk-margin" />

<img src="assets/images/MURAL-PYTHON-NORDESTE-2024.svg" />
Expand Down

0 comments on commit 263be1b

Please sign in to comment.