Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3da8cfe4c0 | |||
| 4c267d50c0 |
5 changed files with 16 additions and 5 deletions
BIN
public/Badges/Other/fediverse.gif
Normal file
BIN
public/Badges/Other/fediverse.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
BIN
public/Badges/Other/join-the-fediverse.gif
Normal file
BIN
public/Badges/Other/join-the-fediverse.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 604 B |
|
|
@ -8,7 +8,7 @@ const FriendBadges: Array<BadgeInfo> = [
|
|||
title: "June"
|
||||
},
|
||||
{
|
||||
image: FriendBadgesPath + "astreaprtcl-small.png",
|
||||
image: FriendBadgesPath + "astreaprtcl.png",
|
||||
url: "https://astreaprtcl.dev",
|
||||
title: "⌬-0x7e5ac6"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -16,10 +16,16 @@ const OtherBadges: Array<BadgeInfo> = [
|
|||
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",
|
||||
|
|
|
|||
|
|
@ -5,6 +5,11 @@
|
|||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.badge img {
|
||||
height: 31px;
|
||||
max-height: 31px;
|
||||
}
|
||||
|
||||
.badgeBanner {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue