Skip to content

Commit

Permalink
fix: tickets redirecting and registration closing
Browse files Browse the repository at this point in the history
  • Loading branch information
codecShivam committed Mar 27, 2024
1 parent 3c1a7fb commit d1b212f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/pages/_/Hero/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const data = formatter()
</ConsoleClient>
</Console>
</div>
<div class="announcement">
<!-- <div class="announcement">
<div class="announcement-content">
<code class="animated-message"
><a href="/tickets">Tickets are live!</a>
Expand All @@ -58,7 +58,7 @@ const data = formatter()
<Image src={ticket} alt="Ticket Image" class="ticket-image" />
</a>
</div>
</div>
</div> -->
</section>
<div style="margin-bottom: 50px;">
<Line />
Expand Down
10 changes: 4 additions & 6 deletions src/pages/_/Ticket/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ import { ticketLink } from "@src/data/links"
<h2>Registration</h2>
</div>
<div>
<p>Get your FOSSConf23 tickets now to secure your spot at this exciting open source event! We offer two types of tickets: Normal Tickets and Student Tickets. Learn more about the benefits of each ticket and make your reservation today.</p>
<div style="display: flex; align-items: center;">
<Image src={ticket} width={40} alt="Ticket Image" />
<a href={ticketLink} style="margin-left: 0.5rem; font-weight: bold;">Click here to learn more and book your tickets</a>
</div>
<p>Thank you for your interest in FOSSConf23! The conference has ended, but we look forward to seeing you next year for another exciting open source event.</p>
<p>If you have any inquiries or would like to stay updated about future events, feel free to reach out to us.</p>
<p>We appreciate your support!</p>
</div>
</section>
</section>
2 changes: 1 addition & 1 deletion src/pages/tickets.astro → src/pages/_/tickets.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
import Layout from "@src/layouts/Layout.astro"
import Tickets from "./_/Tickets.astro"
import Tickets from "./Tickets.astro"
import Logo from "@src/components/Logo.astro"
import Line from "@src/components/hr.astro"
---
Expand Down

0 comments on commit d1b212f

Please sign in to comment.