Skip to content

Commit dd85f2a

Browse files
authored
Merge pull request #1271 from acmcsufoss/fix/boardapps
fix: e-board page wording
2 parents 913549d + 22fa7cc commit dd85f2a

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,32 +51,33 @@
5151
</script>
5252

5353
<svelte:head>
54-
<title>Fall 25 Executive Board Positions | ACM at CSUF</title>
54+
<title>2026-2027 Executive Board Positions | ACM at CSUF</title>
5555
</svelte:head>
5656

5757
<MetaTags
5858
openGraph={{
59-
title: 'Fall 2026 Executive Board Applications',
59+
title: '2026-2027 Executive Board Applications',
6060
description:
61-
'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.',
61+
'Listed below are the positions that are open for the 2026-2027 school year. 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.',
6262
url: 'https://acmcsuf.com/wave1',
6363
type: 'article',
6464
article: {
65-
publishedTime: '2025-26-04T00:00:00.000Z',
66-
modifiedTime: '2025-26-04T00:00:00.000Z',
65+
publishedTime: '2026-04-01T00:00:00.000Z',
66+
modifiedTime: '2026-04-01T00:00:00.000Z',
6767
},
6868
}}
6969
/>
7070

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

7373
<Block align={TextAlignment.LEFT}>
74-
<h1 slot="headline" class="size-lg">Fall 26 Executive Board Positions</h1>
74+
<h1 slot="headline" class="size-lg">2026-2027 Executive Board Positions</h1>
7575
<p slot="text" class="size-sm">
76-
Listed below are the positions that are open for 25'/26' Executive Board positions. Please read
77-
the descriptions carefully and apply for the position(s) that you are interested in. You may
78-
apply for multiple positions, but you may only be selected for one. If you are selected for a
79-
position, you will be contacted by the current team lead in charge of that position.
76+
Listed below are the Executive Board positions that are open for the 2026-2027 school year.
77+
Please read the descriptions carefully and apply for the position(s) that you are interested in.
78+
You may apply for multiple positions, but you may only be selected for one. Voting will commence
79+
after the application deadline and will be open to all ACM members. If you are selected for a
80+
position, you will be contacted by the current board member in charge of that position. <br />
8081
<br />
8182
<br />
8283
<span class="center-btn" on:click={action} on:keypress={action} role="button" tabindex="0">

0 commit comments

Comments
 (0)