From ddb96cef1455308ee8f06d5d04949fb6adc21f0a Mon Sep 17 00:00:00 2001 From: gennyble Date: Fri, 11 Apr 2025 04:15:33 -0500 Subject: change words style --- served/words/weeknotes/weeknotes.css | 14 +++++++ served/words/weeknotes/weeknotes.html | 26 +++++++++++++ served/words/weeknotes/what.html | 5 +-- served/words/words.css | 71 ++++++++++------------------------- served/words/words.html | 57 +++++++++++++--------------- 5 files changed, 88 insertions(+), 85 deletions(-) create mode 100644 served/words/weeknotes/weeknotes.css create mode 100644 served/words/weeknotes/weeknotes.html (limited to 'served/words') diff --git a/served/words/weeknotes/weeknotes.css b/served/words/weeknotes/weeknotes.css new file mode 100644 index 0000000..c83c411 --- /dev/null +++ b/served/words/weeknotes/weeknotes.css @@ -0,0 +1,14 @@ +ul { + list-style-type: none; + padding: 0; +} + +li { + margin: 0 0.5rem; +} + +.wk-notes { + display: flex; + flex-direction: row; + flex-wrap: wrap; +} \ No newline at end of file diff --git a/served/words/weeknotes/weeknotes.html b/served/words/weeknotes/weeknotes.html new file mode 100644 index 0000000..03a37c2 --- /dev/null +++ b/served/words/weeknotes/weeknotes.html @@ -0,0 +1,26 @@ +--- +template=post +title=Weeknotes +style=/styles/post.css +style=weeknotes.css + +description=Weeknotes +--- + +things i've done! in various forms of narrative and prose.
for more: what? + + \ No newline at end of file diff --git a/served/words/weeknotes/what.html b/served/words/weeknotes/what.html index 7d0f1a4..93c250e 100755 --- a/served/words/weeknotes/what.html +++ b/served/words/weeknotes/what.html @@ -3,7 +3,6 @@ template=post title=What? Weeknotes. style=/styles/post.css style=../writing.css -path-offset=1 published=2024-05-20 16:50 @@ -22,6 +21,6 @@ notes (if you want to use the weird biweekly where it's every two weeks a weeknote could be about personal projects—weird software, poetry, photography— or about stuff that happened at work: a weeknote can be whatever you want it to be. -a lot of people, myself included, like to use weeknotes to keep track of what -they're doing. to keep a record and to remember that, yes, you do do things +weeknotes are often used to keep track of what a person (is doing|has done). +to keep a record and to remember that, yes, you do do things no matter how loud your brain is yelling right now. \ No newline at end of file diff --git a/served/words/words.css b/served/words/words.css index 0bc724d..ac46e6b 100755 --- a/served/words/words.css +++ b/served/words/words.css @@ -1,69 +1,38 @@ -div { +#written { display: grid; - grid-template-columns: 2fr 1fr; -} - -#weeknotes-section { - grid-column: 2 / 3; - display: flex; - flex-direction: column; - row-gap: 0.5rem; + grid-template-columns: min-content 1fr; + column-gap: 0.5rem; } -#written { - grid-row: 1; - grid-column: 1 / 2; - - display: flex; - flex-direction: column; - row-gap: 1rem; +#written>h2 { + grid-column: 1 / 3; + margin: 0 0 1rem 0; } -#what-weeknotes { - align-self: end; - margin: -0.75rem 0 0 0; +h3 { font-weight: normal; + font-size: 1.15rem; } -.wk-notes { - padding: 0; - margin: 0; - display: flex; - flex-direction: row; - flex-wrap: wrap; - column-gap: 1rem; - row-gap: 1rem; - +ul { + padding-left: 0; list-style: none; - display: flex; -} - -.wk-long { - width: 100%; } -h2 { +h3, +ul { margin: 0; } -#weeknotes { - margin: 0; +h3, +li { + font-family: 'Atkinson Hyperlegible Mono', monospace, sans-serif; } -@media (max-width: 30rem) { - div { - display: flex; - flex-direction: column; - } - - #written { - margin-top: 1rem; - } +li { + margin-bottom: 0.4rem; +} - #what-weeknotes { - align-self: normal; - /* min to give it the smallest chance not to look super weird - on like 100px wide displays. (are those real?) */ - margin-left: min(50vw, 8rem); - } +li a { + font-family: 'Atkinson Hyperlegible', sans-serif; } \ No newline at end of file diff --git a/served/words/words.html b/served/words/words.html index b3f0792..07c7fab 100755 --- a/served/words/words.html +++ b/served/words/words.html @@ -5,38 +5,33 @@ style=/styles/post.css style=words.css --- -Writing is so much easier than speaking. Things I write will appear here most -likely. Unless they feel more poetic in which case they'll probably be in the -bits/. +Writing, communicating through text, is easier than speaking. Things written +will appear here, or in bits/ if they feel more poetic. + +Occasionally, and with no regular schedule, I'll write something for +weeknotes/: some words on what I did since the last one. The writing is part of the website Atom Feed. [@paragraphs off] -
-
-

weeknotes

-

what?

- -
- -
-

technical writings;
project updates

- Statistics on Linux with /proc - - Debugging My SQL Query -
-
\ No newline at end of file + +
+

technical writings; project updates

+ +

2025

+ + +

2024

+ + +

2023

+ +
\ No newline at end of file -- cgit 1.4.1-3-g733a5