Skip to content
wiki.fftac.org

Section Identity Framework

**Site relevance:** 2IA.org

**Memory type:** theme source memory

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

**Size:** 2 KB

Summary

Identity framework section.

Source Preview

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

<?php
/**
 * Identity framework section.
 *
 * @package TwoIA
 */
?>
<section id="two-identities" class="section identity-framework" aria-labelledby="identity-framework-title">
	<header class="section-header">
		<p class="eyebrow"><?php esc_html_e( 'Identity framework', 'two-identities-anonymous' ); ?></p>
		<h2 id="identity-framework-title"><?php esc_html_e( 'The Two Identities', 'two-identities-anonymous' ); ?></h2>
		<p><?php esc_html_e( 'A public-intelligence lens for understanding how people exist as records, roles, signals, and chosen selves.', 'two-identities-anonymous' ); ?></p>
	</header>
	<div class="grid grid--three">
		<article class="card dossier-card">
			<span class="metadata-label"><?php esc_html_e( '01 / Given', 'two-identities-anonymous' ); ?></span>
			<h3><?php esc_html_e( 'The Given Identity', 'two-identities-anonymous' ); ?></h3>
			<p><?php esc_html_e( 'Name, records, device, account, location, payment trail, government documents, public reputation.', 'two-identities-anonymous' ); ?></p>
			<div class="redaction" aria-hidden="true"></div>
		</article>
		<article class="card dossier-card dossier-card--accent">
			<span class="metadata-label"><?php esc_html_e( '02 / Chosen', 'two-identities-anonymous' ); ?></span>
			<h3><?php esc_html_e( 'The Chosen Identity', 'two-identities-anonymous' ); ?></h3>
			<p><?php esc_html_e( 'Handle, alias, avatar, encrypted account, pseudonym, agent, creative mask, private voice.', 'two-identities-anonymous' ); ?></p>
			<div class="redaction" aria-hidden="true"></div>
		</article>
		<article class="card dossier-card dossier-card--warning">
			<span class="metadata-label"><?php esc_html_e( '03 / Boundary', 'two-identities-anonymous' ); ?></span>
			<h3><?php esc_html_e( 'The Anonymous Space', 'two-identities-anonymous' ); ?></h3>
			<p><?php esc_html_e( 'The contested boundary where speech, privacy, surveillance, safety, and autonomy collide.', 'two-identities-anonymous' ); ?></p>
			<div class="redaction" aria-hidden="true"></div>
		</article>
	</div>
</section>