drone build Sun Sep 13 10:56:32 PDT 2026
This commit is contained in:
@@ -21,31 +21,31 @@
|
||||
<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="/img/2025-logo.png">
|
||||
<meta property="og:image:alt" content="a logo in dark purple and golden yellow. it looks sorta like a folded map, or like a single piece of printer paper that's been folded and cut into the format needed for an 8-page zine. the 8 panels read FEDI ZINE. next to this, a blue and green folded 8-page zine reads 'fest 2025'">
|
||||
<meta property="og:image" content="/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>:root {
|
||||
<style>@font-face {
|
||||
font-family: "Bloktype";
|
||||
src: url("/fonts/BLOKTYPE.woff2");
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
|
||||
--color-bg-light: #f0f0f0;
|
||||
--color-text-light: #640054;
|
||||
--color-header-light: #185370;
|
||||
--color-warn-light: #fbcc0a;
|
||||
--color-light: #f3ccfb;
|
||||
--color-dark: #130b16;
|
||||
--color-pink: #ea33d2;
|
||||
--color-blurple: #6d12e2;
|
||||
|
||||
--color-bg-dark: #1f1f1f;
|
||||
--color-text-dark: #91c73b;
|
||||
--color-header-dark: #ff9b37;
|
||||
--color-warn-dark: #540033;
|
||||
|
||||
--color-bg: light-dark(var(--color-bg-light), var(--color-bg-dark));
|
||||
--color-text: light-dark(var(--color-text-light), var(--color-text-dark));
|
||||
--color-header: light-dark(var(--color-header-light), var(--color-header-dark));
|
||||
--color-warn: light-dark(var(--color-warn-light), var(--color-warn-dark));
|
||||
--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/ */
|
||||
@@ -128,7 +128,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 5rem 0 2rem;
|
||||
margin: 5rem 0;
|
||||
font-size: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -139,11 +139,15 @@ h1 {
|
||||
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
padding-top: 3rem;
|
||||
border-top: solid;
|
||||
margin: 1.4rem 0;
|
||||
}
|
||||
|
||||
p + h2,
|
||||
h3 + h2 {
|
||||
padding-top: 3rem;
|
||||
border-top: solid;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.4rem;
|
||||
margin-top: 1rem;
|
||||
@@ -242,6 +246,36 @@ footer p {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.bloktype {
|
||||
font-family: "Bloktype";
|
||||
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;
|
||||
}
|
||||
@@ -420,6 +454,6 @@ footer p {
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
<!-- This page `/years/2024/guidelines/` was built on 2026-09-05T20:52:47.890Z -->
|
||||
<!-- This page `/years/2024/guidelines/` was built on 2026-09-13T17:56:26.679Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+55
-22
@@ -21,31 +21,31 @@
|
||||
<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="/img/2025-logo.png">
|
||||
<meta property="og:image:alt" content="a logo in dark purple and golden yellow. it looks sorta like a folded map, or like a single piece of printer paper that's been folded and cut into the format needed for an 8-page zine. the 8 panels read FEDI ZINE. next to this, a blue and green folded 8-page zine reads 'fest 2025'">
|
||||
<meta property="og:image" content="/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>:root {
|
||||
<style>@font-face {
|
||||
font-family: "Bloktype";
|
||||
src: url("/fonts/BLOKTYPE.woff2");
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
|
||||
--color-bg-light: #f0f0f0;
|
||||
--color-text-light: #640054;
|
||||
--color-header-light: #185370;
|
||||
--color-warn-light: #fbcc0a;
|
||||
--color-light: #f3ccfb;
|
||||
--color-dark: #130b16;
|
||||
--color-pink: #ea33d2;
|
||||
--color-blurple: #6d12e2;
|
||||
|
||||
--color-bg-dark: #1f1f1f;
|
||||
--color-text-dark: #91c73b;
|
||||
--color-header-dark: #ff9b37;
|
||||
--color-warn-dark: #540033;
|
||||
|
||||
--color-bg: light-dark(var(--color-bg-light), var(--color-bg-dark));
|
||||
--color-text: light-dark(var(--color-text-light), var(--color-text-dark));
|
||||
--color-header: light-dark(var(--color-header-light), var(--color-header-dark));
|
||||
--color-warn: light-dark(var(--color-warn-light), var(--color-warn-dark));
|
||||
--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/ */
|
||||
@@ -128,7 +128,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 5rem 0 2rem;
|
||||
margin: 5rem 0;
|
||||
font-size: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -139,11 +139,15 @@ h1 {
|
||||
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
padding-top: 3rem;
|
||||
border-top: solid;
|
||||
margin: 1.4rem 0;
|
||||
}
|
||||
|
||||
p + h2,
|
||||
h3 + h2 {
|
||||
padding-top: 3rem;
|
||||
border-top: solid;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.4rem;
|
||||
margin-top: 1rem;
|
||||
@@ -242,6 +246,36 @@ footer p {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.bloktype {
|
||||
font-family: "Bloktype";
|
||||
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;
|
||||
}
|
||||
@@ -326,8 +360,7 @@ footer p {
|
||||
|
||||
<h1 id="fedizinefest-2024">FediZineFest 2024</h1>
|
||||
|
||||
<p><img src="/img/2024-zines.jpg" alt="A number of zines of various sizes and designs and colors laid out on a very colorful bedspread." loading="lazy" decoding="async" width="3000" height="4000"></p>
|
||||
<h2 id="overview">Overview</h2>
|
||||
<p><img src="/img/2024-zines.jpg" alt="A number of zines of various sizes and designs and colors laid out on a very colorful bedspread." class="inset" loading="lazy" decoding="async" width="3000" height="4000"></p>
|
||||
<p>Read the <a href="/years/2024/guidelines">FediZineFest 2024 guidelines.</a></p>
|
||||
<p>See the <a href="/years/2024/zines">FediZineFest 2024 zines.</a></p>
|
||||
<h2 id="statistics">Statistics</h2>
|
||||
@@ -362,6 +395,6 @@ footer p {
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
<!-- This page `/years/2024/` was built on 2026-09-05T20:52:47.890Z -->
|
||||
<!-- This page `/years/2024/` was built on 2026-09-13T17:56:26.679Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+54
-20
@@ -21,31 +21,31 @@
|
||||
<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="/img/2025-logo.png">
|
||||
<meta property="og:image:alt" content="a logo in dark purple and golden yellow. it looks sorta like a folded map, or like a single piece of printer paper that's been folded and cut into the format needed for an 8-page zine. the 8 panels read FEDI ZINE. next to this, a blue and green folded 8-page zine reads 'fest 2025'">
|
||||
<meta property="og:image" content="/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>:root {
|
||||
<style>@font-face {
|
||||
font-family: "Bloktype";
|
||||
src: url("/fonts/BLOKTYPE.woff2");
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
|
||||
--color-bg-light: #f0f0f0;
|
||||
--color-text-light: #640054;
|
||||
--color-header-light: #185370;
|
||||
--color-warn-light: #fbcc0a;
|
||||
--color-light: #f3ccfb;
|
||||
--color-dark: #130b16;
|
||||
--color-pink: #ea33d2;
|
||||
--color-blurple: #6d12e2;
|
||||
|
||||
--color-bg-dark: #1f1f1f;
|
||||
--color-text-dark: #91c73b;
|
||||
--color-header-dark: #ff9b37;
|
||||
--color-warn-dark: #540033;
|
||||
|
||||
--color-bg: light-dark(var(--color-bg-light), var(--color-bg-dark));
|
||||
--color-text: light-dark(var(--color-text-light), var(--color-text-dark));
|
||||
--color-header: light-dark(var(--color-header-light), var(--color-header-dark));
|
||||
--color-warn: light-dark(var(--color-warn-light), var(--color-warn-dark));
|
||||
--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/ */
|
||||
@@ -128,7 +128,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 5rem 0 2rem;
|
||||
margin: 5rem 0;
|
||||
font-size: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -139,11 +139,15 @@ h1 {
|
||||
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
padding-top: 3rem;
|
||||
border-top: solid;
|
||||
margin: 1.4rem 0;
|
||||
}
|
||||
|
||||
p + h2,
|
||||
h3 + h2 {
|
||||
padding-top: 3rem;
|
||||
border-top: solid;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.4rem;
|
||||
margin-top: 1rem;
|
||||
@@ -242,6 +246,36 @@ footer p {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.bloktype {
|
||||
font-family: "Bloktype";
|
||||
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;
|
||||
}
|
||||
@@ -822,6 +856,6 @@ footer p {
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
<!-- This page `/years/2024/zines/` was built on 2026-09-05T20:52:47.889Z -->
|
||||
<!-- This page `/years/2024/zines/` was built on 2026-09-13T17:56:26.678Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -21,31 +21,31 @@
|
||||
<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="/img/2025-logo.png">
|
||||
<meta property="og:image:alt" content="a logo in dark purple and golden yellow. it looks sorta like a folded map, or like a single piece of printer paper that's been folded and cut into the format needed for an 8-page zine. the 8 panels read FEDI ZINE. next to this, a blue and green folded 8-page zine reads 'fest 2025'">
|
||||
<meta property="og:image" content="/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>:root {
|
||||
<style>@font-face {
|
||||
font-family: "Bloktype";
|
||||
src: url("/fonts/BLOKTYPE.woff2");
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
|
||||
--color-bg-light: #f0f0f0;
|
||||
--color-text-light: #640054;
|
||||
--color-header-light: #185370;
|
||||
--color-warn-light: #fbcc0a;
|
||||
--color-light: #f3ccfb;
|
||||
--color-dark: #130b16;
|
||||
--color-pink: #ea33d2;
|
||||
--color-blurple: #6d12e2;
|
||||
|
||||
--color-bg-dark: #1f1f1f;
|
||||
--color-text-dark: #91c73b;
|
||||
--color-header-dark: #ff9b37;
|
||||
--color-warn-dark: #540033;
|
||||
|
||||
--color-bg: light-dark(var(--color-bg-light), var(--color-bg-dark));
|
||||
--color-text: light-dark(var(--color-text-light), var(--color-text-dark));
|
||||
--color-header: light-dark(var(--color-header-light), var(--color-header-dark));
|
||||
--color-warn: light-dark(var(--color-warn-light), var(--color-warn-dark));
|
||||
--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/ */
|
||||
@@ -128,7 +128,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 5rem 0 2rem;
|
||||
margin: 5rem 0;
|
||||
font-size: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -139,11 +139,15 @@ h1 {
|
||||
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
padding-top: 3rem;
|
||||
border-top: solid;
|
||||
margin: 1.4rem 0;
|
||||
}
|
||||
|
||||
p + h2,
|
||||
h3 + h2 {
|
||||
padding-top: 3rem;
|
||||
border-top: solid;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.4rem;
|
||||
margin-top: 1rem;
|
||||
@@ -242,6 +246,36 @@ footer p {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.bloktype {
|
||||
font-family: "Bloktype";
|
||||
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;
|
||||
}
|
||||
@@ -386,6 +420,6 @@ footer p {
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
<!-- This page `/years/2025/guidelines/` was built on 2026-09-05T20:52:47.890Z -->
|
||||
<!-- This page `/years/2025/guidelines/` was built on 2026-09-13T17:56:26.679Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+55
-21
@@ -21,31 +21,31 @@
|
||||
<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="/img/2025-logo.png">
|
||||
<meta property="og:image:alt" content="a logo in dark purple and golden yellow. it looks sorta like a folded map, or like a single piece of printer paper that's been folded and cut into the format needed for an 8-page zine. the 8 panels read FEDI ZINE. next to this, a blue and green folded 8-page zine reads 'fest 2025'">
|
||||
<meta property="og:image" content="/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>:root {
|
||||
<style>@font-face {
|
||||
font-family: "Bloktype";
|
||||
src: url("/fonts/BLOKTYPE.woff2");
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
|
||||
--color-bg-light: #f0f0f0;
|
||||
--color-text-light: #640054;
|
||||
--color-header-light: #185370;
|
||||
--color-warn-light: #fbcc0a;
|
||||
--color-light: #f3ccfb;
|
||||
--color-dark: #130b16;
|
||||
--color-pink: #ea33d2;
|
||||
--color-blurple: #6d12e2;
|
||||
|
||||
--color-bg-dark: #1f1f1f;
|
||||
--color-text-dark: #91c73b;
|
||||
--color-header-dark: #ff9b37;
|
||||
--color-warn-dark: #540033;
|
||||
|
||||
--color-bg: light-dark(var(--color-bg-light), var(--color-bg-dark));
|
||||
--color-text: light-dark(var(--color-text-light), var(--color-text-dark));
|
||||
--color-header: light-dark(var(--color-header-light), var(--color-header-dark));
|
||||
--color-warn: light-dark(var(--color-warn-light), var(--color-warn-dark));
|
||||
--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/ */
|
||||
@@ -128,7 +128,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 5rem 0 2rem;
|
||||
margin: 5rem 0;
|
||||
font-size: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -139,11 +139,15 @@ h1 {
|
||||
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
padding-top: 3rem;
|
||||
border-top: solid;
|
||||
margin: 1.4rem 0;
|
||||
}
|
||||
|
||||
p + h2,
|
||||
h3 + h2 {
|
||||
padding-top: 3rem;
|
||||
border-top: solid;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.4rem;
|
||||
margin-top: 1rem;
|
||||
@@ -242,6 +246,36 @@ footer p {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.bloktype {
|
||||
font-family: "Bloktype";
|
||||
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;
|
||||
}
|
||||
@@ -326,7 +360,7 @@ footer p {
|
||||
|
||||
<h1 id="fedizinefest-2025">FediZineFest 2025</h1>
|
||||
|
||||
<p><img src="/img/2025-logo.png" alt="a logo in dark purple and golden yellow. it looks sorta like a folded map, or like a single piece of printer paper that's been folded and cut into the format needed for an 8-page zine. the 8 panels read FEDI ZINE. next to this, a blue and green folded 8-page zine reads 'fest 2025'" loading="lazy" decoding="async" width="729" height="799"></p>
|
||||
<p><img src="/img/2025-logo.png" alt="a logo in dark purple and golden yellow. it looks sorta like a folded map, or like a single piece of printer paper that's been folded and cut into the format needed for an 8-page zine. the 8 panels read FEDI ZINE. next to this, a blue and green folded 8-page zine reads 'fest 2025'" class="inset" loading="lazy" decoding="async" width="729" height="799"></p>
|
||||
<h2 id="overview">Overview</h2>
|
||||
<p>Read the <a href="/years/2025/guidelines">FediZineFest 2025 guidelines.</a></p>
|
||||
<p>See the <a href="/years/2025/zines">FediZineFest 2025 zines.</a></p>
|
||||
@@ -372,6 +406,6 @@ footer p {
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
<!-- This page `/years/2025/` was built on 2026-09-05T20:52:47.890Z -->
|
||||
<!-- This page `/years/2025/` was built on 2026-09-13T17:56:26.679Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+54
-20
@@ -21,31 +21,31 @@
|
||||
<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="/img/2025-logo.png">
|
||||
<meta property="og:image:alt" content="a logo in dark purple and golden yellow. it looks sorta like a folded map, or like a single piece of printer paper that's been folded and cut into the format needed for an 8-page zine. the 8 panels read FEDI ZINE. next to this, a blue and green folded 8-page zine reads 'fest 2025'">
|
||||
<meta property="og:image" content="/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>:root {
|
||||
<style>@font-face {
|
||||
font-family: "Bloktype";
|
||||
src: url("/fonts/BLOKTYPE.woff2");
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
|
||||
--color-bg-light: #f0f0f0;
|
||||
--color-text-light: #640054;
|
||||
--color-header-light: #185370;
|
||||
--color-warn-light: #fbcc0a;
|
||||
--color-light: #f3ccfb;
|
||||
--color-dark: #130b16;
|
||||
--color-pink: #ea33d2;
|
||||
--color-blurple: #6d12e2;
|
||||
|
||||
--color-bg-dark: #1f1f1f;
|
||||
--color-text-dark: #91c73b;
|
||||
--color-header-dark: #ff9b37;
|
||||
--color-warn-dark: #540033;
|
||||
|
||||
--color-bg: light-dark(var(--color-bg-light), var(--color-bg-dark));
|
||||
--color-text: light-dark(var(--color-text-light), var(--color-text-dark));
|
||||
--color-header: light-dark(var(--color-header-light), var(--color-header-dark));
|
||||
--color-warn: light-dark(var(--color-warn-light), var(--color-warn-dark));
|
||||
--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/ */
|
||||
@@ -128,7 +128,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 5rem 0 2rem;
|
||||
margin: 5rem 0;
|
||||
font-size: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -139,11 +139,15 @@ h1 {
|
||||
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
padding-top: 3rem;
|
||||
border-top: solid;
|
||||
margin: 1.4rem 0;
|
||||
}
|
||||
|
||||
p + h2,
|
||||
h3 + h2 {
|
||||
padding-top: 3rem;
|
||||
border-top: solid;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.4rem;
|
||||
margin-top: 1rem;
|
||||
@@ -242,6 +246,36 @@ footer p {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.bloktype {
|
||||
font-family: "Bloktype";
|
||||
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;
|
||||
}
|
||||
@@ -698,6 +732,6 @@ footer p {
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
<!-- This page `/years/2025/zines/` was built on 2026-09-05T20:52:47.889Z -->
|
||||
<!-- This page `/years/2025/zines/` was built on 2026-09-13T17:56:26.679Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -21,31 +21,31 @@
|
||||
<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="/img/2025-logo.png">
|
||||
<meta property="og:image:alt" content="a logo in dark purple and golden yellow. it looks sorta like a folded map, or like a single piece of printer paper that's been folded and cut into the format needed for an 8-page zine. the 8 panels read FEDI ZINE. next to this, a blue and green folded 8-page zine reads 'fest 2025'">
|
||||
<meta property="og:image" content="/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>:root {
|
||||
<style>@font-face {
|
||||
font-family: "Bloktype";
|
||||
src: url("/fonts/BLOKTYPE.woff2");
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
|
||||
--color-bg-light: #f0f0f0;
|
||||
--color-text-light: #640054;
|
||||
--color-header-light: #185370;
|
||||
--color-warn-light: #fbcc0a;
|
||||
--color-light: #f3ccfb;
|
||||
--color-dark: #130b16;
|
||||
--color-pink: #ea33d2;
|
||||
--color-blurple: #6d12e2;
|
||||
|
||||
--color-bg-dark: #1f1f1f;
|
||||
--color-text-dark: #91c73b;
|
||||
--color-header-dark: #ff9b37;
|
||||
--color-warn-dark: #540033;
|
||||
|
||||
--color-bg: light-dark(var(--color-bg-light), var(--color-bg-dark));
|
||||
--color-text: light-dark(var(--color-text-light), var(--color-text-dark));
|
||||
--color-header: light-dark(var(--color-header-light), var(--color-header-dark));
|
||||
--color-warn: light-dark(var(--color-warn-light), var(--color-warn-dark));
|
||||
--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/ */
|
||||
@@ -128,7 +128,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 5rem 0 2rem;
|
||||
margin: 5rem 0;
|
||||
font-size: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -139,11 +139,15 @@ h1 {
|
||||
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
padding-top: 3rem;
|
||||
border-top: solid;
|
||||
margin: 1.4rem 0;
|
||||
}
|
||||
|
||||
p + h2,
|
||||
h3 + h2 {
|
||||
padding-top: 3rem;
|
||||
border-top: solid;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.4rem;
|
||||
margin-top: 1rem;
|
||||
@@ -242,6 +246,36 @@ footer p {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.bloktype {
|
||||
font-family: "Bloktype";
|
||||
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;
|
||||
}
|
||||
@@ -323,9 +357,7 @@ footer p {
|
||||
|
||||
|
||||
<main id="main">
|
||||
|
||||
<h1 id="fedizinefest-2026-2027-guidelines">FediZineFest 2026-2027 Guidelines</h1>
|
||||
|
||||
<h1 id="fedizinefest-2026-2027-guidelines"><span class="bloktype">F</span>edi<span class="bloktype"><wbr>Z</span>ine<span class="bloktype"><wbr>F</span>est 2026-2027 Guidelines</h1>
|
||||
<h2 id="what">What</h2>
|
||||
<p>A zine sharing and distribution project for the fediverse.</p>
|
||||
<h2 id="who">Who</h2>
|
||||
@@ -384,7 +416,6 @@ footer p {
|
||||
<h2 id="backer-information">Backer information</h2>
|
||||
<p>Buying physical/digital or digital-only zine bundles will be done via <a href="https://ko-fi.com/inherentlee">Lee's Ko-fi shop</a>. If you've filled out the <a href="/signup#interest-in-2026-2027">interest form</a>, you'll get an email when bundle purchasing goes live. Otherwise, monitor the #fediZineFest and/or #fediZineFest2026 hashtags on the fediverse.</p>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
@@ -397,6 +428,6 @@ footer p {
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
<!-- This page `/years/2026-2027/guidelines/` was built on 2026-09-05T20:52:47.890Z -->
|
||||
<!-- This page `/years/2026-2027/guidelines/` was built on 2026-09-13T17:56:26.677Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+57
-25
@@ -21,31 +21,31 @@
|
||||
<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="/img/2025-logo.png">
|
||||
<meta property="og:image:alt" content="a logo in dark purple and golden yellow. it looks sorta like a folded map, or like a single piece of printer paper that's been folded and cut into the format needed for an 8-page zine. the 8 panels read FEDI ZINE. next to this, a blue and green folded 8-page zine reads 'fest 2025'">
|
||||
<meta property="og:image" content="/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>:root {
|
||||
<style>@font-face {
|
||||
font-family: "Bloktype";
|
||||
src: url("/fonts/BLOKTYPE.woff2");
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
|
||||
--color-bg-light: #f0f0f0;
|
||||
--color-text-light: #640054;
|
||||
--color-header-light: #185370;
|
||||
--color-warn-light: #fbcc0a;
|
||||
--color-light: #f3ccfb;
|
||||
--color-dark: #130b16;
|
||||
--color-pink: #ea33d2;
|
||||
--color-blurple: #6d12e2;
|
||||
|
||||
--color-bg-dark: #1f1f1f;
|
||||
--color-text-dark: #91c73b;
|
||||
--color-header-dark: #ff9b37;
|
||||
--color-warn-dark: #540033;
|
||||
|
||||
--color-bg: light-dark(var(--color-bg-light), var(--color-bg-dark));
|
||||
--color-text: light-dark(var(--color-text-light), var(--color-text-dark));
|
||||
--color-header: light-dark(var(--color-header-light), var(--color-header-dark));
|
||||
--color-warn: light-dark(var(--color-warn-light), var(--color-warn-dark));
|
||||
--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/ */
|
||||
@@ -128,7 +128,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 5rem 0 2rem;
|
||||
margin: 5rem 0;
|
||||
font-size: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -139,11 +139,15 @@ h1 {
|
||||
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
padding-top: 3rem;
|
||||
border-top: solid;
|
||||
margin: 1.4rem 0;
|
||||
}
|
||||
|
||||
p + h2,
|
||||
h3 + h2 {
|
||||
padding-top: 3rem;
|
||||
border-top: solid;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.4rem;
|
||||
margin-top: 1rem;
|
||||
@@ -242,6 +246,36 @@ footer p {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.bloktype {
|
||||
font-family: "Bloktype";
|
||||
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;
|
||||
}
|
||||
@@ -323,10 +357,9 @@ footer p {
|
||||
|
||||
|
||||
<main id="main">
|
||||
|
||||
<h1 id="fedizinefest-2026-2027">FediZineFest 2026-2027</h1>
|
||||
|
||||
<h2 id="overview">Overview</h2>
|
||||
<h1 id="fedizinefest-2026-2027"><span class="bloktype">F</span>edi<span class="bloktype"><wbr>Z</span>ine<span class="bloktype"><wbr>F</span>est 2026-2027</h1>
|
||||
<p><img src="/img/2026-2027-logo-dark.png" alt="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" class="inset light-mode" loading="lazy" decoding="async" width="563" height="552">
|
||||
<img src="/img/2026-2027-logo-light.png" alt="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" class="inset dark-mode" loading="lazy" decoding="async" width="563" height="552"></p>
|
||||
<p>The interest form for 2026-2027 is open on the <a href="/signup">signup page.</a></p>
|
||||
<p>Read the <a href="/years/2026-2027/guidelines">FediZineFest 2026-2027 guidelines.</a></p>
|
||||
<h2 id="team">Team</h2>
|
||||
@@ -338,7 +371,6 @@ footer p {
|
||||
<li><strong>Color and logo design:</strong> Eric Jennings — <a href="https://www.killyour.guru/">killyour.guru</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
@@ -351,6 +383,6 @@ footer p {
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
<!-- This page `/years/2026-2027/` was built on 2026-09-05T20:52:47.890Z -->
|
||||
<!-- This page `/years/2026-2027/` was built on 2026-09-13T17:56:26.678Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+54
-20
@@ -21,31 +21,31 @@
|
||||
<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="/img/2025-logo.png">
|
||||
<meta property="og:image:alt" content="a logo in dark purple and golden yellow. it looks sorta like a folded map, or like a single piece of printer paper that's been folded and cut into the format needed for an 8-page zine. the 8 panels read FEDI ZINE. next to this, a blue and green folded 8-page zine reads 'fest 2025'">
|
||||
<meta property="og:image" content="/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>:root {
|
||||
<style>@font-face {
|
||||
font-family: "Bloktype";
|
||||
src: url("/fonts/BLOKTYPE.woff2");
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
|
||||
--color-bg-light: #f0f0f0;
|
||||
--color-text-light: #640054;
|
||||
--color-header-light: #185370;
|
||||
--color-warn-light: #fbcc0a;
|
||||
--color-light: #f3ccfb;
|
||||
--color-dark: #130b16;
|
||||
--color-pink: #ea33d2;
|
||||
--color-blurple: #6d12e2;
|
||||
|
||||
--color-bg-dark: #1f1f1f;
|
||||
--color-text-dark: #91c73b;
|
||||
--color-header-dark: #ff9b37;
|
||||
--color-warn-dark: #540033;
|
||||
|
||||
--color-bg: light-dark(var(--color-bg-light), var(--color-bg-dark));
|
||||
--color-text: light-dark(var(--color-text-light), var(--color-text-dark));
|
||||
--color-header: light-dark(var(--color-header-light), var(--color-header-dark));
|
||||
--color-warn: light-dark(var(--color-warn-light), var(--color-warn-dark));
|
||||
--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/ */
|
||||
@@ -128,7 +128,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 5rem 0 2rem;
|
||||
margin: 5rem 0;
|
||||
font-size: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -139,11 +139,15 @@ h1 {
|
||||
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
padding-top: 3rem;
|
||||
border-top: solid;
|
||||
margin: 1.4rem 0;
|
||||
}
|
||||
|
||||
p + h2,
|
||||
h3 + h2 {
|
||||
padding-top: 3rem;
|
||||
border-top: solid;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.4rem;
|
||||
margin-top: 1rem;
|
||||
@@ -242,6 +246,36 @@ footer p {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.bloktype {
|
||||
font-family: "Bloktype";
|
||||
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;
|
||||
}
|
||||
@@ -348,6 +382,6 @@ footer p {
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
<!-- This page `/years/` was built on 2026-09-05T20:52:47.890Z -->
|
||||
<!-- This page `/years/` was built on 2026-09-13T17:56:26.679Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user