Update partners, minor edits.
This commit is contained in:
parent
f18e4cccde
commit
befcc20d6e
@ -19,7 +19,7 @@ export default function BasicPage({
|
|||||||
</Head>
|
</Head>
|
||||||
<div className="container space-y-4 mx-auto px-4 py-4">
|
<div className="container space-y-4 mx-auto px-4 py-4">
|
||||||
<WCard isTitle="true">
|
<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">
|
<span className="animate-bounce relative inline-block w-6 h-6 align-middle">
|
||||||
{" "}
|
{" "}
|
||||||
<Image
|
<Image
|
||||||
@ -31,7 +31,7 @@ export default function BasicPage({
|
|||||||
</span>
|
</span>
|
||||||
{"- "}
|
{"- "}
|
||||||
{card_title}
|
{card_title}
|
||||||
</h1>
|
</p>
|
||||||
</WCard>
|
</WCard>
|
||||||
{children}
|
{children}
|
||||||
<FCard />
|
<FCard />
|
||||||
@ -47,7 +47,7 @@ export default function BasicPage({
|
|||||||
</Head>
|
</Head>
|
||||||
<div className="container space-y-4 mx-auto px-4 py-4">
|
<div className="container space-y-4 mx-auto px-4 py-4">
|
||||||
<WCard isTitle="true">
|
<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">
|
<span className="animate-bounce relative inline-block w-6 h-6 align-middle">
|
||||||
{" "}
|
{" "}
|
||||||
<Image
|
<Image
|
||||||
@ -59,7 +59,7 @@ export default function BasicPage({
|
|||||||
</span>
|
</span>
|
||||||
{"- "}
|
{"- "}
|
||||||
{card_title}
|
{card_title}
|
||||||
</h1>
|
</p>
|
||||||
</WCard>
|
</WCard>
|
||||||
<nav>
|
<nav>
|
||||||
<PButton
|
<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="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="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">
|
<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">
|
<span className="relative inline-block w-8 h-8 align-middle mb-1">
|
||||||
<Image src={src} layout="fill" objectFit="contain" alt={alt} />
|
<Image src={src} layout="fill" objectFit="contain" alt={alt} />
|
||||||
</span>{" "}
|
</span>{" "}
|
||||||
{title}
|
{title}
|
||||||
</h4>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</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="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="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">
|
<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">
|
<span className="relative inline-block w-8 h-8 align-middle mb-1">
|
||||||
<Image src={src} layout="fill" objectFit="contain" alt={alt} />
|
<Image src={src} layout="fill" objectFit="contain" alt={alt} />
|
||||||
</span>{" "}
|
</span>{" "}
|
||||||
{title}
|
{title}
|
||||||
</h4>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="rounded-lg ring-2 ring-werefox-grey dark:ring-werefox-grey-darker bg-werefox-grey-lighter dark:bg-werefox-grey-dark">
|
<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">
|
<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>
|
// Use this to list out partners on the partners page. >w>
|
||||||
|
|
||||||
export const PARTNERS = {
|
export const PARTNERS = {
|
||||||
// parnter: {
|
Gumby: {
|
||||||
// url: "",
|
url: "https://puppy.cafe/@Gumby",
|
||||||
// avi: "",
|
avi: "/images/gumby.jpeg",
|
||||||
// fields: {
|
fields: {
|
||||||
// "": "",
|
"Pronouns": "She/They/It",
|
||||||
// },
|
"Gallery": "vsco.co/the-goon",
|
||||||
// bio: ``,
|
"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
|
// This is where you put the testimonial users' info
|
||||||
|
@ -18,7 +18,7 @@ function getTimes() {
|
|||||||
days: `${days} days,`,
|
days: `${days} days,`,
|
||||||
hours: `${hours} hours,`,
|
hours: `${hours} hours,`,
|
||||||
minutes: `${minutes} minutes,`,
|
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