Skip to content

Update CTA #1293

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

Open
wants to merge 4 commits into
base: ep2025
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/components/sections/updates/updates.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let deadlines = await getCollection("deadlines");
deadlines = deadlines
.sort((a, b) => a.slug.localeCompare(b.slug))
.reverse()
.slice(0, 6);
.slice(0, 3);
---

<Section>
Expand Down
2 changes: 1 addition & 1 deletion src/content/deadlines/03_finaid.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Financial Aid
subtitle: Open until 9 May
subtitle: Already Closed
url: /finaid
image: "./finaid.jpeg"
---
Expand Down
2 changes: 1 addition & 1 deletion src/content/deadlines/06_mentorship.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Speakers' Workshop
subtitle: Register Now!
subtitle: Already Taken Place
url: https://forms.gle/T8rc73sbyu3KbLNKA
image: "mentorship1.jpg"
---
Expand Down
2 changes: 1 addition & 1 deletion src/content/deadlines/07_volunteering.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: On-Site Volunteers
subtitle: Join Us
subtitle: Already Closed
url: /volunteers
image: "./volunteers-2024.jpg"
---
Expand Down
2 changes: 1 addition & 1 deletion src/content/pages/volunteers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ We will get back to you with more details and information on how to proceed.
Thanks ❤️

<div class="text-center mb-8">
<Button url="https://forms.gle/rSWsgnxS5gmXrrZ97">Register your interest now!</Button>
<Button url="https://forms.gle/rSWsgnxS5gmXrrZ97">Already closed</Button>
</div>

## More information
Expand Down