From c145e41cf580600137eaeacb1ed7f54ac601637f Mon Sep 17 00:00:00 2001 From: maia arson crimew Date: Tue, 9 May 2023 13:51:40 +0200 Subject: [PATCH] turn ko-fi begline at the end of blog posts into info banner --- src/_includes/layouts/post.njk | 6 ++++++ src/posts/how-to-hack-an-airline.md | 6 +----- src/posts/the-emails-2.md | 4 +--- src/posts/the-emails.md | 2 -- src/static/style.css | 19 ++++++++++++++++++- 5 files changed, 26 insertions(+), 11 deletions(-) diff --git a/src/_includes/layouts/post.njk b/src/_includes/layouts/post.njk index a5296cc..73bb41e 100644 --- a/src/_includes/layouts/post.njk +++ b/src/_includes/layouts/post.njk @@ -23,5 +23,11 @@ subhead: blog {{ description }} {{ content | safe }} + {% endblock %} \ No newline at end of file diff --git a/src/posts/how-to-hack-an-airline.md b/src/posts/how-to-hack-an-airline.md index b1af274..dc296fd 100644 --- a/src/posts/how-to-hack-an-airline.md +++ b/src/posts/how-to-hack-an-airline.md @@ -66,8 +66,4 @@ i had owned them completely in less than a day, with pretty much no skill requir ## so what happens next with the nofly data -while the nature of this information is sensitive, i believe it is in the public interest for this list to be made available to journalists and human rights organizations. if you are a journalist, researcher, or other party with legitimate interest, the data is available for access (upon request) [via DDoSecrets](https://ddosecrets.com/wiki/No_Fly_List). - -## support me - -if you liked this or any of my other security research feel free to support me on my [ko-fi](https://ko-fi.com/nyancrimew). i am unemployed and in a rather precarious financial situation and do this research for free and for the fun of it, so anything goes a long way. \ No newline at end of file +while the nature of this information is sensitive, i believe it is in the public interest for this list to be made available to journalists and human rights organizations. if you are a journalist, researcher, or other party with legitimate interest, the data is available for access (upon request) [via DDoSecrets](https://ddosecrets.com/wiki/No_Fly_List). \ No newline at end of file diff --git a/src/posts/the-emails-2.md b/src/posts/the-emails-2.md index 486669a..e02b5cd 100644 --- a/src/posts/the-emails-2.md +++ b/src/posts/the-emails-2.md @@ -22,6 +22,4 @@ you are allowed to take a break and fight in other ways. so anyways, here is 810 more eml files (which can be viewed with most desktop email clients) + most (but not all) attachments already extracted as files: -**the emails pt. 2 - 810 more emails of anti trans hate.zip (810 eml files, ~30mb), available as a [torrent](/files/emails2.torrent) ([magnet](magnet:?xt=urn:btih:44f004807f862afb2d74d76df5e23506b88e5948&dn=the%20emails%20pt.%202%20-%20810%20more%20emails%20of%20anti%20trans%20hate.zip))** - -> if you liked this or any of my other work feel free to support me on my [ko-fi](https://ko-fi.com/nyancrimew). i am unemployed and poor and do this work for free because i enjoy it, so anything goes a long way. \ No newline at end of file +**the emails pt. 2 - 810 more emails of anti trans hate.zip (810 eml files, ~30mb), available as a [torrent](/files/emails2.torrent) ([magnet](magnet:?xt=urn:btih:44f004807f862afb2d74d76df5e23506b88e5948&dn=the%20emails%20pt.%202%20-%20810%20more%20emails%20of%20anti%20trans%20hate.zip))** \ No newline at end of file diff --git a/src/posts/the-emails.md b/src/posts/the-emails.md index b2c1ada..9c9c1a4 100644 --- a/src/posts/the-emails.md +++ b/src/posts/the-emails.md @@ -19,5 +19,3 @@ there are extensive discussions between deutsch and notorious anti-gay and anti- the emails describe a wider national effort against transition treatment for minors, which included discussions with idaho rep. julianne young and sen. steve vick, georgia rep. ginny earhart, and florida rep. anthony sabatini. several anti-lgbt conservative legal groups are intimately involved in the discussion, including alliance defending freedom, adf-affiliated detransitioners hacsi horvath and walt heyer, eunie smith of eagle forum, adf-linked attorney vernadette r. broyles of the child & parental rights campaign, jane robbins of the american principles project, kara dansky and natasha chart of women’s liberation front, richard mast of liberty counsel, and emily zinos of minnesota family council and hands across the aisle. more recently, the transphobia-captured state of alabama harassed the endocrine society and wpath with subpoenas for their internal communications regarding hate groups and individuals participating in the deutsch emails, including segm, the american college of pediatricians, michael laidlaw, william malone, andre van mol, michelle cretella, and quentin van meter. the release of the deutsch emails is in the public interest and brings an equivalent level of transparency to the internal work of these major anti-trans advocacy and lobbying groups. **CLARIFICATION: i, maia, am not the source of this email leak, merely a publisher, since i feel that this should be more widely available than just to selected journalists** - -> if you liked this or any of my other work feel free to support me on my [ko-fi](https://ko-fi.com/nyancrimew). i am unemployed and poor and do this work for free because i enjoy it, so anything goes a long way. \ No newline at end of file diff --git a/src/static/style.css b/src/static/style.css index a3da53e..8cd0bd7 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -3,10 +3,14 @@ html { color: rgb(92, 53, 124); } -a { +a, .like-a { color: rgb(255, 0, 140); } +.like-a { + text-decoration: underline; +} + a.active, li.lavender-webring-curr-site > a { color: rgb(195, 0, 255); @@ -73,6 +77,19 @@ img { font-weight: bold; } +.banner-link { + color: inherit; + text-decoration: inherit; +} + +.kofi-banner { + border-radius: 8px; + padding: 4px; + border: 2px solid rgb(255, 0, 140); + background-color: rgba(221, 116, 174, 0.211); + font-size: 1.1rem; +} + .lavender-webring-container { all: unset; display: flex;