88 lines
3 KiB
HTML
88 lines
3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Comfitu.re - Sweet comfy</title>
|
|
|
|
<link href="style.css" rel="stylesheet"/>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
|
|
|
|
<div class="background"></div>
|
|
|
|
<div class="container">
|
|
<header>
|
|
<pre>
|
|
___ __ _ _
|
|
/ __|___ _ __ / _(_) |_ _ _ _ _ ___
|
|
| (__/ _ \ ' \| _| | _| || |_| '_/ -_) v0.1.33
|
|
\___\___/_|_|_|_| |_|\__|\_,_(_)_| \___| by Fristi-kan
|
|
</pre>
|
|
<a class="active" href="#home">Home</a> | <a href="#projects">Projects</a> | <a href="#contact">Contact</a> <br/>
|
|
</header>
|
|
|
|
<main>
|
|
<div id="home">
|
|
<pre>
|
|
( )
|
|
( )
|
|
( )
|
|
( )
|
|
) )
|
|
( ( /\
|
|
(_) / \ /\
|
|
________[_]________ /\/ \/ \
|
|
/\ /\ ______ \ / /\/\ /\/\
|
|
/ \ //_\ \ /\ \ /\/\/ \/ \
|
|
/\ / /\/\ //___\ \__/ \ \/
|
|
/ \ /\/ \//_____\ \ |[]| \
|
|
/\/\/\/ //_______\ \|__| \
|
|
/ \ /XXXXXXXXXX\ \
|
|
\ /_I_II I__I_\__________________\
|
|
I_I| I__I_____[]_|_[]_____I
|
|
I_II I__I_____[]_|_[]_____I
|
|
I II__I I XXXXXXX I
|
|
~~~~~" "~~~~~~~~~~~~~~~~~~~~~~~~
|
|
</pre>
|
|
|
|
<p>
|
|
Hello, welcome to my comfy personal website! 0w0
|
|
</p>
|
|
|
|
<p>
|
|
I am a webdeveloper and general tinkerer from the Netherlands.
|
|
Most of my time is usually spent on PHP/Laravel projects.
|
|
In my free time I maintain my Linux server, running a number
|
|
of services including a Pleroma microblogging instance, a Nextcloud instance,
|
|
a Prosody XMPP instance, as well as some of my websites and some other small things.
|
|
</p>
|
|
|
|
<p>
|
|
|
|
</p>
|
|
</div>
|
|
|
|
<!--<div id="projects">
|
|
<h1>Software Projects</h1>
|
|
</div>
|
|
|
|
<div id="contact">
|
|
<h1>Contact information</h1>
|
|
</div>
|
|
|
|
<div id="copyright">
|
|
<h1>Copyright notice</h1>
|
|
</div>-->
|
|
</main>
|
|
|
|
<footer>
|
|
<br/>
|
|
<div style="text-align: right"><a href="#copyright">CC0</a> 2021 Comfitu.re. No rights reserved.</div>
|
|
</footer>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |