Compare commits

...

3 Commits

Author SHA1 Message Date
maia arson crimew 395fb36b50 update index page to include link to my lamm column
TODO: god i really need to rehaul the landing page sometime this copy sucks and also the page is low key boring as hell
2024-11-10 21:05:16 +01:00
maia arson crimew b41eb656c3 update footer 2024-11-10 21:02:37 +01:00
maia arson crimew b45ed12eb5 add niemals aus liebe to citations 2024-11-08 22:32:33 +01:00
7 changed files with 50 additions and 15 deletions

View File

@ -16,5 +16,12 @@
"link": "https://www.crimejusticejournal.com/article/view/3069",
"pdf": "https://www.crimejusticejournal.com/article/view/3069/1445",
"doi": "https://doi.org/10.5204/ijcjsd.3069"
},
{
"title": "Niemals aus Liebe: Männergewalt an Frauen",
"authors": "Miriam Suter, Natalia Widla",
"year": "2024",
"publisher": "Limmat Verlag",
"link": "https://www.limmatverlag.ch/programm/titel/964-niemals-aus-liebe.html"
}
]

View File

@ -4,6 +4,10 @@
"name": "atom/rss feed",
"link": "https://maia.crimew.gay/feed.xml"
},
{
"name": "ko-fi",
"link": "https://ko-fi.com/nyancrimew"
},
{
"name": "tumblr",
"link": "https://tumblr.com/nyancrimew"
@ -16,6 +20,18 @@
"name": "fediverse",
"link": "https://crimew.gay/maia"
},
{
"name": "bluesky",
"link": "https://bsky.app/profile/crimew.gay"
},
{
"name": "instagram",
"link": "https://instagram.com/nyancrimew"
},
{
"name": "letterboxd",
"link": "https://letterboxd.com/nyancrimew/"
},
{
"name": "soundcloud",
"link": "https://soundcloud.com/nyancrimew"
@ -28,18 +44,6 @@
"name": "github",
"link": "https://github.com/nyancrimew"
},
{
"name": "ko-fi",
"link": "https://ko-fi.com/nyancrimew"
},
{
"name": "letterboxd",
"link": "https://letterboxd.com/nyancrimew/"
},
{
"name": "instagram",
"link": "https://instagram.com/nyancrimew"
},
{
"name": "analytics",
"link": "https://umami.crimew.gay/share/M77OUJ83Q4qBcOjZ/maia.crimew.gay"
@ -62,7 +66,7 @@
"badge": "noclick.gif",
"title": "don't do it",
"alt": "don't click here",
"link": "javascript:alert('what did i tell you??')"
"onclick": "alert('what did i tell you??')"
},
{
"badge": "acab.gif",
@ -150,6 +154,16 @@
"badge": "solely.png",
"alt": "solely",
"link": "https://arciniega.one"
},
{
"badge": "lesbi.png",
"alt": "les.bi",
"link": "https://les.bi"
},
{
"badge": "adryd.png",
"alt": "adryd",
"link": "https://adryd.com"
}
]
}

View File

@ -13,7 +13,7 @@
</div>
<div class="badges">
{% for item in footer.badges %}
{% if item.link %}<a href="{{ item.link }}" target="_blank">{% endif %}<img src="/badges/{{ item.badge }}" alt="{{ item.alt }}" {% if item.title %}title="{{ item.title }}"{% endif %}>{% if item.link %}</a>{% endif %}
{% if item.link %}<a href="{{ item.link }}" target="_blank">{% endif %}<img src="/badges/{{ item.badge }}" {% if item.onclick %}onclick="{{ item.onclick }}"{% endif %} alt="{{ item.alt }}" {% if item.title %}title="{{ item.title }}"{% endif %}>{% if item.link %}</a>{% endif %}
{% endfor %}
</div>
<script src="https://sleepy.zone/webring/webring-{{ site.sleepyWebring.version }}.js" data-site-id="{{ site.sleepyWebring.siteId }}"></script>

View File

@ -52,6 +52,20 @@ footer {
}
}
.badges {
image-rendering: optimizeSpeed;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: pixelated;
image-rendering: optimize-contrast;
img {
padding-left: 1px;
padding-right: 1px;
}
}
footer,
#site_header,
.lavender-webring-container {

View File

@ -11,7 +11,7 @@ date: git Last Modified
<div style="flex-grow: 2; flex-shrink: 2; flex-basis: 60%;">
<p>
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
work on hacktivism and technical articles on some of my own hacks. i also write <a href="https://daslamm.ch/format/kolumnen/cyber_punk/">a column called cyber_punk</a> for the swiss online magazine das lamm (in german). 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>

BIN
src/static/badges/adryd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 878 B

BIN
src/static/badges/lesbi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B