Skip to content
wiki.fftac.org

Front Page - Source Excerpt 05

Back to Front Page

Summary

This source excerpt preserves a bounded section of FFTAC/wp-content/themes/fftac-who-we-are/front-page.php so readers can inspect the evidence without opening the full source file.

**Source path:** FFTAC/wp-content/themes/fftac-who-we-are/front-page.php

<section class="section band" id="resources" aria-labelledby="resources-title">
		<p class="section-kicker"><?php esc_html_e( 'Resource hub', 'fftac-who-we-are' ); ?></p>
		<h2 class="section-title" id="resources-title"><?php esc_html_e( 'Use the archive like a disciplined workbench.', 'fftac-who-we-are' ); ?></h2>
		<p class="section-lede">
			<?php esc_html_e( 'FFTAC.org should not force readers to guess where the careful material lives. These routes connect the public frame, source shelves, evidence standards, and wiki long-term memory.', 'fftac-who-we-are' ); ?>
		</p>
		<div class="card-grid dense">
			<?php foreach ( $resource_hub as $resource ) : ?>
				<article class="path-card">
					<p class="card-kicker"><?php echo esc_html( $resource['kicker'] ); ?></p>
					<h3><?php echo esc_html( $resource['title'] ); ?></h3>
					<p><?php echo esc_html( $resource['body'] ); ?></p>
					<p class="card-link"><a href="<?php echo esc_url( $resource['url'] ); ?>"><?php echo esc_html( $resource['label'] ); ?></a></p>
				</article>
			<?php endforeach; ?>
		</div>
	</section>

	<section class="section" id="shelves" aria-labelledby="shelves-title">
		<p class="section-kicker"><?php esc_html_e( 'Research shelves', 'fftac-who-we-are' ); ?></p>
		<h2 class="section-title" id="shelves-title"><?php esc_html_e( 'Make the topic navigable from many doors.', 'fftac-who-we-are' ); ?></h2>
		<p class="section-lede">
			<?php esc_html_e( 'The new source batch points beyond a single homepage. It wants a structured library for scripture, legends, books, positive readings, current web mapping, AI, Spiralism, and method.', 'fftac-who-we-are' ); ?>
		</p>
		<div class="shelf-grid">
			<?php foreach ( $research_shelves as $shelf ) : ?>
				<article class="shelf-card">
					<p class="card-kicker"><?php echo esc_html( $shelf['kicker'] ); ?></p>
					<h3><?php echo esc_html( $shelf['title'] ); ?></h3>
					<p><?php echo esc_html( $shelf['body'] ); ?></p>
				</article>
			<?php endforeach; ?>
		</div>
	</section>

	<section class="section band" id="links" aria-labelledby="links-title">
		<p class="section-kicker"><?php esc_html_e( 'Starting links', 'fftac-who-we-are' ); ?></p>
		<h2 class="section-title" id="links-title"><?php esc_html_e( 'A curated doorway, not an endorsement engine.', 'fftac-who-we-are' ); ?></h2>
		<p class="section-lede">
			<?php esc_html_e( 'These are public starting points for reading and verification. Charged contemporary groups and extremist-adjacent material belong in reviewed archive notes unless publishing a link clearly serves reader safety and context.', 'fftac-who-we-are' ); ?>
		</p>
		<div class="link-directory">
			<?php foreach ( $external_resource_groups as $group ) : ?>
				<article class="link-group">
					<h3><?php echo esc_html( $group['title'] ); ?></h3>
					<p><?php echo esc_html( $group['note'] ); ?></p>
					<ul>
						<?php foreach ( $group['links'] as $link ) : ?>
							<li><a href="<?php echo esc_url( $link['url'] ); ?>"><?php echo esc_html( $link['label'] ); ?></a></li>
						<?php endforeach; ?>
					</ul>
				</article>
			<?php endforeach; ?>
		</div>
	</section>

	<section class="section band" id="who-we-are" aria-labelledby="who-we-are-title">
		<p class="section-kicker"><?php esc_html_e( 'Who We Are', 'fftac-who-we-are' ); ?></p>
		<h2 class="section-title" id="who-we-are-title"><?php esc_html_e( 'Adversarial symbol. Humane method.', 'fftac-who-we-are' ); ?></h2>
		<p class="section-lede">
			<?php esc_html_e( 'FFTAC.org is shaped as an information site, not a panic engine. The name carries a deliberately confrontational symbol, but the publication method is sober: label genres, cite sources, correct errors, protect privacy, and refuse scapegoating.', 'fftac-who-we-are' ); ?>
		</p>

		<div class="card-grid">
			<article class="info-card">
				<div class="card-icon"><img src="<?php echo fftac_image_uri( 'star-circle.png' ); ?>" alt=""></div>
				<p class="card-kicker"><?php esc_html_e( 'Knowledge', 'fftac-who-we-are' ); ?></p>
				<h3><?php esc_html_e( 'Source-led', 'fftac-who-we-are' ); ?></h3>
				<p><?php esc_html_e( 'Scripture, doctrine, history, opinion, testimony, claim review, and fiction analysis are separated so readers always know what kind of page they are reading.', 'fftac-who-we-are' ); ?></p>
			</article>
			<article class="info-card">
				<div class="card-icon"><img src="<?php echo fftac_image_uri( 'three.png' ); ?>" alt=""></div>
				<p class="card-kicker"><?php esc_html_e( 'Conduct', 'fftac-who-we-are' ); ?></p>
				<h3><?php esc_html_e( 'Nonviolent', 'fftac-who-we-are' ); ?></h3>
				<p><?php esc_html_e( 'The site does not host threats, doxxing, harassment, extremist recruitment, operational harm, or calls for illegal violence. Dissent is not a license to target people.', 'fftac-who-we-are' ); ?></p>
			</article>
			<article class="info-card">
				<div class="card-icon"><img src="<?php echo fftac_image_uri( 'hive.png' ); ?>" alt=""></div>
				<p class="card-kicker"><?php esc_html_e( 'People', 'fftac-who-we-are' ); ?></p>
				<h3><?php esc_html_e( 'Human-first', 'fftac-who-we-are' ); ?></h3>
				<p><?php esc_html_e( 'The project studies symbols, systems, rhetoric, and culture. It does not reduce living people or religious communities to monsters, enemies, or prophetic targets.', 'fftac-who-we-are' ); ?></p>
			</article>
		</div>
	</section>

	<section class="section" id="principles" aria-labelledby="principles-title">
		<div class="feature-split">
			<div class="feature-image" aria-hidden="true">
				<img src="<?php echo fftac_image_uri( 'star.png' ); ?>" alt="">
			</div>
			<div>
				<p class="section-kicker"><?php esc_html_e( 'Operating principles', 'fftac-who-we-are' ); ?></p>
				<h2 class="section-title" id="principles-title"><?php esc_html_e( 'The posture is the product.', 'fftac-who-we-are' ); ?></h2>
				<p class="section-lede">
					<?php esc_html_e( 'A topic this charged cannot be managed by aesthetics alone. It needs public boundaries, clear editorial genres, humane moderation, and a commitment to evidence over escalation.', 'fftac-who-we-are' ); ?>
				</p>
				<div class="manifesto">
					<div class="manifesto-item"><strong><?php esc_html_e( 'Compassion under reason', 'fftac-who-we-are' ); ?></strong><span><?php esc_html_e( 'The site favors dignity, proportion, and care over cruelty or humiliation.', 'fftac-who-we-are' ); ?></span></div>
					<div class="manifesto-item"><strong><?php esc_html_e( 'Autonomy without coercion', 'fftac-who-we-are' ); ?></strong><span><?php esc_html_e( 'Readers own their conscience; the site does not pressure users into secretive, unsafe, or illegal activity.', 'fftac-who-we-are' ); ?></span></div>
					<div class="manifesto-item"><strong><?php esc_html_e( 'Blasphemy without dehumanization', 'fftac-who-we-are' ); ?></strong><span><?php esc_html_e( 'Critique, satire, and symbolic rebellion are permitted; hate speech and targeted abuse are not.', 'fftac-who-we-are' ); ?></span></div>
					<div class="manifesto-item"><strong><?php esc_html_e( 'Correction without concealment', 'fftac-who-we-are' ); ?></strong><span><?php esc_html_e( 'Errors should be acknowledged plainly, updated visibly, and kept attached to the page that needed repair.', 'fftac-who-we-are' ); ?></span></div>
				</div>
			</div>
		</div>
	</section>

	<section class="section" id="tracks" aria-labelledby="tracks-title">
		<p class="section-kicker"><?php esc_html_e( 'Research tracks', 'fftac-who-we-are' ); ?></p>
		<h2 class="section-title" id="tracks-title"><?php esc_html_e( 'Topic work should have lanes.', 'fftac-who-we-are' ); ?></h2>
		<p class="section-lede">
			<?php esc_html_e( 'A robust resource grows by separating what kind of question is being answered. These tracks give future pages a way to expand without mixing scripture notes, media literacy, symbolic art, AI ethics, and governance into one foggy pile.', 'fftac-who-we-are' ); ?>
		</p>
		<div class="standard-grid">
			<?php foreach ( $research_tracks as $track ) : ?>
				<article class="standard-card">
					<h3><?php echo esc_html( $track['title'] ); ?></h3>
					<p><?php echo esc_html( $track['body'] ); ?></p>
				</article>
			<?php endforeach; ?>
		</div>
	</section>