diff --git a/config.toml b/config.toml index 1f8b541..9ba2335 100644 --- a/config.toml +++ b/config.toml @@ -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 \ No newline at end of file +show_schedule = false \ No newline at end of file diff --git a/sass/_variables.scss b/sass/_variables.scss index 9b781c4..041ee96 100644 --- a/sass/_variables.scss +++ b/sass/_variables.scss @@ -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; diff --git a/sass/custom/_event.scss b/sass/custom/_event.scss index 0e3b207..af5fb00 100644 --- a/sass/custom/_event.scss +++ b/sass/custom/_event.scss @@ -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; diff --git a/sass/custom/_hero.scss b/sass/custom/_hero.scss index 7bd1c87..3fc2d27 100644 --- a/sass/custom/_hero.scss +++ b/sass/custom/_hero.scss @@ -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; @@ -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; diff --git a/static/images/event-bg.png b/static/images/event-bg.png index 526209f..77c9596 100644 Binary files a/static/images/event-bg.png and b/static/images/event-bg.png differ diff --git a/static/images/iso-icon.png b/static/images/iso-icon.png index 3c9e569..de7fa0c 100644 Binary files a/static/images/iso-icon.png and b/static/images/iso-icon.png differ diff --git a/static/images/og-avatar.png b/static/images/og-avatar.png index 3c9e569..c68bba4 100644 Binary files a/static/images/og-avatar.png and b/static/images/og-avatar.png differ diff --git a/static/images/top-bg.png b/static/images/top-bg.png index 526209f..d716eec 100644 Binary files a/static/images/top-bg.png and b/static/images/top-bg.png differ diff --git a/templates/macros/svgs.html b/templates/macros/svgs.html index c6c8fad..1df1957 100644 --- a/templates/macros/svgs.html +++ b/templates/macros/svgs.html @@ -28,39 +28,39 @@ {% endmacro %} {% macro keys() %} -

Timeline

Submissions Open
  • -
    8th Jan
    +
    {{ config.extra.subs_close_date }}
    Submissions Close
  • -
    ~12th Jan
    +
    ~#th Jan
    Runs Accepted
  • -
    ~15th Jan
    +
    ~#th Jan
    Schedule Released
  • -
    3-4th Feb
    +
    {{ config.extra.event_date_range }}
    WASD!