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.net/wp-content/themes/anti-christ-thin-veil/front-page.php so readers can inspect the evidence without opening the full source file.

**Source path:** Anti-Christ.net/wp-content/themes/anti-christ-thin-veil/front-page.php

if ( $claim_reviews->have_posts() ) :
				while ( $claim_reviews->have_posts() ) :
					$claim_reviews->the_post();
					actv_render_post_card();
				endwhile;
				wp_reset_postdata();
			else :
				actv_render_static_card( 'EO 14202 Dossier', 'Dossier', 'Known facts, official claims, contested claims, open questions, and source trail.', actv_page_url( 'eo-14202-dossier' ) );
				actv_render_static_card( 'Claim Review Methodology', 'Method', 'Confidence labels, source trails, harm review, lawful next steps, and corrections.', actv_page_url( 'claim-review-methodology' ) );
				actv_render_static_card( 'How to Read Government Faith Policy', 'Source Desk', 'Authority, actors, claims, effects, records, and remedies.', actv_page_url( 'how-to-read-government-faith-policy' ) );
			endif;
			?>
		</div>
	</section>

	<section class="section-block" aria-labelledby="toolkit-title">
		<div class="section-head">
			<div>
				<p class="section-label"><?php esc_html_e( 'Lawful Toolkit', 'anti-christ-thin-veil' ); ?></p>
				<h2 id="toolkit-title"><?php esc_html_e( 'Dissent with receipts.', 'anti-christ-thin-veil' ); ?></h2>
			</div>
			<p><?php esc_html_e( 'The toolkit is general civic information, not legal advice. It points readers toward lawful documentation and qualified counsel when stakes are high.', 'anti-christ-thin-veil' ); ?></p>
		</div>
		<div class="resource-grid">
			<a class="resource-card" href="<?php echo esc_url( actv_page_url( 'civil-liberties' ) ); ?>"><span class="card-kicker"><?php esc_html_e( 'Records requests', 'anti-christ-thin-veil' ); ?></span><h3><?php esc_html_e( 'Ask for the paper trail', 'anti-christ-thin-veil' ); ?></h3><p><?php esc_html_e( 'Dates, offices, file types, deadlines, exemptions, fees, appeals, and retention.', 'anti-christ-thin-veil' ); ?></p></a>
			<a class="resource-card" href="<?php echo esc_url( actv_page_url( 'privacy' ) ); ?>"><span class="card-kicker"><?php esc_html_e( 'Privacy', 'anti-christ-thin-veil' ); ?></span><h3><?php esc_html_e( 'Collect less', 'anti-christ-thin-veil' ); ?></h3><p><?php esc_html_e( 'Submission hygiene, source protection, no unsupported anonymity promises, and plugin caveats.', 'anti-christ-thin-veil' ); ?></p></a>
			<a class="resource-card" href="<?php echo esc_url( actv_page_url( 'how-to-read-government-faith-policy' ) ); ?>"><span class="card-kicker"><?php esc_html_e( 'Documentation', 'anti-christ-thin-veil' ); ?></span><h3><?php esc_html_e( 'Read policy cleanly', 'anti-christ-thin-veil' ); ?></h3><p><?php esc_html_e( 'Separate authority, actors, claims, effects, records, and remedies.', 'anti-christ-thin-veil' ); ?></p></a>
			<a class="resource-card" href="<?php echo esc_url( actv_page_url( 'civil-liberties' ) ); ?>"><span class="card-kicker"><?php esc_html_e( 'Due process', 'anti-christ-thin-veil' ); ?></span><h3><?php esc_html_e( 'Track the process', 'anti-christ-thin-veil' ); ?></h3><p><?php esc_html_e( 'Notices, hearings, deadlines, filings, appeals, and the right to be heard.', 'anti-christ-thin-veil' ); ?></p></a>
			<a class="resource-card" href="<?php echo esc_url( actv_page_url( 'civil-liberties' ) ); ?>"><span class="card-kicker"><?php esc_html_e( 'Public meetings', 'anti-christ-thin-veil' ); ?></span><h3><?php esc_html_e( 'Attend without spectacle', 'anti-christ-thin-veil' ); ?></h3><p><?php esc_html_e( 'Agenda packets, comment windows, recording rules, minutes, and follow-up records.', 'anti-christ-thin-veil' ); ?></p></a>
			<a class="resource-card" href="<?php echo esc_url( actv_page_url( 'corrections' ) ); ?>"><span class="card-kicker"><?php esc_html_e( 'Corrections', 'anti-christ-thin-veil' ); ?></span><h3><?php esc_html_e( 'Repair the record', 'anti-christ-thin-veil' ); ?></h3><p><?php esc_html_e( 'Correction, clarification, update, retraction, and public change notes.', 'anti-christ-thin-veil' ); ?></p></a>
		</div>
	</section>

	<section class="section-block" aria-labelledby="journal-title">
		<div class="section-head">
			<div>
				<p class="section-label"><?php esc_html_e( 'Journal Dispatches', 'anti-christ-thin-veil' ); ?></p>
				<h2 id="journal-title"><?php esc_html_e( 'The archive begins speaking.', 'anti-christ-thin-veil' ); ?></h2>
			</div>
			<p><?php esc_html_e( 'Launch dispatches give the journal a real first voice: anti-co-optation, claim discipline, privacy, and lawful dissent.', 'anti-christ-thin-veil' ); ?></p>
		</div>
		<div class="post-grid">
			<?php
			$journal = new WP_Query(
				array(
					'posts_per_page'     => 3,
					'category_name'       => 'journal',
					'ignore_sticky_posts' => false,
					'no_found_rows'       => true,
				)
			);

			if ( $journal->have_posts() ) :
				while ( $journal->have_posts() ) :
					$journal->the_post();
					actv_render_post_card();
				endwhile;
				wp_reset_postdata();
			else :
				actv_render_static_card( 'The Thin Veil Was Never the Point', 'Launch Dispatch', 'The gothic surface is a door, not a doctrine. The work underneath is lawful public memory.', actv_posts_page_url() );
				actv_render_static_card( 'When Rescue Becomes a System', 'Launch Dispatch', 'False salvation systems promise order while converting people into debt, data, labor, silence, and managed fear.', actv_posts_page_url() );
				actv_render_static_card( 'No Target Lists, No Panic, No Mob', 'Launch Dispatch', 'The site studies symbols and systems. It does not publish living-person hunts.', actv_page_url( 'standards' ) );
			endif;
			?>
		</div>
	</section>

	<section class="section-block standards-footer" aria-labelledby="standards-footer-title">
		<div class="section-head">
			<div>
				<p class="section-label"><?php esc_html_e( 'Standards Footer', 'anti-christ-thin-veil' ); ?></p>
				<h2 id="standards-footer-title"><?php esc_html_e( 'The line is public.', 'anti-christ-thin-veil' ); ?></h2>
			</div>
			<p><?php esc_html_e( 'No violence. No hatred. No doxxing. No target lists. No illegal action. Corrections before ego.', 'anti-christ-thin-veil' ); ?></p>
		</div>
		<div class="footer-standard-links">
			<a href="<?php echo esc_url( actv_page_url( 'standards' ) ); ?>"><?php esc_html_e( 'Standards', 'anti-christ-thin-veil' ); ?></a>
			<a href="<?php echo esc_url( actv_page_url( 'corrections' ) ); ?>"><?php esc_html_e( 'Corrections', 'anti-christ-thin-veil' ); ?></a>
			<a href="<?php echo esc_url( actv_page_url( 'privacy' ) ); ?>"><?php esc_html_e( 'Privacy', 'anti-christ-thin-veil' ); ?></a>
			<a href="<?php echo esc_url( actv_page_url( 'contact' ) ); ?>"><?php esc_html_e( 'Contact', 'anti-christ-thin-veil' ); ?></a>
			<a href="<?php echo esc_url( actv_page_url( 'submit-dispatch' ) ); ?>"><?php esc_html_e( 'Submit Dispatch', 'anti-christ-thin-veil' ); ?></a>
			<a href="<?php echo esc_url( actv_page_url( 'members' ) ); ?>"><?php esc_html_e( 'Members', 'anti-christ-thin-veil' ); ?></a>
		</div>
	</section>
</main>
<?php
get_footer();