Skip to content
wiki.fftac.org

Front Page - Source Excerpt 03

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

<p><?php echo esc_html($algorithmic_series['description'] ?? ''); ?></p>
                    <p class="foundation-panel__subline"><?php echo esc_html($home_surface['flagship']['series_note']); ?></p>
                    <div class="hero__actions">
                        <a class="button" href="<?php echo esc_url(add_query_arg('track', 'algorithmic-eschatology', $journal_url)); ?>"><?php echo esc_html($home_surface['flagship']['series_cta']); ?></a>
                        <a class="button button--ghost" href="<?php echo esc_url($research_url); ?>"><?php esc_html_e('Open the research atlas', 'antichrist-engine'); ?></a>
                    </div>
                </article>
                <div class="principle-pull-grid">
                    <?php foreach (array_slice($principles, 0, 3) as $principle) : ?>
                        <blockquote class="principle-pull card"><?php echo esc_html($principle); ?></blockquote>
                    <?php endforeach; ?>
                </div>
            </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('First Visit Routes', 'antichrist-engine'); ?></p>
            <h2><?php echo esc_html($home_surface['orientation']['section_title']); ?></h2>
            <p><?php echo esc_html($home_surface['orientation']['summary']); ?></p>
        </header>
        <div class="foundation-route-grid">
            <?php foreach ($first_visit_routes as $route) : ?>
                <article class="card foundation-panel foundation-route-card">
                    <p class="eyebrow"><?php echo esc_html($route['eyebrow']); ?></p>
                    <h3><?php echo esc_html($route['title']); ?></h3>
                    <p><?php echo esc_html($route['summary']); ?></p>
                    <?php if (!empty($route['note'])) : ?>
                        <p class="foundation-panel__subline"><?php echo esc_html($route['note']); ?></p>
                    <?php endif; ?>
                    <a class="text-link" href="<?php echo esc_url(antichrist_engine_foundation_build_target_url(
                        $route['target'],
                        $route['args'] ?? array(),
                        $route['anchor'] ?? ''
                    )); ?>"><?php echo esc_html($route['cta']); ?></a>
                </article>
            <?php endforeach; ?>
        </div>
    </div>
</section>

<section id="reader-routes" class="section section--compact">
    <div class="container">
        <header class="section-heading section-heading--compact">
            <p class="eyebrow"><?php esc_html_e('Reader Types', 'antichrist-engine'); ?></p>
            <h2><?php esc_html_e('Different readers should not have to reverse-engineer their way in', 'antichrist-engine'); ?></h2>
            <p><?php esc_html_e('The same archive has to work for recovering readers, skeptical researchers, media, systems critics, and potential contributors. These cards route by pressure and use case, not just by page label.', 'antichrist-engine'); ?></p>
        </header>
        <div class="reader-profile-grid">
            <?php foreach ($reader_profiles as $slug => $profile) : ?>
                <article id="<?php echo esc_attr('reader-profile-' . $slug); ?>" class="statement-card reader-profile-card">
                    <p class="eyebrow"><?php echo esc_html($profile['eyebrow']); ?></p>
                    <h3><?php echo esc_html($profile['title']); ?></h3>
                    <p><?php echo esc_html($profile['summary']); ?></p>
                    <p class="reader-profile-card__question"><?php echo esc_html($profile['question']); ?></p>
                    <p class="foundation-panel__subline"><?php echo esc_html($profile['fit']); ?></p>
                    <div class="reader-profile-card__actions">
                        <a class="text-link" href="<?php echo esc_url(antichrist_engine_foundation_build_target_url(
                            $profile['primary_target'],
                            $profile['primary_args'] ?? array(),
                            $profile['primary_anchor'] ?? ''
                        )); ?>"><?php echo esc_html($profile['primary_cta']); ?></a>
                        <a class="text-link" href="<?php echo esc_url(antichrist_engine_foundation_build_target_url(
                            $profile['secondary_target'],
                            $profile['secondary_args'] ?? array(),
                            $profile['secondary_anchor'] ?? ''
                        )); ?>"><?php echo esc_html($profile['secondary_cta']); ?></a>
                    </div>
                </article>
            <?php endforeach; ?>
        </div>
    </div>
</section>

<section id="launch-desk" class="section section--compact">
    <div class="container">
        <header class="section-heading section-heading--compact">
            <p class="eyebrow"><?php esc_html_e('Launch Desk', 'antichrist-engine'); ?></p>
            <h2><?php echo esc_html($home_surface['launch_desk']['section_title']); ?></h2>
            <p><?php echo esc_html($home_surface['launch_desk']['summary']); ?></p>
        </header>
        <div class="launch-route-grid">
            <?php foreach ($launch_routes as $route) : ?>
                <article class="statement-card launch-route-card">
                    <p class="eyebrow"><?php echo esc_html($route['eyebrow']); ?></p>
                    <h3><?php echo esc_html($route['title']); ?></h3>
                    <p><?php echo esc_html($route['summary']); ?></p>
                    <div class="foundation-card-actions">
                        <a class="text-link" href="<?php echo esc_url(antichrist_engine_foundation_build_target_url(
                            $route['target'],
                            $route['args'] ?? array(),
                            $route['anchor'] ?? ''
                        )); ?>"><?php echo esc_html($route['cta']); ?></a>
                        <a class="text-link" href="<?php echo esc_url(antichrist_engine_foundation_build_target_url(
                            $route['secondary_target'],
                            $route['secondary_args'] ?? array(),
                            $route['secondary_anchor'] ?? ''
                        )); ?>"><?php echo esc_html($route['secondary_cta']); ?></a>
                    </div>
                </article>
            <?php endforeach; ?>
        </div>
    </div>
</section>

<?php if ($briefing_packet_preview) : ?>
<section id="briefing-room" class="section section--compact">
    <div class="container">
        <header class="section-heading section-heading--compact">
            <p class="eyebrow"><?php esc_html_e('Public Briefing Room', 'antichrist-engine'); ?></p>
            <h2><?php echo esc_html($home_surface['media_room']['section_title']); ?></h2>
            <p><?php echo esc_html($home_surface['media_room']['summary']); ?></p>
        </header>
        <div class="download-packet-grid">
            <?php foreach ($briefing_packet_preview as $packet) : ?>
                <article class="statement-card download-packet-card">
                    <p class="eyebrow"><?php echo esc_html($packet['eyebrow']); ?></p>
                    <h3><?php echo esc_html($packet['title']); ?></h3>
                    <p><?php echo esc_html($packet['summary']); ?></p>
                    <p class="foundation-panel__subline"><?php echo esc_html($packet['note']); ?></p>
                    <div class="foundation-card-actions">
                        <a class="text-link" href="<?php echo esc_url(antichrist_engine_foundation_build_target_url(
                            $packet['primary_target'],
                            $packet['primary_args'] ?? array(),
                            $packet['primary_anchor'] ?? ''
                        )); ?>"><?php echo esc_html($packet['primary_cta']); ?></a>
                        <a class="text-link" href="<?php echo esc_url(antichrist_engine_foundation_build_target_url(
                            $packet['secondary_target'],
                            $packet['secondary_args'] ?? array(),
                            $packet['secondary_anchor'] ?? ''
                        )); ?>"><?php echo esc_html($packet['secondary_cta']); ?></a>
                    </div>
                </article>
            <?php endforeach; ?>
        </div>
    </div>
</section>
<?php endif; ?>

<section class="section section--compact">
    <div class="container">
        <header class="section-heading section-heading--compact">
            <p class="eyebrow"><?php esc_html_e('Public Assurances', 'antichrist-engine'); ?></p>