cv/_site/about.html

35 lines
1.2 KiB
HTML
Raw Normal View History

2023-11-26 22:17:17 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>About</title>
<link rel="stylesheet" href="/assets/css/styles.css">
</head>
<body>
<nav>
<a href="/" >Home</a>
<a href="/about.html" class="current">About</a>
<a href="/education.html" >Education</a>
<a href="/work.html" >Work</a>
2023-11-27 10:00:59 +00:00
<a href="/volunteer.html" >Volunteering</a>
2023-11-26 22:17:17 +00:00
</nav>
<h1 id="about-page">About page</h1>
<p>This page tells you a little bit about me:</p>
<p>I have an interest in computers and technology, its not only my hobby but now my profession. At home I have built my own computer and server and am a home lab enthusiast. I keep up to date with new technology and love to talk about it. I enjoy Learning new things.</p>
<p>I also have an interest in space and astronautics. I follow all the developments in the space industry and watch as many launches as I can online. I primarily follow SpaceX and their rapid development and innovation in their pursuit to explore Mars, as well as Rocket Labs endeavours into utilising carbon composites.</p>
<p>I play the electric guitar playing songs from my favourite metal bands as well as covers from movies and games.</p>
2023-11-26 22:17:17 +00:00
</body>
</html>