rewrite home page/maia about
parent
a44a9cf509
commit
853229261f
|
@ -32,6 +32,10 @@
|
|||
"name": "ko-fi",
|
||||
"link": "https://ko-fi.com/nyancrimew"
|
||||
},
|
||||
{
|
||||
"name": "letterboxd",
|
||||
"link": "https://letterboxd.com/nyancrimew/"
|
||||
},
|
||||
{
|
||||
"name": "analytics",
|
||||
"link": "https://umami.crimew.gay/share/M77OUJ83Q4qBcOjZ/maia.crimew.gay"
|
||||
|
|
|
@ -5,23 +5,22 @@ date: git Last Modified
|
|||
{% extends 'layouts/default.njk' %}
|
||||
{% block main %}
|
||||
<div style="display: flex; flex-wrap: wrap; justify-content: center;">
|
||||
<div style="flex-grow: 1; flex-shrink: 1; flex-basis: 30%; min-width: 200px; max-width: 70%;">
|
||||
<div style="flex-grow: 1; flex-shrink: 1; flex-basis: 30%; min-width: 200px; max-width: 70%; padding: 4px;">
|
||||
<img src="/img/kitten_cropped.png" alt="a drawing of a small white kitten with black spots sitting and looking at you">
|
||||
</div>
|
||||
<div style="flex-grow: 2; flex-shrink: 2; flex-basis: 60%;">
|
||||
<p>
|
||||
hello i am {{ site.name }} <sup>({{ site.pronouns }})</sup> and i am gay, mostly for girls, and i'm a tiny kitten :3
|
||||
hey! im {{ site.name }} <sup>({{ site.pronouns }})</sup>, welcome to my website! this site is primarily home to my <a href="/posts">blog</a>, containing my investigative journalism,
|
||||
work on hacktivism and technical articles on some of my own hacks. outside my journalistic and activist work i try to <a href="https://soundcloud.com/nyancrimew">make music</a>, am a live dj
|
||||
and do various other creative things.
|
||||
</p>
|
||||
<p>
|
||||
i know lot's of things about cyber security, programming and far too little about music but i still
|
||||
try to do all those things at once. if you like the things i do here or on social media you can
|
||||
<a href="https://ko-fi.com/nyancrimew" target="_blank">support me on ko-fi</a>. links to the various things i do
|
||||
can be found in the footer. if you're looking for some more serious info about me,
|
||||
<a href="https://en.wikipedia.org/wiki/maia_arson_crimew" target="_blank">there is wikipedia for that</a>.
|
||||
if you like the things i do here or on social media you can <a href="https://ko-fi.com/nyancrimew">support me on ko-fi</a>, which is my main source of income, so anythign helps! links to the various other places you can find me
|
||||
are in the footer and to learn more about my background <a href="https://en.wikipedia.org/wiki/maia_arson_crimew">there is my wikipedia article</a>.
|
||||
</p>
|
||||
<p>
|
||||
this website anonymously (without cookies) collects basic analytics on a self hosted instance of <a href="https://umami.is">umami</a>,
|
||||
in the interest of transparency those analytics are publicly viewable <a href="https://umami.crimew.gay/share/M77OUJ83Q4qBcOjZ/maia.crimew.gay">here</a>.
|
||||
in the interest of transparency the collected data is publicly viewable <a href="https://umami.crimew.gay/share/M77OUJ83Q4qBcOjZ/maia.crimew.gay">here</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue