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
Jacob b27785792f Remove the news.xml and rss.xml feeds
These are created on the fly, and as such should probably not be
included in the Git repository. Add the files to .gitignore to
prevent them from being included in the repository in the future.
2023-08-30 08:00:28 +02:00

115 lines
6.1 KiB
PHP

<!DOCTYPE html>
<html>
<head>
<?php include 'php/header.php';?>
<meta charset="UTF-8">
<meta name="description" content="Welcome to my personal website and blog about free software projects and minimalism.">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>speedie's site</title>
</head>
<body>
<div class="content">
<h2>Hello world!</h2>
<p>Hello, I'm speedie. This is my personal website and blog. I work on software projects such as <a href="https://spmenu.speedie.site">spmenu</a>, <a href="https://git.speedie.site/speedie/fontctrl">fontctrl</a> and preservation projects like <a href="https://github.com/ForwarderFactory/hbc-archive">my Homebrew Channel archive</a> and <a href="https://github.com/ForwarderFactory/wii">my Wii Homebrew archive</a> occasionally, and write about topics that interest me. Take a look around!</p>
<h3>Links</h3>
<div class="links">
<ul>
<li>
<img src="img/aboutme.png" width="16" height="16">
<a href="about-me.php">About me</a>
<p>Learn more about me.</p>
</li>
<li>
<img src="img/blog.png" width="16" height="16">
<a href="blog.php">Blog</a>
<p>Read my blog posts.</p>
</li>
<li>
<img src="img/rss.svg" width="16" height="16">
<a href="rss.xml">RSS feed</a>
<p>Read my blog posts using your favorite RSS reader.</p>
</li>
<li>
<img src="img/updates.png" width="16" height="16">
<a href="news.xml">RSS project updates</a>
<p>RSS feed, subscribe for project updates.</p>
</li>
<li>
<img src="img/opinions.png" width="16" height="16">
<a href="opinions.php">Opinions</a>
<p>A short list of a few of my opinions.</p>
</li>
<li>
<img src="img/based.png" width="16" height="16">
<a href="based.php">Based</a>
<p>Awesome things I've read that you should read too.</p>
</li>
<li>
<img src="img/rocks.png" width="16" height="16">
<a href="/rocks">Rocks</a>
<p>Things that rock.</p>
</li>
<li>
<img src="img/sucks.png" width="16" height="16">
<a href="/sucks">Sucks</a>
<p>Things that suck.</p>
</li>
<li>
<img src="img/ideas.png" width="16" height="16">
<a href="ideas.php">Ideas</a>
<p>Software and general ideas I have.</p>
</li>
<li>
<img src="img/projects.png" width="16" height="16">
<a href="/projects">Projects</a>
<p>Projects I've worked on.</p>
</li>
<li>
<img src="img/philosophy.png" width="16" height="16">
<a href="philosophy.php">Design philosophy</a>
<p>Design philosophy behind this website.</p>
</li>
</ul>
</div>
<h3>Contact</h3>
<p>If you need to contact me for any reason, my contact information can be found below.</p>
<div class="links">
<ul>
<li>
<img src="img/chat.png" width="16" height="16">
<a href="https://matrix.speedie.site">Matrix space</a>
</li>
<li>
<img src="img/mastodon.svg" width="16" height="16">
<a href="https://mastodon.sdf.org/@speedie">Mastodon</a>
</li>
<li>
<img src="img/git.svg" width="16" height="16">
<a href="https://git.speedie.site/speedie">Git</a>
</li>
<li>
<img src="img/github.svg" width="16" height="16">
<a href="https://github.com/speediegq">GitHub</a>
</li>
<li>
<img src="img/email.png" width="16" height="16">
<a href="mailto:speedie@speedie.site">Email me</a>
</li>
</ul>
</div>
<h3>PGP</h3>
<p>My public GPG key is available <a href="https://ls.speedie.site/pubkey.asc">here</a>.</p>
<p>Fingerprint: <code>AE46 FBEA 635C 56F2 B212 D036 CEB8 63B8 30D1 318A</code></p>
<p>Convenient command: <code>gpg --recv-keys CEB863B830D1318A</code></p>
<h3>Friends</h3>
<a href="https://snowcake.me">
<img src="img/snowcake-button.png" width="88" height="31">
</a>
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>