Add git links to projects page

This commit is contained in:
Fred Boniface 2023-03-05 23:19:12 +00:00
parent 224891d2b5
commit 8fe20933b8
1 changed files with 9 additions and 6 deletions

View File

@ -16,15 +16,18 @@
<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:
templating rather than for dynamic content - I have created the following:
</p>
<dl>
<dt><a href="https://athena.fb-infra.uk">Athena</a></dt>
<dt><a href="https://athena.fb-infra.uk">Athena</a> <a href="https://git.fjla.uk/fred.boniface/athena.fb-infra.uk">Git Repo</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 - Under Testing</a></dt>
<dd>Written in Javascript, using Node.JS with Express.JS, a faster alternative
to Athena using direct access to the National Rail & Network Rail APIs</dd>
<dt><a href="https://git.fjla.uk/fred.boniface/trandom">tRandom</a></dt>
<dt><a href="https://owlboard.fjla.uk">OwlBoard</a> <a href="https://git.fjla.uk/OwlBoard">Git Repos</a></dt>
<dd>A suite of containerised applications offering live departure board PWA for UK Rail.
Consists of an Express.JS API Server, a Python db-manager script and a modern web frontend
utilising modern compression to reduce payload size, and making use of ServiceWorker caching,
to increase reliability over low quality mobile data links.
</dd>
<dt><a href="https://git.fjla.uk/fred.boniface/trandom">tRandom</a> <a href="https://git.fjla.uk/fred.boniface/tRandom">Git Repo</a></dt>
<dd>Written in Python, a simple cross-platform GUI based random number
generator. Using the tkinter library for the interface.</dd>
</dl>