From 007525c871ab64a6a33cb549ac2496ae6e74d5e4 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 3 Oct 2025 23:15:20 +0200 Subject: add license file --- license.md | 11 +++++++++++ services.md | 2 +- style.css | 9 +++++++-- template.html | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 license.md diff --git a/license.md b/license.md new file mode 100644 index 0000000..3286fb3 --- /dev/null +++ b/license.md @@ -0,0 +1,11 @@ +# Licensing of metamuffin's personal website + +Except where otherwise stated pages and source files are licensed as follows: + +- Content of markdown files (`*.md`) is licensed as CC-BY-ND-4.0 +- Content of source code files (`*.py`, `*.css`, `makefile`, `template.html`) is + licensed as AGPL-3.0-only +- Processed output files (`*.html` except `template.html`) are composites of the + two above. + +(If this this unclear or maybe invalid(?) please contact me) diff --git a/services.md b/services.md index 16ebfd2..76ce0e1 100644 --- a/services.md +++ b/services.md @@ -13,6 +13,7 @@ Network services that my servers provides: Pacman repository for all things I made or need myself - ### [status](//status.metamuffin.org) Statuspage instance for observing when and how other services break +- ### [adservices](//adservices.metamuffin.org) - ### [search](//search.metamuffin.org) Public [fastbangs](/projects.html) instance, a meta search engine / redirect tool @@ -26,4 +27,3 @@ Network services that my servers provides: Server registry service for Hurry Curry! ?> - \ No newline at end of file diff --git a/style.css b/style.css index be7f968..b41476d 100644 --- a/style.css +++ b/style.css @@ -12,6 +12,7 @@ img[align="left"] { width: 7em; height: 7em; display: block; + margin-right: 30px; } body { @@ -25,8 +26,12 @@ header, article, footer { width: min(800px, 100vw - 2em); } +header h1 { + margin-left: 150px; + margin-bottom: 0px; +} nav { - margin: 1em 1em 1em 9em; + margin: 1em 1em 1em 150px; background-color: var(--bg2); padding: 1em; border: 0px solid transparent; @@ -47,7 +52,7 @@ nav a { background-repeat: no-repeat; transition: background-size 0.15s linear; font-style: normal; - font-weight: bolder; + font-weight: bold; } nav a:hover { color: #dfe5f3; diff --git a/template.html b/template.html index 2a70f75..fe60698 100644 --- a/template.html +++ b/template.html @@ -35,7 +35,7 @@

metamuffin's website; sources available on codeberg + >codeberg; Licensing

Version: -- cgit v1.2.3-70-g09d2