diff --git a/src/info/components/partner-card.js b/src/info/components/partner-card.js index 650a37e..69d28a2 100644 --- a/src/info/components/partner-card.js +++ b/src/info/components/partner-card.js @@ -17,16 +17,16 @@ export function renderPossibleURLField(field) { if (validURL(field)) { return ( - + {field} ); } else { return ( -

+

{field} -

+
); } } diff --git a/src/info/data/partners.yml b/src/info/data/partners.yml index 5d3d866..ec1eae9 100644 --- a/src/info/data/partners.yml +++ b/src/info/data/partners.yml @@ -25,3 +25,20 @@ Gumby: ko-fi.com/gumbyrat CashApp: $GumbyRat 🔞 + +lindsays: + url: "https://hackers.town/@lindsays" + avi: "/images/lindsays.png" + fields: + with!: "@Kitredgrave@vulpine.club, @icewolf@meow.social::*, @muggle, @autumnal (when she is around), @moonbolt@mst3k.interlinked.me::*, $BUN, $QPP | polysaturated" + "Matrix: ask!": "discord: no!" + "Streaming at": "(working on)" + queeeeer: ":qhTrans: :qhPolyro: :qhPolyam:" + bio: | + Lindsay. She/her. US/CO. audio engineer, photographer, digital artist, sysadmin, network engineer, metal fabricator (hiatus on fabricating). very not vanilla. otherkin-furry on main. slowly converting into Judaism. always burning the candle for those we've lost. 🕯️ may their memories be for a blessing. Never again means NEVER again; SRA member. Black lives always have, do, and always will matter. + + ASK before DMing. + + avatar made by @foxvomit! + + (Not actually an automated bot.) diff --git a/src/info/public/images/lindsays.png b/src/info/public/images/lindsays.png new file mode 100644 index 0000000..3749cd2 Binary files /dev/null and b/src/info/public/images/lindsays.png differ