index: add hidden emoji row to the bottom

This commit is contained in:
Aminda Suomalainen 2020-02-17 20:19:42 +02:00
parent f194993b5c
commit 811f776ede
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 13 additions and 0 deletions

View File

@ -94,3 +94,8 @@ img {
margin-right: auto; margin-right: auto;
border: 1px solid black; border: 1px solid black;
} }
// Also in index, hidden text
#cake {
color: rgba(0, 0, 0, 0);
}

View File

@ -42,3 +42,11 @@ excerpt: "I am a Highly Sensitive Autistic Pirate with Linux experience from 200
</ul> </ul>
<hr/> <hr/>
<ul class=centered id="cake">
<!-- Just for fun hidden list of emoji/communities in Finnish alphabetical
order as I confused myself on how to sort them:
aseksuaali (quoi-), autismi, Eurooppa, pingviini, piraatti,
sateenkaareva, Suomi, trans, turri -->
<li>🃁∞🇪🇺🐧🏴‍☠️🏳️‍🌈🇫🇮🏳️‍⚧️😺</li>
</ul>