31 lines
1.1 KiB
HTML
31 lines
1.1 KiB
HTML
<!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>
|
||
|
||
</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, it’s 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
|
||
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 Lab’s endeavours into utilising carbon composites.
|
||
I play the electric guitar playing songs from my favourite metal bands as well as covers from movies and games.</p>
|
||
|
||
</body>
|
||
</html>
|