Rework of some texts. Prepartions for implementation of the blog engine.
This commit is contained in:
parent
dd7260eab1
commit
2f2b9b4f21
15 changed files with 209 additions and 109 deletions
24
index.html
24
index.html
|
@ -47,7 +47,7 @@
|
|||
<div id="about-this-website">
|
||||
<h2><span class="spacer"></span> about this website <span class="spacer"></span></h2>
|
||||
<p class="flowing-text">
|
||||
This website is held intentionally minimalist, as I'm not the biggest fan of bloated ressorce-intensive websites and unnessercary eyecandy. Also, I added some 88x31 Buttons on the bottom of the useful stuff page. Some links might link to nowhere as I've gotten around to publishing all code or related blog articles of my projects, but will do so in the future.</p>
|
||||
This website is held intentionally minimalist, as I'm not the biggest fan of bloated ressorce-intensive websites and unnessercary eyecandy. The only non-text-based content you'll find on this page are some 88x31 buttons and the background image, which is itself rather tiny. This website is fully navigable with purely text-based browsers such as <a href="https://lynx.invisible-island.net/">lynx</a>, full screenreader compatiblity is currently unfortunatly not tested. Some links might link to nowhere as I've gotten around to publishing all code or related blog articles of my projects, but will do so in the future.</p>
|
||||
</div>
|
||||
<div id="projects">
|
||||
<h2><span class="spacer"></span><span class="additional-spacer">=</span> personal projects <span class="spacer"></span></h2>
|
||||
|
@ -66,9 +66,13 @@
|
|||
<h3><a href="https://git.yepoleb.at/lucia/luciaa.at">luciaa.at website</a></h3>
|
||||
<p>This literal website. Uses a static Page generator to be build and needs better documentation and some more work.</p>
|
||||
</div>
|
||||
<div class="project">
|
||||
<h3><a href="https://codeberg.org/Schlecknits/CatGirlBlogEngine">CatGirlBlogEngine</a></h3>
|
||||
<p>A blog engine for cat girls and everyone else as well. It's written in python and soon will be in use on this very website.</p>
|
||||
</div>
|
||||
<div class="project">
|
||||
<h3><a href="https://github.com/Schlecknits/hitomezashi">Hitomezashi Generator</a></h3>
|
||||
<p>This project written in Python generates so called Hitomezashi patterns, an example of which you can see in the background of my website. The generator takes a wide range of arguments and can produce tiling pattern.</p>
|
||||
<p>This project written in Python generates so called Hitomezashi patterns, an example of which you can see in the background of my website. The generator takes a wide range of arguments and can produce tiling patterns.</p>
|
||||
</div>
|
||||
<div class="project">
|
||||
<h3>More stuff to come...</h3>
|
||||
|
@ -77,19 +81,25 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="socials">
|
||||
<h2><span class="spacer"></span><span class="additional-spacer">====</span> contact me <span class="additional-spacer">====</span><span class="spacer"></span></h2>
|
||||
<h2><span class="spacer"></span><span class="additional-spacer">====</span> meow at me <span class="additional-spacer">====</span><span class="spacer"></span></h2>
|
||||
<div class="socials-grid">
|
||||
<div class="social">
|
||||
<h3>Mastodon</h3><p><a rel="me" href="https://tyrol.social/@schlecknits" target="_blank">@schlecknits@tyrol.social</a></p>
|
||||
</div>
|
||||
<div class="social">
|
||||
<h3>GitHub</h3><p><a href="https://github.com/Schlecknits" target="_blank">Schlecknits</a></p>
|
||||
<h3>Codeberg</h3><p><a href="https://codeberg.org/Schlecknits/" target="_blank">Schlecknits</a></p>
|
||||
</div>
|
||||
<div class="social">
|
||||
<h3>XMPP</h3><p>schlecknits@xmpp.yepoleb.at</p>
|
||||
</div>
|
||||
<div class="social">
|
||||
<h3>Signal</h3><p>schlecknits.96</p>
|
||||
</div>
|
||||
<div class="social">
|
||||
<h3>Discord</h3><p>schlecknits</p>
|
||||
</div>
|
||||
<div class="social">
|
||||
<h3>Matrix</h3><p><a href="https://matrix.to/schlecknits:matrix.org#/@schlecknits:matrix.org" target="_blank">@schlecknits:matrix.org</a></p>
|
||||
<h3>Matrix</h3><p><a href="https://matrix.to/@schlecknits:chat.ohaa.xyz#/@schlecknits:chat.ohaa.xyz" target="_blank">@schlecknits:chat.ohaa.xyz</a></p>
|
||||
</div>
|
||||
<div class="social">
|
||||
<h3>E-Mail</h3><p><a href="mailto:mail@luciaa.at" target="_blank">mail(at)luciaa.at</a></p>
|
||||
|
@ -98,9 +108,7 @@
|
|||
</div>
|
||||
<footer>
|
||||
<span class="centered no-overflow horizontal_divider">======================================================================================</span>
|
||||
<div class="flex-row">
|
||||
<p><a href="legal_notice.html">Legal notice</a> | <a href="licenses.html">Open source licenses</a> | Latest Update: 2024-12-22</p>
|
||||
</div>
|
||||
<div class="footer-row"> <a href="legal_notice.html">legal notice</a> <span class="vertical-divider-footer">|</span> <a href="licenses.html">open source licenses</a> <span class="vertical-divider-footer">|</span> <span class="update-date">latest update: 2025-02-22<span> </div>
|
||||
<pre class="flags" aria-label="Trans flag and bi flag">
|
||||
<span class="blue">==============</span> | <span class="pink">==============</span>
|
||||
<span class="lightpink">==============</span> | <span class="pink">==============</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue