diff --git a/assets/background_errors.jpg b/assets/background.jpg similarity index 100% rename from assets/background_errors.jpg rename to assets/background.jpg diff --git a/assets/background1.jpg b/assets/background1.jpg deleted file mode 100644 index 42c5e5a..0000000 Binary files a/assets/background1.jpg and /dev/null differ diff --git a/index.html b/index.html index b8a32a0..177793b 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - + @@ -16,120 +16,160 @@ Subcon Town
-
-

- Welcome to subcon.town! Subcon is a small server ran by @fristi that - hosts some personal and small community services. -

-
+
+
+

Welcome home

+

+ Welcome to subcon.town! Subcon town is a small private "pubnix" server (better called a privnix), + hosted for friends and family. Subcon offers ssh access, webpage hosting and various other cloud services, + such as nextcloud and git hosting. +

+
-
+
-
-

Services

+
+

News

+

Januari 2022: Design overhaul

+

+ The subcon frontpage has received a design overhaul with a better finish. Also added now are + news articles and an overview of our user pages (see below, or click "Users" in the menu). +

+

+ Starting 2022, user pages are now operational. That means you can create your own webpages + in your home directory, under public_html. Additionally, work has started on markdown file + handling using template files, which means you can soon more easily write webpages using + plain markdown files! +

+

+ Meanwhile, game servers will soon be discontinued as they are no longer actively used. This + also means openjdk will be removed to increase server security. +

+
-

- Subcon.town currently hosts the following services: -

+
- - - - - - - - -
Bookstack wiki: wiki.subcon.town
Gitea: vcs.subcon.town
Minecraft: OFFLINE
Minecraft map: OFFLINE
Nextcloud: cloud.subcon.town
+
+

Services

-

- Additionally, subcon.town also serves the webpages for comfitu.re - and its subdomains. -

-
+ + + + + + + + + + +
Bookstack wiki: wiki.subcon.town
Gemini: Thinking about it
Gitea: vcs.subcon.town
Gopher: Planned
Mobilizon: Planned
Nextcloud: cloud.subcon.town
Nullpointer: Planned
-
+

+ Additionally, subcon.town also serves the webpages for comfitu.re + and its subdomains. +

+
-
-

FAQ

-

- Q: What is Subcon Town? -
- A: This server you're talking to.
- Better answer: Subcon Town is the little me-space on the web where I live; - it is themed after the concept of a subconscious dreamscape. -

-

- Q: Can I get an account on one of your services? -
- A: No. Subcon is currently not open for new people, so it's a little - local club for close friends only at the moment. -

-

- Q: Didn't you also run kartoffel.cafe? -
- A: Yes, but a recent change of plans made running an activitypub - instance not very feasible, so I made the difficult choice of closing - the instance, for good. I may run a new instance in the future though. -

-

- Q: Is that the Duck Hunt font? -
- A: Yes. -

-

- Q: What do you intend to run in the future? -
- A: That's not yet certain. But I've had the idea to - start converting the server into a tilde community - and offering more community-tailored services. I won't offer e-mail hosting though. - Fuck e-mail servers. -

-
+
-
+
+

Users

+ + + + + +
~fristi
+
-
-

Contact

-

- Feel free to drop me a line if you have a question or just wanna talk to me. I can be - contacted at: -

- -
+
-
+
+

FAQ

+

+ Q: Is Subcon Town open for new users? +
+ A: No. Currently it's a private "pubnix", meant for + friends and family. So technically it should be called a "privnix" since it's + not actually public like other pubnixes. +

+

+ Q: Can I get an account on one of your services? +
+ A: Only as an existing member. We are currently not open for + new users to join. If you're already a member, ask + @fristi for an account. +

+

+ Q: Didn't you also run kartoffel.cafe? +
+ A: Yes, but a recent change of plans made running an activitypub + instance not very feasible, so I made the difficult choice of closing + the instance, for good. I may run a new instance in the future though once + I get better bandwidth. +

+

+ Q: How do I do things on the server? +
+ A: Broad question. I'm currently writing up a wiki with some + tutorials and tips to get started. Please check back later for the link. +

+

+ Q: Is that the Duck Hunt font? +
+ A: Yes. It was good game. +

+
-
diff --git a/style.css b/style.css index ecc72d1..2061ddd 100644 --- a/style.css +++ b/style.css @@ -32,7 +32,7 @@ html, body { } body { - background-image: url("assets/background1.jpg"); + background-image: url("assets/background.jpg"); background-position: center center; background-size: cover; background-attachment: fixed; @@ -54,6 +54,7 @@ h1 { font-family: "Duck Hunt", sans-serif; font-size: 1.5rem; font-weight: normal; + text-align: center; } h2 { @@ -69,6 +70,8 @@ a:hover { color: rgba(255, 255, 255, 0.8); } + + table tbody tr td:first-child { padding: 0 3em 0 0; } @@ -83,12 +86,10 @@ table tbody tr td:first-child { left:0; right:0; height: 100%; - max-width: 550px; + max-width: 640px; padding: 0 20px; margin:auto; - background-color: rgba(0, 0, 0, 0.4); - display:flex; flex-direction: column; flex-wrap: nowrap; @@ -104,28 +105,37 @@ header { main { flex: 1 1 auto; - overflow-x: auto; - margin-right: -14px; - padding-right: 14px; - scrollbar-color: #fff transparent; - scrollbar-width: thin; + overflow: hidden; + padding: 20px 17px 20px 20px; + + background-color: rgba(255, 255, 255, 0.12); + border-radius: .4rem; } -main::-webkit-scrollbar { +main .inner-main { + max-height: 100%; + overflow-y: auto; + scrollbar-color: #fff transparent; + scrollbar-width: thin; + padding-right: 20px; + text-align: justify; +} + +main .inner-main::-webkit-scrollbar { width: 3px; } -main::-webkit-scrollbar-track { +main .inner-main::-webkit-scrollbar-track { background: transparent; } -main::-webkit-scrollbar-thumb { +main .inner-main::-webkit-scrollbar-thumb { background: #fff; } footer { - margin: 20px 0 0 0; - height: 30px; + margin: 40px 0 0 0; + height: 40px; flex: 0 0 auto; } @@ -134,7 +144,7 @@ footer { header ul { position: relative; - background: rgba(255, 255, 255, 0.3); + /*background: rgba(255, 255, 255, 0.3);*/ font-family: "Duck Hunt", sans-serif; list-style: none; margin: 10px 0 0 0; @@ -146,7 +156,6 @@ header ul li { position: relative; display: inline-block; text-align: center; - width: 25%; } header ul li a { @@ -155,11 +164,12 @@ header ul li a { text-decoration: none; font-size: 24px; line-height: 24px; - padding:10px 0 8px 0; + padding:10px 20px 8px 20px; } header ul li a:hover { - background-color: rgba(255, 255, 255, 0.3); + color: #fff; + text-decoration: underline; } .muted { diff --git a/style_errors.css b/style_errors.css index e732d21..f7740d6 100644 --- a/style_errors.css +++ b/style_errors.css @@ -16,7 +16,7 @@ body { left: 0; right: 0; bottom: 0; - background: url("assets/background_errors.jpg"); + background: url("assets/background.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover;