Skip to content

Commit

Permalink
changed buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
timbastin committed Nov 8, 2024
1 parent cae2d6b commit 0c67951
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function Hero() {
}}
/>
</div>
<div className="mx-auto max-w-2xl py-32 sm:py-48 lg:py-32">
<div className="mx-auto max-w-4xl py-32 sm:py-48 lg:py-32">
<div className="text-center">
<h1 className="text-4xl font-bold tracking-tight text-white sm:text-6xl">
Cybersecurity Hackathon 2024
Expand Down Expand Up @@ -53,16 +53,16 @@ export function Hero() {
Abschlussparty
</p>
<div className="justify-center gap-10 sm:inline-block lg:flex">
<div className="mt-10 flex items-center justify-center gap-x-6">
<div className="mt-5 flex items-center justify-center gap-x-6">
<Button
href="https://pretix.eu/l3montree/cybers-hack-2024/"
href="https://gitlab.opencode.de/cybersecurity-hackathon"
target="_blank"
rel="noopener noreferrer"
>
Kostenlos teilnehmen
Zum Repository auf OpenCoDE
</Button>
</div>
<div className="mt-10 flex items-center justify-center gap-x-6">
<div className="mt-5 flex items-center justify-center gap-x-6">
<Button
href="https://pretix.eu/l3montree/cybers-hack-2024/"
target="_blank"
Expand All @@ -71,12 +71,13 @@ export function Hero() {
Besucherticket
</Button>
</div>
<div className="mt-10 flex items-center justify-center gap-x-6">
<div className="mt-5 flex items-center justify-center gap-x-6">
<Button
className="border border-l3-500 bg-transparent text-l3-500 hover:border-l3-400 hover:bg-transparent hover:text-l3-400"
href="/sponsor"
href="https://discord.gg/QCv7RdGJkF"
target="_blank"
>
Sponsor werden
Zum Discord Server
</Button>
</div>
</div>
Expand Down

0 comments on commit 0c67951

Please sign in to comment.