Skip to content
wiki.fftac.org

Front Page - Source Excerpt 06

Back to Front Page

Summary

This source excerpt preserves a bounded section of Anti-Christ.org/wp-content/themes/antichrist-engine/front-page.php so readers can inspect the evidence without opening the full source file.

**Source path:** Anti-Christ.org/wp-content/themes/antichrist-engine/front-page.php

<strong><?php echo esc_html(number_format_i18n(count($projection_ledger))); ?></strong>
                    </article>
                </div>
                <div class="research-home-actions">
                    <a class="button" href="<?php echo esc_url($research_url); ?>"><?php echo esc_html($research_surface['primary_cta']); ?></a>
                    <a class="button button--ghost" href="<?php echo esc_url($journal_url); ?>"><?php echo esc_html($research_surface['secondary_cta']); ?></a>
                    <a class="button button--ghost" href="<?php echo esc_url(antichrist_engine_foundation_build_target_url('research', array(), 'research-api')); ?>"><?php esc_html_e('Open the research API', 'antichrist-engine'); ?></a>
                </div>
            </div>
            <div class="split-layout__panel research-home-stack">
                <div class="research-home-stack__header">
                    <p class="eyebrow"><?php esc_html_e('Executive Briefings', 'antichrist-engine'); ?></p>
                    <p><?php esc_html_e('Start with the shortest files, then move outward into the atlas, dossiers, and live API surface.', 'antichrist-engine'); ?></p>
                </div>
                <div class="research-briefing-grid research-briefing-grid--compact">
                    <?php foreach ($research_briefings as $briefing) : ?>
                        <article class="statement-card briefing-card">
                            <p class="publication-kicker"><?php echo esc_html($briefing['duration']); ?></p>
                            <h3><?php echo esc_html($briefing['title']); ?></h3>
                            <p><?php echo esc_html($briefing['summary']); ?></p>
                            <div class="briefing-card__actions">
                                <button
                                    type="button"
                                    class="button button--ghost button--small briefing-audio-button"
                                    data-speech-text="<?php echo esc_attr($briefing['audio_text']); ?>"
                                >
                                    <?php esc_html_e('Listen to summary', 'antichrist-engine'); ?>
                                </button>
                                <a class="text-link" href="<?php echo esc_url($research_url . '#' . $briefing['anchor']); ?>"><?php esc_html_e('Open section', 'antichrist-engine'); ?></a>
                            </div>
                        </article>
                    <?php endforeach; ?>
                </div>
                <p class="screen-reader-text" aria-live="polite" data-speech-status></p>
            </div>
        </div>
    </div>
</section>

<?php if ($projection_preview) : ?>
<section class="section section--compact">
    <div class="container">
        <header class="section-heading section-heading--compact">
            <p class="eyebrow"><?php esc_html_e('Projection Ledger', 'antichrist-engine'); ?></p>
            <h2><?php esc_html_e('A live ledger of failed forecasts, reassigned villains, and recurring panic scripts', 'antichrist-engine'); ?></h2>
            <p><?php esc_html_e('The atlas now flattens claim chronology into a browseable ledger so researchers can trace how apocalyptic certainty mutates over time instead of pretending each wave arrived from nowhere.', 'antichrist-engine'); ?></p>
        </header>
        <div class="projection-ledger-list projection-ledger-list--home">
            <?php foreach ($projection_preview as $projection_entry) : ?>
                <article class="projection-entry">
                    <div class="projection-entry__header">
                        <div class="projection-entry__record">
                            <p class="research-record-pill"><?php echo esc_html($projection_entry['record_id']); ?></p>
                            <span class="tag-pill"><?php echo esc_html($projection_entry['claim_record_id']); ?></span>
                        </div>
                        <p class="projection-entry__period"><?php echo esc_html($projection_entry['period']); ?></p>
                    </div>
                    <h3><?php echo esc_html($projection_entry['title']); ?></h3>
                    <p><?php echo esc_html($projection_entry['summary']); ?></p>
                    <div class="projection-entry__meta">
                        <p>
                            <span><?php esc_html_e('Lane', 'antichrist-engine'); ?></span>
                            <?php echo esc_html($projection_entry['claim_category_label']); ?>
                        </p>
                        <p>
                            <span><?php esc_html_e('Outcome', 'antichrist-engine'); ?></span>
                            <?php echo esc_html($projection_entry['status']); ?>
                        </p>
                    </div>
                    <div class="projection-entry__actions">
                        <a class="text-link" href="<?php echo esc_url($projection_entry['record_url']); ?>"><?php esc_html_e('Open record', 'antichrist-engine'); ?></a>
                        <a class="text-link" href="<?php echo esc_url(antichrist_engine_foundation_build_target_url('research', array(), 'projection-ledger')); ?>"><?php esc_html_e('Open ledger', 'antichrist-engine'); ?></a>
                    </div>
                </article>
            <?php endforeach; ?>
        </div>
    </div>
</section>
<?php endif; ?>

<section class="section">
    <div class="container">
        <header class="section-heading">
            <p class="eyebrow"><?php esc_html_e('Institutional Functions', 'antichrist-engine'); ?></p>
            <h2><?php esc_html_e('Directorates and operating responsibilities', 'antichrist-engine'); ?></h2>
        </header>
        <div class="foundation-office-grid">
            <?php foreach ($offices as $office) : ?>
                <article class="card foundation-panel foundation-office-card">
                    <p class="eyebrow"><?php echo esc_html($office['eyebrow']); ?></p>
                    <h3><?php echo esc_html($office['title']); ?></h3>
                    <p><?php echo esc_html($office['summary']); ?></p>
                    <?php if (!empty($office['current_cycle'])) : ?>
                        <p class="foundation-panel__subline"><?php echo esc_html($office['current_cycle']); ?></p>
                    <?php endif; ?>
                    <a class="text-link" href="<?php echo esc_url(antichrist_engine_foundation_get_page_url($office['page'])); ?>"><?php echo esc_html($office['cta']); ?></a>
                </article>
            <?php endforeach; ?>
        </div>
    </div>
</section>

<section class="section">
    <div class="container split-layout">
        <div class="split-layout__panel card foundation-panel">
            <p class="eyebrow"><?php esc_html_e('Public Position', 'antichrist-engine'); ?></p>
            <h2><?php esc_html_e('A serious institution, not a performance of transgression', 'antichrist-engine'); ?></h2>
            <ul class="foundation-list">
                <?php foreach ($boundaries['we_are'] as $item) : ?>
                    <li><?php echo esc_html($item); ?></li>
                <?php endforeach; ?>
            </ul>
        </div>
        <div class="split-layout__panel card foundation-panel">
            <p class="eyebrow"><?php esc_html_e('Prohibitions', 'antichrist-engine'); ?></p>
            <h2><?php esc_html_e('No coercion, no persecution, no counterfeit authority', 'antichrist-engine'); ?></h2>
            <ul class="foundation-list">
                <?php foreach ($boundaries['we_are_not'] as $item) : ?>
                    <li><?php echo esc_html($item); ?></li>
                <?php endforeach; ?>
            </ul>
        </div>
    </div>
</section>

<section class="section">
    <div class="container">
        <header class="section-heading">
            <p class="eyebrow"><?php esc_html_e('Publication Infrastructure', 'antichrist-engine'); ?></p>
            <h2><?php esc_html_e('How doctrine becomes research, archive, and inquiry', 'antichrist-engine'); ?></h2>
        </header>
        <div class="resource-list">
            <?php foreach ($publication_tracks as $track) : ?>
                <article class="card foundation-panel resource-card foundation-publication-card">
                    <h3><?php echo esc_html($track['title']); ?></h3>
                    <p><?php echo esc_html($track['description']); ?></p>
                    <a class="text-link" href="<?php echo esc_url(antichrist_engine_foundation_get_page_url($track['page'])); ?>"><?php echo esc_html($track['cta']); ?></a>
                </article>
            <?php endforeach; ?>
        </div>
    </div>
</section>

<section class="section">
    <div class="container split-layout">