Update partners, minor edits.
This commit is contained in:
parent
f18e4cccde
commit
befcc20d6e
@ -19,7 +19,7 @@ export default function BasicPage({
|
||||
</Head>
|
||||
<div className="container space-y-4 mx-auto px-4 py-4">
|
||||
<WCard isTitle="true">
|
||||
<h1 className="p-4 text-xl text-center text-werefox-blue-dark dark:text-werefox-blue">
|
||||
<p className="p-4 text-xl text-center text-werefox-blue-dark dark:text-werefox-blue">
|
||||
<span className="animate-bounce relative inline-block w-6 h-6 align-middle">
|
||||
{" "}
|
||||
<Image
|
||||
@ -31,7 +31,7 @@ export default function BasicPage({
|
||||
</span>
|
||||
{"- "}
|
||||
{card_title}
|
||||
</h1>
|
||||
</p>
|
||||
</WCard>
|
||||
{children}
|
||||
<FCard />
|
||||
@ -47,7 +47,7 @@ export default function BasicPage({
|
||||
</Head>
|
||||
<div className="container space-y-4 mx-auto px-4 py-4">
|
||||
<WCard isTitle="true">
|
||||
<h1 className="p-4 text-xl text-center text-werefox-blue-dark dark:text-werefox-blue">
|
||||
<p className="p-4 text-xl text-center text-werefox-blue-dark dark:text-werefox-blue">
|
||||
<span className="animate-bounce relative inline-block w-6 h-6 align-middle">
|
||||
{" "}
|
||||
<Image
|
||||
@ -59,7 +59,7 @@ export default function BasicPage({
|
||||
</span>
|
||||
{"- "}
|
||||
{card_title}
|
||||
</h1>
|
||||
</p>
|
||||
</WCard>
|
||||
<nav>
|
||||
<PButton
|
||||
|
@ -16,12 +16,12 @@ export default function IdentityCard({
|
||||
<div className="rounded-lg ring-2 ring-werefox-grey dark:ring-werefox-grey-darker bg-werefox-grey-light dark:bg-werefox-grey">
|
||||
<div className="p-2 flow space-y-3">
|
||||
<div className="rounded-lg ring-2 ring-werefox-grey dark:ring-werefox-grey-darker bg-werefox-grey-lighter dark:bg-werefox-grey-dark">
|
||||
<h4 className="p-4 text-center text-lg sm:text-2xl text-werefox-grey-dark dark:text-werefox-grey-lighter">
|
||||
<p className="p-4 text-center text-lg sm:text-2xl text-werefox-grey-dark dark:text-werefox-grey-lighter">
|
||||
<span className="relative inline-block w-8 h-8 align-middle mb-1">
|
||||
<Image src={src} layout="fill" objectFit="contain" alt={alt} />
|
||||
</span>{" "}
|
||||
{title}
|
||||
</h4>
|
||||
</p>
|
||||
</div>
|
||||
{children}
|
||||
</div>
|
||||
@ -32,12 +32,12 @@ export default function IdentityCard({
|
||||
<div className="rounded-lg ring-2 ring-werefox-grey dark:ring-werefox-grey-darker bg-werefox-grey-light dark:bg-werefox-grey">
|
||||
<div className="p-2 flow space-y-3">
|
||||
<div className="rounded-lg ring-2 ring-werefox-grey dark:ring-werefox-grey-darker bg-werefox-grey-lighter dark:bg-werefox-grey-dark">
|
||||
<h4 className="p-4 text-center text-lg sm:text-2xl text-werefox-grey-dark dark:text-werefox-grey-lighter">
|
||||
<p className="p-4 text-center text-lg sm:text-2xl text-werefox-grey-dark dark:text-werefox-grey-lighter">
|
||||
<span className="relative inline-block w-8 h-8 align-middle mb-1">
|
||||
<Image src={src} layout="fill" objectFit="contain" alt={alt} />
|
||||
</span>{" "}
|
||||
{title}
|
||||
</h4>
|
||||
</p>
|
||||
</div>
|
||||
<div className="rounded-lg ring-2 ring-werefox-grey dark:ring-werefox-grey-darker bg-werefox-grey-lighter dark:bg-werefox-grey-dark">
|
||||
<p className="p-4 flow space-y-4 text-center text-md sm:text-lg text-werefox-blue-dark dark:text-werefox-blue">
|
||||
|
@ -190,14 +190,31 @@ export const CONTACTS = {
|
||||
// Use this to list out partners on the partners page. >w>
|
||||
|
||||
export const PARTNERS = {
|
||||
// parnter: {
|
||||
// url: "",
|
||||
// avi: "",
|
||||
// fields: {
|
||||
// "": "",
|
||||
// },
|
||||
// bio: ``,
|
||||
// },
|
||||
Gumby: {
|
||||
url: "https://puppy.cafe/@Gumby",
|
||||
avi: "/images/gumby.jpeg",
|
||||
fields: {
|
||||
"Pronouns": "She/They/It",
|
||||
"Gallery": "vsco.co/the-goon",
|
||||
"Ko-fi": "ko-fi.com/gumbyrat",
|
||||
"Music": "https://soundcloud.com/oorrggaanniissmm",
|
||||
},
|
||||
bio: `tiny trans rat
|
||||
21
|
||||
Demigirl
|
||||
ND
|
||||
Hapa/white
|
||||
I’ve got a bad brain :(
|
||||
Makes Vaporwave, Noise, and plays synths
|
||||
Photographer
|
||||
|
||||
“gumby good”
|
||||
|
||||
ko-fi.com/gumbyrat
|
||||
CashApp: $GumbyRat
|
||||
🔞
|
||||
`,
|
||||
},
|
||||
};
|
||||
|
||||
// This is where you put the testimonial users' info
|
||||
|
@ -18,7 +18,7 @@ function getTimes() {
|
||||
days: `${days} days,`,
|
||||
hours: `${hours} hours,`,
|
||||
minutes: `${minutes} minutes,`,
|
||||
seconds: `and ${seconds}.`,
|
||||
seconds: `and ${seconds} seconds.`,
|
||||
};
|
||||
}
|
||||
|
||||
|
BIN
src/info/public/images/gumby.jpeg
Normal file
BIN
src/info/public/images/gumby.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 174 KiB |
Loading…
Reference in New Issue
Block a user