Compare commits

...

5 Commits

5 changed files with 16 additions and 4 deletions

View File

@ -1,4 +1,7 @@
body { margin-top: 25vh; }
body {
height: 75vh;
margin-top: 25vh;
}
header { position: relative; }

View File

@ -7,6 +7,7 @@
:root {
--background-color: #0a0a0a;
--background-image: url('/shared/img/desu_z.webp');
--primary-color: #cd2682;
--secondary-color: #9f2b68;
--text-color: #f5f5f5;
@ -16,6 +17,7 @@
@media (prefers-color-scheme: light) {
:root {
--background-color: #f5f5f5;
--background-image: url('/shared/img/desu_z_dark.webp');
--primary-color: #9f2b68;
--secondary-color: #cd2682;
--text-color: #0a0a0a; } }
@ -128,6 +130,10 @@ html {
body {
background-color: var(--background-color);
background-image: var(--background-image);
background-size: calc((100vw - 960px)/2);
background-repeat: no-repeat;
background-position: bottom left;
color: var(--text-color);
font-family: 'Roboto Condensed', Roboto, sans-serif;
font-size: 1.1rem;

View File

@ -57,11 +57,10 @@ block content
p And I don't know what else to put here. :^)
h3 What I like
p In more or less timeline order.
h4 Anime
p Ghost in the Shell, Shaman King, Hellsing, Steins;Gate, Cowboy Beebop, Ergo Proxy, Jin-Rou, Black Lagoon, Jojo's Bizzare Adventures, Spice and Wolf, Konosuba, Demon Slayer: Kimetsu no Yaiba
h4 Films
p WarGames (1983), Hackers (1995), Johnny Mnemonic (1995), Snatch (2000), Valhalla Rising (2009), Who am I (2014), movies with Jackie Chan, Matrix (1999, 2003), Stargate (1994), Blade Runner (1982), Mandariinid (2013), Everything Everywhere All at Once (2022)
p Movies with Jackie Chan, Blade Runner (1982), WarGames (1983), Stargate (1994), Hackers (1995), Johnny Mnemonic (1995), Matrix (1999, 2003), Snatch (2000), The Day After Tomorrow (2004), I Am Legend (2007), Valhalla Rising (2009), Mandariinid (2013), Who am I (2014), Arrival (2016), Contratiempo (2016), Everything Everywhere All at Once (2022)
h4 TV shows
p X-Files (1993—2002), Lost (2004—2010), Stargate: SG-1 (1997—2007), Stargate: Atlantis (2004—2009), Два холма (two hills) (2022), Narcos (2015—2017)
p These lists aren't complete, will extend when remember or like something.
@ -194,6 +193,10 @@ block content
+isServiceUp("Project Zomboid", "ProjectZomboid")
p.highlighted arav.top:16261
p Server is listed as “Arav's dwelling / Project Zomboid”. Whitelist is enabled.
div
+isServiceUp("Don't Starve Together", "dontstarve_dedicated_server_nullrenderer_x64")
p.highlighted arav.top:10899
p Server is listed as “Arav's dwelling / Don't Starve Together”.
section#servers-inner-services
h2 Inner services
p.center Services that maintains other services or used exclusively by me.
@ -225,7 +228,7 @@ block content
section#contacts
h2 Contacts
span
| E-Mail: #[a(href="mailto:me@arav.top" title='May not be able to reply due to being blacklisted because of dynamic IP.') me@arav.top]
| E-Mail: #[a(href="mailto:me@arav.top" title='May not be able to reply due to being blacklisted because of residental dynamic IP.') me@arav.top]
span
| Jabber: #[a(href="xmpp://arav@arav.top") arav@arav.top]
span

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB