From 68ab27803111a97c93fe0c989ec435402f3b2a35 Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Mon, 6 Jul 2026 17:40:22 +0200 Subject: add a Web 14 rating and move bass picture to this repo --- _includes/nav.njk | 2 +- assets/css/main.css | 5 +++++ assets/images/bass.png | Bin 0 -> 1459134 bytes assets/images/web14.gif | Bin 0 -> 7198 bytes assets/js/transitions.js | 8 ++++---- content/index.md | 7 ++++++- 6 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 assets/images/bass.png create mode 100644 assets/images/web14.gif diff --git a/_includes/nav.njk b/_includes/nav.njk index 5227c2f..0285bbe 100644 --- a/_includes/nav.njk +++ b/_includes/nav.njk @@ -10,7 +10,7 @@ {%- endfor -%} {%- for s in site.headerLinks -%}
  • - {{ s.name }} + {{ s.name }}
  • {%- endfor -%} diff --git a/assets/css/main.css b/assets/css/main.css index 040d0b9..cb03aaf 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -265,3 +265,8 @@ a.blogpost > h3 { margin:0; } +blockquote { + border-left: 2px solid var(--base-3); + padding-left: 10px; + color: var(--code-text); +} diff --git a/assets/images/bass.png b/assets/images/bass.png new file mode 100644 index 0000000..8092246 Binary files /dev/null and b/assets/images/bass.png differ diff --git a/assets/images/web14.gif b/assets/images/web14.gif new file mode 100644 index 0000000..2ffa997 Binary files /dev/null and b/assets/images/web14.gif differ diff --git a/assets/js/transitions.js b/assets/js/transitions.js index 0ffdacd..e6d7c85 100644 --- a/assets/js/transitions.js +++ b/assets/js/transitions.js @@ -7,14 +7,14 @@ function transitionOut(callback) { document.body.style.filter = "url(#transition)" const src = new Number(displacement.getAttribute("scale")); noise.setAttribute("seed",Math.random() * 1000) - if (src < 100) { - displacement.setAttribute("scale", src + 20 + src); + if (src < 1000) { + displacement.setAttribute("scale", src + 10 + src); nextFunc = () => transitionOut(callback) requestAnimationFrame(nextFunc) } else { setTimeout(() =>{ document.body.style.filter = "" - },1000); + },10000); callback() } } @@ -51,4 +51,4 @@ if (noise && displacement) { }) } else { console.log("Can't do transitions!!") -} \ No newline at end of file +} diff --git a/content/index.md b/content/index.md index 1e15805..5c83dd5 100644 --- a/content/index.md +++ b/content/index.md @@ -22,9 +22,14 @@ While I'm always learning new things (and there's more I already know), these ar * FabricMC mod development * PaperMC plugin development +This site is rated Web 14 + +> This site contains slightly offensive material. High chance of mild swearing, partial nudity, violence and adult themes. + +web14
    -my bass +my bass
    -- cgit v1.3-7-ge9ab