Skip to content
wiki.fftac.org

Front Page - Source Excerpt 05

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 class="eyebrow"><?php esc_html_e('Current Priorities', 'antichrist-engine'); ?></p>
            <h2><?php esc_html_e('What the Foundation is building now', 'antichrist-engine'); ?></h2>
        </header>
        <div class="foundation-priority-grid">
            <?php foreach ($priorities as $priority) : ?>
                <article class="card foundation-panel foundation-priority-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(antichrist_engine_foundation_get_page_url($priority['page'])); ?>"><?php echo esc_html($priority['cta']); ?></a>
                </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 echo esc_html($research_command_copy['eyebrow']); ?></p>
            <h2><?php echo esc_html($research_command_copy['title']); ?></h2>
            <p><?php echo esc_html($research_command_copy['summary']); ?></p>
        </header>
        <div class="research-command-grid research-command-grid--home">
            <article class="card foundation-panel foundation-panel--official research-command-panel">
                <div class="research-command-panel__intro">
                    <p class="eyebrow"><?php echo esc_html($research_command_copy['form_title']); ?></p>
                    <h3><?php esc_html_e('Build a launch-time research query', 'antichrist-engine'); ?></h3>
                    <p><?php echo esc_html($research_command_copy['form_summary']); ?></p>
                    <p class="foundation-panel__subline"><?php echo esc_html($research_command_copy['share_hint']); ?></p>
                </div>
                <form class="membership-form research-command-form" method="get" action="<?php echo esc_url($research_url . '#claim-index'); ?>">
                    <div class="membership-form__grid research-command-form__grid">
                        <label>
                            <span><?php echo esc_html($research_command_copy['search_label']); ?></span>
                            <input
                                type="search"
                                name="claim_q"
                                class="research-search__input"
                                placeholder="<?php echo esc_attr($research_command_copy['search_placeholder']); ?>"
                            >
                        </label>
                        <label>
                            <span><?php echo esc_html($research_command_copy['claim_category_label']); ?></span>
                            <select name="claim_category">
                                <option value="all"><?php esc_html_e('All claim lanes', 'antichrist-engine'); ?></option>
                                <?php foreach ($claim_filters as $filter) : ?>
                                    <option value="<?php echo esc_attr($filter); ?>">
                                        <?php echo esc_html($claim_labels[$filter] ?? ucwords(str_replace('-', ' ', $filter))); ?>
                                    </option>
                                <?php endforeach; ?>
                            </select>
                        </label>
                        <label>
                            <span><?php echo esc_html($research_command_copy['claim_verdict_label']); ?></span>
                            <select name="claim_verdict">
                                <option value="all"><?php esc_html_e('All verdicts', 'antichrist-engine'); ?></option>
                                <?php foreach ($claim_verdict_filters as $filter) : ?>
                                    <option value="<?php echo esc_attr($filter); ?>">
                                        <?php echo esc_html($claim_verdicts[$filter]['label'] ?? ucwords(str_replace('-', ' ', $filter))); ?>
                                    </option>
                                <?php endforeach; ?>
                            </select>
                        </label>
                        <label>
                            <span><?php echo esc_html($research_command_copy['timeline_category_label']); ?></span>
                            <select name="timeline_category">
                                <option value="all"><?php esc_html_e('All timeline lanes', 'antichrist-engine'); ?></option>
                                <?php foreach ($timeline_filters as $filter) : ?>
                                    <option value="<?php echo esc_attr($filter); ?>">
                                        <?php echo esc_html($timeline_labels[$filter] ?? ucwords(str_replace('-', ' ', $filter))); ?>
                                    </option>
                                <?php endforeach; ?>
                            </select>
                        </label>
                    </div>
                    <div class="research-command-form__actions">
                        <button class="button" type="submit"><?php echo esc_html($research_command_copy['submit_label']); ?></button>
                        <a class="button button--ghost" href="<?php echo esc_url($research_url); ?>"><?php echo esc_html($research_command_copy['clear_label']); ?></a>
                    </div>
                </form>
                <p class="research-command-panel__note"><?php esc_html_e('The header navigator is now available on the homepage too, so direct search can start before anyone drills into the archive. Use Ctrl + K or Cmd + K.', 'antichrist-engine'); ?></p>
            </article>
            <div class="research-command-presets">
                <div class="research-command-presets__header">
                    <p class="eyebrow"><?php echo esc_html($research_command_copy['preset_eyebrow']); ?></p>
                    <p><?php echo esc_html($research_command_copy['preset_title']); ?></p>
                </div>
                <div class="statement-grid">
                    <?php foreach ($research_command_presets as $preset) : ?>
                        <article class="statement-card research-command-card">
                            <p class="eyebrow"><?php echo esc_html($preset['eyebrow']); ?></p>
                            <h3><?php echo esc_html($preset['title']); ?></h3>
                            <p><?php echo esc_html($preset['summary']); ?></p>
                            <a class="text-link" href="<?php echo esc_url(antichrist_engine_foundation_build_target_url('research', $preset['args'], $preset['anchor'])); ?>">
                                <?php echo esc_html($preset['cta']); ?>
                            </a>
                        </article>
                    <?php endforeach; ?>
                </div>
            </div>
        </div>
    </div>
</section>

<section class="section">
    <div class="container">
        <header class="section-heading">
            <p class="eyebrow"><?php esc_html_e('Research Atlas', 'antichrist-engine'); ?></p>
            <h2><?php echo esc_html($research_surface['section_title']); ?></h2>
        </header>
        <div class="split-layout split-layout--research-home">
            <div class="split-layout__panel card foundation-panel foundation-panel--official research-home-panel">
                <div class="research-home-panel__intro">
                    <p><?php echo esc_html($research_surface['summary']); ?></p>
                </div>
                <div class="research-home-metrics">
                    <article class="research-home-metric">
                        <span><?php esc_html_e('Briefings', 'antichrist-engine'); ?></span>
                        <strong><?php echo esc_html(number_format_i18n(count($research_briefings))); ?></strong>
                    </article>
                    <article class="research-home-metric">
                        <span><?php esc_html_e('Claim dossiers', 'antichrist-engine'); ?></span>
                        <strong><?php echo esc_html(number_format_i18n(count($research_claims))); ?></strong>
                    </article>
                    <article class="research-home-metric">
                        <span><?php esc_html_e('Timeline entries', 'antichrist-engine'); ?></span>
                        <strong><?php echo esc_html(number_format_i18n(count($research_timeline))); ?></strong>
                    </article>
                    <article class="research-home-metric">
                        <span><?php esc_html_e('Projection ledger entries', 'antichrist-engine'); ?></span>