Skip to content

Commit e96111a

Browse files
committed
added: social icons
1 parent 90a6419 commit e96111a

File tree

5 files changed

+28
-0
lines changed

5 files changed

+28
-0
lines changed

css/index.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,26 @@ html {
6161
text-align: justify;
6262
line-height: 1.5;
6363
}
64+
.about-socials {
65+
text-align: center;
66+
margin-bottom: 30px;
67+
}
68+
69+
.social-icon {
70+
transition: transform 0.3s;
71+
margin: 0 15px;
72+
}
73+
#instagram-icon {
74+
width: 12.5%;
75+
margin-bottom: 25px;
76+
}
77+
#tiktok-icon {
78+
width: 12.5%;
79+
margin-bottom: 20px;
80+
}
81+
#x-icon {
82+
width: 20%;
83+
}
6484

6585
@media only screen and (max-width: 768px) {
6686
.hero {

img/IG_ICON.png

26.6 KB
Loading

img/TIKTOK_ICON.png

128 KB
Loading

img/X_ICON.png

19.8 KB
Loading

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,15 @@ <h1 class="header">WHEN WILL I START <span style="color: #A93226">GIVING A F**K?
1717
<div class="about-section">
1818
<h2 class="about-header">About</h2>
1919
<p class="about-description">Honestly, I just care about making music, videogames, and building my studio. I come from Bolivia, but I know you don't care about that to be honest. I just like to make Progressive House with a bit of Pop. Hope you listen to my <a href="https://www.soundcloud.com/dot4music">Soundcloud</a> and that you actually enjoy it.</p>
20+
<div class="about-socials">
21+
<a href="https://www.instagram.com/dot4music"><img id="instagram-icon"class="social-icon" src="./img/IG_ICON.png"/></a>
22+
<a href="https://www.x.com/dot4music"><img id="x-icon" class="social-icon" src="./img/X_ICON.png"/></a>
23+
<a href="https://www.tiktok.com/@dot4musiic"><img id="tiktok-icon" class="social-icon" src="./img/TIKTOK_ICON.png"/></a>
24+
</div>
2025
</div>
26+
</div>
27+
<div class="blog">
28+
2129
</div>
2230
<div class="music">
2331

0 commit comments

Comments
 (0)