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
|
@ -66,6 +66,10 @@
|
|||
<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 patterns.</p>
|
||||
|
@ -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 class="footer-links"><a href="legal_notice.html"> legal notice </a>|<a href="licenses.html"> open source licenses </a>| latest update: {{ date }} </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: {{ date }}<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