Files
havox/about_me.html
2026-03-10 21:01:46 +00:00

171 lines
6.1 KiB
HTML

<!doctype html>
<html>
<head>
<title>About Me</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="stylesheet" href="assets/css/main.css" />
<noscript
><link rel="stylesheet" href="assets/css/noscript.css"
/></noscript>
<link
rel="apple-touch-icon"
sizes="180x180"
href="favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="favicon/favicon-16x16.png"
/>
<link rel="manifest" href="favicon/site.webmanifest" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header>
<h1>Havox & me</h1>
</header>
<!-- Main -->
<div id="main">
<!-- Content -->
<section id="content" class="main">
<span class="image main"
><img src="images/ffflurry.svg" alt=""
/></span>
<h2>About Me</h2>
<p>
I am a Computer Science graduate from the University of Nottingham,
with a degree awarded in August 2022. I joined FDM as a Java
Software Developer in June 2023, and since then I have been
enhancing my skills in various technologies and frameworks. Some of
the skills I have learnt at FDM are: creating REST APIs using the
Java Spring Framework, using postman api, JUnit and Mockito to test
them, whilst using H2, JDBC and MySQL to persist data.
</p>
<p>
These skills complement my previous academic experience in areas
such as: Android Development, Distributed Systems, Game Development,
Malware Analysis, Data Visualisation, Graphics, Security,
Cryptography, Databases, Algorithms and Efficiency.
</p>
<p>
I am passionate about learning new things and applying them to
real-world problems. I am looking for opportunities to further
develop my career as a software engineer and contribute to
innovative projects.
</p>
<h2>About Havox</h2>
<p>
Havox is a website I have been using to host my projects and
tutorials since 2017. Back then a friend introduced me to the
concept of a VPS, using a debain box to run an nginx web server.
Several years later not much has changed (apart from the server,
domain and design - all several times).
</p>
<p>
When I first started learning to code, I took inspiration from
<a>The Coding Train</a> and found an interest in visualising
algorithms. This was much more interesting than seeing a console
output.
</p>
<div class="timeline">
<div class="container">
<img class="timeline-img" src="images/havoxV3.png" />
<img class="timeline-icon" src="images/web_icon.svg" />
<div class="text-box">
<h2>HavoxV3</h2>
<small>2023-Present</small>
<p>
Here havox morphed into more of a portfolio rather than a fun
side project. Now fully taking advantage of Scss, considering
mobile view-widths and general UI design.
</p>
<span class="arrow left-arrow"></span>
</div>
</div>
<div class="container">
<img class="timeline-img" src="images/havoxV2.png" />
<img class="timeline-icon" src="images/web_icon.svg" />
<div class="text-box">
<header>
<h2>HavoxV2</h2>
</header>
<small>2019-2022</small>
<p>
My first project using Scss! Also the first website to be
hosted on my own hardware - this allowed me to upload far more
projects.
</p>
<span class="arrow right-arrow"></span>
</div>
</div>
<div class="container">
<img class="timeline-img" src="images/havox.org.png" />
<img class="timeline-icon" src="images/web_icon.svg" />
<div class="text-box">
<h2>Havox.org</h2>
<small>2017-2019</small>
<p>
My first website! The whole website was stored in one php
file🤣 However I did have a quote of the day feature using
python script scheduled by a cronjob using php to dynamically
display the quote.
</p>
<span class="arrow left-arrow"></span>
</div>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<h2>Contact me</h2>
<p>Feel free to get in touch through:</p>
<dl class="alt">
<dt>Email</dt>
<dd><a href="#">information@untitled.tld</a></dd>
</dl>
<ul class="icons">
<li>
<a href="#" class="icon brands fa-github alt"
><span class="label">GitHub</span></a
>
</li>
<li>
<a href="#" class="icon brands fa-linkedin alt"
><span class="label">Linkedin</span></a
>
</li>
</ul>
</section>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>