Skip to content

Commit

Permalink
Update assets for 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
ericthelemur committed Oct 26, 2024
1 parent afad9f0 commit 110e394
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 70 deletions.
20 changes: 10 additions & 10 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ external_links_target_blank = true
paths_keep_dates = true

[extra]
event_year = "2024" # e.g. "2022" or "Summer 2021"
event_start_date = "3rd Feb 2024"
subs_close_date = "8th Jan"
sub_close_time = "2024-01-08T23:59:00Z"
countdown_time = "2024-02-03T10:00:00Z"
end_time = "2024-02-04T22:00:00Z"
event_date_range = "3-4th Feb 2024"
signup_link = "https://oengus.fun/wasd2024"
money_raised = "£9,000"
event_year = "2025" # e.g. "2022" or "Summer 2021"
event_start_date = "#th Feb 2025"
subs_close_date = "#th Jan"
sub_close_time = "2025-01-08T23:59:00Z"
countdown_time = "2025-02-03T10:00:00Z"
end_time = "2025-02-04T22:00:00Z"
event_date_range = "#-#th Feb"
signup_link = "https://oengus.fun/wasd2025"
money_raised = "£10,000"

show_schedule = true
show_schedule = false
20 changes: 10 additions & 10 deletions sass/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
$wasd-background: #fafafa;

$hero-gradient-end: #3b0051;
$hero-gradient-start: #661e92;
$hero-gradient-tint: #d71eef;
$hero-text: #1c002d;
$hero-gradient-end: #15B228;
$hero-gradient-start: #0E624A;
$hero-gradient-tint: #15B228;
$hero-text: #0F6C46;

$where-grad-start: #501e92;
$where-grad-end: #370051;
$where-grad-start: #15B228;
$where-grad-end: #0E624A;
$where-text: $hero-text;

$drop-shadow: #1F005188;
$drop-shadow: #0E624A88;

$uwcs-grey: #202429;
$uwcs-greyer: #2F3338;

$dark-purple: #74009D;
$purple: #8A01CA;
$pink: #C601A0;
$dark-purple: #0E624A;
$purple: #15B228;
$pink: #E4E82B;

$body-bg: #fafafa;
// $body-bg-dark: $uwcs-grey;
Expand Down
2 changes: 1 addition & 1 deletion sass/custom/_event.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.event-wrapper {
background-image: url('/images/top-bg.png?v=2024'), linear-gradient(5deg, $hero-gradient-end 5%, $hero-gradient-start 70%);
background-image: url('/images/event-bg.png?v=2025'), linear-gradient(5deg, $hero-gradient-end 5%, $hero-gradient-start 70%);
background-size: cover;
background-position: center;

Expand Down
24 changes: 12 additions & 12 deletions sass/custom/_hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

.hero {
background-image: url('/images/top-bg.png?v=2024'), linear-gradient(5deg, $hero-gradient-end 5%, $hero-gradient-start 70%);
background-image: url('/images/top-bg.png?v=2025'), linear-gradient(5deg, $hero-gradient-end 5%, $hero-gradient-start 70%);
background-size: cover;
background-position: center;

Expand All @@ -29,17 +29,17 @@
z-index: 0;
overflow: hidden;

& #photos {
background-image: url('/images/top-photos.png?v=2024');
background-size: cover;
background-position: center;
position: absolute;
height: 100%;
width: 100%;
max-width: unset;
z-index: -1;
animation: fadeInOut 20s infinite cubic-bezier(.93, .02, .95, .59);
}
// & #photos {
// background-image: url('/images/top-photos.png?v=2024');
// background-size: cover;
// background-position: center;
// position: absolute;
// height: 100%;
// width: 100%;
// max-width: unset;
// z-index: -1;
// animation: fadeInOut 20s infinite cubic-bezier(.93, .02, .95, .59);
// }

& .hero-body {
padding-top: 0;
Expand Down
Binary file modified static/images/event-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/iso-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/og-avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/top-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 33 additions & 33 deletions templates/macros/svgs.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions templates/parts/timeline.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ <h4 class="title is-size-4">Timeline</h4>
<div class="status">Submissions Open</div>
</li>
<li class="tl-elem phase-sub-closed">
<div class="timestamp">8th Jan</div>
<div class="timestamp">{{ config.extra.subs_close_date }}</div>
<div class="status">Submissions Close</div>
</li>
<li class="tl-elem">
<div class="timestamp">~12th Jan</div>
<div class="timestamp">~#th Jan</div>
<div class="status">Runs Accepted</div>
</li>
<li class="tl-elem phase-schedule phase-before">
<div class="timestamp">~15th Jan</div>
<div class="timestamp">~#th Jan</div>
<div class="status">Schedule Released</div>
</li>
<li class="tl-elem phase-during phase-ended">
<div class="timestamp">3-4th Feb</div>
<div class="timestamp">{{ config.extra.event_date_range }}</div>
<div class="status">WASD!</div>
</li>
</ul>
Expand Down

0 comments on commit 110e394

Please sign in to comment.