1.4.4 patch, updated links and removed email references.
This commit is contained in:
parent
0ccf3c6162
commit
933d86c48f
30
index.html
30
index.html
|
|
@ -5,8 +5,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.3" rel="stylesheet"/>
|
||||
<script src="script.js?v=1.4.3" type="application/javascript"></script>
|
||||
<link href="style.css?v=1.4.4" rel="stylesheet"/>
|
||||
<script src="script.js?v=1.4.4" type="application/javascript"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
| (__/ _ \ ' \| _| | _| || |_| '_/ -_)
|
||||
\___\___/_|_|_|_| |_|\__|\_,_(_)_| \___|
|
||||
</pre><div style="display: inline-block; height: 48px; vertical-align: bottom;">
|
||||
<a href="#changelog">v1.4.3</a><br/>
|
||||
<a href="#changelog">v1.4.4</a><br/>
|
||||
<script>comfiture.printMotd();</script><br/>
|
||||
</div>
|
||||
<div>
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
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.
|
||||
that hosts some of my private data and services, as well as this website.
|
||||
</p>
|
||||
|
||||
<h2>Professional</h2>
|
||||
|
|
@ -92,9 +92,7 @@
|
|||
</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>.
|
||||
pages to get an idea of what I've worked with.
|
||||
</p>
|
||||
</div>
|
||||
<div class="content" id="websites">
|
||||
|
|
@ -109,12 +107,9 @@
|
|||
- <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 href="https://blog.comfitu.re/">Comfi Blog</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>
|
||||
<a href="https://vcs.subcon.town/fristi/blog.comfitu.re">Source</a><br />
|
||||
</p>
|
||||
</div>
|
||||
<div class="content" id="projects">
|
||||
|
|
@ -140,11 +135,7 @@
|
|||
<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>
|
||||
Want to send me a message? I can be reached at <a target="_blank" href="https://mk.toast.cafe/@fristi">@fristi@mk.toast.cafe</a>.
|
||||
</p>
|
||||
</div>
|
||||
<div class="content" id="copyright">
|
||||
|
|
@ -173,6 +164,11 @@
|
|||
</div>
|
||||
<div class="content" id="changelog">
|
||||
<h1>Changelog</h1>
|
||||
<p>
|
||||
1.4.4 Patch:<br/>
|
||||
- Updated links and blog website
|
||||
- Removed email references due to bad actors
|
||||
</p>
|
||||
<p>
|
||||
1.4.3 Patch:<br/>
|
||||
- Swapped backgrounds, maximum size is 200kb
|
||||
|
|
|
|||
Loading…
Reference in a new issue