31 lines
1.2 KiB
HTML
Executable File
31 lines
1.2 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
|
|
<title>{{ page.title }}</title>
|
|
|
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
|
|
|
<body>
|
|
{% include menu.html %}
|
|
|
|
<div class="main">
|
|
<div class="pfp">
|
|
<img src="/assets/images/Hexaitos/FaultyArts/hexaitos_icon.png"/>
|
|
<p>A headshot of me!<br/> Made by FaultyArts</p>
|
|
</div>
|
|
|
|
<h1>Welcome to my website!</h1>
|
|
<p>Hello and welcome to my website :> My name is Hexaitos (or just Hex). I am a bateleur eagle from Germany. I like working with computers (especially Linux) and networks, playing (video) games, learning languages, taking photos and a bunch of other things, depending on what I am currently fixiated upon. If you want to get in touch, look at the <a href="contact.html">contact</a> page!</p>
|
|
|
|
<p>This website is still very much a work-in-progress. I will be adding a <a href="blog.html">blog</a> at some point where I will be posting things mostly about computers and games. </p>
|
|
</div>
|
|
</body>
|
|
|
|
<footer>
|
|
{% include footer.html %}
|
|
</footer>
|
|
|
|
</html> |