diff --git a/assets/bgs/erm.gif b/assets/bgs/erm.gif new file mode 100644 index 0000000..5ada7cb Binary files /dev/null and b/assets/bgs/erm.gif differ diff --git a/assets/fonts/Gaiatype.otf b/assets/fonts/Gaiatype.otf new file mode 100644 index 0000000..1175ef1 Binary files /dev/null and b/assets/fonts/Gaiatype.otf differ diff --git a/assets/fonts/Gaiatype.ttf b/assets/fonts/Gaiatype.ttf new file mode 100644 index 0000000..60157da Binary files /dev/null and b/assets/fonts/Gaiatype.ttf differ diff --git a/assets/fonts/Gaiatype.woff2 b/assets/fonts/Gaiatype.woff2 new file mode 100644 index 0000000..6539c76 Binary files /dev/null and b/assets/fonts/Gaiatype.woff2 differ diff --git a/contact/index-en.html b/contact/index-en.html index d48433e..92f089c 100644 --- a/contact/index-en.html +++ b/contact/index-en.html @@ -7,20 +7,27 @@ Contact + Other language?: ES
-

Contact

-

If you want to contact me, you can do it via various chat services: +

Contact

+

You can contact me trough:

-
-

Matrix (Recommended)

-

Via email (PGP Public Key coming soon)

+
+

Via email (admin[at]zzls[dot]xyz)

+

Matrix (https://matrix.to/#/@fijxu:zzls.xyz)

+

IRC (OFTC, Libera Chat): /query Fijxu (Or whatever you use to send private messages via IRC)

+

Mastodon

-

And well, that it's

diff --git a/style.css b/style.css index c696a61..5bb4f39 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,10 @@ +/* Fonts */ + +@font-face { + font-family: "Gaiatype"; + src: url("https://zzls.xyz/assets/fonts/Gaiatype.woff2") format('woff'); +} + html { /* background-color: #111111; */ /* background: linear-gradient(to bottom, rgba(11, 11, 11, 0.900), rgba(11, 11, 11, 0.900)); */ @@ -10,7 +17,7 @@ html { /* margin-top: 1px; */ background-image: linear-gradient(to bottom, rgba(11, 11, 11, 0.80), - rgba(11, 11, 11, 0.85)), + rgba(11, 11, 11, 0.80)), url(./assets/bgs/bgtile3.gif); background-attachment: fixed; } @@ -90,6 +97,24 @@ code { color: #adff2f; } +@keyframes erm { + 0% { + transform: rotate(2deg); + } + + 50% { + transform: rotate(-2deg); + } + + 100% { + transform: rotate(2deg); + } +} + +.lol { + animation: erm 10s infinite; +} + #donate>* { margin: 0 auto; }