diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 34 | 
1 files changed, 26 insertions, 8 deletions
| @@ -2,8 +2,8 @@  <html>      <script> -      function toggleDarkMode() { -      document.body.classList.toggle("dark-mode"); +      function toggleLightMode() { +      document.body.classList.toggle("light-mode");        }      </script>    <head> @@ -11,27 +11,39 @@      <link rel="stylesheet" href="styles.css">      <button type="button" -            onclick="toggleDarkMode()"> +            onclick="toggleLightMode()">        light/dark mode toggle</button>    </head>    <body>      <center> +      <div>        <h1>Homepage</h1> -    </center> - -    <div> -        <noscript>          <p>Notice: Javascript seems to be disabled in your web browser. If that's intentional, you get an A+ for internet hygeine. This website will work fine, but certain trivial things like the dark-mode toggle won't work. This site is small enough that you can easily inspect the source code if you so desire.</p>        </noscript>        <p>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.</p> +</div> +    </center> + +    <div> +        <h2>My feed</h2>        <p>I publish various posts and notes on <a href="https://skylarcloud.xyz/feed.html">my feed</a>. For timely updates and likely more convenient viewing, you can add the <a href="https://skylarcloud.xyz/feed.xml">RSS feed</a> to your reader of choice.</p> +      <h3>Recent articles:</h3> + +      <li><a href="https://skylarcloud.xyz/posts/install-pkgs-w-saltstack.html">Examples of installing software in QubesOS with Saltstack</a></li> + +        <li><a href="https://skylarcloud.xyz/posts/torrenting.html">Convenient torrenting with qBittorrent</a></li> + +        <li><a href="https://skylarcloud.xyz/posts/tor-browser.html">The Tor Browser</a></li> + + +        <h2>SearXNG</h2>        <p>I run a <a href="https://searx.skylarcloud.xyz">SearXNG instance.</a> It's a Free software, "meta-search-engine" that queries many other search engines. Logs are disabled except for some <a href="https://searx.skylarcloud.xyz/searxng/stats">basic anonymous aggregate statistics you can find linked from its homepage.</a> It's sometimes finicky as other search engines often rate limit it, but largely it serves me well.</p> @@ -47,8 +59,14 @@        <h2>Contact me</h2>        <p>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.</p> -    </div> +    <h2>Credits</h2> + +    <p>Gruvbox is my favorite color pallete. I used the hex codes from this repo: <a href=https://github.com/morhetz/gruvbox>https://github.com/morhetz/gruvbox</a> + +    <p>The badges at the bottom of this website are taken from <a href=https://cyber.dabamos.de/88x31/>https://cyber.dabamos.de/88x31/</a></p> + +    </div>      <center>        <img src="badges/she-her.gif" alt="SHE/HER" title="My pronouns are she/her">        <img src="badges/rainbow_bev.gif" alt="rainbow flag"> |