Skip to content

Commit 11c8649

Browse files
committed
merge s2025 sgj stuff
2 parents 0c54e91 + 0b9a906 commit 11c8649

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

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

+8
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,12 @@ <h1>🎸 VGM Club</h1>
6363
First in-person meetup of Scarlet Game Jam. This is the time to meet other people participating in the jam and
6464
form groups. The meetup marks the official start of Scarlet Game Jam and will be the reveal of the big theme of
6565
the game jam.
66+
<<<<<<< HEAD
6667
<br>
6768
<br>
69+
=======
70+
<br><br>
71+
>>>>>>> 0b9a906b8a141872aacd03ebf703bc3dafc33295
6872
Located at the CoRE 301 room.
6973
<br>
7074
<br>
@@ -80,8 +84,12 @@ <h1>🎸 VGM Club</h1>
8084
The final part of Scarlet Game Jam, this is where you will race to finish up your project, showcase your final
8185
work, and see everyone else's projects as well. This is the main event of Scarlet Game Jam and it will be a lot
8286
of fun.
87+
<<<<<<< HEAD
8388
<br>
8489
<br>
90+
=======
91+
<br><br>
92+
>>>>>>> 0b9a906b8a141872aacd03ebf703bc3dafc33295
8593
Located in the Collaborative Learning Center at the Livingston Student Center.
8694
<br>
8795
<br>

src/app/pages/scarlet-showcase/scarlet-showcase/_scarlet-showcase-page.component-theme.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
color: mat.get-color-from-palette($primary, 500-contrast);
1111
}
1212

13-
.logo-container {
13+
.app-scarlet-showcase.logo-container {
1414
max-height: 50em;
1515
flex-grow: 1;
1616
margin-top: -7em;
1717
}
1818

1919
@media screen and (max-width: variables.$mobile-width) {
20-
.logo-container {
20+
.app-scarlet-showcase.logo-container {
2121
margin-top: -3em;
2222
}
2323
}
2424

25-
.theme {
25+
.app-scarlet-showcase.theme {
2626
ul,
2727
div,
2828
ol,

src/app/pages/scarlet-showcase/scarlet-showcase/scarlet-showcase-page.component.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
</div>
6969
</div>
7070
</app-full-page-header>
71-
<app-section color="none" class="theme">
71+
<app-section color="none" class="app-scarlet-showcase theme">
7272
<div style="width: 100vw"></div>
7373
<div style="display: flex; gap: 4em; flex-direction: column;">
7474
<div>
@@ -285,4 +285,4 @@ <h2>Awards Ceremony</h2>
285285
</div>
286286
</div>
287287
</app-section>
288-
</div>
288+
</div>

0 commit comments

Comments
 (0)