added some images to help deal with profiles that cannot be automatically grabbed, updated partners and testimonials.
This commit is contained in:
parent
87b1a4f27c
commit
a59b4d382a
@ -19,7 +19,7 @@ Gumby:
|
||||
Makes Vaporwave, Noise, and plays synths
|
||||
Photographer
|
||||
|
||||
💙Alexis @alexis
|
||||
💙Alexis @alexis@masto.werefox.dev
|
||||
“gumby good”
|
||||
|
||||
ko-fi.com/gumbyrat
|
||||
@ -30,15 +30,14 @@ 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"
|
||||
with!: "@Kitredgrave@vulpine.club, @IceWolf@meow.social::*, @muggle@hackers.town, @autumnal@hackers.town (when she is around), @moonbolt@mst3k.interlinked.me::*, @alexis@masto.werefox.dev, $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!
|
||||
avatar by @foxvomit@mastodon.social!
|
||||
|
||||
(Not actually an automated bot.)
|
||||
(Not actually an automated bot.)
|
@ -30,12 +30,6 @@ Drako_Fenris:
|
||||
content: |
|
||||
"*falls in love with you* haha whoopsies 😳"
|
||||
|
||||
Gumby:
|
||||
url: "https://puppy.cafe/@Gumby"
|
||||
json: "https://puppy.cafe/@Gumby.json"
|
||||
content: |
|
||||
"im love alexis a lot 💚 🐀"
|
||||
|
||||
AshBunny:
|
||||
url: "https://vulpine.club/@AshBunny"
|
||||
json: "https://vulpine.club/@AshBunny.json"
|
||||
@ -76,6 +70,20 @@ holly:
|
||||
content: |
|
||||
"wait there's still an opportunity to be in [the Testimonials page]?"
|
||||
|
||||
avie:
|
||||
url: "https://sleepygremlin.online/@avie"
|
||||
json: "https://sleepygremlin.online/@avie.json"
|
||||
content: |
|
||||
"avie 🤝 alexis
|
||||
|
||||
being utter disasters and proud"
|
||||
|
||||
Gumby:
|
||||
url: "https://puppy.cafe/@Gumby"
|
||||
json: "https://puppy.cafe/@Gumby.json"
|
||||
content: |
|
||||
"im love alexis a lot 💚 🐀"
|
||||
|
||||
lindsays:
|
||||
url: "https://hackers.town/@lindsays"
|
||||
json: "https://hackers.town/@lindsays.json"
|
||||
|
@ -35,7 +35,7 @@ export default function Home({ IDENTITIES, PAGES, PARTNERS }) {
|
||||
return (
|
||||
<HomePage page_title="About A Werefox" card_title="Hi! I'm Alexis Werefox!">
|
||||
<WCard innerText="Basic Info">
|
||||
<IDBlock identities={IDENTITIES} partners={partnerslen}/>
|
||||
<IDBlock identities={IDENTITIES} partners={partnerslen} />
|
||||
</WCard>
|
||||
<WCard innerText="Welcome to my little info site!">
|
||||
<p className="p-4 text-lg text-center text-werefox-blue-dark dark:text-werefox-blue">
|
||||
|
@ -41,6 +41,7 @@ export const getStaticProps = async () => {
|
||||
};
|
||||
|
||||
export default function Testimonials({ iconUrls, TESTIMONIALS }) {
|
||||
|
||||
return (
|
||||
<BasicPage page_title="Werefox Testimonials" card_title="Testimonials!">
|
||||
<WCard
|
||||
@ -50,7 +51,7 @@ export default function Testimonials({ iconUrls, TESTIMONIALS }) {
|
||||
{Object.keys(TESTIMONIALS).map((user) => (
|
||||
<TCard
|
||||
key={TESTIMONIALS[user].url}
|
||||
src={iconUrls[user]}
|
||||
src={Boolean(iconUrls[user]) ? iconUrls[user] : `/images/${user}.png`}
|
||||
alt={`${user}'s Avatar`}
|
||||
url={TESTIMONIALS[user].url}
|
||||
user={user}
|
||||
|
BIN
src/info/public/images/00dani.png
Normal file
BIN
src/info/public/images/00dani.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 194 KiB |
BIN
src/info/public/images/AshBunny.png
Normal file
BIN
src/info/public/images/AshBunny.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 274 KiB |
BIN
src/info/public/images/Gumby.png
Normal file
BIN
src/info/public/images/Gumby.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 213 KiB |
BIN
src/info/public/images/avie.png
Normal file
BIN
src/info/public/images/avie.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Loading…
Reference in New Issue
Block a user