55 lines
2.0 KiB
HTML
55 lines
2.0 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 ⤵</button>
|
|
<div class="droplist">
|
|
<a href="/identity">⤷ Key Downloads</a>
|
|
<a href="/identity/about.html">⤷ About PGP</a>
|
|
</div>
|
|
</div>
|
|
<div class="dropdown">
|
|
<button class="dropbutton">FDS ⤵</button>
|
|
<div class="droplist">
|
|
<a href="/fds">⤷ About FDS</a>
|
|
<a href="/fds/ultrasonic">⤷ 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()">☰</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'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>I'm currently working on things, come back soon.</p>
|
|
<p>--<br>
|
|
© Frederick Boniface 2022<br>
|
|
</p>
|
|
<a href="#top">Back to top</a>
|
|
</body>
|
|
</html>
|