n-channel

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 19f5f4f9f49c3218525f3221c995785609ef043b
parent 09a44900d23da8a34fb8ee3eab7940f96330fd2d
Author: Samdal <samdal@protonmail.com>
Date:   Fri, 21 Feb 2025 20:51:24 +0100

update navigation css, update todo

Diffstat:
M_includes/navigation.html | 4++--
M_sass/_main.scss | 18+++++++++++-------
M_todo.md | 4++++
3 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/_includes/navigation.html b/_includes/navigation.html @@ -1,7 +1,7 @@ <header aria-hidden="true" class="no-print"> <a href="/"> - <img style="margin-right: 1rem; margin-bottom: 0.5rem; max-width: 10rem; width: 100%; height: auto;" src="/assets/images/templeos.jpeg" width=200 height=200> - <img style="margin-bottom: 5px; max-width: 7.5rem; width: 100%; height: auto; image-rendering: crisp-edges;" src="/assets/images/c-programming-language-chito.png" width=180 height=244> + <img class="header-img" style="margin-bottom: 0.5rem; max-width: 10rem; width: 100%; height: auto;" src="/assets/images/templeos.jpeg" width=200 height=200> + <img class="header-img" style="margin-bottom: 0.5rem; max-width: 7.5rem; width: 100%; height: auto; image-rendering: crisp-edges;" src="/assets/images/c-programming-language-chito.png" width=180 height=244> </a> <nav role="navigation" aria-hidden="true"> <ul> diff --git a/_sass/_main.scss b/_sass/_main.scss @@ -90,6 +90,11 @@ header li { margin-right: 1rem; } +header ul { + border-right: 3px solid #bcd1cf99; + margin: 0px; +} + header a.active { font-weight: bold; } @@ -211,18 +216,16 @@ li { } -/*********** nav ************/ - -header ul { - border-right: 3px solid #bcd1cf99; -} - /*********** phone mode ************/ @media screen and (max-width: 45rem ) { header { max-width: 100%; } + header img { + margin-left: 1.5rem; + margin-bottom: 0rem; + } header li { display: inline; margin-right: 1rem; @@ -230,7 +233,8 @@ header ul { header ul { border-bottom: 3px solid #bcd1cf99; border-right: 0px; - padding-bottom: 1rem; + padding-bottom: .5rem; + padding-left: .5rem; } .photos ul { diff --git a/_todo.md b/_todo.md @@ -12,6 +12,10 @@ + Nisse text format + SE (simple editor) +- Making type safe generic datastructures in C + llist macros + generic htable, generate type with define_htable, then create type safety through macros + - Productivity through simpler software Only one monitor, previously had more I use DWM, workspaces.