Section Ethics
**Site relevance:** 2IA.org
**Memory type:** theme source memory
**Source path:** 2IA.org/wp-content/themes/twoia-intelligence/template-parts/section-ethics.php
**Size:** 2.1 KB
Summary
Reviewed source memory file preserved in the wiki archive.
Source Preview
This source file is short enough to preview directly on its source-memory page.
<?php
/**
* Ethics section.
*
* @package TwoIA
*/
?>
<section id="ethics-and-civil-liberties" class="section ethics-section" aria-labelledby="ethics-title">
<div class="briefing-panel briefing-panel--large">
<p class="eyebrow"><?php esc_html_e( 'Civil-liberties operating system', 'two-identities-anonymous' ); ?></p>
<h2 id="ethics-title"><?php esc_html_e( 'Rights are design requirements, not decorations.', 'two-identities-anonymous' ); ?></h2>
<p><?php esc_html_e( '2IA is built around lawful speech, privacy, anonymity, public records, correction, due process, and accountable power. The work is concrete: inspect contracts, question AI claims, demand retention limits, protect bystanders, and make institutional systems explain themselves.', 'two-identities-anonymous' ); ?></p>
<div class="grid grid--three ethics-grid">
<div>
<span class="metadata-label"><?php esc_html_e( 'Demand', 'two-identities-anonymous' ); ?></span>
<h3><?php esc_html_e( 'Show Authority', 'two-identities-anonymous' ); ?></h3>
<p><?php esc_html_e( 'Power should identify the law, policy, contract, or public mandate it claims to operate under.', 'two-identities-anonymous' ); ?></p>
</div>
<div>
<span class="metadata-label"><?php esc_html_e( 'Demand', 'two-identities-anonymous' ); ?></span>
<h3><?php esc_html_e( 'Limit Collection', 'two-identities-anonymous' ); ?></h3>
<p><?php esc_html_e( 'A serious system collects less, retains less, shares less, and explains more.', 'two-identities-anonymous' ); ?></p>
</div>
<div>
<span class="metadata-label"><?php esc_html_e( 'Demand', 'two-identities-anonymous' ); ?></span>
<h3><?php esc_html_e( 'Correct The File', 'two-identities-anonymous' ); ?></h3>
<p><?php esc_html_e( 'False positives need notice where possible, human review, downstream repair, and deletion paths.', 'two-identities-anonymous' ); ?></p>
</div>
</div>
<a class="button button--secondary" href="<?php echo esc_url( home_url( '/ethics-and-civil-liberties/' ) ); ?>"><?php esc_html_e( 'Read the ethics framework', 'two-identities-anonymous' ); ?></a>
</div>
</section>