mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
.
This commit is contained in:
28
en/_index.md
28
en/_index.md
@ -1,6 +1,7 @@
|
||||
+++
|
||||
Title = "the ✨sitoctt✨ — Home"
|
||||
description = "Octt it's me... and this is literally my site (uwu)."
|
||||
Description = "Octt it's me... and this is literally my site (uwu)."
|
||||
Lastmod = 2024-08-27
|
||||
+++
|
||||
|
||||
{{< noticeAutomaticTranslation it >}}
|
||||
@ -9,6 +10,29 @@ description = "Octt it's me... and this is literally my site (uwu)."
|
||||
|
||||
Once upon a time here it was all countryside— er, I wanted to say... it was a whole list of words piled together badly and worse. Not only did I no longer like it either, but it's not exactly good manners in the year of our Lord 2024 (and beyond), so...
|
||||
|
||||
Now there is this list of all my latest articles, and loose pages that I have recently updated, while the old home is at ["Sul sitoctt"](/miscellanea/Sul-sitoctt/) until I have reorganized everything. Welcome in the ✨sitoctt✨!
|
||||
Now there is this list of all my latest articles, and loose pages that I have recently updated, while the old home is at ["Sul sitoctt"](/it/miscellanea/Sul-sitoctt/) until I reorganize everything. Welcome<code class="notranslate" data-lang="it"><!--
|
||||
--><span class="BlinkA">a</span><!--
|
||||
--><span class="dn">/</span><!--
|
||||
--><span class="BlinkO">o</span></code> in the ✨sitoctt✨!
|
||||
|
||||
(Work in progress for a few more days, so maybe broken links and misshapen pages, sorry!!!)
|
||||
|
||||
<style>
|
||||
/* Animations for endings */
|
||||
.BlinkA {
|
||||
Animation: BlinkerA 0.25s Step-Start Infinite;
|
||||
}
|
||||
@Keyframes BlinkerA {
|
||||
0% {Position: Absolute; Visibility: Hidden;}
|
||||
50% {Position: Static; Visibility: Visible;}
|
||||
100% {Position: Absolute; Visibility: Hidden;}
|
||||
}
|
||||
.BlinkO {
|
||||
Animation: BlinkerO 0.25s Step-Start Infinite;
|
||||
}
|
||||
@Keyframes BlinkerO {
|
||||
0% {Position: Static; Visibility: Visible;}
|
||||
50% {Position: Absolute; Visibility: Hidden;}
|
||||
100% {Position: Static; Visibility: Visible;}
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user