diff --git a/.aya/layout.html b/.aya/layout.html index e085f6e..def9d30 100644 --- a/.aya/layout.html +++ b/.aya/layout.html @@ -10,7 +10,7 @@ {{ title }} | chaotic.ninja - +
@@ -20,8 +20,6 @@ DonateFriendsGames ♦ - Labs ♦ - ListsNetworksNewsPrivacy policy ♦ @@ -43,16 +41,10 @@


- - Powered by NetBSD - - - + + Powered by NetBSD
-
- Apache/2.4.62 (Unix) OpenSSL/3.0.12 SVN/1.14.3 -
diff --git a/assets/css/style.css b/assets/css/style.css index 3afd80f..71135e2 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,110 +1,111 @@ body { - background-color: #000000; - color: #ffffff; - font-family: sans-serif, sans-serif; - margin: 0; + background-color: #000000; + background-image: url('/assets/img/bg.gif'); + color: #ffffff; + font-family: sans-serif, sans-serif; + margin: 0; } table { - border: 1px solid orange; - border-spacing: 0; + border: 1px solid orange; + border-spacing: 0; } th { - background-color: black; + background-color: black; } td, th { - border: 1px solid orange; + border: 1px solid orange; } .container { - margin: 4px auto; - background-color: black; - color: white; - max-width: 840px; - border: 8px orange ridge; - padding: 1em; + margin: 4px auto; + background-color: black; + color: white; + max-width: 840px; + border: 8px orange ridge; + padding: 1em; } .header-img { - display: block; - max-width: 100%; - margin-bottom: 0.5em; + display: block; + max-width: 100%; + margin-bottom: 0.5em; } a { - color: orange; - text-decoration: none; + color: orange; + text-decoration: none; } pre { - background-color: darkgray; - padding: 8px; - border: 1px orange dashed; - overflow-x: auto; + background-color: darkgray; + padding: 8px; + border: 1px orange dashed; + overflow-x: auto; } p > code { - background: darkgray; - padding: 1px; - border-radius: 4px; - border: 1px orange solid; + background: darkgray; + padding: 1px; + border-radius: 4px; + border: 1px orange solid; } pre, code { - font: 1rem monospace, monospace; + font: 1rem monospace, monospace; } img { - max-width: min(600px, 100%); - max-height: 500px; + max-width: min(600px, 100%); + max-height: 500px; } hr { - border: 4px orange outset; + border: 4px orange outset; } h1 { - font-size: 30px; - text-decoration: underline; + font-size: 30px; + text-decoration: underline; } .header > h1 { - font-size: 1.5em; - text-decoration: none; + font-size: 1.5em; + text-decoration: none; } .warning, .danger { - padding: 4px; - border: 1px solid #eff0f1; - border-radius: 5px; + padding: 4px; + border: 1px solid #eff0f1; + border-radius: 5px; } .warning { - background-color: #fdbc4b; - color: #232629; + background-color: #fdbc4b; + color: #232629; } .danger { - background-color: #da4453; + background-color: #da4453; } .mb5 { - margin-block: 0.5em; + margin-block: 0.5em; } .mb5 > span { - display: inline-block; + display: inline-block; } .icon { - height: 1em; - vertical-align: sub; + height: 1em; + vertical-align: sub; } .emblems { - text-align: center; + text-align: center; } .header-links { diff --git a/assets/img/bg.gif b/assets/img/bg.gif new file mode 100644 index 0000000..f483673 Binary files /dev/null and b/assets/img/bg.gif differ diff --git a/assets/img/bg.jpg b/assets/img/bg.jpg deleted file mode 100644 index 3592c83..0000000 Binary files a/assets/img/bg.jpg and /dev/null differ diff --git a/assets/img/header-img.jpg b/assets/img/header-img.jpg index b318e01..abac93e 100644 Binary files a/assets/img/header-img.jpg and b/assets/img/header-img.jpg differ diff --git a/index.md b/index.md index 2cb6f77..7f3c7bf 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,6 @@ --- title: Home -description: The border between cyberspace and Gensokyo +description: Software can be chaotic, but we make it work --- # About diff --git a/services/index.md b/services/index.md index b0395d4..22a4ee0 100644 --- a/services/index.md +++ b/services/index.md @@ -16,8 +16,8 @@ description: What we provide at no cost | BitlBee | Chat | Gateway to other messaging protocols | UP | | E-mail | Communications | Message delivery system built on Dovecot, Postfix, PostgreSQL and Rspamd | UP | | Gitea | Development | Compact self-hosted Git service | UP | +| Icecast | Streaming | Live streaming audio server | UP | | Misskey | SNS | Interdimensional social media beyond the border of Gensokyo | UP | -| Nextcloud | Groupware | Collaboration platform which runs on your own server | BANISHED | | NNTP | Forum | Most complex network news system on the universe | UP | | Pubnix | Shell | Explore the underlying environment (better enjoyed with alcohol | UP | | Suika | Chat | A happily drunk IRC bouncer | UP | @@ -27,8 +27,6 @@ description: What we provide at no cost ## Public | Name | Kind | Explanation | Status | |-------------------|----------------------|-------------------------------------------------------------------|--------| -| AnonymousOverflow | Alternative frontend | View StackExchange (or StackOverflow) threads without clutter | DOWN | -| DNS (CoreDNS) | Name resolution | DNS server that chains plugins | DOWN | | iperf3 | Speedtest | Improved tool to measure TCP and UDP bandwidth | UP | | Mai | Alternative frontend | Cute and no-nonsense UI for Google Translate | UP | | Marisa | File upload | Keeps files until they expire | UP |