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.
+        
+            - Założyliśmy instancję nextcloud. Powoli odzywamy się do środowiska linuxowego i fediverse promując inicjatywę.
 
+            - Niusy dodane na główną
 
+        
     
    
 
      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 
     
         
-            - Basic gemini setup is done. We deicided to go with satellite server.
 
-            - Wiki page.
 
+            - Podstawowe wsparcie gemini protocol. Używamy serwera satellite
 
+            - Strona wiki
 
         
     
 
      2025/09/20 
     
 	
-	    - 
-		Smoorg joins tylda volunteering as admin and developer.
-	    
 
-	    - 
-		Registration form foundation
-	    
 
+	    - Smoorg dołącza do tyldy jako wolontariusz, developer i admin
 
+	    - Dodany podstawowy formularz rejestracji
 
 	
     
 
     
      2025/09/18 
     
-	v0id1st introduced basic setup
+	v0id1st stworzył podwaliny serwera
 	
-    	    - script to invite users
 
-    	    - irc configuration
 
-    	    - basic html webpage
 
+    	    - skrypt dodający użytkowników
 
+    	    - konfiguracja irc
 
+    	    - podstawowa strona html+php
 
     	
     
 
      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;