proofreading and small adjustments
This commit is contained in:
parent
0cb1a64a9d
commit
429d137917
4 changed files with 12 additions and 9 deletions
|
@ -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 {
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<footer>
|
||||
© Joshua Seigler 2024 - present
|
||||
</footer>
|
||||
© Joshua Seigler 2025. <a href="mailto:joshua@seigler.net?subject=Hello">Contact</a>
|
||||
</footer>
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
[^2]: Hi.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue