Skip to content

Commit

Permalink
add Bluesky link
Browse files Browse the repository at this point in the history
  • Loading branch information
jelni committed Sep 7, 2023
1 parent 2f79fe9 commit 36506f3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
11 changes: 11 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,17 @@ <h1>dzień dobry</h1>
alt="YouTube icon"
/>
</a>
<a
href="https://bsky.app/profile/did:plc:epnu3w7e72ck3hqeghzjajo3"
title="@jel.gay"
target="_blank"
>
<img
class="bluesky-logo"
src="https://avatars.githubusercontent.com/u/94650532?s=64"
alt="Bluesky logo"
/>
</a>
<a
href="https://tech.lgbt/@je"
title="@[email protected]"
Expand Down
13 changes: 13 additions & 0 deletions public/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,19 @@
width: 2rem;
height: 2rem;
}

/* temporary class while Bluesky doesn't have an icon yet */
.bluesky-logo {
display: block;
width: 2rem;
height: 2rem;
border-radius: 12.5%;
filter: grayscale(1) brightness(0.9);

&:hover {
filter: grayscale(1) brightness(0.75);
}
}
}

.project-cards {
Expand Down

0 comments on commit 36506f3

Please sign in to comment.