turn ko-fi begline at the end of blog posts into info banner

pull/1/head
maia arson crimew 2023-05-09 13:51:40 +02:00
parent bca1c85f68
commit c145e41cf5
5 changed files with 26 additions and 11 deletions

View File

@ -23,5 +23,11 @@ subhead: blog
<strong id="lead">{{ description }}</strong>
</header>
{{ content | safe }}
<a class="banner-link" href="https://ko-fi.com/nyancrimew">
<div class="kofi-banner">
if you enjoyed this or any of my other work feel free to support me on my <span class="like-a">ko-fi</span>. this is my only real source of income so anything goes a long way,
and monthly contributions help tremendously with budgeting.
</div>
</a>
</article>
{% endblock %}

View File

@ -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.
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).

View File

@ -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.
**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))**

View File

@ -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 womens 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.

View File

@ -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;