Skip to content

Commit d1b212f

Browse files
committed
fix: tickets redirecting and registration closing
1 parent 3c1a7fb commit d1b212f

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

src/pages/_/Hero/index.astro

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const data = formatter()
4949
</ConsoleClient>
5050
</Console>
5151
</div>
52-
<div class="announcement">
52+
<!-- <div class="announcement">
5353
<div class="announcement-content">
5454
<code class="animated-message"
5555
><a href="/tickets">Tickets are live!</a>
@@ -58,7 +58,7 @@ const data = formatter()
5858
<Image src={ticket} alt="Ticket Image" class="ticket-image" />
5959
</a>
6060
</div>
61-
</div>
61+
</div> -->
6262
</section>
6363
<div style="margin-bottom: 50px;">
6464
<Line />

src/pages/_/Ticket/index.astro

+4-6
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ import { ticketLink } from "@src/data/links"
99
<h2>Registration</h2>
1010
</div>
1111
<div>
12-
<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>
13-
<div style="display: flex; align-items: center;">
14-
<Image src={ticket} width={40} alt="Ticket Image" />
15-
<a href={ticketLink} style="margin-left: 0.5rem; font-weight: bold;">Click here to learn more and book your tickets</a>
16-
</div>
12+
<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>
13+
<p>If you have any inquiries or would like to stay updated about future events, feel free to reach out to us.</p>
14+
<p>We appreciate your support!</p>
1715
</div>
18-
</section>
16+
</section>

src/pages/tickets.astro src/pages/_/tickets.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
import Layout from "@src/layouts/Layout.astro"
3-
import Tickets from "./_/Tickets.astro"
3+
import Tickets from "./Tickets.astro"
44
import Logo from "@src/components/Logo.astro"
55
import Line from "@src/components/hr.astro"
66
---

0 commit comments

Comments
 (0)