246 lines
11 KiB
HTML
246 lines
11 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Comfitu.re :: Sweet and Cozy</title>
|
|
|
|
<link href="style.css?v=1.4.1" rel="stylesheet"/>
|
|
<script src="script.js?v=1.4.1" type="application/javascript"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="background"></div>
|
|
<script>comfiture.setupWallpaper();</script>
|
|
|
|
<div class="container">
|
|
<header>
|
|
<pre style="width: 352px; display:inline-block">
|
|
___ __ _ _
|
|
/ __|___ _ __ / _(_) |_ _ _ _ _ ___
|
|
| (__/ _ \ ' \| _| | _| || |_| '_/ -_)
|
|
\___\___/_|_|_|_| |_|\__|\_,_(_)_| \___|
|
|
</pre><div style="display: inline-block; height: 48px; vertical-align: bottom;">
|
|
<a href="#changelog">v1.4.2</a><br/>
|
|
<script>comfiture.printMotd();</script><br/>
|
|
</div>
|
|
<div>
|
|
<a href="#home">Home</a>
|
|
| <a href="#about">About</a>
|
|
| <a href="#websites">Websites</a>
|
|
| <a href="#projects">Projects</a>
|
|
| <a href="#contact">Contact</a><br/>
|
|
</div>
|
|
</header>
|
|
|
|
<main>
|
|
<div class="content" id="home">
|
|
<div id="ascii"><pre>
|
|
( )
|
|
( )
|
|
( )
|
|
( )
|
|
) )
|
|
( ( /\
|
|
(_) / \ /\
|
|
________[_]________ /\/ \/ \
|
|
/\ /\ ______ \ / /\/\ /\/\
|
|
/ \ //_\ \ /\ \ /\/\/ \/ \
|
|
/\ / /\/\ //___\ \__/ \ \/
|
|
/ \ /\/ \//_____\ \ |[]| \
|
|
/\/\/\/ //_______\ \|__| \
|
|
/ \ /XXXXXXXXXX\ \
|
|
\ /_I_II I__I_\__________________\
|
|
I_I| I__I_____[]_|_[]_____I
|
|
I_II I__I_____[]_|_[]_____I
|
|
I II__I I XXXXXXX I
|
|
~~~~~" "~~~~~~~~~~~~~~~~~~~~~~~~
|
|
</pre></div>
|
|
|
|
<p>
|
|
Hello, welcome to my comfy personal website! (^▽^)
|
|
</p>
|
|
|
|
<p>
|
|
I am Fristi, a programmer from the Netherlands. On this website you can find
|
|
more info about me, my server and my personal projects. If you'd like to chat,
|
|
ping me on the <a href="https://mk.toast.cafe/@fristi">fediverse</a>!
|
|
</p>
|
|
</div>
|
|
<div class="content" id="about">
|
|
<h1>About</h1>
|
|
<p>
|
|
Hi, my name is Fristi. I'm a PHP programmer and server hobbyist from the
|
|
Netherlands. I love old electronics, games and food. While I generally don't
|
|
program a lot in my spare time anymore, I do maintain a linux server
|
|
that hosts some of my private data and services. as well as this website.
|
|
</p>
|
|
|
|
<h2>Professional</h2>
|
|
<p>
|
|
For a living, I mainly do backend programming in PHP, specializing in the
|
|
Laravel framework. I also do other bits and pieces of scripting where needed,
|
|
although I'm no expert in that. I also do a bit of front-end development where
|
|
needed, with experience in Bootstrap, although I prefer to make my own lighter
|
|
front-end solutions where possible.
|
|
</p>
|
|
<p>
|
|
Besides programming, I also work a lot with Linux systems, and use it as my
|
|
preferred operating system on my own computers. In my spare time I maintain a
|
|
personal hobby server that holds most of my private data and services, while
|
|
also acting as my development server.
|
|
</p>
|
|
<p>
|
|
Please view the <a href="#websites">Websites</a> and <a href="#projects">Projects</a>
|
|
pages to get an idea of what I've worked
|
|
with. If you wish to know more, feel free to send an email to
|
|
<a href="mailto:fristi@subcon.town">fristi@subcon.town</a>.
|
|
</p>
|
|
</div>
|
|
<div class="content" id="websites">
|
|
<h1>My websites</h1>
|
|
<p>
|
|
I currently host the following websites:
|
|
</p>
|
|
<p>
|
|
- <a href="https://subcon.town/">Subcon Town</a>:
|
|
the main website of my personal server.
|
|
<a href="https://vcs.subcon.town/fristi/subcon.town">Source</a><br/>
|
|
- <a href="https://comfitu.re">Comfiture</a>:
|
|
my personal website, the one you're reading now.
|
|
<a href="https://vcs.subcon.town/fristi/comfitu.re">Source</a><br/>
|
|
- <a href="https://something.comfitu.re/">Something Fresh</a>:
|
|
a blog featuring my random thoughts on various things.
|
|
<a href="https://vcs.subcon.town/fristi/something-fresh">Source</a><br />
|
|
- <a href="https://paperbin.comfitu.re/">The Paperbin</a>:
|
|
a blog where I rant about the things that annoy me.
|
|
<a href="https://vcs.subcon.town/fristi/paperbin">Source</a>
|
|
</p>
|
|
</div>
|
|
<div class="content" id="projects">
|
|
<h1>Projects</h1>
|
|
<p>
|
|
I'm always working on something, so here's a list of things I'm working on or
|
|
have worked on in the past.
|
|
</p>
|
|
|
|
<h2>Software</h2>
|
|
<p>
|
|
- <a href="https://vcs.subcon.town/fristi/console-writer">Console Writer</a>:
|
|
a small symfony/laravel package with improved console input/output handling.<br/>
|
|
- A few other things I need to make available on my git repositories, check back later!
|
|
</p>
|
|
|
|
<h2>Services</h2>
|
|
<p>
|
|
For a list of services that I currently host,
|
|
please view the <a href="https://subcon.town">Subcon Town</a> website.
|
|
</p>
|
|
</div>
|
|
<div class="content" id="contact">
|
|
<h1>Contact information</h1>
|
|
<p>
|
|
Want to send me a message? Use one of the two methods below:
|
|
</p>
|
|
<p>
|
|
Email: <a href="mailto:fristi@subcon.town">fristi@subcon.town</a><br/>
|
|
Fediverse: <a target="_blank" href="https://mk.toast.cafe/@fristi">@fristi@mk.toast.cafe</a>
|
|
</p>
|
|
</div>
|
|
<div class="content" id="copyright">
|
|
<h1>Copyright notice</h1>
|
|
<p>
|
|
Unless otherwise specified below, the content and source code of this website are
|
|
licensed under the Blue Oak Model License 1.0.0.
|
|
A copy of this license may be viewed <a target="_blank" href="LICENSE">here</a>.
|
|
Additionally, the website source code can be viewed
|
|
<a target="_blank" href="https://vcs.subcon.town/fristi/comfitu.re">here</a>.
|
|
</p>
|
|
|
|
<h2>Exceptions regarding media content</h2>
|
|
<p>
|
|
The media used on this website, including images, videos, audio and fonts, fall
|
|
under their own respective copyright licenses, and are thus not subject to the
|
|
above mentioned Blue Oak Model License.
|
|
</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>
|
|
<div class="content" id="changelog">
|
|
<h1>Changelog</h1>
|
|
<p>
|
|
1.4.2 Patch:<br/>
|
|
- Added fediring links <br/>
|
|
- Improved mobile support of the header section<br/>
|
|
- Added some more motd lines
|
|
</p>
|
|
<p>
|
|
1.4.1 Patch:<br/>
|
|
- Added "viewport" meta tag to fix responsiveness
|
|
</p>
|
|
<p>
|
|
1.4.0 Minor update:<br/>
|
|
- Added responsive sizing for mobile support<br/>
|
|
- Updated visual style of the "terminal"<br/>
|
|
- Removed a few lower-quality backgrounds<br/>
|
|
- Updated footer with direct link to source<br/>
|
|
- Refreshed content a bit<br/>
|
|
- Added randomized motd under version number
|
|
</p>
|
|
<p>
|
|
1.3.1 Patch:<br/>
|
|
- Set background image rendering to "crisp-edges"
|
|
</p>
|
|
<p>
|
|
1.3.0 Minor update:<br/>
|
|
- Updated site texts<br/>
|
|
- Fixed git links to now direct to vcs.subcon.town<br/>
|
|
- Updated personal contact info<br/>
|
|
- Fixed css issue causing scrollbars to appear when not needed<br/>
|
|
- Added more backgrounds
|
|
</p>
|
|
<p>
|
|
1.2.2 Patch:<br/>
|
|
- Cleaned up javascript code<br/>
|
|
- Fixed issue with doubly loading wallpaper<br/>
|
|
- Added version query string to css and javascript urls to prevent cache issues
|
|
</p>
|
|
<p>
|
|
1.2.1 Patch:<br/>
|
|
- Set a default background image for the no-javascript crowd<br/>
|
|
- Added this changelog to the website
|
|
</p>
|
|
<p>
|
|
1.2.0 Minor update:<br/>
|
|
- Added blogs content
|
|
</p>
|
|
<p>
|
|
1.1.0 Minor update:<br/>
|
|
- Updated missing content
|
|
</p>
|
|
<p>
|
|
1.0.0 Initial release
|
|
</p>
|
|
</div>
|
|
</main>
|
|
|
|
<footer>
|
|
<div style="float:left;">
|
|
<a href="https://fediring.net/previous?host=comfitu.re">←</a>
|
|
<a href="https://fediring.net/">Fediring</a>
|
|
<a href="https://fediring.net/next?host=comfitu.re">→</a>
|
|
</div>
|
|
<div style="text-align: right"> 2021 Comfitu.re.
|
|
<a href="#copyright">License</a>
|
|
<a target="_blank" href="https://vcs.subcon.town/fristi/comfitu.re">Source</a>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |