Skip to content

Commit

Permalink
No more scarlet knightmare
Browse files Browse the repository at this point in the history
  • Loading branch information
novialriptide committed Oct 30, 2023
1 parent 5754f4b commit 2d13e86
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 6 deletions.
Binary file removed public/videos/_hero-background.mp4
Binary file not shown.
Binary file modified public/videos/hero-background.mp4
Binary file not shown.
Binary file added public/videos/scarlet-knightmare-background.mp4
Binary file not shown.
3 changes: 0 additions & 3 deletions src/components/navigation-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ export default function NavigationBar() {
<li className={styles.mobileHome}>
<Link href="/">Home</Link>
</li>
<li>
<Link href="scarlet-knightmare">Scarlet Knightmare</Link>
</li>
<li>
<Link href="members">Members</Link>
</li>
Expand Down
4 changes: 2 additions & 2 deletions src/data/jobs-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ export const jobs: Array<Job> = [
departmentName: "Artist's Alley",
desc: "Register to become part of Artist's alley during Scarlet Knightmare (10/28)",
form: 'https://forms.gle/LfGH6peTC4FojPYb8',
isHidden: false,
isHidden: true,
},
{
departmentName: 'Events Volunteer',
desc: 'Volunteer to manage Scarlet Knightmare 2023',
form: 'https://docs.google.com/forms/d/e/1FAIpQLSfPbVU4wr7nHq-ploW88A4CXkfVYiVbv2KrNGJEW_7lOicKOw/viewform?usp=sf_link',
isHidden: false,
isHidden: true,
},
{
departmentName: 'Partnership',
Expand Down
2 changes: 1 addition & 1 deletion src/data/misc-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* Set the variable constant to `null` if you want to no longer show a message.
*/

export const alertMessage: string = 'Scarlet Knightmare begins at 12PM'
export const alertMessage: string = ''

0 comments on commit 2d13e86

Please sign in to comment.