mirror of
https://github.com/Ategon/Jamjar.git
synced 2025-02-12 06:16:21 +00:00
Add dare2jam branding
This commit is contained in:
parent
c204a54815
commit
2c05a7464f
5 changed files with 6 additions and 9 deletions
BIN
public/images/dare2jam.png
Normal file
BIN
public/images/dare2jam.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 25 KiB |
Binary file not shown.
Before ![]() (image error) Size: 56 KiB |
|
@ -7,7 +7,7 @@ import Providers from "./providers";
|
||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Edikoyo Jam",
|
title: "Dare2Jam",
|
||||||
description: "A community built game jam!",
|
description: "A community built game jam!",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
import { Image } from "@nextui-org/image";
|
import { Image } from "@nextui-org/image";
|
||||||
import { Button } from "@nextui-org/button";
|
import { Button } from "@nextui-org/button";
|
||||||
import { SiDiscord } from "@icons-pack/react-simple-icons";
|
import { SiDiscord } from "@icons-pack/react-simple-icons";
|
||||||
|
import { Link } from "@nextui-org/react";
|
||||||
|
|
||||||
export default async function Home() {
|
export default async function Home() {
|
||||||
return (
|
return (
|
||||||
|
@ -19,14 +20,10 @@ export default async function Home() {
|
||||||
<div className="relative left-0 top-0 z-10 px-8">
|
<div className="relative left-0 top-0 z-10 px-8">
|
||||||
<div className="flex gap-20">
|
<div className="flex gap-20">
|
||||||
<div className="flex flex-col gap-4 py-16 sm:py-36 md:py-72">
|
<div className="flex flex-col gap-4 py-16 sm:py-36 md:py-72">
|
||||||
<h1 className="text-3xl sm:text-4xl md:text-5xl">Edikoyo Jam</h1>
|
<h1 className="text-3xl sm:text-4xl md:text-5xl">Dare2Jam</h1>
|
||||||
<p className="text-lg sm:text-xl">April 4th - 7th</p>
|
<p className="text-lg sm:text-xl">April 4th - 7th</p>
|
||||||
<div className="flex gap-2">
|
<div className="flex gap-2">
|
||||||
<a
|
<Link href="https://discord.gg/rfmKzM6ASw" target="_blank">
|
||||||
href="https://discord.gg/rfmKzM6ASw"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
>
|
|
||||||
<Button
|
<Button
|
||||||
variant="bordered"
|
variant="bordered"
|
||||||
className="border-white/50 text-white"
|
className="border-white/50 text-white"
|
||||||
|
@ -34,7 +31,7 @@ export default async function Home() {
|
||||||
>
|
>
|
||||||
Join the Discord
|
Join the Discord
|
||||||
</Button>
|
</Button>
|
||||||
</a>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -21,7 +21,7 @@ export default function Navbar() {
|
||||||
href="/"
|
href="/"
|
||||||
className="duration-500 ease-in-out transition-all transform hover:scale-110"
|
className="duration-500 ease-in-out transition-all transform hover:scale-110"
|
||||||
>
|
>
|
||||||
<Image src="/images/edikoyo.png" alt="Edikoyo logo" width={160} />
|
<Image src="/images/dare2jam.png" alt="Dare2Jam logo" width={80} />
|
||||||
</Link>
|
</Link>
|
||||||
</NavbarBrand>
|
</NavbarBrand>
|
||||||
<NavbarContent>
|
<NavbarContent>
|
||||||
|
|
Loading…
Reference in a new issue