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 Width: | Height: | Size: 25 KiB |
Binary file not shown.
Before Width: | Height: | Size: 56 KiB |
|
@ -7,7 +7,7 @@ import Providers from "./providers";
|
|||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Edikoyo Jam",
|
||||
title: "Dare2Jam",
|
||||
description: "A community built game jam!",
|
||||
};
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
import { Image } from "@nextui-org/image";
|
||||
import { Button } from "@nextui-org/button";
|
||||
import { SiDiscord } from "@icons-pack/react-simple-icons";
|
||||
import { Link } from "@nextui-org/react";
|
||||
|
||||
export default async function Home() {
|
||||
return (
|
||||
|
@ -19,14 +20,10 @@ export default async function Home() {
|
|||
<div className="relative left-0 top-0 z-10 px-8">
|
||||
<div className="flex gap-20">
|
||||
<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>
|
||||
<div className="flex gap-2">
|
||||
<a
|
||||
href="https://discord.gg/rfmKzM6ASw"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<Link href="https://discord.gg/rfmKzM6ASw" target="_blank">
|
||||
<Button
|
||||
variant="bordered"
|
||||
className="border-white/50 text-white"
|
||||
|
@ -34,7 +31,7 @@ export default async function Home() {
|
|||
>
|
||||
Join the Discord
|
||||
</Button>
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -21,7 +21,7 @@ export default function Navbar() {
|
|||
href="/"
|
||||
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>
|
||||
</NavbarBrand>
|
||||
<NavbarContent>
|
||||
|
|
Loading…
Reference in a new issue