Skip to content

Commit bbc399f

Browse files
committed
feat: update content for summer
1 parent ddb460d commit bbc399f

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

src/components/join.astro

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ if (theme === 'dark') {
1717
1818
const options: { title: string; description: string; url: string; emphasis?: boolean }[] = [
1919
{
20-
title: 'Attend the Spring Kickoff',
20+
title: 'Join the Discord',
2121
description:
22-
'Kickoff is our official start to the year. This event is a great way to learn about all the projects and how to get involved!',
23-
url: '/events/kickoff',
22+
'Our Discord is the primary communication method for the club - join for updates on meeting times, projects, and more.',
23+
url: discordInvite,
2424
emphasis: true,
2525
},
2626
{
27-
title: 'Join the Discord',
27+
title: 'Attend the Fall 2025 Kickoff',
2828
description:
29-
'Our Discord is the primary communication method for the club - join for updates on meeting times, projects, and more.',
30-
url: discordInvite,
29+
'Kickoff is our official start to the semester. This event is a great way to learn about all the projects and how you can get involved!',
30+
url: '/events/kickoff',
3131
},
3232
{
3333
title: 'Find the Makerspace',

src/pages/events/kickoff.astro

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,29 @@ interface Stat {
99
icon: string
1010
}
1111
12-
let projectTitle: string = 'Spring Kickoff'
13-
let shortDescription: string =
12+
const projectTitle: string = 'Fall 2025 Kickoff'
13+
const shortDescription: string =
1414
'Calling all UT Dallas students: come learn about opportunities for you to get involved in Comet Robotics!'
15-
let headerImage: string = '/events/24FKickoff/audience.JPG'
16-
let images: string[] = [
15+
const headerImage: string = '/events/24FKickoff/audience.JPG'
16+
const images: string[] = [
1717
'/events/24FKickoff/pre_presentation_leadership_00029.JPG',
1818
'/events/24FKickoff/pre_presentation_audience_00025.JPG',
1919
'/events/24FKickoff/biggroup.JPG',
2020
]
21-
let stats: Stat[] = [
21+
const stats: Stat[] = [
2222
{
2323
name: 'When',
24-
value: 'January 29th, 2025, 7:00PM',
24+
value: 'TBA',
2525
icon: '/statsGraphics/date-cal.svg',
2626
},
2727
{
2828
name: 'Where',
29-
value: 'Sciences Building: SCI 1.220',
29+
value: 'TBA',
3030
icon: '/statsGraphics/location.svg',
3131
},
3232
]
3333
34-
const url = 'https://portal.cometrobotics.org/events/91/rsvp/'
34+
const url = null
3535
---
3636

3737
<BaseLayout title={projectTitle} description={shortDescription}>
@@ -96,12 +96,12 @@ const url = 'https://portal.cometrobotics.org/events/91/rsvp/'
9696
</li>
9797
</ul>
9898
<h2 class="history-title">Wait, Free Stuff?</h2>
99-
<p class="history-text">
99+
<!-- <p class="history-text">
100100
Of course! You'll be able to get free pizza at Kickoff, and more to be announced at the event :) {
101101
url &&
102102
"Register below to let us know you'll be there, and help us make sure we have enough product to give out!"
103103
}
104-
</p>
104+
</p> -->
105105
<br />
106106
{
107107
url && (

0 commit comments

Comments
 (0)