diff --git a/homepage/views/about.pug b/homepage/views/about.pug index e71f731..37a7106 100644 --- a/homepage/views/about.pug +++ b/homepage/views/about.pug @@ -26,7 +26,7 @@ block content p Now a little break for... section#my-cat h2 My cat Boris :3 - div.grid.figs + div.columns.figs figure a(href='/assets/img/my_cat.webp') img(src='/assets/img/my_cat_thumb.webp' title=':3' alt='My cat. :3') @@ -80,7 +80,7 @@ block content p Laptop is Acer Packard Bell TE69CX that has a 2 core Intel Pentium 2117U 1.8GHz and 10GB RAM (2GB + 8GB), the system disk is a 120GB SSD and the other one is 2TB HDD where all the shit I have is stored. I've replaced my good old 500GB disk with 2TB one, since it became a little too tight, now it is a system disk for Raspberry Pi. Everything that have just a bit of importantance to me is backed up, encrypted and stored in the clouds. :) p #[span.highlighted TL;DR about services.] Laptop runs a network file share, a public file upload service, a seedbox, a HTTP public file share, TeamSpeak 3, Mumble, Matrix, I2P, an internet-radio, git server, ClamAV for email server, a web-server, and a database. Raspberry Pi 3 runs OpenVPN, BIND9, DNSCrypt-proxy, a Tor relay, an email server, and a XMPP server. section#servers-photos - div.grid.figs + div.columns.figs figure a(href='/assets/img/raspi.webp') img(src='/assets/img/raspi_thumb.webp' alt='Raspberry Pi 3 rev. B') @@ -92,7 +92,7 @@ block content section#servers-public-services h2 Public services p.center That are available for everyone. - div.grid + div.columns div +isServiceUp("Internet-radio", "liquidsoap") p @@ -141,7 +141,7 @@ block content section#servers-private-services h2 Private services p.center That are available for a narrow circle of people. - div.grid + div.columns div +isServiceUp("E-Mail server", "postfix") p Postfix, Dovecot (w/Sieve), Spamassassin, ClamAV, OpenDMARC and OpenDKIM. @@ -172,14 +172,11 @@ block content p Expect poor performance because the server is a low-end laptop. section#servers-games h2 Game servers - div.grid + div.columns div +isServiceUp("Minecraft", "forge-1.16.5") p.highlighted arav.top:25565 - p Version is 1.16.5 currently. I homebrew clients for it. Here is #[a(href=files_site+"/games/minecraft/aravsdwelling-minecraft-1.16.5.exe") an installer for Windows] (412MiB) I make with NSIS. And a #[a(href=files_site+"/games/minecraft/aravsdwelling-minecraft-1.16.5.tar.gz") TAR.GZ archive] (424 MiB) that is for both Windows and Linux. You'll need to set a PLAYER and MC_DIR variables in scripts. And change JVM_PARAMS to your preferences (-Xmx usually needs to be adjusted). And that's only if you use an archive. - p And you can get #[a(href=files_site+"/programs/windows/installators/jre-8u281-windows-x64.exe") jre-8u281-windows-x64.exe] from my file share. - p SHA-1 hash for a Windows installer is 9140c9c84e9915d3af22e7b5c889cafdc34839cb. - p SHA-1 hash for a TAR.GZ archive is 45ea54bfd8ac3ff56ac4655fb1c4a0ebf5c904db. + p Version is 1.16.5 currently. I homebrew clients for it. Here is #[a(href=files_site+"/games/minecraft/aravsdwelling-minecraft-1.16.5.exe") an installer for Windows] (412MiB) I make with NSIS. And a #[a(href=files_site+"/games/minecraft/aravsdwelling-minecraft-1.16.5.tar.gz") TAR.GZ archive] (424 MiB) that is for both Windows and Linux. You'll need to set a PLAYER and MC_DIR variables in scripts. And change JVM_PARAMS to your preferences (-Xmx usually needs to be adjusted). div +isServiceUp("Starbound", "starbound_server") p.highlighted arav.top:21065 @@ -200,7 +197,7 @@ block content section#servers-inner-services h2 Inner services p.center Services that maintains other services or used exclusively by me. - div.grid + div.columns div h3 Web-server p NGiNX + PHP-FPM (just for phpMyAdmin) + NodeJS + Go. @@ -250,15 +247,14 @@ block content section#banners h2 Banners p In case you found my site anyhow useful and would like to add me to your links page here are the banners for you. - div.grid.banners + div.banners figure img(src="/shared/img/banner_88x31.gif" alt="Light banner 88x31") - figure - img(src="/shared/img/banner_240x60.gif" alt="Light banner 240x60") - p And theirs dark counterparts are also available. - div.grid.banners figure img(src="/shared/img/banner_dark_88x31.gif" alt="Dark banner 88x31") + div.banners + figure + img(src="/shared/img/banner_240x60.gif" alt="Light banner 240x60") figure img(src="/shared/img/banner_dark_240x60.gif" alt="Dark banner 240x60") section#privacy-statements