From ac418d87d0aebbce771d55a99b6783219efb5edf Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Fri, 6 Dec 2024 16:46:15 +0000 Subject: [PATCH] Improve design --- _layouts/page.html | 11 ++++------- roadmap.html | 37 ++++++++++++++++++++----------------- styles/main.css | 5 +++++ 3 files changed, 29 insertions(+), 24 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index dfdc4bd7..6eac4d20 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,14 +1,11 @@ --- layout: layout --- -{% include hljs.html %} -{% capture header_content %} +{% include hljs.html %} {% capture header_content %}

{{ page.title }}

{{ page.subtitle }}

-{% endcapture %} -{% include page-header.html image=page.header_image content=header_content %} +{% endcapture %} {% include page-header.html image=page.header_image +content=header_content %} -
- {{ content }} -
+
{{ content }}
diff --git a/roadmap.html b/roadmap.html index 43bc4b6b..24e45c44 100644 --- a/roadmap.html +++ b/roadmap.html @@ -2,31 +2,27 @@ title: Gleam's Development Roadmap subtitle: What's coming next? layout: page +class: "roadmap" ---

The highlights of what's been released, what's being worked on, and what's - coming in future! To see all the details please see: + coming in future! To see all the details please see the + current changelogs, the + historical changelogs, and the + issue tracker

- -

In progress

+

+ Features that are currently being worked on, or complete but not yet released. +

+