Skip to content
wiki.fftac.org

Front Page - Source Excerpt 02

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

<a class="button button--ghost" href="<?php echo esc_url($charter_url); ?>"><?php esc_html_e('Read the Charter', 'antichrist-engine'); ?></a>
            </div>
        </div>
        <div class="hero__visual card foundation-hero-panel foundation-hero-panel--official card-glow">
            <p class="eyebrow"><?php esc_html_e('Document Control', 'antichrist-engine'); ?></p>
            <h2><?php esc_html_e('Governed public record', 'antichrist-engine'); ?></h2>
            <div class="foundation-kv">
                <div class="foundation-kv__item">
                    <span><?php esc_html_e('Record ID', 'antichrist-engine'); ?></span>
                    <strong><?php echo esc_html($home_profile['record_id']); ?></strong>
                </div>
                <div class="foundation-kv__item">
                    <span><?php esc_html_e('Authority', 'antichrist-engine'); ?></span>
                    <strong><?php echo esc_html($home_profile['authority']); ?></strong>
                </div>
                <div class="foundation-kv__item">
                    <span><?php esc_html_e('Review Cycle', 'antichrist-engine'); ?></span>
                    <strong><?php echo esc_html($home_profile['review_cycle']); ?></strong>
                </div>
                <div class="foundation-kv__item">
                    <span><?php esc_html_e('Method', 'antichrist-engine'); ?></span>
                    <strong><?php echo esc_html($markers[2]['value']); ?></strong>
                </div>
            </div>
            <p class="foundation-panel__subline"><?php esc_html_e('Suitable for citation, challenge, and formal amendment.', 'antichrist-engine'); ?></p>
        </div>
    </div>
</section>

<section id="moral-center" class="section section--compact">
    <div class="container">
        <header class="section-heading section-heading--compact">
            <p class="eyebrow"><?php esc_html_e('Moral Center', 'antichrist-engine'); ?></p>
            <h2><?php echo esc_html($home_surface['moral_center']['section_title']); ?></h2>
            <p><?php echo esc_html($home_surface['moral_center']['summary']); ?></p>
        </header>
        <div class="split-layout split-layout--moral-home">
            <article class="split-layout__panel card foundation-panel foundation-panel--official moral-home-panel">
                <p class="eyebrow"><?php echo esc_html($positioning['eyebrow']); ?></p>
                <h3><?php echo esc_html($positioning['title']); ?></h3>
                <p><?php echo esc_html($positioning['public_narrative']); ?></p>
                <div class="foundation-kv">
                    <div class="foundation-kv__item">
                        <span><?php echo esc_html($positioning['method_label']); ?></span>
                        <strong><?php echo esc_html($positioning['method_title']); ?></strong>
                    </div>
                    <div class="foundation-kv__item">
                        <span><?php echo esc_html($positioning['target_label']); ?></span>
                        <strong><?php echo esc_html($positioning['target_title']); ?></strong>
                    </div>
                    <div class="foundation-kv__item">
                        <span><?php echo esc_html($positioning['now_label']); ?></span>
                        <strong><?php echo esc_html($positioning['now_title']); ?></strong>
                    </div>
                </div>
                <div class="hero__actions">
                    <a class="button" href="<?php echo esc_url($philosophy_url); ?>"><?php echo esc_html($home_surface['moral_center']['primary_cta']); ?></a>
                    <a class="button button--ghost" href="<?php echo esc_url($recovery_url); ?>"><?php echo esc_html($home_surface['moral_center']['secondary_cta']); ?></a>
                </div>
            </article>
            <div class="split-layout__panel moral-home-stack">
                <div class="statement-grid moral-commitment-preview">
                    <?php foreach (array_slice($commitments, 0, 4) as $commitment) : ?>
                        <article class="statement-card moral-commitment-card">
                            <p class="eyebrow"><?php esc_html_e('Commitment', 'antichrist-engine'); ?></p>
                            <h3><?php echo esc_html($commitment['title']); ?></h3>
                            <p><?php echo esc_html($commitment['summary']); ?></p>
                        </article>
                    <?php endforeach; ?>
                </div>
                <article class="card foundation-panel moral-method-card">
                    <p class="eyebrow"><?php echo esc_html($home_surface['moral_center']['method_eyebrow']); ?></p>
                    <h3><?php echo esc_html($home_surface['moral_center']['method_title']); ?></h3>
                    <ul class="moral-method-list">
                        <?php foreach ($method_questions as $question) : ?>
                            <li><?php echo esc_html($question); ?></li>
                        <?php endforeach; ?>
                    </ul>
                </article>
            </div>
        </div>
    </div>
</section>

<section class="section section--compact">
    <div class="container">
        <header class="section-heading section-heading--compact">
            <p class="eyebrow"><?php esc_html_e('Institutional Brief', 'antichrist-engine'); ?></p>
            <h2><?php esc_html_e('Built as a governed public record, not a passing aesthetic', 'antichrist-engine'); ?></h2>
            <p><?php esc_html_e('The Foundation is being organized as doctrine, governance, research, publication, and participation that can be read, cited, challenged, and expanded in public.', 'antichrist-engine'); ?></p>
        </header>
        <div class="foundation-status-grid">
            <?php foreach ($institutional_metrics as $metric) : ?>
                <article class="statement-card foundation-status-card">
                    <span><?php echo esc_html($metric['label']); ?></span>
                    <strong class="<?php echo esc_attr($metric['value_class'] ?? ''); ?>"><?php echo esc_html($metric['value']); ?></strong>
                    <p><?php echo esc_html($metric['summary']); ?></p>
                </article>
            <?php endforeach; ?>
        </div>
    </div>
</section>

<section class="section section--compact">
    <div class="container">
        <header class="section-heading section-heading--compact">
            <p class="eyebrow"><?php esc_html_e('Flagship Track', 'antichrist-engine'); ?></p>
            <h2><?php echo esc_html($home_surface['flagship']['section_title']); ?></h2>
            <p><?php echo esc_html($home_surface['flagship']['summary']); ?></p>
        </header>
        <div class="split-layout split-layout--flagship-home">
            <article class="split-layout__panel card foundation-panel foundation-panel--official flagship-card flagship-card--primary">
                <p class="eyebrow"><?php esc_html_e('AI Engine', 'antichrist-engine'); ?></p>
                <h3><?php esc_html_e('Ask the Adversary as the main public entry point', 'antichrist-engine'); ?></h3>
                <p><?php echo esc_html($home_surface['inquiry_engine']['card_summary']); ?></p>
                <p class="foundation-panel__subline"><?php echo esc_html($home_surface['flagship']['governance_summary']); ?></p>
                <ul class="membership-links">
                    <li><a href="<?php echo esc_url($ai_engine_url . '#ask-the-adversary'); ?>"><?php esc_html_e('Open the signed-in AI console', 'antichrist-engine'); ?></a></li>
                    <li><a href="<?php echo esc_url($ai_engine_url . '#ask-the-adversary'); ?>"><?php esc_html_e('Choose a response flavor', 'antichrist-engine'); ?></a></li>
                    <li><a href="<?php echo esc_url($standards_url . '#ai-governance'); ?>"><?php esc_html_e('Review AI governance', 'antichrist-engine'); ?></a></li>
                </ul>
                <div class="hero__actions">
                    <a class="button" href="<?php echo esc_url($ai_engine_url); ?>"><?php echo esc_html($home_surface['inquiry_engine']['primary_cta']); ?></a>
                    <a class="button button--ghost" href="<?php echo esc_url($standards_url); ?>"><?php echo esc_html($home_surface['inquiry_engine']['secondary_cta']); ?></a>
                </div>
            </article>
            <div class="split-layout__panel flagship-stack">
                <article class="card foundation-panel flagship-card">
                    <p class="eyebrow"><?php echo esc_html($algorithmic_series['eyebrow'] ?? __('Algorithmic Eschatology', 'antichrist-engine')); ?></p>
                    <h3><?php echo esc_html($home_surface['flagship']['series_title']); ?></h3>