Skip to content
wiki.fftac.org

Front Page - Source Excerpt 07

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

<div class="split-layout__panel card foundation-panel">
            <p class="eyebrow"><?php esc_html_e('Analytical Framework', 'antichrist-engine'); ?></p>
            <h2><?php esc_html_e('Five pillars guiding doctrine and research', 'antichrist-engine'); ?></h2>
            <div class="foundation-pillar-grid foundation-pillar-grid--compact">
                <?php foreach ($pillars as $key => $pillar) : ?>
                    <article class="foundation-pillar-card foundation-pillar-card--compact">
                        <h3><?php echo esc_html($pillar['title']); ?></h3>
                        <p><?php echo esc_html($pillar['summary']); ?></p>
                        <a class="text-link" href="<?php echo esc_url(antichrist_engine_foundation_get_page_url('pillar_' . $key)); ?>"><?php esc_html_e('Open file', 'antichrist-engine'); ?></a>
                    </article>
                <?php endforeach; ?>
            </div>
        </div>
        <div class="split-layout__panel card foundation-panel foundation-quote-stack">
            <p class="eyebrow"><?php esc_html_e('Working Principles', 'antichrist-engine'); ?></p>
            <?php foreach (array_slice($principles, 0, 6) as $principle) : ?>
                <blockquote><?php echo esc_html($principle); ?></blockquote>
            <?php endforeach; ?>
        </div>
    </div>
</section>

<section class="section">
    <div class="container">
        <header class="section-heading">
            <p class="eyebrow"><?php esc_html_e('Journal', 'antichrist-engine'); ?></p>
            <h2><?php echo esc_html($home_surface['journal']['section_title']); ?></h2>
            <p><?php echo esc_html($algorithmic_series['signal'] ?? $home_surface['journal']['empty_summary']); ?></p>
        </header>
        <div class="filter-chip-group" aria-label="<?php esc_attr_e('Journal track routes', 'antichrist-engine'); ?>">
            <a class="filter-chip" href="<?php echo esc_url($journal_url); ?>"><?php esc_html_e('All files', 'antichrist-engine'); ?></a>
            <?php foreach ($publication_series as $slug => $track) : ?>
                <a class="filter-chip" href="<?php echo esc_url(add_query_arg('track', $slug, $journal_url)); ?>"><?php echo esc_html($track['name']); ?></a>
            <?php endforeach; ?>
        </div>
        <?php if ($front_page_query->have_posts()) : ?>
            <div class="post-grid">
                <?php while ($front_page_query->have_posts()) : ?>
                    <?php $front_page_query->the_post(); ?>
                    <?php get_template_part('template-parts/content', 'excerpt'); ?>
                <?php endwhile; ?>
                <?php wp_reset_postdata(); ?>
            </div>
        <?php else : ?>
            <div class="launch-roadmap-grid">
                <article class="card post-card post-card--empty launch-roadmap-card launch-roadmap-card--intro">
                    <h3><?php echo esc_html($home_surface['journal']['empty_title']); ?></h3>
                    <p><?php echo esc_html($home_surface['journal']['empty_summary']); ?></p>
                    <?php if (!empty($algorithmic_series['current_cycle'])) : ?>
                        <p class="foundation-panel__subline"><?php echo esc_html($algorithmic_series['current_cycle']); ?></p>
                    <?php endif; ?>
                    <a class="text-link" href="<?php echo esc_url(add_query_arg('track', 'algorithmic-eschatology', $journal_url)); ?>"><?php esc_html_e('Open the flagship AI lane', 'antichrist-engine'); ?></a>
                </article>
                <?php foreach ($launch_priorities as $priority) : ?>
                    <?php
                    $priority_url = antichrist_engine_foundation_get_page_url($priority['target']);

                    if (!empty($priority['track'])) {
                        $priority_url = add_query_arg('track', $priority['track'], $journal_url);
                    }
                    ?>
                    <article class="card foundation-panel post-card launch-roadmap-card">
                        <p class="eyebrow"><?php echo esc_html($priority['eyebrow']); ?></p>
                        <h3><?php echo esc_html($priority['title']); ?></h3>
                        <p><?php echo esc_html($priority['summary']); ?></p>
                        <a class="text-link" href="<?php echo esc_url($priority_url); ?>"><?php echo esc_html($priority['cta']); ?></a>
                    </article>
                <?php endforeach; ?>
            </div>
            <?php antichrist_engine_render_publication_empty_routes($publication_empty_routes); ?>
        <?php endif; ?>
        <p class="foundation-section-cta"><a class="text-link" href="<?php echo esc_url($journal_url); ?>"><?php echo esc_html($home_surface['journal']['cta']); ?></a></p>
    </div>
</section>

<section class="section">
    <div class="container">
        <article class="card foundation-cta">
            <p class="eyebrow"><?php esc_html_e('Participation', 'antichrist-engine'); ?></p>
            <h2><?php echo esc_html($home_surface['participation']['section_title']); ?></h2>
            <p><?php echo esc_html($home_surface['participation']['summary']); ?></p>
            <div class="hero__actions">
                <a class="button" href="<?php echo esc_url($join_url); ?>"><?php echo esc_html($home_surface['participation']['primary_cta']); ?></a>
                <a class="button button--ghost" href="<?php echo esc_url($membership_url); ?>"><?php echo esc_html($home_surface['participation']['secondary_cta']); ?></a>
                <a class="button button--ghost" href="<?php echo esc_url($recovery_url); ?>"><?php esc_html_e('Open Recovery Guide', 'antichrist-engine'); ?></a>
            </div>
            <div class="participation-preview-grid">
                <?php foreach ($community_programs as $program) : ?>
                    <article class="statement-card participation-preview-card">
                        <p class="eyebrow"><?php echo esc_html($program['eyebrow']); ?></p>
                        <h3><?php echo esc_html($program['title']); ?></h3>
                        <p><?php echo esc_html($program['summary']); ?></p>
                        <?php if (!empty($program['current_cycle'])) : ?>
                            <p class="foundation-panel__subline"><?php echo esc_html($program['current_cycle']); ?></p>
                        <?php endif; ?>
                        <a class="text-link" href="<?php echo esc_url(antichrist_engine_foundation_build_target_url(
                            $program['target'],
                            $program['args'] ?? array(),
                            $program['anchor'] ?? ''
                        )); ?>"><?php echo esc_html($program['cta']); ?></a>
                    </article>
                <?php endforeach; ?>
            </div>
        </article>
    </div>
</section>
<?php
get_footer();