Compare commits

...
Sign in to create a new pull request.

2 commits

5 changed files with 16 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 604 B

View file

@ -8,7 +8,7 @@ const FriendBadges: Array<BadgeInfo> = [
title: "June" title: "June"
}, },
{ {
image: FriendBadgesPath + "astreaprtcl-small.png", image: FriendBadgesPath + "astreaprtcl.png",
url: "https://astreaprtcl.dev", url: "https://astreaprtcl.dev",
title: "⌬-0x7e5ac6" title: "⌬-0x7e5ac6"
}, },

View file

@ -16,10 +16,16 @@ const OtherBadges: Array<BadgeInfo> = [
alt: "tumblr" alt: "tumblr"
}, },
{ {
image: OtherBadgePath + "wafrn.webp", image: OtherBadgePath + "fediverse.gif",
url: "https://app.wafrn.net/blog/foxgirlriley", title: "I am on transfem.social!",
title: "i'm on wafrn!", alt: "The word Fediverse in front of the fediverse logo which is slowly spinning",
alt: "wafrn" url: "https://transfem.social/@foxgirlriley"
},
{
image: OtherBadgePath + "join-the-fediverse.gif",
title: "Join Transfem.Social!!!",
alt: "The words Join the fediverse next to the fediverse logo",
url: "https://transfem.social"
}, },
{ {
image: OtherBadgePath + "pronouns_sheher.gif", image: OtherBadgePath + "pronouns_sheher.gif",

View file

@ -5,6 +5,11 @@
margin-bottom: 5px; margin-bottom: 5px;
} }
.badge img {
height: 31px;
max-height: 31px;
}
.badgeBanner { .badgeBanner {
display: flex; display: flex;
flex-direction: row; flex-direction: row;