Skip to content

Add link to the live ticket shop #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions src/routes/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,16 @@ export default function Home() {
{/* Tickets - Most important section */}
<ContentSection id="tickets" title="Tickets">
<div class="">
<p class="text-center text-lg mb-4">Ticket information coming soon!</p>
<p class="text-center text-lg">Tickets are available now!</p>
<div class="flex justify-center">
<button disabled class="px-6 py-3 bg-white/20 hover:bg-white/30 transition-colors rounded-lg text-white font-bold opacity-70 cursor-not-allowed">
Get Your Tickets
</button>
<a
href="https://tickets.nixcon.org/2025/"
target="_blank"
rel="noopener noreferrer"
class="px-4 py-2 bg-white/10 hover:bg-white/20 transition-colors rounded-lg text-white"
>
Get your tickets
</a>
</div>
</div>
</ContentSection>
Expand Down