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/credits.php
speedie 30d0db9d5d Add new blog post, number 60. Modify credits to reflect the Gitea
migration made.

Also fix typo in the last blog post causing <code> tag to not be closed. I'm
on Matrix too much apparently.
2023-06-08 12:20:58 +02:00

33 lines
1.5 KiB
PHP

<!DOCTYPE html>
<html>
<head>
<?php include 'php/header.php';?>
<meta charset="UTF-8">
<meta name="description" content="Credit for the speedie.site page and services I run.">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Credits</title>
</head>
<body>
<div class="content">
<h2>Credits</h2>
<p>Credits for this website and all services I run.</p>
<ul>
<li>speedie.site</li>
<p>The initial concept for this site was designed by <a href="https://donut.eu.org">donut.eu.org</a>. I have expanded on it significantly and rewritten a lot of the styling since. Thank you!</p>
<li>git.speedie.site</li>
<p>git.speedie.site is a Gitea instance.</p>
<li>ls.speedie.site</li>
<p>ls.speedie.site is a fork of <a href="https://github.com/lorenzos/Minixed">MINIXED</a> with mostly styling changes.</p>
<li>speedwm.speedie.site, spmenu.speedie.site, wiki.speedie.site</li>
<p>All my wikis are done through <a href="https://github.com/panicsteve/w2wiki/">w2wiki</a>, which I have modified a bit to fit my needs.</p>
<li>Web server</li>
<p>Everything is hosted on a Vultr VPS using Apache2.</p>
</ul>
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>