Update projects

This commit is contained in:
Fred Boniface 2022-09-09 20:41:07 +01:00
parent a5a1cca000
commit cb4a743e0e

View File

@ -40,19 +40,14 @@
<h1>Projects</h1>
<p>Recently, I have been learning to write code. I have started to learn Python and Javascript at the same time as learning to write HTML and CSS
- that's why this website isn't (at least at the time of writing!) very graphically impressive, it's something I'm working on. This website
has all been written by hand as HTML, CSS and JS; I haven't made use of a WYSIWYG editor beyond sometimes using 'Blue Griffon' to preview the
pages as I write them. Most of this website has been written in <a href="https://atom.io">Atom</a>, an open source text editor for coders.
I encourage you to check out the source code using your browser!.</p>
has all been written by hand as HTML, CSS and JS. I've also started exploring Go for some projects.</p>
<p>All of my projects, including this website can be found at <a href="https://git.fjla.uk/explore">git.fjla.uk</a>.</p>
<p>As well as this website, here are some links to other projects I have made - many are incomplete but all are available under an open source license.</p>
<ul class="projects" id="projects" title="My Projects">
<li><a href="https://github.com/frdbonif/tRandom">tRandom</a> - A simple random number generator for Linux written with Python 3 using the tKinter library for the GUI.</li>
<li><a href="https://github.com/frdbonif/sys2mqtt">sys2mqtt</a> - A daemon, written in Python 3, for pushing system statistics to an MQTT server. Built for Windows, Linux and BSD</li>
</ul>
<p>I'm currently working on things, come back soon.</p>
<p>--<br>
© Frederick Boniface 2020<br>
© Frederick Boniface 2022<br>
</p>
<a href="#top">Back to top</a>
</body>