From 8665c7f17004af507ccfe25f7766a0375727f953 Mon Sep 17 00:00:00 2001 From: Kaylee Roland Date: Sun, 9 Feb 2025 22:08:49 -0600 Subject: [PATCH] feat: Propogating changes from main site At least as far back as AgoraNomic/agoranomic.github.io/tree/2411868, but probably more. While there are still substantial shortcomings, at this point, only CSS should need to substantially change for those improvements; the HTML will be flexible enough. Notably, mobile support is completely broken with the current CSS. By propogating this change to AgoraNomic/ruleset and AgoraNomic/Webmastor, I can at least remove the depreciated CSS. --- _data/nav.yml | 24 ++++++++++++++++------- _includes/chats.html | 15 +++++++-------- _includes/nav.html | 45 ++++++++++++++++++++++++++++--------------- _layouts/default.html | 22 +++++++++++++-------- _layouts/puremd.html | 4 ++-- 5 files changed, 69 insertions(+), 41 deletions(-) diff --git a/_data/nav.yml b/_data/nav.yml index 2747b58..22527f3 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -2,17 +2,27 @@ label: Home - url: /join.html label: Join -- url: /play +- url: /play.html label: How To Play - url: /ruleset/ label: Rules -- url: /judgments +- url: /judgments.html label: Judgments -- url: /glossary +- url: /glossary.html label: Glossary -- url: /calendar +- url: /calendar.html label: Calendar -- url: /archives +- url: /archives.html label: Archives -- url: /Herald/ - label: Herald +- label: Offices + pages: + - url: /judgments.html + label: Arbitor + - url: /archives.html + label: Archivist + - url: /assessor/ + label: Assessor + - url: /ruleset/ + label: Rulekeepor + - url: /Webmastor/ + label: Webmastor diff --git a/_includes/chats.html b/_includes/chats.html index 8a1cd12..83ec028 100644 --- a/_includes/chats.html +++ b/_includes/chats.html @@ -1,9 +1,8 @@
-

Chat With Us

-

All three are connected so just choose your favorite!

- - - - -
\ No newline at end of file +

Chat With Us

+

All three are connected so just choose your favorite!

+ + + + + diff --git a/_includes/nav.html b/_includes/nav.html index 51d9cdf..82e97d3 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,17 +1,30 @@ -
- {% for item in site.data.nav %} - {{ item.label }} - {% endfor %} -
- - - +
+ +
+ +
+
\ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 82f4720..76746a4 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,17 +1,17 @@ - + {{ page.title}} | {{site.name}} + -