diff --git a/news.php b/news.php new file mode 100644 index 0000000..821a7de --- /dev/null +++ b/news.php @@ -0,0 +1,69 @@ + + +

> News

+
+ +

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. +

+ +

2025/10/03

+

+ Work on interactive layout for web. Mostly css @media stuff. +

+ +

2025/09/30

+

+ Use SSH key as default way of logging in and other minor changes to the registration form. +

+ +

2025/09/25

+

+

+

+ +

2025/09/20

+

+

+

+ + +

2025/09/18

+

+ v0id1st introduced basic setup +

+

+ +

2025/07/22

+

+ Early work is getting done. VPS hosted, zfs volumes per user. +

+ + +
+ + diff --git a/static/css/main.css b/static/css/main.css index 61f41c6..8dba339 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -17,6 +17,14 @@ body { font-family: "Helvetica", "Arial", sans-serif; } +h1 { + margin-bottom: 1rem; +} + +h2, h3, h4, h5, h6 { + margin: 0.5rem 0; +} + div.main-content { display: flex;