fredboniface.co.uk/projects.php

36 lines
1.5 KiB
PHP
Raw Normal View History

<?php include "./php/age.php"; ?>
<?php $page_title = "projects"; ?>
2022-10-07 22:45:01 +01:00
<!DOCTYPE html>
2022-10-07 22:45:01 +01:00
<html lang="en">
<?php include "./page-blocks/head.php"; ?>
2022-10-07 22:45:01 +01:00
<body>
<?php include "./page-blocks/head-img.php"; ?>
<?php include "./page-blocks/menu.php"; ?>
<?php include "./page-blocks/micro-content.php"; ?>
<div class="content hide_micro">
<p>
2023-01-11 23:36:23 +00:00
This isn't a complete list of all my projects, but check out my Gitea below to see more.
</p>
<p>
Most of my projects involve web development, you can find some software projects below
though. Besides this website, which is written in PHP - mainly for easy
templating rather than for complicated code - I have created the following:
</p>
<dl>
<dt><a href="https://athena.fb-infra.uk">Athena</a></dt>
<dd>Written in PHP, a simple gateway to get easy access to train departures</dd>
<dt><a href="https://owlboard.fjla.uk">OwlBoard</a></dt>
<dd>Written in Javascript, a faster alternative to Athena using direct access
to the National Rail & Network Rail APIs</dd>
2023-01-11 23:37:16 +00:00
<dt><a href="https://git.fjla.uk/fred.boniface/trandom">tRandom</a></dt>
2023-01-11 23:36:23 +00:00
<dd>Written in Python, a simple cross-platform GUI based random number
generator. Using the tkinter library for the interface.</dd>
</dl>
<br>
In the meantime, <a href="https://git.fjla.uk">visit my Gitea Server</a>.
</p>
</div>
<?php include "./page-blocks/footer.php"; ?>
2022-10-07 22:45:01 +01:00
</body>
</html>