Front Page - Source Excerpt 06
Summary
This source excerpt preserves a bounded section of FFTAC/wp-content/themes/fftac-who-we-are/front-page.php so readers can inspect the evidence without opening the full source file.
**Source path:** FFTAC/wp-content/themes/fftac-who-we-are/front-page.php
<section class="section band" id="blueprints" aria-labelledby="blueprints-title">
<p class="section-kicker"><?php esc_html_e( 'Build list', 'fftac-who-we-are' ); ?></p>
<h2 class="section-title" id="blueprints-title"><?php esc_html_e( 'The next pages are already visible.', 'fftac-who-we-are' ); ?></h2>
<p class="section-lede">
<?php esc_html_e( 'The archived research batch gives the site a publication map. These blueprints are the practical next articles, desks, and reference pages that would turn the doorway into a real Antichrist resource library.', 'fftac-who-we-are' ); ?>
</p>
<div class="blueprint-grid">
<?php foreach ( $page_blueprints as $blueprint ) : ?>
<article class="blueprint-card">
<h3><?php echo esc_html( $blueprint['title'] ); ?></h3>
<p><?php echo esc_html( $blueprint['body'] ); ?></p>
</article>
<?php endforeach; ?>
</div>
</section>
<section class="section band" id="library" aria-labelledby="library-title">
<p class="section-kicker"><?php esc_html_e( 'Information architecture', 'fftac-who-we-are' ); ?></p>
<h2 class="section-title" id="library-title"><?php esc_html_e( 'A library before a loudspeaker.', 'fftac-who-we-are' ); ?></h2>
<p class="section-lede">
<?php esc_html_e( 'The site should grow as a layered knowledge system: searchable, evergreen, careful with taxonomy, and resistant to sensational post churn.', 'fftac-who-we-are' ); ?>
</p>
<div class="card-grid dense">
<?php foreach ( $library_lanes as $lane ) : ?>
<article class="path-card">
<p class="card-kicker"><?php echo esc_html( $lane['kicker'] ); ?></p>
<h3><?php echo esc_html( $lane['title'] ); ?></h3>
<p><?php echo esc_html( $lane['body'] ); ?></p>
</article>
<?php endforeach; ?>
</div>
</section>
<section class="section" id="memory" aria-labelledby="memory-title">
<p class="section-kicker"><?php esc_html_e( 'Long-term memory', 'fftac-who-we-are' ); ?></p>
<h2 class="section-title" id="memory-title"><?php esc_html_e( 'The wiki is the working shelf.', 'fftac-who-we-are' ); ?></h2>
<p class="section-lede">
<?php esc_html_e( 'wiki.fftac.org preserves the picked-apart source memory behind the public sites. It is organized by site relevance, with separate shelves for archive evidence, code and system memory, research notes, and individual source parts.', 'fftac-who-we-are' ); ?>
</p>
<div class="reader-grid">
<?php foreach ( $memory_routes as $route ) : ?>
<article class="reader-card">
<h3><a href="<?php echo esc_url( $route['url'] ); ?>"><?php echo esc_html( $route['label'] ); ?></a></h3>
<p><?php echo esc_html( $route['text'] ); ?></p>
</article>
<?php endforeach; ?>
</div>
</section>
<section class="section" id="audience" aria-labelledby="audience-title">
<p class="section-kicker"><?php esc_html_e( 'Reader paths', 'fftac-who-we-are' ); ?></p>
<h2 class="section-title" id="audience-title"><?php esc_html_e( 'Six publics, one calmer archive.', 'fftac-who-we-are' ); ?></h2>
<p class="section-lede">
<?php esc_html_e( 'The audience is not one tribe. The site earns trust by routing different kinds of readers toward the right level of context instead of forcing everyone through the same dramatic doorway.', 'fftac-who-we-are' ); ?>
</p>
<div class="reader-grid">
<?php foreach ( $reader_groups as $group ) : ?>
<article class="reader-card">
<h3><?php echo esc_html( $group['label'] ); ?></h3>
<p><?php echo esc_html( $group['text'] ); ?></p>
</article>
<?php endforeach; ?>
</div>
</section>
<section class="section band" id="standards" aria-labelledby="standards-title">
<p class="section-kicker"><?php esc_html_e( 'Publication standards', 'fftac-who-we-are' ); ?></p>
<h2 class="section-title" id="standards-title"><?php esc_html_e( 'Every serious page should answer six questions.', 'fftac-who-we-are' ); ?></h2>
<p class="section-lede">
<?php esc_html_e( 'Content density only helps if readers can audit it. These standards make the archive useful to skeptical readers, religious readers, and people trying to cool down a viral claim.', 'fftac-who-we-are' ); ?>
</p>
<div class="standard-grid">
<?php foreach ( $article_standards as $standard ) : ?>
<article class="standard-card">
<h3><?php echo esc_html( $standard['title'] ); ?></h3>
<p><?php echo esc_html( $standard['body'] ); ?></p>
</article>
<?php endforeach; ?>
</div>
</section>
<section class="section" id="evidence" aria-labelledby="evidence-title">
<p class="section-kicker"><?php esc_html_e( 'Evidence ladder', 'fftac-who-we-are' ); ?></p>
<h2 class="section-title" id="evidence-title"><?php esc_html_e( 'A claim is only as strong as its trail.', 'fftac-who-we-are' ); ?></h2>
<p class="section-lede">
<?php esc_html_e( 'Readers should be able to audit the path from source to conclusion. The ladder below is the default shape for claim review, source notes, and future topic pages.', 'fftac-who-we-are' ); ?>
</p>
<div class="card-grid dense">
<?php foreach ( $evidence_ladder as $rung ) : ?>
<article class="path-card">
<h3><?php echo esc_html( $rung['title'] ); ?></h3>
<p><?php echo esc_html( $rung['body'] ); ?></p>
</article>
<?php endforeach; ?>
</div>
</section>
<section class="section band" id="landscape" aria-labelledby="landscape-title">
<p class="section-kicker"><?php esc_html_e( 'Web landscape', 'fftac-who-we-are' ); ?></p>
<h2 class="section-title" id="landscape-title"><?php esc_html_e( 'Map the charged internet without becoming part of it.', 'fftac-who-we-are' ); ?></h2>
<p class="section-lede">
<?php esc_html_e( 'The research archive includes contemporary organizations, personalities, and websites that use Antichrist-adjacent language or symbolism. The public site should handle that material as careful media research, not as a recruiting list, enemy list, or prophecy board.', 'fftac-who-we-are' ); ?>
</p>
<ul class="resource-list">
<?php foreach ( $web_landscape_rules as $rule ) : ?>
<li><?php echo esc_html( $rule ); ?></li>
<?php endforeach; ?>
</ul>
</section>
<section class="section" id="process" aria-labelledby="process-title">
<p class="section-kicker"><?php esc_html_e( 'Editorial workflow', 'fftac-who-we-are' ); ?></p>
<h2 class="section-title" id="process-title"><?php esc_html_e( 'Slow enough to be accountable.', 'fftac-who-we-are' ); ?></h2>
<p class="section-lede">
<?php esc_html_e( 'FFTAC.org can be visually intense without publishing recklessly. The editorial process should make evidence, tone, and harm review visible before a claim reaches the archive.', 'fftac-who-we-are' ); ?>
</p>
<div class="workflow-grid">
<?php foreach ( $workflow_steps as $step ) : ?>
<article class="workflow-card">
<span><?php echo esc_html( $step['number'] ); ?></span>
<h3><?php echo esc_html( $step['title'] ); ?></h3>
<p><?php echo esc_html( $step['body'] ); ?></p>
</article>
<?php endforeach; ?>
</div>
</section>
<section class="section" id="glossary" aria-labelledby="glossary-title">
<p class="section-kicker"><?php esc_html_e( 'Working glossary', 'fftac-who-we-are' ); ?></p>
<h2 class="section-title" id="glossary-title"><?php esc_html_e( 'Shared language keeps the archive readable.', 'fftac-who-we-are' ); ?></h2>
<p class="section-lede">
<?php esc_html_e( 'These terms should become fuller pages over time. For now they keep the public doorway aligned with the deeper wiki memory and the site safety policy.', 'fftac-who-we-are' ); ?>
</p>
<div class="stat-grid">
<?php foreach ( $glossary_terms as $term ) : ?>
<article class="stat-card">
<h3><?php echo esc_html( $term['term'] ); ?></h3>
<p><?php echo esc_html( $term['detail'] ); ?></p>
</article>
<?php endforeach; ?>
</div>
</section>
<section class="section band" id="boundaries" aria-labelledby="boundaries-title">
<p class="section-kicker"><?php esc_html_e( 'Safety and moderation', 'fftac-who-we-are' ); ?></p>
<h2 class="section-title" id="boundaries-title"><?php esc_html_e( 'Hard boundaries keep the symbol from becoming a weapon.', 'fftac-who-we-are' ); ?></h2>
<p class="section-lede">
<?php esc_html_e( 'The site can be provocative without becoming reckless. These rules are written into the front page because the ethical frame should be visible before community features are opened.', 'fftac-who-we-are' ); ?>
</p>
<ul class="rule-list">
<?php foreach ( $boundary_rules as $rule ) : ?>
<li><?php echo esc_html( $rule ); ?></li>
<?php endforeach; ?>
</ul>
</section>