1874 lines
46 KiB
HTML
1874 lines
46 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
|
||
|
||
|
||
|
||
|
||
<title>All FediZineFest Zines | FediZineFest</title>
|
||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<meta charset="utf-8">
|
||
|
||
<!-- Meta -->
|
||
<link rel="canonical" href="/">
|
||
<meta name="description" content="A zine sharing project for the fediverse">
|
||
<meta name="robots" content="index,follow">
|
||
<meta property="og:title" content="All FediZineFest Zines | FediZineFest">
|
||
<meta property="og:type" content="article">
|
||
<meta property="og:url" content="https://fedizinefest.fyi/zines/">
|
||
<meta property="og:description" content="A zine sharing project for the fediverse">
|
||
|
||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||
<meta property="og:image" content="https://fedizinefest.fyi/img/2026-2027-logo-dark.png">
|
||
<meta property="og:image:alt" content="the logo of FediZineFest 2026-2027 which is a 4 by 4 grid of blocky letters reading fedi zine fest 26-27, randomly colored with the 26-27 palette">
|
||
|
||
<meta name="generator" content="Eleventy v3.1.5">
|
||
|
||
<!-- CSS -->
|
||
|
||
|
||
<style>@font-face {
|
||
font-family: "Bloktype";
|
||
src: url("/fonts/BLOKTYPE.woff2");
|
||
}
|
||
|
||
:root {
|
||
color-scheme: light dark;
|
||
|
||
--color-light: #f3ccfb;
|
||
--color-dark: #130b16;
|
||
--color-pink: #ea33d2;
|
||
--color-blurple: #6d12e2;
|
||
|
||
--color-bg: light-dark(var(--color-light), var(--color-dark));
|
||
--color-text: light-dark(var(--color-dark), var(--color-light));
|
||
--color-header: light-dark(var(--color-blurple), var(--color-pink));
|
||
--color-warn: light-dark(var(--color-pink), var(--color-blurple));
|
||
}
|
||
|
||
/* numbered components are from https://www.joshwcomeau.com/css/custom-css-reset/ */
|
||
*, *::before, *::after {
|
||
box-sizing: border-box; /* 1. Use a more-intuitive box-sizing model */
|
||
}
|
||
|
||
*:not(dialog) {
|
||
margin: 0; /* 2. Remove default margin */
|
||
}
|
||
|
||
*:focus-visible {
|
||
outline: .2rem solid var(--color-header);
|
||
outline-offset: .15rem;
|
||
background-color: var(--color-header);
|
||
}
|
||
|
||
html {
|
||
height: 100%;
|
||
}
|
||
|
||
@media (prefers-reduced-motion: no-preference) {
|
||
html {
|
||
interpolate-size: allow-keywords; /* 3. Enable keyword animations */
|
||
}
|
||
}
|
||
|
||
#root, #__next {
|
||
isolation: isolate; /* 10. Create a root stacking context */
|
||
}
|
||
|
||
body {
|
||
line-height: 1.5; /* 4. Increase line-height */
|
||
-webkit-font-smoothing: antialiased; /* 5. Improve text rendering */
|
||
font-family: "Atkinson Hyperlegible Next", sans-serif;
|
||
background-color: var(--color-bg);
|
||
color: var(--color-text);
|
||
display: grid;
|
||
grid-template-rows: auto 1fr auto;
|
||
min-height: 100%;
|
||
}
|
||
|
||
main {
|
||
width: 60%;
|
||
margin: 0 auto 2rem;
|
||
}
|
||
|
||
@media (max-width: 1100px) {
|
||
main {
|
||
width: 80%;
|
||
}
|
||
}
|
||
|
||
@media (max-width: 650px) {
|
||
main {
|
||
width: 92%;
|
||
}
|
||
}
|
||
|
||
img, picture, video, canvas, svg {
|
||
display: block; /* 6. Improve media defaults */
|
||
max-width: 100%; /* 6. Improve media defaults */
|
||
height: auto; /* 6. Improve media defaults */
|
||
margin: 0 auto;
|
||
}
|
||
|
||
input, button, textarea, select {
|
||
font: inherit; /* 7. Inherit fonts for form controls */
|
||
}
|
||
|
||
p, h1, h2, h3, h4, h5, h6 {
|
||
overflow-wrap: break-word; /* 8. Avoid text overflows */
|
||
}
|
||
|
||
h1, h2, h3, h4, h5, h6 {
|
||
text-wrap: balance; /* 9. Improve line wrapping */
|
||
color: var(--color-header);
|
||
font-weight: bold;
|
||
line-height: 105%;
|
||
}
|
||
|
||
h1 {
|
||
margin: 5rem 0;
|
||
font-size: 3rem;
|
||
text-align: center;
|
||
}
|
||
|
||
@media (max-width: 650px) {
|
||
h1 { margin: 2rem 0; }
|
||
}
|
||
|
||
h2 {
|
||
font-size: 2rem;
|
||
margin: 1.4rem 0;
|
||
}
|
||
|
||
p + h2,
|
||
h3 + h2 {
|
||
padding-top: 3rem;
|
||
border-top: solid;
|
||
}
|
||
|
||
h3 {
|
||
font-size: 1.4rem;
|
||
margin-top: 1rem;
|
||
}
|
||
|
||
p {
|
||
text-wrap: pretty; /* 9. Improve line wrapping */
|
||
}
|
||
|
||
p, ul {
|
||
margin: 1.5rem 0;
|
||
}
|
||
|
||
ul ul {
|
||
margin: .5rem 0;
|
||
}
|
||
|
||
@media (max-width: 650px) {
|
||
ul {
|
||
padding-left: 1.5rem;
|
||
}
|
||
}
|
||
|
||
a:link,
|
||
a:visited {
|
||
background-color: var(--color-text);
|
||
color: var(--color-bg);
|
||
font-weight: bold;
|
||
padding: 0 .2rem;
|
||
text-decoration: none;
|
||
border-radius: .2rem;
|
||
}
|
||
|
||
/* makes the years page prettier */
|
||
h3 a:link,
|
||
h3 a:visited {
|
||
background-color: var(--color-header);
|
||
}
|
||
|
||
h3 *:focus-visible {
|
||
outline: .2rem solid var(--color-text);
|
||
background-color: var(--color-text);
|
||
}
|
||
|
||
time {
|
||
text-decoration: .1rem underline wavy var(--color-blurple);
|
||
}
|
||
|
||
/* Header nav */
|
||
nav {
|
||
border-bottom: .25rem solid var(--color-header);
|
||
font-size: 1.1rem;
|
||
}
|
||
|
||
#skip {
|
||
position: absolute;
|
||
left: -999px;
|
||
top: -999px;
|
||
}
|
||
|
||
#skip:focus-visible {
|
||
left: 1rem;
|
||
top: .5rem;
|
||
}
|
||
|
||
nav ul {
|
||
display: flex;
|
||
flex-flow: row wrap;
|
||
align-items: stretch;
|
||
justify-content: center;
|
||
list-style: none;
|
||
padding: 0;
|
||
margin: 0;
|
||
}
|
||
|
||
nav li {
|
||
margin: .5rem .5rem;
|
||
}
|
||
|
||
footer {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
margin: 1rem auto 0;
|
||
padding: 1rem .5rem;
|
||
width: 100%;
|
||
flex-flow: row wrap;
|
||
border-top: .25rem solid var(--color-header);
|
||
}
|
||
|
||
footer p {
|
||
margin: 0.5rem 0;
|
||
}
|
||
|
||
@media (max-width: 650px) {
|
||
footer {
|
||
flex-flow: column nowrap;
|
||
}
|
||
|
||
footer p {
|
||
text-align: center;
|
||
}
|
||
}
|
||
|
||
.bloktype {
|
||
font-family: "Bloktype", "Atkinson Hyperlegible Next", sans-serif;
|
||
font-size: 1.35em; /* because of the blocks the letters are rather small */
|
||
color: var(--color-text);
|
||
}
|
||
|
||
@media (prefers-color-scheme: light) {
|
||
.dark-mode {
|
||
display: none;
|
||
}
|
||
}
|
||
|
||
@media (prefers-color-scheme: dark) {
|
||
.light-mode {
|
||
display: none;
|
||
}
|
||
}
|
||
|
||
/* only float insets on larger screens */
|
||
@media (min-width: 551px) {
|
||
.inset {
|
||
clear: both;
|
||
width: 40%;
|
||
padding-left: 1rem;
|
||
padding-bottom: .5rem;
|
||
float: right;
|
||
background-color: var(--color-bg);
|
||
}
|
||
}
|
||
#zine-container {
|
||
padding: 0;
|
||
}
|
||
|
||
#zine-container > li {
|
||
list-style: none;
|
||
border-bottom: solid;
|
||
border-left: solid;
|
||
border-radius: 4px;
|
||
padding: 0 .4rem .4rem;
|
||
margin-bottom: 2rem;
|
||
}
|
||
|
||
#zine-container h2,
|
||
#zine-container p {
|
||
border: none;
|
||
display: inline;
|
||
}
|
||
|
||
#zine-container h2 a {
|
||
background-color: var(--color-header);
|
||
line-height: 135%;
|
||
}
|
||
|
||
#zine-container h3 {
|
||
background-color: var(--color-warn);
|
||
color: var(--color-text);
|
||
border-radius: 3px;
|
||
padding: 0 .2rem;
|
||
text-align: right;
|
||
line-height: 150%;
|
||
margin: .25rem 0 .75rem 0;
|
||
}
|
||
|
||
#zine-container blockquote {
|
||
margin: 0;
|
||
color: var(--color-header);
|
||
}
|
||
|
||
#zine-container blockquote p {
|
||
display: block;
|
||
margin-block: .75rem;
|
||
}
|
||
|
||
#zine-container blockquote p:first-child {
|
||
margin-top: .5rem;
|
||
}
|
||
|
||
#zine-container blockquote p:last-child {
|
||
margin-bottom: 0;
|
||
}</style>
|
||
|
||
|
||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
|
||
<link href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Next:ital,wght@0,200..800;1,200..800&display=swap" rel="stylesheet">
|
||
</head>
|
||
|
||
<body>
|
||
<header>
|
||
<nav aria-label="main navigation">
|
||
<a id="skip" href="#main">skip to content</a>
|
||
<ul>
|
||
|
||
<li>
|
||
<a href="/" title="home">
|
||
home
|
||
</a>
|
||
</li>
|
||
|
||
<li>
|
||
<a href="/signup/" title="get involved">
|
||
get involved
|
||
</a>
|
||
</li>
|
||
|
||
<li>
|
||
<a href="/zines/" title="zines!" aria-current="page">
|
||
zines!
|
||
</a>
|
||
</li>
|
||
|
||
<li>
|
||
<a href="/years/" title="all years">
|
||
all years
|
||
</a>
|
||
</li>
|
||
|
||
</ul>
|
||
</nav>
|
||
</header>
|
||
|
||
|
||
<main id="main">
|
||
|
||
<h1 id="all-fedizinefest-zines">All FediZineFest Zines</h1>
|
||
|
||
|
||
<p>Trying to see just one year? Check out <a href="/years/2024/zines/">2024</a>,
|
||
<a href="/years/2025/zines/">2025</a>, or <a href="/years/2026-2027/zines/">2026-2027.</a>
|
||
</p>
|
||
|
||
|
||
|
||
<ul id="zine-container">
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="a-p-howell">
|
||
|
||
<a href="https://aphowell.com" target="_blank">A. P. Howell</a>
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a physical/digital zine...</p>
|
||
|
||
|
||
<blockquote><p>Probably a reprint of (paywalled) flash fiction.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="a-c-esguerra">
|
||
|
||
<a href="https://bsky.app/profile/blueludebar.com" target="_blank">A.C. Esguerra</a>
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a physical/digital zine...</p>
|
||
|
||
|
||
<blockquote><p>DISCOORDINATE (2026) - 32-page mixed media ink drawing + collage sketchzine/manifesto gathering up my studies of and feelings about alternative + j-fashion clothing and their subversive power. All ages. (physical/digital)</p>
|
||
<p>THE PRINCE (2025) - 40-page mixed media pencil, ink + collage comic about the Captive Prince and yaoi fandom-to-BDSM-pipeline. 18+ adults. (digital only)</p>
|
||
<p>all zines listed are 5.5x8.5 in. (folded from 8.5x11 in. paper)</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2025,</p>
|
||
|
||
<h2 id="aaron-el-sabrout">
|
||
|
||
<a href="https://toreachpoise.itch.io" target="_blank">Aaron El Sabrout</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made physical/digital zines called...</p>
|
||
|
||
<h3 id="read-me-to-filth-i-m-dying-of-thirst">Read Me to Filth/I'm Dying of Thirst</h3>
|
||
|
||
<h3 id="i-have-a-weird-relationship-to-clothes">I Have a Weird Relationship to Clothes...</h3>
|
||
|
||
<h3 id="i-love-myself">I Love Myself</h3>
|
||
|
||
<h3 id="leave-them-bee">Leave Them Bee</h3>
|
||
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>new collection of poetry on nature, leftist politics, and transness!</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="aaron-rafik-el-sabrout">
|
||
|
||
<a href="https://terror.black/@sayyid_qishta" target="_blank">Aaron Rafik El Sabrout</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made physical/digital zines called...</p>
|
||
|
||
<h3 id="thinking-about-it">Thinking About...It</h3>
|
||
|
||
<h3 id="when-i-get-a-boy-chest">When I Get a Boy Chest</h3>
|
||
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>one of: a hentai coloring book, mini zines about adventure time, v for vendetta, foraging, some poetry and fiction stuff too.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2025,</p>
|
||
|
||
<h2 id="acin-fals">
|
||
|
||
<a href="https://shadowfals.carrd.co/" target="_blank">Acin Fals</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a digital zine called...</p>
|
||
<h3 id="the-rose-woman-and-the-bear">The Rose Woman and the Bear</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>romantic m/m flash fiction with a theme of transitions, seasons, and/or memories</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="acin-fals-2">
|
||
|
||
<a href="https://falsfiction.neocities.org/" target="_blank">Acin Fals</a>
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a digital zine...</p>
|
||
|
||
|
||
<blockquote><p>Villian Origin Story: broken tales and illustrations of evil goodness</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="amazey">
|
||
|
||
Amazey
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a physical/digital zine...</p>
|
||
|
||
|
||
<blockquote><p>zcmag zine idea generator says: "Make a secret zine that uses public domain materials to illustrate a tarot spread." Challenge accepted!</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="artcollisions">
|
||
|
||
Artcollisions
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical/digital zine called...</p>
|
||
<h3 id="adventures-of-cc">Adventures of CC</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>a little zine on CC, the textile critter I created earlier this year.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2025,</p>
|
||
|
||
<h2 id="artcollisions-2">
|
||
|
||
<a href="https://vis.social/@artcollisions" target="_blank">Artcollisions</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical/digital zine called...</p>
|
||
<h3 id="adventures-of-dd-fifi-and-pepe">Adventures of DD, Fifi, and Pepe</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>Further cozy adventures of CC and friends, textile art characters</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2025,</p>
|
||
|
||
<h2 id="ashley-mcquaid">
|
||
|
||
<a href="https://eightofpentacles.com" target="_blank">Ashley McQuaid</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical zine called...</p>
|
||
<h3 id="tales-from-rockery-loop">Tales from Rockery Loop</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>I am leaning towards making a miniature field guide of the birds, mammals, and plants that live on my favorite trail. Back and forth on whether I want to include some personal narrative but pen & pencil drawings of critters for sure</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="blue-grey">
|
||
|
||
<a href="https://kolektiva.social/@bluejorts" target="_blank">Blue Grey</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made digital zines called...</p>
|
||
|
||
<h3 id="aaaaaah">AAAAAAH</h3>
|
||
|
||
<h3 id="just-be-a-poet">Just Be A Poet</h3>
|
||
|
||
<h3 id="today-is-another-day">Today Is Another Day</h3>
|
||
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>Zine #3: A crippunk, queer-romantic short story between a fox and a bunny.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2025,</p>
|
||
|
||
<h2 id="bouncinglime">
|
||
|
||
bouncinglime
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical/digital zine called...</p>
|
||
<h3 id="postcards">Postcards</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>four postcards printed on cardstock (physical) or for printing on cardstock (digital) in black-and-white that can be colored and otherwise decorated and sent out!</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="britt-coxon">
|
||
|
||
<a href="https://britthub.co.uk/" target="_blank">Britt Coxon</a>
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a physical/digital zine...</p>
|
||
|
||
|
||
<blockquote><p>Mini and full sized zines on nature, cooperation and everyday.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2025,</p>
|
||
|
||
<h2 id="cammie">
|
||
|
||
<a href="https://worshipthesquid.tumblr.com/" target="_blank">Cammie</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical/digital zine called...</p>
|
||
<h3 id="mortsafe">Mortsafe</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>Mortsafe is a little biro zine about fungal zombies, non-human or gestalt minds, and life continuing differently after death :)</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="cassowary">
|
||
|
||
<a href="https://aldercone.studio/" target="_blank">Cassowary</a>
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a digital zine...</p>
|
||
|
||
|
||
<blockquote><p>I am planning on making a zine that communicates some practical skill, maybe soup making or similar. If not I will make an art zine.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="come-martin">
|
||
|
||
<a href="https://comemartin.itch.io" target="_blank">Côme Martin</a>
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a physical zine...</p>
|
||
|
||
|
||
<blockquote><p>Not sure yet but most probably a small TTRPG that can be played even by people who have no idea what a TTRPG is</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="dizzi-bloom">
|
||
|
||
<a href="https://nitecrew.rip/@dd" target="_blank">Dizzi Bloom</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a digital zine called...</p>
|
||
<h3 id="autopsy-of-the-mall-god">Autopsy of the Mall God</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>A one-shot comic about a lesbian assassin trying to escape a shadow dimension to be reunited with her wife.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2025,</p>
|
||
|
||
<h2 id="em-mett">
|
||
|
||
<a href="https://proteanart.xyz" target="_blank">Em/mett</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical/digital zine called...</p>
|
||
<h3 id="so-you-want-to-be-a-pen-pal">So You Want To Be A Pen Pal</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>So You Want To Be A Pen Pal minizine. About being a pen pal for incarcerated folks! And beginner advocacy work!</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="eric-jennings">
|
||
|
||
Eric Jennings
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical/digital zine called...</p>
|
||
<h3 id="you-can-fix-it-they-said">You Can Fix It, They Said</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>creative non-fiction with illustrations on the subject of recovery (as a male) from childhood sexual abuse</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="eve-feigenblatt">
|
||
|
||
<a href="https://evelynf.mmm.page/zines" target="_blank">Eve Feigenblatt</a>
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a digital zine...</p>
|
||
|
||
|
||
<blockquote><p>Not sure which zine(s) I would like to submit! I've made 9 since June of last year when I got the zine fever. If we're okay with multiple digital submissions I might go in for that. If not, please let me know if any of these seems more aligned with the project than the others:</p>
|
||
<ul>
|
||
<li>Galatea vs. The Divine Feminine is a tragicomic litzine, flash fiction story about a terrible t4t art school couple.</li>
|
||
<li>Worm Porno is a quirky perzine about writing Star Trek fanfic and smut with friends.</li>
|
||
<li>I Just Think She's Neat, vol. 1: Kristen Stewart is a gay cinephile fanzine about the underrated actor, producer, and director and covers 10 of her films and some of her onscreen aptitudes.</li>
|
||
<li>Elixir of Sex Shift is a perzine about my life, the COVID-19 pandemic, and tabletop roleplaying games, and how playing off-brand D&D online transed my gender.</li>
|
||
<li>The Girl at the Snack Bar is Getting Fired is a flash fiction minizine in the form of increasingly unhinged ""specials"" signs made by our titular Snack Bar Girl.</li>
|
||
</ul>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2025,</p>
|
||
|
||
<h2 id="evel">
|
||
|
||
<a href="https://evel.life" target="_blank">Evel</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a digital zine called...</p>
|
||
<h3 id="let-your-disabilities-hold-you-back">Let Your Disabilities Hold You Back!!!</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>About severe disability with a bit extra on being a caregiver</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="evel-fierro">
|
||
|
||
<a href="https://evel.life" target="_blank">Evel Fierro</a>
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a physical/digital zine...</p>
|
||
|
||
|
||
<blockquote><p>celebratory madkrip Indigenous zine!</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="felix-sunflower">
|
||
|
||
<a href="https://felixfiles.com/" target="_blank">felix sunflower</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical zine called...</p>
|
||
<h3 id="lil-stinkers-lil-coloring-book">Lil Stinker's lil coloring book</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>clown coloring book!</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="fieryzard">
|
||
|
||
Fieryzard
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a digital zine called...</p>
|
||
<h3 id="the-thread-of-caona-sketches">The Thread of Caona Sketches</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>A compilation of exploratory sketches from my webcomic The Thread of Caona (tentative: and some illustrations?).</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="flip">
|
||
|
||
<a href="https://medianoche.org" target="_blank">Flip</a>
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a physical zine...</p>
|
||
|
||
|
||
<blockquote><p>Scroll Lock is a 20-page Risograph-printed zine that explores our relationship with technology: what it promised, what it delivered, and what we do now.</p>
|
||
<p>But it is also more than that. A closer look reveals a loose thread that pulls from the page to the web, in a journey that tells the story of important project in the history of computing.</p>
|
||
<p>It was first released during PyCon US 2026 in Long Beach, CA.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2025,</p>
|
||
|
||
<h2 id="goblin-jane">
|
||
|
||
<a href="https://thewellandthetree.com/" target="_blank">goblin jane</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical/digital zine called...</p>
|
||
<h3 id="doorways-are-portals">Doorways are Portals</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>tiny tales of wandering thru interdimensional portals, meeting new friends big and small, and making stone soup.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2025,</p>
|
||
|
||
<h2 id="gup">
|
||
|
||
<a href="https://cyberpunk.gay/@glyph" target="_blank">gup</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical/digital zine called...</p>
|
||
<h3 id="untitled">(untitled)</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>fortune teller/ cootie catcher foldable. prefolded for physical, print and fold yourself for digital. decorated with hand carved stamps. black and white. i need to buy nice paper.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="handmade-ghost">
|
||
|
||
Handmade Ghost
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical/digital zine called...</p>
|
||
<h3 id="un-certainty">UN/CERTAINTY</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>a nonfiction zine about birding, ticker-tape synaesthesia, Huginn & Muninn (the Norse ravens of thought and memory), and poetry.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="haruka-kanata">
|
||
|
||
<a href="https://pdx.social/@HarukaK" target="_blank">Haruka Kanata</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical zine called...</p>
|
||
<h3 id="5-ballads-5-scenes">5 Ballads, 5 Scenes</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>5 Ballads, 5 Scenes - A small artbook featuring 5 watercolor fantasy-comic style paintings, inspired by 5 old ballads, which were famously collected by Francis. J. Child, and have been performed by various modern artists. Pearl-coated paper cover, bound with thread by pamphlet stitch, 12p. H8.5in x W5.5in.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="i-aronson">
|
||
|
||
<a href="https://meemu.org/@Ryntastic" target="_blank">I. Aronson</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical/digital zine called...</p>
|
||
<h3 id="indigenousgulf-online-zine-1">IndigenousGulf.Online zine #1</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>A review of current Indigenous projects going on in the Gulf South, with a focus point of Louisiana, but extending from TX to AL/FL panhandle.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="itzy">
|
||
|
||
Itzy
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a physical zine...</p>
|
||
|
||
|
||
<blockquote><p>autobiographical zine about being trans</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="jack">
|
||
|
||
<a href="https://catcatnya.com/@sodamnqueer" target="_blank">Jack</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a digital zine called...</p>
|
||
<h3 id="the-one-night-stand">The One Night Stand</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>queer love zine with mix of poetry and cute/funny prose pieces</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="jeff-blackman">
|
||
|
||
Jeff Blackman
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made physical zines called...</p>
|
||
|
||
<h3 id="places-i-will-go-before-i-die">Places I will go before I die</h3>
|
||
|
||
<h3 id="oh">OH</h3>
|
||
|
||
<h3 id="wumpf">WUMPF</h3>
|
||
|
||
<h3 id="gah">GAH!</h3>
|
||
|
||
<h3 id="whaap">WHAAP!!</h3>
|
||
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>Triptyc is a collage based comic strip cut from the funny pages.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="jim">
|
||
|
||
<a href="https://weirder.earth/deck/@worshipthesquid" target="_blank">Jim</a>
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a physical zine...</p>
|
||
|
||
|
||
<blockquote><p>Something with ink pen drawings that will be either:</p>
|
||
<ul>
|
||
<li>solo ttrpg companion, or</li>
|
||
<li>nature sketches and some local plants I like</li>
|
||
</ul>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2025,</p>
|
||
|
||
<h2 id="lea-v-t">
|
||
|
||
<a href="https://mastodon.art/@leavt" target="_blank">Léa V.T.</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical/digital zine called...</p>
|
||
<h3 id="grand-jaloprix">Grand Jaloprix</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>I made a small comic this summer and i'd like to print it in zine form with bonus illustrations and prep sketches. It's about a bunch of kids living in a dieselpunk junkyard racing wacky vehicles. Friends become enemies and enemies become friends, lots of vroom vroom. <a href="https://mastodon.art/@leavt/113056897528979869" target="_blank" rel="external">preview</a></p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="lee">
|
||
|
||
<a href="https://leecat.art" target="_blank">lee</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical/digital zine called...</p>
|
||
<h3 id="gender-as-a-proxy-variable">Gender as a Proxy Variable</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>information on handling gender in data and forms</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2025,</p>
|
||
|
||
<h2 id="lee-2">
|
||
|
||
<a href="https://leecat.art" target="_blank">lee</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical zine called...</p>
|
||
<h3 id="kestrel">KESTREL</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>2 color hand-printed zine with pictures of my dog</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="lee-3">
|
||
|
||
<a href="https://leecat.art" target="_blank">lee</a>
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a physical/digital zine...</p>
|
||
|
||
|
||
<blockquote><p>digitally designed zine in color about leatherworking tools and basics. will have a digital printable version as well as a web version with text alternatives and with all tools linked to actual listings in a store.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2025,</p>
|
||
|
||
<h2 id="limnetic-villains">
|
||
|
||
<a href="https://limneticvillains.bandcamp.com" target="_blank">Limnetic Villains</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a digital zine called...</p>
|
||
<h3 id="auditory-ossicles-issue-1">Auditory Ossicles Issue 1</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>A fake 1970s punk zine, including interviews, photos, reviews, fake adverts for products and bands that don't exist, in the style of the time.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="lisa-boghag">
|
||
|
||
<a href="https://bogwitch.ing" target="_blank">Lisa BogHag</a>
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a physical/digital zine...</p>
|
||
|
||
|
||
<blockquote><p>Bats in your belfry or habitation? A quick guide on what to do if you find yourself with a creature of the night as your unexpected roommate.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="maece">
|
||
|
||
<a href="https://toot.cat/@anglemaece" target="_blank">Maece</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a digital zine called...</p>
|
||
<h3 id="i-m-so-tired">I'm so tired</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>A collection of poetry exploring Autistic Burnout</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="mariah-currey">
|
||
|
||
<a href="https://mariahcurrey.carrd.co/" target="_blank">Mariah Currey</a>
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a physical/digital zine...</p>
|
||
|
||
|
||
<blockquote><p>I make supernatural slice of life and romance comics. Most of them also have some horror elements. The shorter ones I have available in digital and printed zine formats. Some of them are nsfw. Most of them are vampire related, though I also have some werewolf and fae comics. For the physical zine, if nsfw is okay I would be most interested in sending in Knotted by my Hot Werewolf Husband (fluffy smut of a werewolf/fae husband wife duo having sex in the woods). If sfw is better, I could do Our Grand Illusion (lesbian vampire retelling of Phantom of the Opera), Modern Ghouls (vampire bffs slice of life), or Besotted by a Maniac Goblin Nightmare Girl (Hot Werewolf Husband prequel of how they met). I these would also be my picks for digital. They're all on my itchio if you'd like to check out the listings for more info and art: <a href="https://rainydaymariah.itch.io/" target="_blank" rel="external">rainydaymariah.itch.io</a></p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="mark-saltveit">
|
||
|
||
<a href="https://www.palindromist.org" target="_blank">Mark Saltveit</a>
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a physical zine...</p>
|
||
|
||
|
||
<blockquote><p>The Palindromist since 1996 is the world's greatest palindrome zine.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2025,</p>
|
||
|
||
<h2 id="mythical-type">
|
||
|
||
<a href="https://mythicaltype.com/zines/" target="_blank">Mythical Type</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical zine called...</p>
|
||
<h3 id="text-message-moods">Text Message Moods</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>“Text Message Moods” is an 8-page mini zine that illustrates what text message conversations look like, depending on people’s moods. Hand-drawn, printed in color on white paper.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="mythical-type-2">
|
||
|
||
<a href="https://mythicaltype.com" target="_blank">Mythical Type</a>
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a physical zine...</p>
|
||
|
||
|
||
<blockquote><p>My zines are inspired by science fiction, conversations with friends, and observations of everyday life. For FediZineFest, I'll probably submit an issue of my newsletter-like zine, Open Curiosity, which combines all these topics.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="nobones">
|
||
|
||
nobones
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a physical zine...</p>
|
||
|
||
|
||
<blockquote><p>An art zine with maybe some poetry</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="nobones-2">
|
||
|
||
Nobones
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical zine called...</p>
|
||
<h3 id="how-to-change-a-tire">How to Change a Tire</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>a small illustrated zine providing details on how to fix a flat tire on a bicycle. The zine will cover the basic process of replacing an inner tube, and some thoughts about troubleshooting</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="omi">
|
||
|
||
<a href="https://heavenforbid.us/@swanchime" target="_blank">Omi</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical zine called...</p>
|
||
<h3 id="the-ghost-in-the-mirror-is-me">The Ghost in the Mirror is Me</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>THE GHOST IN THE MIRROR IS ME is a calm, horrifying, and starkly beautiful reminiscing of an atrocity that is only as true as you believe. It is a pure black and white work of sequential art at about 30 pages. I wrote it on the anniversary this year on the winter solstice.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="pesto-jaguar">
|
||
|
||
<a href="https://ravenation.club/@pestojaguar" target="_blank">Pesto Jaguar</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a digital zine called...</p>
|
||
<h3 id="perhaps-you-might-try-the-soup-issue-01">Perhaps You Might Try The Soup Issue 01</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>Working on a little 12 page zine called 'Perhaps you might try the soup' In design style it's kind of photo collage, (from original material) and abstract or surreal comics. The content is an odd mish mash of hopepunk, poetry, graphical music and experimental prose. There is strictly no ai generated text or imagery and no use of LLM or diffusion models. Everything is self made by a human.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2025,</p>
|
||
|
||
<h2 id="pesto-jaguar-2">
|
||
|
||
<a href="https://sunny.garden/@pestojaguar" target="_blank">Pesto Jaguar</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a digital zine called...</p>
|
||
<h3 id="swimming-through-treacle-issue-00">Swimming Through Treacle Issue 00</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>abstract, absurd, surreal, experimental?... Perhaps comics-adjacent or sciFi-adjacent?... some manner of weird zine, mainly images with some text like experimental prose or poetry, even?... Around 20 pages in A5. No 'AI' or image/text generation, just human made digital art.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="play-in-progress">
|
||
|
||
<a href="https://mastodon.art/@playinprogress" target="_blank">play in progress</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical/digital zine called...</p>
|
||
<h3 id="critters">Critters</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>I make ink drawings of various critters, and just realized that some of them make for really nice coloring pages. So now I am suddenly using my own xeroxed drawings as a coloring book, as well as working on making them available as such to others :)</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2025,</p>
|
||
|
||
<h2 id="play-in-progress-2">
|
||
|
||
<a href="https://mastodon.art/@playinprogress" target="_blank">play in progress</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical/digital zine called...</p>
|
||
<h3 id="a-murder-of-crows">A Murder of Crows</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>a fold-out formal experiment combining letter shapes and ink drawings</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="ranna">
|
||
|
||
Ranna
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a physical zine...</p>
|
||
|
||
|
||
<blockquote><p>I'm working on a quarter page zine I'm calling works cited. It's somwhere between litzine and perzine. Each page contains one sentence with either a footnote or endnote (still working on formatting). The foot/endnote leads to a roughly paragraph length mini-essay about my experiences with urban wildlife/nature. There may or may not be hand-drawn illustrations of flowers, depending on formatting.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="riotmuffin">
|
||
|
||
<a href="https://ni.hil.ist/@riotmuffin" target="_blank">riotmuffin</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical/digital zine called...</p>
|
||
<h3 id="get-off-my-nuts">Get Off My Nuts</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>i've made lots of zines and am always looking for reasons for more! the ones i'm most proud of include: travelogue about biking around lake superior as a queer/trans chick -- 'public bathrooms of twin cities cemeteries' (you can look this up on archive.org) -- and various political projects especially related to minneapolis, the george floyd uprising and anarchism/abolitionism. … things i have in the works include a historical fiction alternate history of the george floyd uprising, and a piece about queerness, rebellion and covid</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2025,</p>
|
||
|
||
<h2 id="riotmuffin-2">
|
||
|
||
riotmuffin
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical/digital zine called...</p>
|
||
<h3 id="you-gotta-leave-rebel-stories">You Gotta Leave: Rebel Stories</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>I’m gonna try to do that George Floyd uprising alternate history I was thinking about last time, but I might also do something else. In any case, it’ll be SHORTER than last years honker lol</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="robert-kingett-liam-woodard-and-russ-sharek">
|
||
|
||
<a href="https://sightlessscribbles.com" target="_blank">Robert Kingett, Liam Woodard and Russ Sharek</a>
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a physical zine...</p>
|
||
|
||
|
||
<blockquote><p>Robert Kingett's "Colonization of Confidence", typset and printed into pamphlet/zine form by the clowns at #thisOldClownHouse.</p>
|
||
<p>ed. note: Robert's website is linked in the header text; Liam and Russ can be found at <a href="https://whirling.top" target="_blank" rel="external">whirling.top</a>.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="sanae">
|
||
|
||
<a href="https://carfree.city/@sanae" target="_blank">Sanae</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical/digital zine called...</p>
|
||
<h3 id="bench-politics">Bench Politics</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>something about transportation and/or public space</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="sarah-sammis">
|
||
|
||
Sarah Sammis
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical zine called...</p>
|
||
<h3 id="chicken-zine">Chicken Zine</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>It will be chicken themed. A brief history of the chicken. One panel chicken comics. Chickens as famous literary characters. Something along those lines.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="soapdisch">
|
||
|
||
<a href="https://www.soapdisch.com" target="_blank">soapdisch</a>
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a physical zine...</p>
|
||
|
||
|
||
<blockquote><p>I make silly/absurd zines and sometimes how-to zines. Haven't yet decided what my submission will be about :)</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="sophia">
|
||
|
||
<a href="https://fractalkitty.com" target="_blank">Sophia</a>
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a physical/digital zine...</p>
|
||
|
||
|
||
<blockquote><p>Pen plotted and plen-plottable zine art that is procedural and unique for each one.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="sophie">
|
||
|
||
<a href="https://glammr.us/@Sophie" target="_blank">Sophie</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a physical zine called...</p>
|
||
<h3 id="congratulations-you-re-the-queerest-looking-person-in-this-room">Congratulations! You're the Queerest-Looking Person in This Room</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>Congratulations! You're the Queerest-Looking Person in This Room</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="syd">
|
||
|
||
<a href="https://donphan.social/@hi_cial" target="_blank">Syd</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made digital zines called...</p>
|
||
|
||
<h3 id="queer-birds-2022">Queer Birds 2022</h3>
|
||
|
||
<h3 id="ffvii-blazed-illustration">FFVII Blazed Illustration</h3>
|
||
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>I create zines about animals, final fantasy 7 and comics that are queer and furry adjacent.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="void">
|
||
|
||
<a href="https://voidmakes.carrd.co/" target="_blank">Void</a>
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a physical zine...</p>
|
||
|
||
|
||
<blockquote><p>Two zines that explore my experiences in the workplace as an individual with multiple marginalized identities. They will work as companion zines with one exploring my experiences as a non-binary person and one exploring my experiences as a disabled person.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="voidfuck-poetry-collective">
|
||
|
||
voidfuck poetry collective
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a digital zine called...</p>
|
||
<h3 id="voidfuck-1">voidfuck 1</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>Poetry zine about the body under capitalism and yearning for anarchy. Topics include madness, disability, love, climate anxiety, body dysphoria, queerness, anarchy, poverty, etc. Poetry is written. Might include a few photos or artwork.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2024,</p>
|
||
|
||
<h2 id="wetdryvac">
|
||
|
||
<a href="https://landofkittens.social/users/Wetdryvac" target="_blank">Wetdryvac</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a digital zine called...</p>
|
||
<h3 id="contract-consent-lair-w-fzf-001">CONTRACT / CONSENT LAIR W fZF | 001</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>I particularly like photography zines geared towards texture, both black and white, and color. I deliver finals as print-ready DRM-Free PDF, and it's cool to distribute them as such. I also do zines of written word and art.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2025,</p>
|
||
|
||
<h2 id="wetdryvac-2">
|
||
|
||
<a href="https://wetdryvac.net" target="_blank">Wetdryvac</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a digital zine called...</p>
|
||
<h3 id="rivet-drainage-lair-w-fzf-002">Rivet/Drainage Lair W fZF | 002</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>The Vac is a contract/consent ethicist with forays into art, music, literature, and whatever else strikes its fancy. This usually means being somewhere under a cat.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="wetdryvac-3">
|
||
|
||
<a href="https://tiny.bio/wetdryvac" target="_blank">Wetdryvac</a>
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a digital zine...</p>
|
||
|
||
|
||
<blockquote><p>Probably poetry and art, but there's always the chance that I'll end up, uh. Hmm. No, probably poetry and art.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2025,</p>
|
||
|
||
<h2 id="xyzzy">
|
||
|
||
<a href="https://xyzzyzzyzx.xyz/" target="_blank">xyzzy</a>
|
||
|
||
</h2>
|
||
|
||
|
||
|
||
<p>made a digital zine called...</p>
|
||
<h3 id="shut-up-and-eat-your-dirt">Shut up & eat your dirt!</h3>
|
||
|
||
<p>and the original blurb was...</p>
|
||
|
||
|
||
<blockquote><p>a perzine about my experience in a conservative catholic high school, called “shut up & eat your dirt”</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
<li>
|
||
|
||
<p>In 2026-2027,</p>
|
||
|
||
<h2 id="zoyander">
|
||
|
||
<a href="https://zoyander.cc" target="_blank">Zoyander</a>
|
||
|
||
</h2>
|
||
|
||
|
||
<p>is planning a physical/digital zine...</p>
|
||
|
||
|
||
<blockquote><p>Photocopy collage zine on the topic of precarious embodiment, environment, and attachment. Source material includes 1980s Shipping industry magazines, Little White Lies, midcentury childrens novels, the Kinsey reports, various other odds and ends. I'll provide a digital scan as well as physical copies.</p>
|
||
</blockquote>
|
||
</li>
|
||
|
||
</ul>
|
||
|
||
|
||
|
||
</main>
|
||
|
||
<footer>
|
||
<p>
|
||
Read the <a href="/attribution">site attribution</a>
|
||
</p>
|
||
<p>© 2023-2026</p>
|
||
<p>Site feedback? Questions?
|
||
<a href="https://leecat.art/contact">Reach out to Lee</a>
|
||
</p>
|
||
</footer>
|
||
|
||
<!-- This page `/zines/` was built on 2026-09-18T17:30:04.700Z -->
|
||
</body>
|
||
</html>
|