Skip to content

Commit cf44654

Browse files
committed
add icones de redes sociais
1 parent ed7f832 commit cf44654

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

css/main.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ main, main div#main-wrapper {
4242
text-align: center;
4343
}
4444

45+
.display-center {
46+
display: flex;
47+
justify-content: center;
48+
}
49+
4550
.main-font-family {
4651
font-family: 'Xilosa';
4752
}
@@ -131,6 +136,13 @@ h1#main-title span {
131136
align-self: flex-end;
132137
}
133138

139+
.social-media a:nth-child(odd) {
140+
margin-right: 20px;
141+
}
142+
.social-media a {
143+
display: block;
144+
}
145+
134146
@keyframes bounceRibbonsLeft {
135147
0% {
136148
transform: translateY(0)

img/instagram.svg

Lines changed: 1 addition & 0 deletions
Loading

img/twitter.svg

Lines changed: 1 addition & 0 deletions
Loading

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ <h4>
7777
A edição da Python Nordeste<br/>da <span class="rainbow-text">diversidade e inclusão</span>.
7878
</h4>
7979
<h2>Nos vemos logo logo!</h2>
80+
<div class="social-media display-center">
81+
<a href="https://www.instagram.com/pythonnordeste/"><img src="img/instagram.svg" alt="Instagram" width="30px"></a>
82+
<a href="https://twitter.com/pythonnordeste"><img src="img/twitter.svg" alt="Twitter" width="30px"></a>
83+
</div>
8084
</div>
8185
</div>
8286
</main>

0 commit comments

Comments
 (0)