Updated info.

This commit is contained in:
Ada Werefox 2023-11-28 19:33:42 -06:00
parent 6fa80c1ddb
commit c6578c510b
12 changed files with 53 additions and 75 deletions

View File

@ -1,6 +1,6 @@
{ {
"telemetry": { "telemetry": {
"notifiedAt": "1633568733712", "notifiedAt": "1701219305706",
"enabled": false "enabled": false
} }
} }

View File

@ -6,15 +6,13 @@ export default function SupportButton({ title, alt, src, url }) {
if (emptyTitle) { if (emptyTitle) {
return ( return (
<div className="w-full justify-center flex"> <div className="w-full justify-center flex">
<Link href={url}> <Link href={url} target="blank">
<a target="_blank"> <div className="rounded-lg pt-2 pb-2 pl-4 pr-4 w-full w-max-60 ring-2 ring-alice-werefox-grey dark:ring-alice-werefox-grey-darker text-lg text-center text-alice-werefox-grey-darker dark:text-alice-werefox-grey-lightest bg-alice-werefox-red dark:bg-alice-werefox-red-dark transition hover:bg-alice-werefox-red-light dark:hover:bg-alice-werefox-red-darker">
<p className="rounded-lg pt-2 pb-2 pl-4 pr-4 w-full w-max-60 ring-2 ring-alice-werefox-grey dark:ring-alice-werefox-grey-darker text-lg text-center text-alice-werefox-grey-darker dark:text-alice-werefox-grey-lightest bg-alice-werefox-red dark:bg-alice-werefox-red-dark transition hover:bg-alice-werefox-red-light dark:hover:bg-alice-werefox-red-darker"> <span className="inline-block h-6">
<span className="inline-block h-6"> <img alt={alt} src={src} className="inline-block h-6"></img>
<img alt={alt} src={src} className="inline-block h-6"></img> </span>{" "}
</span>{" "} {title}
{title} </div>
</p>
</a>
</Link> </Link>
</div> </div>
); );
@ -22,16 +20,13 @@ export default function SupportButton({ title, alt, src, url }) {
return ( return (
<div className="w-full justify-center flex"> <div className="w-full justify-center flex">
<Link href={url}> <Link href={url}>
<a <div className="rounded-lg ring-2 ring-alice-werefox-grey dark:ring-alice-werefox-grey-darker">
target="_blank"
className="rounded-lg ring-2 ring-alice-werefox-grey dark:ring-alice-werefox-grey-darker"
>
<img <img
alt={alt} alt={alt}
src={src} src={src}
className="inline-flex h-10 filter transition hover:brightness-125" className="inline-flex h-10 filter transition hover:brightness-125"
/> />
</a> </div>
</Link> </Link>
</div> </div>
); );

View File

@ -1,10 +1,10 @@
--- # Contacts YAML --- # Contacts YAML
"Mastodon": "Mastodon":
url: "https://yiff.life/@werefox" url: "https://bark.lgbt/@alicew"
src: "/emoji/mastodon-logo.png" src: "/emoji/mastodon-logo.png"
alt: "The Mastodon logo" alt: "The Mastodon logo"
url_text: "@werefox@yiff.life" url_text: "@alice@bark.lgbt"
"My Twitch": "My Twitch":
url: "https://twitch.tv/alice_werefox" url: "https://twitch.tv/alice_werefox"

View File

@ -1,6 +1,6 @@
--- # Identity YAML --- # Identity YAML
"27": "29":
url: "" url: ""
images: images:
- { src: "/emoji/18_plus.svg", alt: "Over 18 emoji" } - { src: "/emoji/18_plus.svg", alt: "Over 18 emoji" }
@ -16,25 +16,12 @@
- { src: "/emoji/female_symbol.svg", alt: "Female symbol emoji" } - { src: "/emoji/female_symbol.svg", alt: "Female symbol emoji" }
extra_classes: "xl:pt-1 xl:align-text-bottom xl:text-sm xl:min-h-full" extra_classes: "xl:pt-1 xl:align-text-bottom xl:text-sm xl:min-h-full"
"She/Her": "She/It":
url: "/identities/pronouns" url: "/identities/pronouns"
images: images:
- { src: "/emoji/speech_bubble_left.svg", alt: "A speech bubble emoji" } - { src: "/emoji/speech_bubble_left.svg", alt: "A speech bubble emoji" }
extra_classes: "" extra_classes: ""
# Queer:
# url: "/identities/sexuality"
# images:
# - { src: "/emoji/rainbow_flag.svg", alt: "A gay pride flag" }
# extra_classes: ""
# Polyam:
# url: "/identities/sexuality"
# locator: "Polyam"
# images:
# - { src: "/emoji/polyamory_flag.svg", alt: "Polyamory flag emoji" }
# extra_classes: ""
Pansexual: Pansexual:
url: "/identities/sexuality" url: "/identities/sexuality"
locator: "Pansexual" locator: "Pansexual"
@ -49,19 +36,7 @@ Lesbian:
- { src: "/emoji/lesbian_flag.svg", alt: "Lesbian flag emoji" } - { src: "/emoji/lesbian_flag.svg", alt: "Lesbian flag emoji" }
extra_classes: "" extra_classes: ""
# Partners: Dragon:
# url: "/identities/partners"
# images:
# [{ src: "/emoji/:aliceheartblack:.png", alt: "Alice black heart emoji" }]
# extra_classes: ""
# CPTSD:
# url: "/identities/neuro"
# images:
# - { src: "/emoji/neurodiversity.svg", alt: "Neurodiversity symbol emoji" }
# extra_classes: ""
"Dragon":
url: "/identities/fursona" url: "/identities/fursona"
images: images:
- { src: "/emoji/:alicehappy:.png", alt: "Alice happy emoji" } - { src: "/emoji/:alicehappy:.png", alt: "Alice happy emoji" }

View File

@ -10,4 +10,4 @@ Gender:
info: | info: |
This is a bit of a generalized term to mean someone who identifies primarily feminine. This is a bit of a generalized term to mean someone who identifies primarily feminine.
I do personally identify as a girl, but this is a bit more of a P.C. term to use! I'm a girl, that's all ya need to know.

View File

@ -3,13 +3,13 @@
Pronouns: Pronouns:
page_title: "What are your pronouns?" page_title: "What are your pronouns?"
card_title: "Pronouns! Important!" card_title: "Pronouns! Important!"
title: "She/Her" title: "She/It"
url: "https://pronoun.is/she" url: "https://en.pronouns.page/are/she%26it"
src: "/emoji/speech_bubble_left.svg" src: "/emoji/speech_bubble_left.svg"
alt: "A speech bubble emoji" alt: "A speech bubble emoji"
info: | info: |
When you're referring to me, please use the pronouns "She/Her". When you're referring to me, please use the pronouns "She/It".
If you need some examples, for whatever reason, here are some from the site you can visit by clicking on the link below! If you need some examples, for whatever reason, here are some from the site you can visit by clicking on the link below!
"Today I met a new friend, and she is really nice. She has a wonderful personality. That smile of hers really makes me happy." "Today I met a new friend, and she is really nice. It has a wonderful personality. That smile of hers really makes me happy."

View File

@ -1,7 +1,9 @@
--- # Introduction YAML --- # Introduction YAML
intro: | intro: |
:alicecoolmlem: "A pop punk dragon on the Internet" :alicecoolmlem:
"A pop punk dragon on the Internet"
"Somewhere between a hot date and a hot mess"
"A poetic disaster, and owns it"
Feel free to click/tap any of the buttons above this to learn more about my different aspects of personality. Feel free to click/tap any of the buttons above this to learn more about my different aspects of personality.
Down below, I've got some more neat little pages and useful info you can look at. Down below, I've got some more neat little pages and useful info you can look at. :aliceheartblack:
Please do look around and enjoy your stay!~ :aliceheartblack:

View File

@ -20,10 +20,10 @@ FAQ:
images: images:
- { src: "/emoji/red_question_mark.svg", alt: "Red question mark emoji" } - { src: "/emoji/red_question_mark.svg", alt: "Red question mark emoji" }
Servers: # Servers:
url: "/servers" # url: "/servers"
images: # images:
- { src: "/emoji/computer.svg", alt: "Computer emoji" } # - { src: "/emoji/computer.svg", alt: "Computer emoji" }
"Support Me?": "Support Me?":
url: "/support" url: "/support"

View File

@ -2,15 +2,15 @@
"So is Werefox like a species or...?": "So is Werefox like a species or...?":
answer: > answer: >
That's a good question! No, my fursona's full name is Alice Werefox, That's a good question! No, my fursona's full name is Alice Icehart Werefox,
so Werefox is just a last name. I am just a derg! Werefox is just a last name. I got it from playing Second Life back in the day.
src: "/images/AliceDefault.png" src: "/images/AliceDefault.png"
alt: "Alice as an emoji" alt: "Alice as an emoji"
"How can you be Pansexual and a Lesbian?": "How can you be Pansexual and a Lesbian?":
answer: > answer: >
I believe I've been told the proper term is "sapphic", I believe I've been told the proper term is "sapphic",
it just means I *am* Pansexual, but I prefer generally those who identify more femme." it just means I *am* Pansexual, but I tend to prefer those who identify more femme.
src: "/images/AliceHeartRainbow.png" src: "/images/AliceHeartRainbow.png"
alt: "Alice with a gay pride heart" alt: "Alice with a gay pride heart"
@ -24,11 +24,9 @@
"What do you do?": "What do you do?":
answer: > answer: >
Lots of things! Lately, though, I've been focusing on my mental health and my Lots of things! If you want to know more about what I do, you can check out
transition. I'm currently unemployed and my chosen family and I could use some "Stuff I do!" from the main page, or "Support Me?" if you wanna toss a donation!
financial support if you're feeling up to it and can afford it! If you want to I'm currently still unemployed, so any extra funds would be appreciated!
know more about what I do, you can check out "Stuff I do!" from the main
page, or "Support Me?" if you wanna toss us some funds!
src: "/images/AliceEmojiAliceYay.png" src: "/images/AliceEmojiAliceYay.png"
alt: "Happy Alice emoji" alt: "Happy Alice emoji"

View File

@ -16,15 +16,15 @@ Streaming:
I stream regularly now! Mostly Beat Saber workouts. I stream regularly now! Mostly Beat Saber workouts.
If you're interested in that, here are some associated links! If you're interested in that, here are some associated links!
# Poetry: Poetry:
# url: "https://write.as/a-letter-to-the-void" url: "https://void.werefox.cafe"
# new_tab: true new_tab: true
# src: "/emoji/pen.svg" src: "/emoji/pen.svg"
# alt: "Pen emoji" alt: "Pen emoji"
# description: > description: >
# Sometimes, I write poetry. It's not always the Sometimes, I write poetry. It's not always the
# happiest, but I am proud of it. It would mean a lot to me if happiest, but I am proud of it. It would mean a lot to me if
# you took a look! you took a look!
Programming: Programming:
url: "https://gitea.werefox.cafe/ada" url: "https://gitea.werefox.cafe/ada"

View File

@ -1,5 +1,11 @@
--- # Testimonial YAML --- # Testimonial YAML
shroomie:
url: "https://0w0.is/users/shroomie"
json: "https://0w0.is/users/shroomie.json"
content: |
"dragon woman play metroid good"
deejvalen: deejvalen:
url: "https://plush.city/@deejvalen" url: "https://plush.city/@deejvalen"
json: "https://plush.city/@deejvalen.json" json: "https://plush.city/@deejvalen.json"

View File

@ -16,7 +16,9 @@ module.exports = {
"cdn.masto.host", "cdn.masto.host",
"link.storjshare.io", "link.storjshare.io",
"medias.meow.social", "medias.meow.social",
"eldritchcafe.files.fedi.monster" "eldritchcafe.files.fedi.monster",
"media.0w0.is",
"0w0.is"
], ],
}, },
}; };