Skip to content

Commit 3ae75aa

Browse files
committed
sgj f25
1 parent 7f2c156 commit 3ae75aa

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

src/_settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class SettingsService {
5050
// Format: new PageLink("Link Name", "url_relative_to_the_site");
5151
public pageLinks: PageLink[] = [
5252
new PageLink('Home', 'home'),
53-
// new PageLink('SGJ', 'scarlet-game-jam'),
53+
new PageLink('SGJ', 'scarlet-game-jam'),
5454
// new PageLink('Scarlet S', 'scarlet-showcase'),
5555
new PageLink('Members', 'members'),
5656
new PageLink('Projects', 'projects'),
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
<!-- SGJ
1+
<!-- SGJ -->
22
<app-section class="app-event-header section" title="Scarlet Game Jam is here!" top-gradient bottom-gradient
3-
color="primary" bgImage="assets/images/sgj-bg-s2025.png" bgRepeatMode="repeat" bgPosition="0 0" style="height:100% "
3+
color="primary" bgImage="assets/images/sgj-bg-f2025.png" bgRepeatMode="repeat" bgPosition="0 0" style="height:100% "
44
shadow>
55
<div style="width: 100vw;"></div>
66
<div style="max-width: 512px">
7-
<p>Come sign up for this biannual event and make a game with friends in a week! Click the button below for more
7+
<p>Come sign up for this biannual event and make a game with friends in 5 days! Click the button below for more
88
information.</p>
99
<app-button iconifyIcon="majesticons:door-exit" link="scarlet-game-jam" color="blank">Go to SGJ page</app-button>
1010
</div>
11-
</app-section> -->
11+
</app-section>
1212
<!-- Scarlet Showcase -->
13-
<app-section class="app-event-header section" title="Scarlet Showcase is here!" top-gradient bottom-gradient
13+
<!-- <app-section class="app-event-header section" title="Scarlet Showcase is here!" top-gradient bottom-gradient
1414
color="primary" bgImage="assets/images/ss-bg.png" bgRepeatMode="repeat" bgPosition="0 0" style="height:100% " shadow>
1515
<div style="width: 100vw;"></div>
1616
<div style="max-width: 512px">
@@ -20,4 +20,4 @@
2020
<app-button iconifyIcon="majesticons:door-exit" link="scarlet-showcase" color="blank">Go to Scarlet Showcase
2121
page</app-button>
2222
</div>
23-
</app-section>
23+
</app-section> -->

src/app/pages/home/home/home-page.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Turn on for events -->
2-
<!-- <app-event-header></app-event-header> -->
2+
<app-event-header></app-event-header>
33
<app-full-page-header color="primary" bgImage="assets/images/wide-club-interlaced.png">
44
<h1 class="mat-display-4 app-home-page header">
55
Building games <br />

src/app/pages/scarlet-game-jam/scarlet-game-jam/scarlet-game-jam-page.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<app-full-page-header color="primary" bgImage="assets/images/sgj-bg-s2025.png" bgRepeatMode="repeat" bgPosition="0 0">
1+
<app-full-page-header color="primary" bgImage="assets/images/sgj-bg-f2025.png" bgRepeatMode="repeat" bgPosition="0 0">
22
<div class="app-scarlet-game-jam split-section">
33
<div style="
44
display: flex;
@@ -31,7 +31,7 @@ <h1 class="mat-display-1 app-scarlet-game-jam text mb-16">{{getSemesterString()}
3131
</div>
3232
<div class="app-scarlet-game-jam logo-container"
3333
*ngIf="breakpointManager.matchedBreakpointOrAbove('SMALL_DESKTOP')">
34-
<img src="assets/images/sgj-logo-s2025.png" class="app-scarlet-game-jam logo-painted"
34+
<img src="assets/images/sgj_fall_25_logo_nofloor_cropped_cropped.png" class="app-scarlet-game-jam logo-painted"
3535
[ngClass]="breakpointManager.currentBreakpoint">
3636
</div>
3737
</div>
@@ -150,7 +150,7 @@ <h1 class="mat-display-2 mb-16">Custom Designs</h1>
150150
know other jammers and team up (or not) to make some amazing games by the end of the event.</p>
151151
</app-question-panel>
152152
<app-question-panel title="Where does Scarlet Game Jam take place?">
153-
<p>Scarlet Game Jam takes place over the weekend, but we're not going to keep you in place for that long.
153+
<p>Scarlet Game Jam takes place over the week, but we're not going to keep you in place for that long.
154154
We understand you're busy college students (we are too!) so the large majority of Scarlet Game Jam actually
155155
takes place wherever you want it to. This means you can work in the comfort of your home (dorm, apartment, ...),
156156
the library, the dining hall, a table in the Yard, literally anywhere. We do this so that you can work around

src/app/pages/scarlet-game-jam/scarlet-game-jam/scarlet-game-jam-page.component.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ declare var FlipDown: any;
1313
},
1414
})
1515
export class ScarletGameJamPageComponent implements OnInit {
16-
startDate: string = 'Apr 8';
17-
endDate: string = 'Apr 12';
16+
startDate: string = 'Sep 23';
17+
endDate: string = 'Sep 27';
1818

1919
startDateTime: string = '7pm - 9pm';
20-
endDateTime: string = '1pm - 10pm';
20+
endDateTime: string = '2pm - 9pm';
2121

2222
merchLink: string = 'http://scarlet-game-jam.allcolorsllc.com/';
23-
signupLink: string = 'https://forms.gle/2AMGdrM8mtG4TGvR7'; //done
24-
itchioLink: string = 'https://itch.io/jam/scarlet-game-jam-spring-2025';
23+
signupLink: string = 'https://rutgers.campuslabs.com/engage/event/11610504'; //done
24+
itchioLink: string = 'https://itch.io/jam/scarlet-game-jam-fall-2025';
2525
stickerPinDesignLink: string = 'https://forms.gle/2Kp8yfb3eDQJDz1CA';
2626

27-
startDateEventPage: string = 'https://rutgers.campuslabs.com/engage/event/11213887';
28-
endDateEventPage: string = 'https://rutgers.campuslabs.com/engage/event/11213887';
27+
startDateEventPage: string = 'https://rutgers.campuslabs.com/engage/event/11610504';
28+
endDateEventPage: string = 'https://rutgers.campuslabs.com/engage/event/11610645';
2929

3030
eventActive: boolean = true;
3131

src/assets/images/sgj-bg-f2025.png

22.9 KB
Loading
287 KB
Loading

0 commit comments

Comments
 (0)