From 6eea10f74df3c721e6611686b84e9802189284c7 Mon Sep 17 00:00:00 2001 From: jutty Date: Sat, 17 Jan 2026 16:51:49 -0300 Subject: [PATCH] Update acknowledgments --- static/graph.toml | 29 +++++++++++++++++++++++++++++ static/public/assets/style.css | 4 ++++ 2 files changed, 33 insertions(+) diff --git a/static/graph.toml b/static/graph.toml index 54b060d..491d246 100644 --- a/static/graph.toml +++ b/static/graph.toml @@ -537,11 +537,40 @@ To see the TOML declaration that translates into the rendered graph you are read text = """ en is only possible thanks to a number of projects and people: +## Programming + - |The Rust Programing Language|https://rust-lang.org/ - Tokio|https://tokio.rs/ - Axum|https://github.com/tokio-rs/axum - Tera|https://keats.github.io/tera/ - Serde|https://serde.rs/ and the |toml crate|https://github.com/toml-rs/toml +- TOML|https://toml.io/en/ + +## Services & Utilities + +- Git|https://git-scm.com/ +- Codeberg|https://codeberg.org/ +- Forgejo|https://forgejo.org/ +- Just|https://just.systems/ +- watchexec|https://github.com/watchexec/watchexec +- cargo-llvm-cov|https://github.com/taiki-e/cargo-llvm-cov + +## Typography + +- Reforma|https://pampatype.com/reforma|, by PampaType|https://pampatype.com under the Creative Commons ND 4.0 license +- Cormorant|https://github.com/CatharsisFonts/Cormorant|, by |Christian Thalmann|https://github.com/CatharsisFonts under the SIL Open Font License +- Rawengulk|https://www.glukfonts.pl/font.php?font=Rawengulk|, by |gluk Fonts|https://www.glukfonts.pl under the SIL Open Font License +- |Mononoki|https://madmalik.github.io/mononoki/|, by |Matthias Tellen|https://github.com/madmalik| under the SIL Open Font License +- Maven|https://github.com/m4rc1e/mavenproFont|, by |Joe Prince and Project Authors|https://github.com/m4rc1e/mavenproFont/blob/main/AUTHORS.txt under the SIL Open Font License + +## Software + +- Neovim|https://neovim.io/ +- foot|https://codeberg.org/dnkl/foot +- tmux|https://github.com/tmux/tmux/ +- |Void Linux|https://voidlinux.org/ and its kernel|https://www.kernel.org/ +- LibreWolf|https://librewolf.net/ +- InkScape|https://inkscape.org/ """ [nodes.Roadmap] diff --git a/static/public/assets/style.css b/static/public/assets/style.css index 84d767e..5859c52 100644 --- a/static/public/assets/style.css +++ b/static/public/assets/style.css @@ -326,6 +326,10 @@ hr { border: 1px dashed #555; } +footer hr { + margin-top: 60px; +} + @media (prefers-color-scheme: dark) { * { background: #222222;