From d276a906399765069565e676e4eb8a194de456a2 Mon Sep 17 00:00:00 2001 From: Adrian Victor Date: Wed, 1 Jul 2026 22:05:59 -0300 Subject: [PATCH] Fix uppercase tenkuma in english index string and add margin to webrings. --- _data/i18n.js | 2 +- static/main.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_data/i18n.js b/_data/i18n.js index 5817be8..16353a4 100644 --- a/_data/i18n.js +++ b/_data/i18n.js @@ -41,7 +41,7 @@ module.exports = { homeAboutMeParagraph: ` My name is Adrian Victor, but I go by tenkuma on-line. I'm in high school's last year, also studying computing. My hobbies are music, music production, programming, selfhosting, Linux, and a lot more. `, - homeAboutMeParagraphTwo: `The name Tenkuma, or 天くま in japanese, means celestial bear and was given by a friend of mine that I lost contact a long time ago. Sakata is gone, but the name stayed and turned into an integral part of my digital self.`, + homeAboutMeParagraphTwo: `The name tenkuma, or 天くま in japanese, means celestial bear and was given by a friend of mine that I lost contact a long time ago. Sakata is gone, but the name stayed and turned into an integral part of my digital self.`, homeSocialsAndContactParagraph: ` I'm publicly available at Mastodon (${globalValues.mastodon.username}), GitHub (${globalValues.github.username}), diff --git a/static/main.css b/static/main.css index 037b8ad..faf8f48 100644 --- a/static/main.css +++ b/static/main.css @@ -816,6 +816,7 @@ header div:first-child { flex-direction: column; gap: 1em; height: fit-content; + margin-bottom: 2em; } #telnetSimulation {