From 6454a98bdf2d337c7af75119943c303df72beb78 Mon Sep 17 00:00:00 2001 From: Satakun Utama Date: Thu, 21 May 2026 00:22:37 +0700 Subject: [PATCH] New notice --- main/index.html | 129 ++++++++++++++++++++++++++++++------------------ main/styles.css | 16 ++++-- 2 files changed, 94 insertions(+), 51 deletions(-) diff --git a/main/index.html b/main/index.html index 0496b83..3c2ce42 100644 --- a/main/index.html +++ b/main/index.html @@ -1,60 +1,93 @@ - - - - - - dailitation.xyz - - - -
-
-
+ + + + + + + dailitation.xyz + + + + +
+
+

Welcome to...

-
- - - - - + + + + +
-
-
-

About dailitation.xyz

-

Also as known as "Dandelion 'n' Stuff", dailitation.xyz is a community-maintained organization consisting of artists, software developers, server administrators focusing on contributing to freely licensed thingamabobs such as software, documentation, and services.

-

What do we do currently?

-

Currently, we do host Gitskette, a Gitea instance, our laboratories, our internal wiki (that you can read), our team individual's homepage, and an identity management.

-

These services are also being hosted by our team

-

-

    -
  • *nix in Thailand, a Thai-spoken computer community with freely licensed content and its sub-services.
  • -
+ Team's individual's homepage (~) | + Uptime

-

Who currently operates these services?

-

Diskette Guy (diskette [at] dailitation.xyz)

-

I need help hosting my free software project!

-

You may contact the person above to get started. Although it needs to fit with these following criteria:

+ + +
+
+ Moving - Planned Downtime

-

    -
  • Entirely free software under any free license (copyleft license is recommened)
  • -
  • Is regularly maintained
  • -
  • Isn't a trojan horse for the server infrastructures.
  • -
+ The physical servers will be moved, and as a result, a lot of the services will be down during this + period. An approximate timeframe for this downtime is from 29th May to 14th June.

-
-
+
+ Affected services +
    +
  • Laboratories
  • +
  • Gitskette
  • +
  • Internal Wiki
  • +
  • Litechat
  • +
  • Drive (Nextcloud instance)
  • +
  • Photos (Immich instance)
  • +
  • unix.in.th Wikis (l10n, docs, junction)
  • +
+
+ +

About dailitation.xyz

+

Also as known as "Dandelion 'n' Stuff", dailitation.xyz is a community-maintained organization + consisting of artists, software developers, server administrators focusing on contributing to freely + licensed thingamabobs such as software, documentation, and services.

+

What do we do currently?

+

Currently, we do host Gitskette, a Gitea instance, our laboratories, our internal wiki (that you can + read), our team individual's homepage, and an identity management.

+

These services are also being hosted by our team

+

+

    +
  • *nix in Thailand, a Thai-spoken computer community with freely + licensed content and its sub-services.
  • +
+

+

Who currently operates these services?

+

Diskette Guy (diskette [at] dailitation.xyz)

+

I need help hosting my free software project!

+

You may contact the person above to get started. Although it needs to fit with these following criteria: +

+

+

    +
  • Entirely free software under any free license (copyleft license is recommened)
  • +
  • Is regularly maintained
  • +
  • Isn't a trojan horse for the server infrastructures.
  • +
+

+
+ - - +

Note: this webpage is available in GNU GPLv2.

+ + + + + \ No newline at end of file diff --git a/main/styles.css b/main/styles.css index 057a962..1adba08 100644 --- a/main/styles.css +++ b/main/styles.css @@ -9,7 +9,7 @@ body { background-attachment: fixed; } -main { +main:not(main[data-type=content]), .container { max-width: 64rem; width: 100%; padding: 0 1.5rem; @@ -39,13 +39,23 @@ footer { max-width: 100%; } +.notice { + border: 1px solid #303040; + background-image: linear-gradient(#f0f0f0, #ddd); + padding: 16px 21px; +} + @media only screen and (prefers-color-scheme: dark) { + .notice { + background-image: linear-gradient(#101010, #333); + } + body { background-image: linear-gradient(black, grey); } - main { - background: #202030; + main:not(main[data-type=content]), .container { + background: #202025; color: #f0f0f0; }