Skip to content

Commit

Permalink
tulevat tapahtumat
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeket committed Jul 8, 2024
1 parent 7603cf1 commit 0630baa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
9 changes: 6 additions & 3 deletions src/pages/eventArchive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ const EventArchive: NextPage = () => {
return (
<>
<main className="flex min-h-screen flex-col items-center justify-center bg-gradient-to-b from-[#000000] to-[#15162c]">
<h1 className="text-5xl font-extrabold tracking-tight text-oldschool-orange sm:text-[5rem]">
Tapahtuma-arkisto
<h1 className="text-4xl font-extrabold tracking-tight text-oldschool-orange sm:text-[5rem]">
Tulevat tapahtumat
</h1>
<p className="text-white p-4">Pian näet täällä menneet tapahtumat.</p>
<ul className="pt-8 text-white">
<li> 19.07.2024 - Mikrokosmos</li>
<li> 03.08.2024 - HYTKY x Entropy @ Kallio Block Party</li>
</ul>
<Link href="/">
<p className="pt-8 text-white">← Takaisin</p>
</Link>
Expand Down
7 changes: 3 additions & 4 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,17 @@ const Home: NextPage = () => {
<div className="text-lg">Näin liityt ja poistut sähköpostilistalta.</div>
</Link>
<Link
className="flex max-w-xs flex-col gap-4 rounded-xl bg-white/10 p-4 text-center text-white hover:bg-white/20"
className="flex max-w-xs flex-col gap-4 rounded-xl bg-white/10 p-4 text-center text-white hover:bg-white/20 justify-center"
href="/eventArchive"
>
<h3 className="text-2xl font-bold">Tapahtuma-arkisto →</h3>
<div className="text-lg">Menneet tapahtumat.</div>
<h3 className="text-2xl font-bold">Tulevat tapahtumat →</h3>
</Link>
<Link
className="flex max-w-xs flex-col gap-4 rounded-xl bg-white/10 p-4 text-center text-white hover:bg-white/20"
href="/about"
>
<h3 className="text-2xl font-bold italic">HYTKY? →</h3>
<div className="text-lg">Mikä ihmeen HYTKY?</div>
<div className="text-lg">Mikä on HYTKY?</div>
</Link>
<Link
className="flex max-w-xs flex-col gap-4 rounded-xl bg-white/10 p-4 text-center text-white hover:bg-white/20"
Expand Down

0 comments on commit 0630baa

Please sign in to comment.