From afdc2b0f757267d53e93f291e6791bd7643f8de4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 23 Apr 2025 19:42:48 -0600 Subject: index css --- index.html | 56 +++++++++++++++++++++++--------------------------------- styles.css | 20 +++++++++++++------- 2 files changed, 36 insertions(+), 40 deletions(-) diff --git a/index.html b/index.html index 476f957..2729a84 100644 --- a/index.html +++ b/index.html @@ -3,60 +3,50 @@ -

Homepage

+

Landing Pad

- - - - + + + +
🌎 Home📡 My feed🔭 SearXNG⚙️ Git ReposLanding PadCommunications FeedObservation deck Git Repositories
-

- Welcome to my spaceship. I host a few personal services here, publish a feed of notes and posts, and I'll hopefully be hosting many public services as time goes on. I want to participate in an intergalactic community--from the Salt Lake City area and out--slinging text files across the stars, organizing, and sharing our art/projects/speech through Free software. -

+

Welcome to my spaceship. I host a few personal services here, publish a feed of notes and posts, and I'll hopefully be hosting many public services as time goes on. I want to participate in an intergalactic community--from the Salt Lake City area and out--slinging text files across the stars, organizing, and sharing our art/projects/speech through Free software.

My feed

-

- I publish various posts and notes on my feed. For timely updates and likely more convenient viewing, you can add the RSS feed to your reader of choice. -

+

I publish various posts and notes on my feed. For timely updates and likely more convenient viewing, you can add the RSS feed to your reader of choice.

SearXNG

-

- I run a SearXNG instance. It's a Free software, "meta-search-engine" that queries many other search engines. Logs are disabled except for some basic anonymous aggregate statistics you can find linked from its homepage. It's sometimes finicky as other search engines often rate limit it, but largely it serves me well. -

+

I run a SearXNG instance. It's a Free software, "meta-search-engine" that queries many other search engines. Logs are disabled except for some basic anonymous aggregate statistics you can find linked from its homepage. It's sometimes finicky as other search engines often rate limit it, but largely it serves me well.

Want a static webpage like this one?

-

- I'm happy to provide free static webpages for bands, activists, or others doing cool stuff in the Salt Lake City area. I can't cover the cost of a subdomain, so your site would be at https://skylarcloud.xyz/YOUR-PAGE unless you wanted to pay for your own domain. Feel free to contact me if you're interested. There are other more streamlined free options like Neocities as well. -

+

I'm happy to provide free static webpages for bands, activists, or others doing cool stuff in the Salt Lake City area. I can't cover the cost of a subdomain, so your site would be at https://skylarcloud.xyz/YOUR-PAGE unless you wanted to pay for your own domain. Feel free to contact me if you're interested. There are other more streamlined free options like Neocities as well.

Git

-

- The org and html files that make up this site, my QubesOS configuration, and eventually more, are or will be hosted as git repositories here. -

+

The org and html files that make up this site, my QubesOS configuration, and eventually more, are or will be hosted as git repositories here.

Contact me

-

- Feel free to contact me over email (admin@skylarcloud.slmail.me), or Signal (oat.50). If you want to suggest additions/modifications/fixes to the content of the site, diff files over email are convenient and appreciated but not necessary. -

- +

Feel free to contact me over email (admin@skylarcloud.slmail.me), or Signal (oat.50). If you want to suggest additions/modifications/fixes to the content of the site, diff files over email are convenient and appreciated but not necessary.

- - - Powered by debian - Made on GNU/Linux - lets crush capitalism - - - - ANARCHY NOW! + SHE/HER + rainbow flag + Powered by debian + Made on GNU/Linux + lets crush capitalism + Piracy Now! + Tor + TRANS RIGHTS NOW! + ANARCHY Now!
+ + + diff --git a/styles.css b/styles.css index b8afafc..f66e62a 100644 --- a/styles.css +++ b/styles.css @@ -1,32 +1,38 @@ body { - background-color: #1d2021; + font-family: "Lucida Console", "Courier New", monospace; + background-color: #282828; color: #fbf1c7; + font-size: 18px; } h1 { - font-family: "Lucida Console", "Courier New", monospace; font-size: 38px; - color: #b8bb26; + color: #fe8019; } h2 { - font-family: "Lucida Console", "Courier New", monospace; - font-size: 30px; + font-size: 32px; color: #b8bb26; } +h3 { + font-size: 26; + color: #98971a; + } + p { /* text-overflow: ellipsis; /\* will make [...] at the end *\/ */ /* width: 800px; /\* change to your preferences *\/ */ /* white-space: wrap; /\* paragraph to one line *\/ */ /* overflow:hidden; /\* older browsers *\/ */ - font-family: "Lucida Console", "Courier New", monospace; - font-size: 18px; } table, th, td { border: 2px solid; border-collapse: collapse; + font-size: 20; + margin: 10px; + padding: 10px; } a:link { -- cgit v1.2.3