From 76687cc72579fbdb18521233061103a32a1beab6 Mon Sep 17 00:00:00 2001 From: smoorg Date: Thu, 9 Oct 2025 22:32:32 +0200 Subject: [PATCH] translate news.php, move it to main page --- index.php | 2 ++ news.php | 43 +++++++++++++++++-------------------------- static/css/main.css | 2 +- 3 files changed, 20 insertions(+), 27 deletions(-) diff --git a/index.php b/index.php index 5bdd808..64f5f3c 100644 --- a/index.php +++ b/index.php @@ -51,11 +51,13 @@ $slogan = $slogans[rand(0, count($slogans) - 1)]; foreach($recent as $user => $date) { echo "

drwxr-xr-x".rand(1,9)."".$user."".$user."".rand(1,19)."".date("M d H:i", $date)."".$user."

"; } + ?> diff --git a/news.php b/news.php index 821a7de..e9bb128 100644 --- a/news.php +++ b/news.php @@ -1,69 +1,60 @@ - -

> News

+

> Niusy

2025/10/09

- Introduced nextcloud instance. We're slowly reaching linux and fediverse community promoting the initiative. +

2025/10/08

- Introduced users page, which lists all user's web pages. + Nowa strona listująca wszystkich użytkowników.

2025/10/03

- Work on interactive layout for web. Mostly css @media stuff. + Poprawiony interaktywny layout strony. Głównie css @media.

2025/09/30

- Use SSH key as default way of logging in and other minor changes to the registration form. + Formularz rejestracji wymusza podanie klucza SSH.

2025/09/25

2025/09/20

2025/09/18

- v0id1st introduced basic setup + v0id1st stworzył podwaliny serwera

2025/07/22

- Early work is getting done. VPS hosted, zfs volumes per user. + Początek prac.

-
- - diff --git a/static/css/main.css b/static/css/main.css index 040cbb7..a6c0fcf 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -72,7 +72,7 @@ article#content { border-color: var(--main); border-style: double; border-radius: 5px; - margin-top: 2rem; + margin: 2rem 0; padding: 1rem; gap: .5rem; padding-block: 2rem;