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

82 lines
3.5 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-11-25 21:48:28 +01:00
<meta name="description" content="Welcome to my personal website.">
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-07-11 00:56:17 +02:00
<h2>Hello world!</h2>
2023-11-25 21:48:28 +01:00
<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>
2023-08-29 23:10:52 +02:00
<h3>Links</h3>
<div class="links">
2023-12-04 12:14:36 +01:00
<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>
2023-08-29 23:10:52 +02:00
</div>
<h3>Friends</h3>
2023-11-25 21:48:28 +01:00
<a href="https://snowcake.me"><img src="img/snowcake-button.png" width="88" height="31"></a>
2022-11-23 10:58:43 +01:00
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>