From 7253e408cb0f92886cfdbe91743a7ecbe2c952e3 Mon Sep 17 00:00:00 2001 From: Chris Lowis Date: Mon, 30 Jun 2025 20:30:31 +0100 Subject: [PATCH] Apply brand guidelines to site Creative Co-op have recently prepared some brand guidelines for CoTech, including a new logo, typography suggestions and background images. This commit restyles the site to apply, as best we can, these guidelines. It's hard to split this into smaller commits because the decision to use a black background colour means many things have to change. Notably we've removed the "about/join" footer, as it was hard to choose a bg colour and without one it became more apparent that this footer was more in the way than useful. Co-authored-by: Natasha Natarajan --- _includes/footer.html | 8 - _includes/header.html | 2 +- _layouts/coop.html | 6 +- _layouts/home.html | 14 +- assets/css/app.css | 104 +++-- assets/fonts/SourceSerif4-Bold.ttf | Bin 0 -> 330208 bytes assets/fonts/SourceSerif4-Regular.ttf | Bin 0 -> 329948 bytes assets/img/Logo-CoTech-Secondary-White.svg | 17 + assets/img/pixel-background.svg | 490 +++++++++++++++++++++ index.html | 4 +- 10 files changed, 588 insertions(+), 57 deletions(-) create mode 100755 assets/fonts/SourceSerif4-Bold.ttf create mode 100755 assets/fonts/SourceSerif4-Regular.ttf create mode 100755 assets/img/Logo-CoTech-Secondary-White.svg create mode 100755 assets/img/pixel-background.svg diff --git a/_includes/footer.html b/_includes/footer.html index 92ce987..05d619c 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,12 +1,4 @@