Create services.html

This commit is contained in:
nune 2024-03-30 11:09:09 -04:00 committed by GitHub
parent 82484497d6
commit 1bc691e332
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

44
services.html Normal file
View file

@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="The main page of Nune's site.">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="author" content="Blitzwing">
<link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="/feed.xml">
<title>Blitzwing Main Page</title>
<!--====== Favicon Icon ======-->
<link rel="shortcut icon" href="img/2.png" type="image/png">
<link rel="stylesheet" href="/style.css">
<!--This website's code is licensed under Decolonial Media License 0.1. Learn more here: https://www.blitzw.in/license.txt -->
</head>
<body>
<p><h2>Nune's services on blitzw.in (WIP)</h2></p>
<p>As true to my nature, I'm planning to host a small variety of privacy/usage services. I'll be utilizing an old laptop with Arch Linux installed for it. Here's a list and some updates on my plans.</p>
<p><h2>Current services...</h2></p>
<p><ul>
<li><a href="https://random.blitzw.in">Comic Book Reader</a>: self-hosted copy of Afif Zafri's comic book reader. You can read any comic book file using it. If you don't have any files, you can still test it out.</li>
<li><a href="https://random.blitzw.in/mdedit.html">EasyMDE</a>: self-hosted copy of EasyMDE. Very barebones with no saving at all and a lack of icons. It's best to use it to build your Rentries or markdown documents easier.</li>
</ul></p>
<p><h2>Possible future services...</h2></p>
<p><ul>
<li>PrivateBin (largest priority)</li>
<li>SimplyTranslate</li>
<li>Etherpad (replacing EasyMDE)</li>
</ul></p>
<p><h2>The plan so far:</h2></p>
<p><ul>
<li>Discussed plan with my computer savvy grandpa?: yes</li>
<li>Is he seeking for an old laptop on the depths of eBay right now?: yes</li>
<li>Is he considering paying for a CD of Arch Linux for supposed support reasons?: Unfortunately, yes</li>
</ul></p>
<p>I'd like to thank <a href="https://cyberia.club">Cyberia Club</a> for help during this process.</p>
<h1><a href="/index.html">Go back.</a></h1>
<div class="footer"><p><a href="/privacypolicy.html">Privacy</a></p>
<p><a href="https://ceasefiretoday.com/"><img src="/img/palestine.jpg" alt="Palestine flag" title="This website supports Palestinian liberation."></a></p></div>
</div>
</body>
</html>