diff --git a/activity.json b/activity.json new file mode 100644 index 0000000..2717c36 --- /dev/null +++ b/activity.json @@ -0,0 +1,9 @@ +[ + { + "date": "2023-10-06", + "title": "amplified_fixed: Noise parameters to reduce flooded caves in Minecraft amplified generation", + "target": "https://github.com/FliegendeWurst/amplified_fixed", + "type": "project" + } +] + \ No newline at end of file diff --git a/static/main.css b/static/main.css index 6fe4f07..3c01011 100644 --- a/static/main.css +++ b/static/main.css @@ -10,10 +10,6 @@ align-items: center; } -article { - max-width: 45em; -} - main { max-width: 60em; margin-left: auto; @@ -28,6 +24,11 @@ main { width: 30em; padding: 3em; } +.content-img-tall { + width: 30%; + padding: 1em; + float: right; +} .fancy-name, .code { font-family: monospace; @@ -39,6 +40,19 @@ main { padding-top: 0.5em; } +img.activity-favicon { + width: 1em; +} + +ul.hide-decoration { + padding-left: 0px; +} + +li.hide-decoration { + list-style-type: none; + padding-bottom: .4em; +} + @media print { body { background-color: white; @@ -58,5 +72,9 @@ main { } main { background-color: #222; + --background-color: #222; + } + .white-svg, .activity-favicon { + filter: invert(); } } \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index ad6814e..202d513 100644 --- a/templates/base.html +++ b/templates/base.html @@ -14,6 +14,10 @@ {% block content %} {% endblock %}
+ + + +
© FliegendeWurst, 2022-2023. Source: github.com/FliegendeWurst/fliegendewurst.eu. @@ -21,6 +25,8 @@ This work is licensed under a Creative Commons Attribution 4.0 International License. +
+ Website design inspired by Isabel Roses's website and Utku Demir's website.
diff --git a/templates/index.html b/templates/index.html index 3cf0269..c2948e8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -33,22 +33,29 @@ Projects
  • symlink-dupes, creates symbolic links for equal files in a directory
  • kwin-toggle-window, toggle visibility of a specific window with a hotkey
  • microsoft-ergonomic-keyboard, a small kernel module to re-interpret one of the keys on my keyboard
  • +
  • bwinf.35.1, my solutions to a computer science contest
  • Minecraft mods: -Old projects: -