Skip to content
wiki.fftac.org

Section Operating Desk

**Site relevance:** 2IA.org

**Memory type:** theme source memory

**Source path:** 2IA.org/wp-content/themes/twoia-intelligence/template-parts/section-operating-desk.php

**Size:** 4.6 KB

Summary

Public-intelligence operating desk section.

Source Preview

This source file is short enough to preview directly on its source-memory page.

<?php
/**
 * Public-intelligence operating desk section.
 *
 * @package TwoIA
 */
?>
<section id="operating-desk" class="section civic-dossiers-section" aria-labelledby="operating-desk-title">
	<header class="section-header section-header--row">
		<div>
			<p class="eyebrow"><?php esc_html_e( 'Operating desk', 'two-identities-anonymous' ); ?></p>
			<h2 id="operating-desk-title"><?php esc_html_e( 'Use the archive to understand, request, challenge, correct, and protect.', 'two-identities-anonymous' ); ?></h2>
		</div>
		<p><?php esc_html_e( '2IA is built around lawful leverage. Start with the system, pull the record, test the claim, protect bystanders, and leave a correction path.', 'two-identities-anonymous' ); ?></p>
	</header>

	<div class="twoia-dossier-grid">
		<a class="briefing-panel briefing-panel--compact twoia-dossier-card twoia-dossier-card--link" href="<?php echo esc_url( home_url( '/start-here/' ) ); ?>">
			<span class="metadata-label"><?php esc_html_e( 'Start', 'two-identities-anonymous' ); ?></span>
			<h3><?php esc_html_e( 'Reader Map', 'two-identities-anonymous' ); ?></h3>
			<p><?php esc_html_e( 'Choose a path for surveillance literacy, public records, metadata protection, institutional claims, OSINT ethics, or ongoing investigations.', 'two-identities-anonymous' ); ?></p>
		</a>
		<a class="briefing-panel briefing-panel--compact twoia-dossier-card twoia-dossier-card--link" href="<?php echo esc_url( home_url( '/public-records-and-foia/' ) ); ?>">
			<span class="metadata-label"><?php esc_html_e( 'Request', 'two-identities-anonymous' ); ?></span>
			<h3><?php esc_html_e( 'Records Packet', 'two-identities-anonymous' ); ?></h3>
			<p><?php esc_html_e( 'Use FOIA and state public-records templates for contracts, retention schedules, vendor emails, data-sharing agreements, and algorithmic-impact records.', 'two-identities-anonymous' ); ?></p>
		</a>
		<a class="briefing-panel briefing-panel--compact twoia-dossier-card twoia-dossier-card--link" href="<?php echo esc_url( home_url( '/research/' ) ); ?>">
			<span class="metadata-label"><?php esc_html_e( 'Investigate', 'two-identities-anonymous' ); ?></span>
			<h3><?php esc_html_e( 'Research, Dossiers, Toolkits', 'two-identities-anonymous' ); ?></h3>
			<p><?php esc_html_e( 'Find issue hubs, records guides, toolkits, correction paths, launch drafts, source classes, and the first public questions worth turning into documents.', 'two-identities-anonymous' ); ?></p>
		</a>
		<a class="briefing-panel briefing-panel--compact twoia-dossier-card twoia-dossier-card--link" href="<?php echo esc_url( home_url( '/organizations/' ) ); ?>">
			<span class="metadata-label"><?php esc_html_e( 'Find', 'two-identities-anonymous' ); ?></span>
			<h3><?php esc_html_e( 'Organizations Directory', 'two-identities-anonymous' ); ?></h3>
			<p><?php esc_html_e( 'Match civil-liberties, OSINT, AI-governance, digital-rights, public-records, and local organizations to the reader problem, then verify role and current scope.', 'two-identities-anonymous' ); ?></p>
		</a>
		<a class="briefing-panel briefing-panel--compact twoia-dossier-card twoia-dossier-card--link" href="<?php echo esc_url( home_url( '/methodology/' ) ); ?>">
			<span class="metadata-label"><?php esc_html_e( 'Verify', 'two-identities-anonymous' ); ?></span>
			<h3><?php esc_html_e( 'Confidence Labels', 'two-identities-anonymous' ); ?></h3>
			<p><?php esc_html_e( 'Check whether a claim is confirmed, likely, inferred, disputed, unverified, needs records, updated, or corrected before you repeat it.', 'two-identities-anonymous' ); ?></p>
		</a>
		<a class="briefing-panel briefing-panel--compact twoia-dossier-card twoia-dossier-card--link" href="<?php echo esc_url( home_url( '/ethics-and-civil-liberties/' ) ); ?>">
			<span class="metadata-label"><?php esc_html_e( 'Protect', 'two-identities-anonymous' ); ?></span>
			<h3><?php esc_html_e( 'Minimization Standard', 'two-identities-anonymous' ); ?></h3>
			<p><?php esc_html_e( 'Keep scrutiny aimed at institutions, vendors, policies, and official claims while cutting unnecessary private-person exposure.', 'two-identities-anonymous' ); ?></p>
		</a>
		<a class="briefing-panel briefing-panel--compact twoia-dossier-card twoia-dossier-card--link" href="<?php echo esc_url( home_url( '/corrections-and-right-of-reply/' ) ); ?>">
			<span class="metadata-label"><?php esc_html_e( 'Correct', 'two-identities-anonymous' ); ?></span>
			<h3><?php esc_html_e( 'Correction Ledger', 'two-identities-anonymous' ); ?></h3>
			<p><?php esc_html_e( 'Challenge errors, update claims, request right of reply, and make correction travel as far as the original mistake.', 'two-identities-anonymous' ); ?></p>
		</a>
	</div>
</section>