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"
|
title: "June"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
image: FriendBadgesPath + "astreaprtcl-small.png",
|
image: FriendBadgesPath + "astreaprtcl.png",
|
||||||
url: "https://astreaprtcl.dev",
|
url: "https://astreaprtcl.dev",
|
||||||
title: "⌬-0x7e5ac6"
|
title: "⌬-0x7e5ac6"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue