From 6185496140660a0115cc3788d66ad35e9e1a2b87 Mon Sep 17 00:00:00 2001 From: Callum Skeet Date: Mon, 4 May 2026 16:11:35 +1000 Subject: [PATCH 1/4] Remove unused layout --- _layouts/article.liquid | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 _layouts/article.liquid diff --git a/_layouts/article.liquid b/_layouts/article.liquid deleted file mode 100644 index 770b685..0000000 --- a/_layouts/article.liquid +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: default -stylesheets: - - article ---- -{% if page.hero %} - {% - include components/hero.liquid - eyebrow=page.hero.eyebrow - eyebrow_icon=page.hero.eyebrow_icon - title=page.hero.title - sub=page.hero.sub - links=page.hero.links - %} -{% endif %} - -
-
- {{ content }} -
-
From 37375baf6f465fc272e857ca498eab528d07fae2 Mon Sep 17 00:00:00 2001 From: Callum Skeet Date: Fri, 1 May 2026 15:45:27 +1000 Subject: [PATCH 2/4] Update logo and brand colours --- _includes/components/jmap-logo.liquid | 15 +++++++++------ css/module/tokens.css | 10 ++++++---- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/_includes/components/jmap-logo.liquid b/_includes/components/jmap-logo.liquid index 16b04b6..9da3490 100644 --- a/_includes/components/jmap-logo.liquid +++ b/_includes/components/jmap-logo.liquid @@ -1,9 +1,12 @@ diff --git a/css/module/tokens.css b/css/module/tokens.css index 1a991bb..60ecb65 100644 --- a/css/module/tokens.css +++ b/css/module/tokens.css @@ -97,7 +97,7 @@ --color-teal-300: oklch(79.401% 0.08449 179.311deg); --color-teal-400: oklch(74.718% 0.1007 178.059deg); --color-teal-450: oklch(66.213% 0.10116 177.379deg); - --color-teal-500: oklch(55.536% 0.09604 184.635deg); + --color-teal-500: oklch(51.965% 0.09327 177.281deg); --color-teal-600: oklch(51.265% 0.08861 184.583deg); --color-teal-700: oklch(47.229% 0.08138 184.588deg); --color-teal-750: oklch(43.104% 0.07399 184.593deg); @@ -106,6 +106,8 @@ --color-teal-900: oklch(29.695% 0.04991 184.463deg); --color-teal-950: oklch(19.76% 0.03155 187.676deg); + --color-green-500: oklch(70.55% 0.1461 154.077deg); + --color-mist-300: oklch(69.069% 0.04993 187.782deg); --color-black: oklch(0% 0 0deg); @@ -148,7 +150,7 @@ } [data-theme='dark'] { - --theme-accent: var(--color-teal-400); + --theme-accent: var(--color-green-500); --theme-accent-bright: var(--color-teal-50); --theme-accent-dim: var(--color-teal-950); @@ -190,7 +192,7 @@ --theme-glass-bg: var(--color-white-fade-04); --theme-glass-border: var(--color-white-fade-08); - --theme-logo-text: var(--color-teal-50); + --theme-logo-text: var(--color-grey-100); --theme-header-bg: rgb(from var(--theme-page-bg) r g b / 92%); --theme-header-border: var(--theme-border); @@ -287,7 +289,7 @@ --theme-glass-bg: var(--color-white-fade-70); --theme-glass-border: var(--color-black-fade-08); - --theme-logo-text: var(--color-grey-900); + --theme-logo-text: var(--color-grey-800); --theme-header-bg: oklch(from var(--theme-page-bg) l c h / 92%); --theme-header-border: var(--theme-border-soft); From 3d6c07b7acff42c223cd1cddb5cd7357f980a13b Mon Sep 17 00:00:00 2001 From: Callum Skeet Date: Fri, 1 May 2026 16:47:32 +1000 Subject: [PATCH 3/4] Use combomark for logomark + wordmark icon It's more specific which helps with naming things with the brand assets that will be added in the next commit. --- _includes/components/combomark-link.liquid | 3 +++ _includes/components/jmap-logo.liquid | 12 ------------ _includes/footer.liquid | 2 +- _includes/header.liquid | 2 +- _includes/icons/jmap-combomark.liquid | 10 ++++++++++ css/module/footer.css | 20 ++++++++++++++------ css/module/global.css | 15 +++++++++------ css/module/header.css | 5 +++++ 8 files changed, 43 insertions(+), 26 deletions(-) create mode 100644 _includes/components/combomark-link.liquid delete mode 100644 _includes/components/jmap-logo.liquid create mode 100644 _includes/icons/jmap-combomark.liquid diff --git a/_includes/components/combomark-link.liquid b/_includes/components/combomark-link.liquid new file mode 100644 index 0000000..f1293ba --- /dev/null +++ b/_includes/components/combomark-link.liquid @@ -0,0 +1,3 @@ + + {% include icons/jmap-combomark.liquid %} + diff --git a/_includes/components/jmap-logo.liquid b/_includes/components/jmap-logo.liquid deleted file mode 100644 index 9da3490..0000000 --- a/_includes/components/jmap-logo.liquid +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/_includes/footer.liquid b/_includes/footer.liquid index b5c7435..c00b46d 100644 --- a/_includes/footer.liquid +++ b/_includes/footer.liquid @@ -2,7 +2,7 @@