Fix uppercase tenkuma in english index string and add margin to webrings.
This commit is contained in:
parent
c17d7c8f41
commit
d276a90639
2 changed files with 2 additions and 1 deletions
|
|
@ -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 <a href='${globalValues.mastodon.url}'>(${globalValues.mastodon.username})</a>,
|
||||
GitHub <a href='${globalValues.github.url}'>(${globalValues.github.username})</a>,
|
||||
|
|
|
|||
|
|
@ -816,6 +816,7 @@ header div:first-child {
|
|||
flex-direction: column;
|
||||
gap: 1em;
|
||||
height: fit-content;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
#telnetSimulation {
|
||||
|
|
|
|||
Loading…
Reference in a new issue