This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/index.php
speedie a3ec6ab1c5 we no longer need this, i don't think its a huge issue
that said email me if you find something.
2022-12-12 22:36:49 +01:00

65 lines
5 KiB
PHP

<!DOCTYPE html>
<html>
<head>
<?php include 'php/header.php';?>
<meta charset="UTF-8">
<meta name="description" content="Welcome to speedie's personal website/blog.">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Welcome to speedie.gq</title>
</head>
<body>
<div class="content">
<h1>Hello world, I'm speedie!</h1>
<p>Hello world, I'm speedie, a free software enthusiast.</p>
<p>The website you stumbled upon is a personal blog, and all opinions are all my own, honest opinions. It's not just a blog, however my blog is the main part of this website. Feel free to take a look around!</p>
<h2>About me</h2>
<p>I live in Sweden and have an interest in technology and free software. I'm not <em>really</em> a programmer, I just write code sometimes to get the most of my technology and do things efficiently.</p>
<p>I work on projects sometimes such as:</p>
<ul>
<li><a href="/projects/speedwm.php">speedwm</a></li>
<li><a href="/projects/libspeedwm.php">libspeedwm</a></li>
<li><a href="/projects/spde.php">spde</a></li>
<li><a href="/projects/fontctrl.php">fontctrl</a></li>
<li><a href="/projects/elevendebloater.php">elevendebloater</a></li>
<li><a href="/projects/iron.php">iron</a></li>
<li><a href="/projects/rchat.php">rchat</a></li>
<li><a href="/projects/project081.php">Project 081</a></li>
</ul>
<p>I've also preserved old (previously) rare channels and other media for the Wii through a now dead community called 'Forwarder Factory' although nowadays I'm not really doing Wii things anymore. See the links below for that.</p>
<ul>
<li><a href="https://github.com/ForwarderFactory/wii">Homebrew App Archive</a></li>
<li><a href="https://github.com/ForwarderFactory/hbc-archive">Homebrew Channel Archive</a></li>
</ul>
<p>Occasionally, I will post YouTube videos on <a href="https://www.youtube.com/@user-yq2oh3do8y">my channel</a>, usually technology related.</p>
<h2>What software do I use?</h2>
<p>On my desktop, I run Gentoo GNU/Linux and on my laptop (ThinkPad X220) I'm running Arch GNU/Linux, <a href="/projects/speedwm.php">speedwm</a> for window manager on top of Xorg. Learn more about the software I use or reproduce my system <a href="/projects/spde.php">here</a>.</p>
<h2>Where do I go?</h2>
<p>Look at the top of the page. There are links that take you somewhere awesome!</p>
<p>Other links that aren't listed can be found further below or through other pages.</p>
<h2>Miscellanious</h2>
<p>Still don't know where to go? Perhaps check out one of the links below.</p>
<ul>
<li><a href="blog.php">Blog</a></li>
<p>My blog, usually about free software or personal interests, as well as world problems.</p>
<li><a href="rss.xml">RSS feed</a></li>
<p>RSS feed. All blog posts get fully posted on RSS.</p>
<li><a href="guides.php">Guides</a></li>
<p>List of text guides I have written. Most of them are about various GNU/Linux topics.</p>
<li><a href="projects.php">Projects</a></li>
<p>My projects. I am not really a programmer however I do work on some small projects which they can be found here.</p>
<li><a href="projects/overlay.php">Overlay</a></li>
<p>I maintain a Gentoo overlay, that is an unofficial Gentoo repository with custom packages written by myself which extend the packages you can install on a Gentoo system.</p>
</ul>
<h2>About this page</h2>
<p>I am just as concerned about privacy, security and free software as you. Because of my philosophy, this website does not use a single line of JavaScript as I believe it is unnecessary for 90% of what a website needs to do for the average person!</p>
<p>This also means, the website is basically free in design, and LibreJS compliant. If you're into spyware JavaScript you will not find it here! It should be noted that I <em>do</em> use PHP server-side in order to make maintaining this site easier.</p>
<p>However my entire website, including HTML. CSS, and PHP is available for free and distributed to you under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> license, which unlike the license I picked for the old website (same license but non-commercial making it nonfree) is free.</p>
<p>The base for this website was designed by <a href="https://donut.gq">emilyd</a> as a concept, and I have expanded on it further. Thanks a lot :D</p>
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>