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

50 lines
3.6 KiB
PHP
Raw Normal View History

2022-11-23 10:58:43 +01:00
<!DOCTYPE html>
<html>
<head>
<?php include 'php/header.php';?>
<meta charset="UTF-8">
2023-01-21 00:49:58 +01:00
<meta name="description" content="Welcome to my personal website and blog about free software projects and minimalism.">
2022-11-23 10:58:43 +01:00
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
2023-04-19 10:07:35 +02:00
<title>speedie's site</title>
2022-11-23 10:58:43 +01:00
</head>
<body>
<div class="content">
2023-01-21 00:49:58 +01:00
<h2>Hello there!</h2>
2023-04-29 17:47:02 +02:00
<p>Hello, I'm speedie and this is my personal website and blog. I'm a free software enthusiast, tech minimalist and creator of projects like <a href="https://speedwm.speedie.site">speedwm</a>, <a href="https://spmenu.speedie.site">spmenu</a>, <a href="https://github.com/ForwarderFactory">Forwarder Factory</a> and <a href="/projects/project081.php">Project 081</a>. Take a look around!</p>
2022-11-23 10:58:43 +01:00
<ul>
2023-03-12 21:59:48 +01:00
<li><a href="blog.php">Blog</a></li>
<p>My blog, usually about free software or personal interests.</p>
2023-04-19 16:16:33 +02:00
<li><a href="project-list.php">Projects</a></li>
2023-04-19 10:07:35 +02:00
<p>A list of my programming projects.</p>
<li><a href="faq.php">Frequently asked questions</a></li>
<p>Frequently asked questions are answered here.</p>
<li><a href="rss.xml">RSS feed</a></li>
<p>RSS feed, all blog posts are posted in full.</p>
<li><a href="updates.xml">RSS project updates</a></li>
<p>RSS feed for project updates. Follow this feed if you are a user of my software.</p>
2023-03-12 21:59:48 +01:00
<li><a href="projects/overlay.php">Gentoo 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>
<li><a href="projects/repository.php">Arch repository</a></li>
2023-04-19 10:07:35 +02:00
<p>I also maintain an Arch user repository containing almost the same packages. This is al</p>
2022-11-23 10:58:43 +01:00
</ul>
2023-04-14 22:59:48 +02:00
<p>Other services/websites:</p>
2023-03-12 21:59:48 +01:00
<ul>
2023-04-19 10:07:35 +02:00
<li><a href="https://matrix.to/#/#speediegq:matrix.org">Matrix space</a></li>
2023-04-14 22:59:48 +02:00
<p>I've been getting into Matrix recently, so feel free to join my space. There's also an end-to-end encrypted space for those with clients that support it.</p>
2023-03-12 21:59:48 +01:00
<li><a href="https://github.com/speediegq">GitHub</a></li>
<p>My GitHub account. It is more or less used as a backup, and most of my projects are not primarily hosted there.</p>
2023-04-19 10:07:35 +02:00
<li><a href="https://codeberg.org/speedie">Codeberg</a></li>
<p>My Codeberg account. It is more or less used as a backup, and most of my projects are not primarily hosted there. This site however <em>is</em> hosted there.</p>
<li><a href="https://www.youtube.com/@speediesite">YouTube</a></li>
<p>My YouTube channel. Most of what I post is technology related, usually related to my personal projects.</p>
2023-03-12 21:59:48 +01:00
</ul>
2023-04-19 10:07:35 +02:00
<h3>Email me</h3>
<p>Feel free to <a href="mailto:speedie@speedie.site">send me encrypted or unencrypted email.</a> My public GPG key is available <a href="https://ls.speedie.site/pubkey.asc">here</a>, and my email address is <code>speedie@speedie.site</code>. The email is stored on my VPS.
2022-11-23 10:58:43 +01:00
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>