From 429d1379170e6c1060a6c197e04b5170ddedfbaa Mon Sep 17 00:00:00 2001 From: Joshua Seigler <2583159+seigler@users.noreply.github.com> Date: Thu, 8 May 2025 11:57:14 -0400 Subject: [PATCH] proofreading and small adjustments --- assets/site.css | 9 +++++---- site/_includes/-footer.njk | 4 ++-- site/posts/2021-05-26-needs-based-communication.md | 2 +- site/posts/2024-06-05-redesign.md | 6 ++++-- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/assets/site.css b/assets/site.css index 9c55c06..cdc8adb 100644 --- a/assets/site.css +++ b/assets/site.css @@ -271,21 +271,22 @@ label:focus-visible { } main { + position: relative; @media screen { margin-top: var(--cloudyHeaderBottom); &::before { content: ""; position: absolute; - z-index: -1; - top: calc(1rem + var(--cloudyHeaderBottom)); - bottom: 0; + z-index: -2; + top: -1rem; + bottom: -5.1rem; left: calc(var(--inset) - 1rem); right: calc(var(--inset) - 1rem); border-radius: 1rem 1rem 0 0; background-color: var(--c-text-background-light); } + margin-bottom: 4rem; } - margin-bottom: 4rem; } main p img { diff --git a/site/_includes/-footer.njk b/site/_includes/-footer.njk index 1919c5f..4ca3ee5 100644 --- a/site/_includes/-footer.njk +++ b/site/_includes/-footer.njk @@ -1,3 +1,3 @@ \ No newline at end of file + © Joshua Seigler 2025. Contact + diff --git a/site/posts/2021-05-26-needs-based-communication.md b/site/posts/2021-05-26-needs-based-communication.md index 96feffb..3d1ddb5 100644 --- a/site/posts/2021-05-26-needs-based-communication.md +++ b/site/posts/2021-05-26-needs-based-communication.md @@ -1,6 +1,6 @@ --- title: Needs-based communication -description: How to connect with others through shared human needs +description: How to connect with others through shared human needs. --- Needs-based communication (usually called non-violent communication or NVC™) is a way of understanding yourself and others with a unique insight: everyone has their own personal reactions to the world, but people have the same basic needs. We recognize those needs in other people, and that common connection can allow us to communicate clearly when there is conflict. diff --git a/site/posts/2024-06-05-redesign.md b/site/posts/2024-06-05-redesign.md index 13facd2..0c1f182 100644 --- a/site/posts/2024-06-05-redesign.md +++ b/site/posts/2024-06-05-redesign.md @@ -1,6 +1,6 @@ --- title: Site design updated -description: New look, simpler tech +description: New look, simpler tech. --- New design! The tools I used before have a lot of unmaintained or outdated dependencies and I wanted something a little simpler. The new site uses [pnpm](https://pnpm.io/), [11ty](https://www.11ty.dev/), and [Nunjucks](https://mozilla.github.io/nunjucks/). Content is still in [markdown](https://daringfireball.net/projects/markdown/). @@ -11,6 +11,8 @@ In the upper right I added a style toggle that applies the font from Star Wars, I also finally made a section for recipes! +> May 2025 edit: I updated the design some more without changing the tech stack. The main improvements are animated clouds and a host of minor adjustments. + [^1]: It highlights when you click back, too. -[^2]: Hi. \ No newline at end of file +[^2]: Hi.