Merge pull request 'new-logo' (#16) from new-logo into main
All checks were successful
Node.js CI / build (18.x) (push) Successful in 52s
Node.js CI / build (20.x) (push) Successful in 54s
Node.js CI / build (22.x) (push) Successful in 1m34s
Vercel Production Deployment / Deploy-Production (push) Successful in 1m43s

Reviewed-on: lcm/lcm-website#16
This commit is contained in:
2025-10-10 20:50:29 +00:00
14 changed files with 37 additions and 15 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 78 KiB

View File

@@ -0,0 +1,21 @@
{
"name": "MyWebSite",
"short_name": "MySite",
"icons": [
{
"src": "/images/logo/favicon/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/images/logo/favicon/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

@@ -24,11 +24,6 @@ export default function RootLayout(props: { children: React.ReactNode }) {
<meta property="image" content="/images/logo/new-logo.png" />
<meta property="image:type" content="image/png" />
<meta property="image:width" content="653px" />
<link
rel="apple-touch-icon"
href="/images/logo/favicon/apple-touch-icon.png"
sizes="any"
/>
<meta
property="og:title"
content={
@@ -77,6 +72,18 @@ export default function RootLayout(props: { children: React.ReactNode }) {
<meta name="twitter:card" content="summary_large_image" />
<meta httpEquiv="content-language" content="en_US" />
<meta charSet="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="/images/logo/favicon/favicon.svg"
/>
<link rel="shortcut icon" href="/images/logo/favicon/favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/images/logo/favicon/apple-touch-icon.png"
/>
<link rel="manifest" href="/images/logo/favicon/site.webmanifest" />
<body>
<Provider>{children}</Provider>
</body>

View File

@@ -132,7 +132,7 @@ export default function Home() {
<Link
target="_blank"
color={colorScheme.buttonText}
href="https://community.lucidcreations.media/"
href="https://community.werewolfkid.monster/"
>
<Button variant="solid" bgColor={colorScheme.button} fontSize="xl">
{"The Cove"}
@@ -169,15 +169,6 @@ export default function Home() {
</Heading>
<HStack gap="6" wrap="wrap" justifyContent="center">
{/* <Link
target="_blank"
color={colorScheme.buttonText}
href={`${socialSubdomain}`}
>
<Button variant="solid" bgColor={colorScheme.button} fontSize="xl">
{"Werewolf Kid Website"}
</Button>
</Link> */}
<Link
target="_blank"
color={colorScheme.buttonText}