diff --git a/config.toml b/config.toml index 9ba2335..b786a37 100644 --- a/config.toml +++ b/config.toml @@ -21,12 +21,12 @@ paths_keep_dates = true [extra] 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" +event_start_date = "8th Feb 2025" +subs_close_date = "12th Jan" +sub_close_time = "2025-01-12T12:00:00Z" +countdown_time = "2025-02-08T10:00:00Z" +end_time = "2025-02-09T21:00:00Z" +event_date_range = "8-9th Feb" signup_link = "https://oengus.fun/wasd2025" money_raised = "£10,000" diff --git a/sass/_variables.scss b/sass/_variables.scss index 041ee96..e8d9f07 100644 --- a/sass/_variables.scss +++ b/sass/_variables.scss @@ -27,6 +27,17 @@ $body-color: #363636; // $body-secondary-bg-dark: $uwcs-greyer; +@font-face { + font-family: 'Montserrat'; + src: url('/fonts/montserrat-v26-latin-regular.woff2'); +} + +@font-face { + font-family: 'Montserrat'; + src: url('/fonts/montserrat-v26-latin-600.woff2'); + font-weight: 600; +} + $font-family-sans-serif: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; $headings-font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; diff --git a/sass/custom/_timeline.scss b/sass/custom/_timeline.scss index 9f28a9a..8e1a8f7 100644 --- a/sass/custom/_timeline.scss +++ b/sass/custom/_timeline.scss @@ -2,7 +2,7 @@ @extend .clearfix; list-style-type: none; display: grid; - grid-template-columns: repeat(5, 18%); + grid-template-columns: repeat(4, 20%); justify-content: center; padding: 0; diff --git a/static/fonts/montserrat-700-computingsociety-only.woff2 b/static/fonts/montserrat-700-computingsociety-only.woff2 deleted file mode 100644 index dcd2123..0000000 Binary files a/static/fonts/montserrat-700-computingsociety-only.woff2 and /dev/null differ diff --git a/templates/index.html b/templates/index.html index 4b73885..00f4e71 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,7 +5,6 @@ {% block head %} {{ super() }} - {% endblock %} {% block title %}Warwick Speedrunning 2024{% endblock title %} diff --git a/templates/parts/head.html b/templates/parts/head.html index c4dd7bb..cad5c9f 100644 --- a/templates/parts/head.html +++ b/templates/parts/head.html @@ -33,15 +33,16 @@ - - + {# + + #} {# Open Graph #} - + diff --git a/templates/parts/timeline.html b/templates/parts/timeline.html index 049ad66..4ecccde 100644 --- a/templates/parts/timeline.html +++ b/templates/parts/timeline.html @@ -1,4 +1,3 @@ -

Timeline

-
+ \ No newline at end of file