Skip to content

Commit

Permalink
add threads and bluesky
Browse files Browse the repository at this point in the history
yeap
  • Loading branch information
Wo0fle committed Aug 4, 2023
1 parent 914da8f commit 3dc0d4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ <h1><span id="name-location">Woofle</span></h1>
<li><a class="youtube" target="_blank" href="https://www.youtube.com/channel/UCaJdQnQssjO879DAREY392A/featured">Youtube</a></li>
<li><a class="tiktok" target="_blank" href="https://www.tiktok.com/@_woofle_">TikTok</a></li>
<li><a class="instagram" target="_blank" href="https://www.instagram.com/_woofle_/">Instagram</a></li>
<li><a class="github" target="_blank" href="https://www.threads.net/@_woofle_">Threads</a></li>
<li><a class="bluesky" target="_blank" href="https://bsky.app/profile/woofle.bsky.social">Bluesky</a></li>
<li><a class="speedrun" target="_blank" href="https://www.speedrun.com/user/wo0fle">Speedrun.com</a></li>
<li><a class="github" target="_blank" href="https://github.com/Wo0fle">GitHub</a></li>
<li><a class="itch-io" target="_blank" href="https://wo0fle.itch.io">itch.io</a></li>
Expand Down
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ a.youtube {
a.tiktok {
background-color: black;

text-shadow: 0.7px 0.7px #ff0050, -0.7px -0.7px #00f2ea;
text-shadow: 0.8px 0.8px #ff0050, -0.8px -0.8px #00f2ea;
}

a.instagram {
Expand All @@ -172,6 +172,10 @@ a.instagram {
);
}

a.bluesky {
background: linear-gradient(#007dfe, #00bbfe)
}

a.speedrun {
background-color: #109e76;
}
Expand Down

0 comments on commit 3dc0d4a

Please sign in to comment.