From 51ae6dedd2825373753c895138035c491e202498 Mon Sep 17 00:00:00 2001 From: Pixako Date: Tue, 25 Nov 2025 21:30:43 +0100 Subject: [PATCH] revamped website --- about.html | 20 ++++++++++---------- assets/css/styles.css | 30 ++++++++++++++++++++++++++++++ index.html | 4 ++-- projects.html => services.html | 23 +++++++++++++++++++++-- 4 files changed, 63 insertions(+), 14 deletions(-) rename projects.html => services.html (63%) diff --git a/about.html b/about.html index 0178c39..7c7cc54 100644 --- a/about.html +++ b/about.html @@ -20,22 +20,22 @@

Saturn

-

Four developers, one team since 2022.

-

Saturn is where we showcase the projects we’ve created.

+

Saturn - it's just a hobby, We are not a company and we only provide services that benefits the needs of friends or ourselves.

+

Background - Saturn started in 2022 and are proud to be a private non-company (lol) secure hosting solution for fun!

+

Related Services - Saturn Services cover *.saturn.gay.


-
- WILDY - AZE - FULGUR - DENIAL -
+ +

So what makes Saturn so great?

+

We provide our friends with custom solutions whether it's web hosting or VPSes, We do it all.

+
+

While it's just a hobby, We take things serious.
We run our services on serious hardware with reliable software and nice security options!

diff --git a/assets/css/styles.css b/assets/css/styles.css index 281f059..e83eebf 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -208,4 +208,34 @@ body.dark-mode .theme-switch { .switches { display: flex; gap: 15px; +} + +/* projects.html */ +.services-grid { + display: grid; + grid-template-columns: repeat(4, 1fr); + gap: 15px; + margin-top: 20px; + width: 70%; + margin: 0 auto; +} + +.service-item { + padding: 15px; + border-radius: 8px; +} + +.service-item a { + text-decoration: none; +} + +@media (max-width: 900px) { + .services-grid { + grid-template-columns: repeat(2, 1fr); + } +} +@media (max-width: 500px) { + .services-grid { + grid-template-columns: 1fr; + } } \ No newline at end of file diff --git a/index.html b/index.html index 0105629..a76b2a3 100644 --- a/index.html +++ b/index.html @@ -38,8 +38,8 @@
diff --git a/projects.html b/services.html similarity index 63% rename from projects.html rename to services.html index c633a00..f8e18be 100644 --- a/projects.html +++ b/services.html @@ -20,8 +20,27 @@ +