Skip to content

Commit df2965f

Browse files
authored
Merge pull request #1220 from EthanThatOneKid/wave2-spring26
update wave2 application page for spring26
2 parents ae3a846 + 9a90767 commit df2965f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/routes/(site)/wave2/+page.svelte

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,31 +57,31 @@
5757
</script>
5858

5959
<svelte:head>
60-
<title>Fall 2025 Board Applications | ACM at CSUF</title>
60+
<title>Spring 2026 Board Applications | ACM at CSUF</title>
6161
</svelte:head>
6262

6363
<MetaTags
6464
openGraph={{
65-
title: 'Fall 2025 board applications',
65+
title: 'Spring 2026 board applications',
6666
description:
67-
'Listed below are the positions that are open for the Fall 2025 semester. Please read the descriptions carefully and apply for the position(s) that you are interested in. You may apply for multiple positions, but you may only be selected for one. If you are selected for a position, you will be contacted by the current board member in charge of that position.',
67+
'Listed below are the positions that are open for the Spring 2026 semester. Please read the descriptions carefully and apply for the position(s) that you are interested in. You may apply for multiple positions, but you may only be selected for one. If you are selected for a position, you will be contacted by the current board member in charge of that position.',
6868
type: 'article',
6969
}}
7070
/>
7171

7272
<Spacing --min="175px" --med="200px" --max="200px" />
7373

7474
<Block align={TextAlignment.LEFT}>
75-
<h1 slot="headline" class="size-lg">Fall 2025 Board Positions</h1>
75+
<h1 slot="headline" class="size-lg">Spring 2026 Board Positions</h1>
7676
<p slot="text" class="size-sm">
77-
Listed below are the positions that are open for the Fall 2025 semester (semester long
77+
Listed below are the positions that are open for the Spring 2026 semester (semester long
7878
position). Please read the descriptions carefully and apply for the position(s) that you are
7979
interested in. You may apply for multiple positions, but you may only be selected for one. If
8080
you are selected for a position, you will be contacted by the current board member in charge of
8181
that position.
8282
<br />
8383
<br />
84-
Last updated May 10, 2025
84+
Last updated Nov 24, 2025
8585
<br />
8686
<br />
8787
<span class="center-btn" on:click={action} on:keypress={action} role="button" tabindex="0">
@@ -113,7 +113,7 @@
113113
<Spacing --med="64px" />
114114

115115
<span class="center-btn">
116-
<Button link="https://forms.gle/jYY2KMeSdNnErUn98" text="Apply now!" />
116+
<Button link="https://forms.gle/qaFhFydHfntrsyPi9" text="Apply now!" />
117117
</span>
118118

119119
<Spacing --med="64px" />

0 commit comments

Comments
 (0)