diff options
author | metamuffin <metamuffin@disroot.org> | 2025-10-03 23:15:20 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-10-03 23:15:20 +0200 |
commit | 007525c871ab64a6a33cb549ac2496ae6e74d5e4 (patch) | |
tree | 018d69f2f4a3280b631fde14c47c73a9f904e7f5 | |
parent | 5c92840108a05f0f311d5bef2d6512579b593438 (diff) | |
download | metamuffin-website-007525c871ab64a6a33cb549ac2496ae6e74d5e4.tar metamuffin-website-007525c871ab64a6a33cb549ac2496ae6e74d5e4.tar.bz2 metamuffin-website-007525c871ab64a6a33cb549ac2496ae6e74d5e4.tar.zst |
add license file
-rw-r--r-- | license.md | 11 | ||||
-rw-r--r-- | services.md | 2 | ||||
-rw-r--r-- | style.css | 9 | ||||
-rw-r--r-- | template.html | 2 |
4 files changed, 20 insertions, 4 deletions
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! <?lit </div> ?> -
\ No newline at end of file @@ -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 @@ <p> metamuffin's website; sources available on <a href="//codeberg.org/metamuffin/metamuffin-website" - >codeberg</a> + >codeberg</a>; <a href="/license.html">Licensing</a> </p> <p> Version: <code><?ex git log --format=oneline -n 1 ?></code> |