summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--license.md11
-rw-r--r--services.md2
-rw-r--r--style.css9
-rw-r--r--template.html2
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
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 @@
<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>