Twoia Intelligence Footer
**Site relevance:** 2IA.org
**Memory type:** theme source memory
**Source path:** 2IA.org/wp-content/themes/twoia-intelligence/footer.php
**Size:** 4 KB
Summary
" alt="" width="56" height="56" loading="lazy" decoding="async"
Source Preview
This source file is short enough to preview directly on its source-memory page.
<?php
/**
* Site footer.
*
* @package TwoIA
*/
?>
</main>
<footer class="site-footer" role="contentinfo">
<div class="site-footer__grid">
<section class="footer-column footer-column--brand">
<img class="footer-mark" src="<?php echo esc_url( get_template_directory_uri() . '/assets/images/2ia-mark.svg' ); ?>" alt="" width="56" height="56" loading="lazy" decoding="async">
<h2 class="footer-heading"><?php esc_html_e( '2IA – Two Identities Of Anonymous', 'two-identities-anonymous' ); ?></h2>
<p><?php echo wp_kses_post( twoia_theme_mod( 'twoia_footer_mission', '2IA is an independent public-intelligence research project.' ) ); ?></p>
</section>
<section class="footer-column">
<h2 class="footer-heading"><?php esc_html_e( 'Explore', 'two-identities-anonymous' ); ?></h2>
<ul class="footer-list">
<li><a href="<?php echo esc_url( home_url( '/start-here/' ) ); ?>"><?php esc_html_e( 'Start Here', 'two-identities-anonymous' ); ?></a></li>
<li><a href="<?php echo esc_url( home_url( '/issues/' ) ); ?>"><?php esc_html_e( 'Issues', 'two-identities-anonymous' ); ?></a></li>
<li><a href="<?php echo esc_url( home_url( '/research/' ) ); ?>"><?php esc_html_e( 'Research', 'two-identities-anonymous' ); ?></a></li>
<li><a href="<?php echo esc_url( home_url( '/resources/' ) ); ?>"><?php esc_html_e( 'Resources', 'two-identities-anonymous' ); ?></a></li>
<li><a href="<?php echo esc_url( home_url( '/organizations/' ) ); ?>"><?php esc_html_e( 'Organizations', 'two-identities-anonymous' ); ?></a></li>
</ul>
</section>
<section class="footer-column">
<h2 class="footer-heading"><?php esc_html_e( 'Trust and standards', 'two-identities-anonymous' ); ?></h2>
<ul class="footer-list">
<li><a href="<?php echo esc_url( home_url( '/methodology/' ) ); ?>"><?php esc_html_e( 'Methodology', 'two-identities-anonymous' ); ?></a></li>
<li><a href="<?php echo esc_url( home_url( '/corrections-and-right-of-reply/' ) ); ?>"><?php esc_html_e( 'Corrections and Right of Reply', 'two-identities-anonymous' ); ?></a></li>
<li><a href="<?php echo esc_url( home_url( '/privacy-policy/' ) ); ?>"><?php esc_html_e( 'Privacy Policy', 'two-identities-anonymous' ); ?></a></li>
<li><a href="<?php echo esc_url( home_url( '/public-records-and-foia/' ) ); ?>"><?php esc_html_e( 'Public Records and FOIA', 'two-identities-anonymous' ); ?></a></li>
</ul>
</section>
<section class="footer-column">
<h2 class="footer-heading"><?php esc_html_e( 'Participate', 'two-identities-anonymous' ); ?></h2>
<ul class="footer-list">
<li><a href="<?php echo esc_url( home_url( '/support/' ) ); ?>"><?php esc_html_e( 'Support', 'two-identities-anonymous' ); ?></a></li>
<li><a href="<?php echo esc_url( home_url( '/newsletter/' ) ); ?>"><?php esc_html_e( 'Newsletter', 'two-identities-anonymous' ); ?></a></li>
<li><a href="<?php echo esc_url( home_url( '/volunteer/' ) ); ?>"><?php esc_html_e( 'Volunteer', 'two-identities-anonymous' ); ?></a></li>
</ul>
</section>
<section class="footer-column">
<h2 class="footer-heading"><?php esc_html_e( 'Contact', 'two-identities-anonymous' ); ?></h2>
<ul class="footer-list">
<li><a href="<?php echo esc_url( home_url( '/contact/' ) ); ?>"><?php esc_html_e( 'Contact', 'two-identities-anonymous' ); ?></a></li>
<li><a href="<?php echo esc_url( home_url( '/lawful-contact/' ) ); ?>"><?php esc_html_e( 'Lawful Contact', 'two-identities-anonymous' ); ?></a></li>
</ul>
<?php if ( is_active_sidebar( 'footer-briefing' ) ) : ?>
<div class="footer-widgets"><?php dynamic_sidebar( 'footer-briefing' ); ?></div>
<?php endif; ?>
</section>
</div>
<div class="site-footer__bottom">
<p>© <?php echo esc_html( gmdate( 'Y' ) ); ?> <?php esc_html_e( '2IA.org. Independent public-intelligence research. Not affiliated with any government agency.', 'two-identities-anonymous' ); ?></p>
<a href="#primary-content"><?php esc_html_e( 'Back to top', 'two-identities-anonymous' ); ?></a>
</div>
</footer>
</div>
<?php wp_footer(); ?>
</body>
</html>