Skip to content

Commit 263be1b

Browse files
authored
Merge pull request #22 from HigorMonteiro/#18
#18 Adicionando botão para chamada de atividades
2 parents f0135d9 + 3c8fcbc commit 263be1b

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

.python-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.10.5

assets/css/custom.css

+12
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,18 @@ footer h3 {
154154
border-bottom: 0.25rem solid var(--preto_default);
155155
}
156156

157+
.uk-button-danger {
158+
background-color: var(--laranja);
159+
color: var(--branco_default);
160+
border-left: 0.25rem solid var(--preto_default);
161+
border-bottom: 0.25rem solid var(--preto_default);
162+
}
163+
164+
.uk-button-danger:hover {
165+
background-color: var(--laranja);
166+
color: var(--branco_default);
167+
}
168+
157169
.uk-button-default {
158170
background-color: var(--bege);
159171
border-left: 0.25rem solid var(--preto_default);

index.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,14 @@ <h2 class="uk-width-1-1 uk-text-center uk-margin">
8686
inovação sempre haverá um coração humano, pulsante e criativo.
8787
</p>
8888
</div>
89-
89+
<div class="width-max-content uk-margin-auto">
90+
<a href="https://www.even3.com.br/python-nordeste-2024/"
91+
class="uk-button uk-button-danger uk-text-bolder uk-margin-small-right"
92+
target="_blank"
93+
data-uk-tooltip="title: Submeta palestras ou tutoriais e contribua para a programação da Python Nordeste">
94+
Chamada de atividades 🎙️
95+
</a>
96+
</div>
9097
<img src="assets/images/DIV-COBRAS-PYTHON-NORDESTE-2024.svg" class="hr uk-margin" />
9198

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

0 commit comments

Comments
 (0)