chore(build): update dist

This commit is contained in:
multipleof4
2026-02-26 22:28:12 +00:00
committed by github-actions[bot]
parent cc64c15f76
commit 072de130f6
4 changed files with 134 additions and 8 deletions

111
dist/write/index.html vendored Normal file
View File

@@ -0,0 +1,111 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Become a writer for apophenia.news</title>
<meta name="description" content="Pitch your pattern analysis. Email your story as a Markdown file for review and publication." />
<meta property="og:title" content="Become a writer for apophenia.news" />
<meta property="og:description" content="Pitch your pattern analysis. Email your story as a Markdown file for review and publication." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://apophenia.news/write/" />
<meta property="og:image" content="https://direct-img.link/writer+typing+cosmic+newsroom+editorial" />
<meta name="theme-color" content="#fcfcfa" />
<link rel="canonical" href="https://apophenia.news/write/" />
<link rel="alternate" type="application/rss+xml" title="apophenia.news RSS" href="https://apophenia.news/rss.xml" />
<script type="module" crossorigin src="/assets/main-C_B_-gND.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-DHa-d1gv.css">
</head>
<body>
<header class="sticky top-0 z-40 border-b border-zinc-200/80 bg-paper/95 backdrop-blur">
<div class="shell py-3 flex items-center justify-between gap-4" x-data="{open:false}">
<a href="/" class="inline-flex items-center gap-3">
<svg class="h-10 w-10 brand-glow" viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Apophenia News logo">
<defs>
<linearGradient id="ap-grad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#4f46e5"/>
<stop offset="100%" stop-color="#0ea5e9"/>
</linearGradient>
</defs>
<rect x="6" y="6" width="108" height="108" rx="28" fill="#ffffff" stroke="url(#ap-grad)" stroke-width="8"/>
<circle cx="36" cy="36" r="8" fill="#4f46e5"/>
<circle cx="84" cy="36" r="8" fill="#0ea5e9"/>
<circle cx="36" cy="84" r="8" fill="#0ea5e9"/>
<circle cx="84" cy="84" r="8" fill="#4f46e5"/>
<path d="M36 36L84 84M84 36L36 84M36 36H84M36 84H84" stroke="#111827" stroke-opacity=".6" stroke-width="4" stroke-linecap="round"/>
<circle cx="60" cy="60" r="10" fill="#111827"/>
</svg>
<div>
<p class="text-lg leading-none font-bold">apophenia.news</p>
<p class="text-xs text-zinc-500">for pattern seekers</p>
</div>
</a>
<button class="sm:hidden p-2 rounded-lg border border-zinc-200 bg-white" @click="open=!open" aria-label="Toggle menu">
<i data-lucide="menu" class="h-4 w-4"></i>
</button>
<nav class="hidden sm:flex items-center gap-6 text-sm">
<a href="/">Home</a>
<a href="/write/">Become a writer</a>
<a href="/rss.xml">RSS</a>
</nav>
<nav class="sm:hidden absolute left-4 right-4 top-[70px] card p-3" x-show="open" x-transition>
<a class="block py-1.5" href="/">Home</a>
<a class="block py-1.5" href="/write/">Become a writer</a>
<a class="block py-1.5" href="/rss.xml">RSS</a>
</nav>
</div>
</header>
<main class="shell py-10">
<article class="card p-6 sm:p-10">
<p class="tag mb-3"><i data-lucide="pen-line" class="h-3.5 w-3.5"></i>Contributor Program</p>
<h1 class="text-4xl sm:text-5xl font-bold leading-tight">Become a writer for apophenia.news</h1>
<p class="mt-4 text-zinc-700 max-w-3xl">
Have a strong pattern-based story, analysis, or investigation? Send it to us.
</p>
<div class="article-prose mt-8">
<h2>How to submit</h2>
<ul>
<li>Write your article in a <strong>.md (Markdown)</strong> file.</li>
<li>Email it to <a href="mailto:planetrenox@pm.me">planetrenox@pm.me</a>.</li>
<li>If approved, your story will be published on apophenia.news.</li>
<li>Your byline can use your real name or an alias.</li>
</ul>
<h2>Submission tips</h2>
<ul>
<li>Lead with a clear thesis and strong evidence.</li>
<li>Use links/citations when making factual claims.</li>
<li>Include a short author bio line if you want one shown.</li>
<li>Add a suggested title, slug, description, and tags at the top (frontmatter preferred).</li>
</ul>
<h2>Frontmatter template (optional)</h2>
<pre><code>---
title: "Your headline"
slug: your-slug
date: 2026-03-01
author: Your Name or Alias
description: "1-2 sentence summary"
header_image: https://direct-img.link/your+image+query
tags:
- your-tag
- another-tag
---</code></pre>
</div>
</article>
</main>
<footer class="mt-16 border-t border-zinc-200 bg-white/70">
<div class="shell py-8 text-sm text-zinc-600 flex flex-col sm:flex-row justify-between gap-2">
<p>Apophenia News — finding patterns in the noise since 2026</p>
<p>© 2026 apophenia.news</p>
</div>
</footer>
</body>
</html>