diff --git a/public/Badges/Other/fediverse.gif b/public/Badges/Other/fediverse.gif new file mode 100644 index 0000000..c3f6249 Binary files /dev/null and b/public/Badges/Other/fediverse.gif differ diff --git a/public/Badges/Other/join-the-fediverse.gif b/public/Badges/Other/join-the-fediverse.gif new file mode 100644 index 0000000..6ad64ff Binary files /dev/null and b/public/Badges/Other/join-the-fediverse.gif differ diff --git a/src/lib/FriendBadges.ts b/src/lib/FriendBadges.ts index fcee3f1..536d0ed 100644 --- a/src/lib/FriendBadges.ts +++ b/src/lib/FriendBadges.ts @@ -8,7 +8,7 @@ const FriendBadges: Array = [ title: "June" }, { - image: FriendBadgesPath + "astreaprtcl-small.png", + image: FriendBadgesPath + "astreaprtcl.png", url: "https://astreaprtcl.dev", title: "⌬-0x7e5ac6" }, diff --git a/src/lib/OtherBadges.ts b/src/lib/OtherBadges.ts index afbbb82..5aeff8a 100644 --- a/src/lib/OtherBadges.ts +++ b/src/lib/OtherBadges.ts @@ -16,10 +16,16 @@ const OtherBadges: Array = [ alt: "tumblr" }, { - image: OtherBadgePath + "wafrn.webp", - url: "https://app.wafrn.net/blog/foxgirlriley", - title: "i'm on wafrn!", - alt: "wafrn" + 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 + "pronouns_sheher.gif", diff --git a/src/styles/Badge.scss b/src/styles/Badge.scss index 2bf0357..3db1aa4 100644 --- a/src/styles/Badge.scss +++ b/src/styles/Badge.scss @@ -5,6 +5,11 @@ margin-bottom: 5px; } +.badge img { + height: 31px; + max-height: 31px; +} + .badgeBanner { display: flex; flex-direction: row;