Merge pull request #34 from LucidKobold/social-links
Added more social links and more details as to why the oriignal websi…
This commit is contained in:
@@ -32,12 +32,7 @@ export default function Home() {
|
||||
</Text>
|
||||
<Text w="100%" textAlign="left" fontSize="lg">
|
||||
{
|
||||
"Over the years there have been many external factors that interfered with my ability to dedicate time and find motivation to work on my creative passions. This includes erotica, streaming, hypno files, and more."
|
||||
}
|
||||
</Text>
|
||||
<Text w="100%" textAlign="left" fontSize="lg">
|
||||
{
|
||||
"It has also interfered with my ability to learn new skills such as music creation and digital art."
|
||||
"Over the years there have been many external factors that interfered with my ability to dedicate time and find motivation to work on my creative passions. This includes erotica, streaming, hypno files, and more. It has also interfered with my ability to learn new skills such as music creation and digital art."
|
||||
}
|
||||
</Text>
|
||||
<Text w="100%" textAlign="left" fontSize="lg">
|
||||
@@ -45,6 +40,11 @@ export default function Home() {
|
||||
"Last year I faced a layoff and haven't been able to get back into my field. I can no longer afford the costs of hosting this website on it's current platform. The website generated no sales and thus I had to make the difficult decision to shut the site down for now."
|
||||
}
|
||||
</Text>
|
||||
<Text w="100%" textAlign="left" fontSize="lg">
|
||||
{
|
||||
"Another contributing factor is the fear of losing access to another payment processor. LCM was banned from Square and they gave no reason. It's probably because of \"adult material\". On top of that, especially with it getting in the spotlight again, my state is starting it's own ID check law for adult websites. I cannot catch a break. I have no way to do that since I already struggle to pay for hosting so it's probably a good time to just take a break from this endeavour for now."
|
||||
}
|
||||
</Text>
|
||||
<Text w="100%" textAlign="left" fontSize="lg">
|
||||
{
|
||||
'I have no time frame for when or if I will reopen the eShop. I do wish to at some point, on a more modern platform. I know that the next few months will be hell for me and I will have no time to dedicate to any of this. I will have to see how things are once I start getting more free time and if I can start working on a new website, "remastering" old hypno files, and making new ones for the relaunch.'
|
||||
@@ -75,10 +75,32 @@ export default function Home() {
|
||||
textAlign="center"
|
||||
lineHeight="1"
|
||||
>
|
||||
{"Other LCM Resources"}
|
||||
{"Other Platforms (Shops)"}
|
||||
</Heading>
|
||||
|
||||
<HStack gap="6" wrap="wrap">
|
||||
<HStack gap="6" wrap="wrap" justifyContent="center">
|
||||
<Button variant="solid" bgColor="teal" fontSize="xl">
|
||||
<Link
|
||||
target="_blank"
|
||||
color="whiteAlpha.950"
|
||||
href="https://gumroad.social.koboldkid.com/"
|
||||
>
|
||||
{"Gumroad"}
|
||||
</Link>
|
||||
</Button>
|
||||
</HStack>
|
||||
|
||||
<Heading
|
||||
as="h2"
|
||||
color="cyan"
|
||||
fontSize="2.5rem"
|
||||
textAlign="center"
|
||||
lineHeight="1"
|
||||
>
|
||||
{"The Cove (LCM Communities)"}
|
||||
</Heading>
|
||||
|
||||
<HStack gap="6" wrap="wrap" justifyContent="center">
|
||||
<Button variant="solid" bgColor="teal" fontSize="xl">
|
||||
<Link
|
||||
target="_blank"
|
||||
@@ -97,7 +119,17 @@ export default function Home() {
|
||||
{"Dreamy Drove"}
|
||||
</Link>
|
||||
</Button>
|
||||
<Button variant="solid" bgColor="teal" fontSize="xl">
|
||||
<Link
|
||||
target="_blank"
|
||||
color="whiteAlpha.950"
|
||||
href="http://discord.social.koboldkid.com/"
|
||||
>
|
||||
{"Discord Server"}
|
||||
</Link>
|
||||
</Button>
|
||||
</HStack>
|
||||
|
||||
<Heading
|
||||
as="h3"
|
||||
color="cyan"
|
||||
@@ -108,7 +140,7 @@ export default function Home() {
|
||||
{"Lucid's Socials"}
|
||||
</Heading>
|
||||
|
||||
<HStack gap="6" wrap="wrap">
|
||||
<HStack gap="6" wrap="wrap" justifyContent="center">
|
||||
<Button variant="solid" bgColor="teal" fontSize="xl">
|
||||
<Link
|
||||
target="_blank"
|
||||
@@ -118,6 +150,55 @@ export default function Home() {
|
||||
{"Kobold Kid Website"}
|
||||
</Link>
|
||||
</Button>
|
||||
<Button variant="solid" bgColor="teal" fontSize="xl">
|
||||
<Link
|
||||
target="_blank"
|
||||
color="whiteAlpha.950"
|
||||
href="https://bsky.social.koboldkid.com/"
|
||||
>
|
||||
{"Bsky"}
|
||||
</Link>
|
||||
</Button>
|
||||
</HStack>
|
||||
|
||||
<Heading
|
||||
as="h3"
|
||||
color="cyan"
|
||||
fontSize="2.5rem"
|
||||
textAlign="center"
|
||||
lineHeight="1"
|
||||
>
|
||||
{"VTubing"}
|
||||
</Heading>
|
||||
|
||||
<HStack gap="6" wrap="wrap" justifyContent="center">
|
||||
<Button variant="solid" bgColor="teal" fontSize="xl">
|
||||
<Link
|
||||
target="_blank"
|
||||
color="whiteAlpha.950"
|
||||
href="http://yt-vods.social.koboldkid.com/"
|
||||
>
|
||||
{"YouTube VODs"}
|
||||
</Link>
|
||||
</Button>
|
||||
<Button variant="solid" bgColor="teal" fontSize="xl">
|
||||
<Link
|
||||
target="_blank"
|
||||
color="whiteAlpha.950"
|
||||
href="https://koboldkid.com/"
|
||||
>
|
||||
{"YouTube Archives"}
|
||||
</Link>
|
||||
</Button>
|
||||
<Button variant="solid" bgColor="teal" fontSize="xl">
|
||||
<Link
|
||||
target="_blank"
|
||||
color="whiteAlpha.950"
|
||||
href="http://yt-archives.social.koboldkid.com/"
|
||||
>
|
||||
{"Twitch"}
|
||||
</Link>
|
||||
</Button>
|
||||
</HStack>
|
||||
</VStack>
|
||||
</VStack>
|
||||
|
||||
@@ -10,7 +10,7 @@ import type { ThemeProviderProps } from "next-themes";
|
||||
import * as React from "react";
|
||||
import { LuMoon, LuSun } from "react-icons/lu";
|
||||
|
||||
export interface ColorModeProviderProps extends ThemeProviderProps { }
|
||||
export interface ColorModeProviderProps extends ThemeProviderProps {}
|
||||
|
||||
export function ColorModeProvider(props: ColorModeProviderProps) {
|
||||
return (
|
||||
@@ -49,7 +49,7 @@ export function ColorModeIcon() {
|
||||
return colorMode === "dark" ? <LuMoon /> : <LuSun />;
|
||||
}
|
||||
|
||||
interface ColorModeButtonProps extends Omit<IconButtonProps, "aria-label"> { }
|
||||
interface ColorModeButtonProps extends Omit<IconButtonProps, "aria-label"> {}
|
||||
|
||||
export const ColorModeButton = React.forwardRef<
|
||||
HTMLButtonElement,
|
||||
|
||||
Reference in New Issue
Block a user