Compare commits

..

No commits in common. "mistress" and "prod" have entirely different histories.

5 changed files with 5 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 604 B

View file

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

View file

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

View file

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