122 lines
4.8 KiB
HTML
122 lines
4.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Comfitu.re - Sweet and Cozy</title>
|
|
|
|
<link href="style.css" rel="stylesheet"/>
|
|
<script src="script.js" type="application/javascript"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="background"></div>
|
|
|
|
<div class="container">
|
|
<header>
|
|
<pre>
|
|
___ __ _ _
|
|
/ __|___ _ __ / _(_) |_ _ _ _ _ ___
|
|
| (__/ _ \ ' \| _| | _| || |_| '_/ -_) v1.0.0
|
|
\___\___/_|_|_|_| |_|\__|\_,_(_)_| \___| by Fristi-kan
|
|
</pre>
|
|
<a href="#home">Home</a>
|
|
| <a href="#about">About</a>
|
|
| <a href="#projects">Projects</a>
|
|
| <a href="#contact">Contact</a><br/>
|
|
</header>
|
|
|
|
<main>
|
|
<div class="content" 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 cozy 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>
|
|
</div>
|
|
|
|
<div class="content" id="about">
|
|
<h1>About me</h1>
|
|
<p>
|
|
Under Construction.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="content" id="projects">
|
|
<h1>Software Projects</h1>
|
|
<p>
|
|
Under Construction.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="content" id="contact">
|
|
<h1>Contact information</h1>
|
|
<p>
|
|
I can be contacted by email, xmpp or the fediverse.
|
|
</p>
|
|
<p>
|
|
Email: <a href="mailto:fristi@subcon.town">fristi@subcon.town</a><br/>
|
|
XMPP: <a href="mailto:fristi@subcon.town">fristi@subcon.town</a><br/>
|
|
Fediverse: <a target="_blank" href="https://kartoffel.cafe/fristi">@fristi@kartoffel.cafe</a>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="content" id="copyright">
|
|
<h1>Copyright notice</h1>
|
|
<p>
|
|
Unless otherwise specified, the Creative Commons Zero (CC0)
|
|
clause applies to this website, including its content
|
|
and source code. Please see the <a target="_blank" href="LICENSE.md">CC0 clause</a>
|
|
and <a target="_blank" href="https://git.subcon.town/fristi/comfitu.re">source code</a>.
|
|
</p>
|
|
|
|
<h2>Exceptions regarding media content</h2>
|
|
<p>
|
|
The CC0 clause does not apply to the images, videos, audio and fonts used on
|
|
this website. The respective copyright licenses for these works apply.
|
|
</p>
|
|
|
|
<h2>Complaints</h2>
|
|
<p>
|
|
If you feel any material is incorrectly used on this website, or otherwise
|
|
infringes on your copyright, feel free to file a complaint to
|
|
<a href="mailto:fristi@subcon.town">fristi@subcon.town</a>.
|
|
</p>
|
|
</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> |