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
2023-12-04 12:14:36 +01:00

82 lines
3.5 KiB
PHP

<!DOCTYPE html>
<html>
<head>
<?php include 'php/header.php';?>
<meta charset="UTF-8">
<meta name="description" content="Welcome to my personal website.">
<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 there! I'm Jacob, also known as speedie on the internet. I'm a hobby software programmer (C/C++, Bash, HTML/CSS, PHP) and tech enthusiast.</p>
<h3>Links</h3>
<div class="links">
<table>
<tr>
<td>
<img src="img/aboutme.png" width="16" height="16">
<a href="about-me.php">About me</a>
</td>
<td>
Learn more about me.
</td>
</tr>
<tr>
<td>
<img src="img/blog.png" width="16" height="16">
<a href="blog.php">Blog</a>
</td>
<td>
Read my blog.
</td>
</tr>
<tr>
<td>
<img src="img/projects.png" width="16" height="16">
<a href="/projects">Projects</a>
</td>
<td>
List of the software projects I work on.
</td>
</tr>
<tr>
<td>
<img src="img/chat.png" width="16" height="16">
<a href="https://matrix.speedie.site">Matrix space</a>
</td>
<td>
Join my Matrix space.
</td>
</tr>
<tr>
<td>
<img src="img/git.svg" width="16" height="16">
<a href="https://git.speedie.site/speedie">Git</a>
</td>
<td>
Git server, where all my software projects are hosted.
</td>
</tr>
<tr>
<td>
<img src="img/github.svg" width="16" height="16">
<a href="https://github.com/speediegq">GitHub</a>
</td>
<td>
My GitHub account, used for backups and contributions.<br>
</td>
</tr>
</table>
</div>
<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>