fredboniface.co.uk/projects/index.html
2022-09-08 21:26:20 +01:00

60 lines
2.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/css/navbar.css">
<link rel="stylesheet" type="text/css" href="/css/main.css">
<script src="/js/navbar.js"></script>
<title>Projects - Fred Boniface</title>
</head>
<body>
<a id="top"></a>
<!-- BEGIN NAVBAR -->
<div class="navbar" id="navbar">
<a class="logo" href="/index.html"><img src="/static-objects/navbar/home.svg" alt="Home" width="26" height="26"></a>
<div class="mobile">
<a href="/index.html">Home</a>
</div>
<div class="dropdown">
<button class="dropbutton">Identity &#10549;</button>
<div class="droplist">
<a href="/identity">&#10551; Key Downloads</a>
<a href="/identity/about.html">&#10551; About PGP</a>
</div>
</div>
<div class="dropdown">
<button class="dropbutton">FDS &#10549;</button>
<div class="droplist">
<a href="/fds">&#10551; About FDS</a>
<a href="/fds/ultrasonic">&#10551; Ultrasonic</a>
</div>
</div>
<a href="/projects">Projects</a>
<a href="/about.html">About</a>
<i>Fred Boniface</i>
<a href="javascript:void(0);" class="icon" onclick="hamburger()">&#9776;</a>
</div>
<!-- END NAVBAR -->
<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>
<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>
</p>
<a href="#top">Back to top</a>
</body>
</html>