← back to Petitionyour
views/partials/foot.ejs
19 lines
</main>
<footer class="site-footer">
<div class="wrap footer-inner">
<p><strong>Petition Your Representatives</strong> is a free civic tool for organizing petitions and finding your elected officials. We link out to official <a href="https://www.usa.gov/elected-officials" target="_blank" rel="noopener noreferrer">.gov</a> sources for current officeholders rather than maintaining our own list — so the names you see are always accurate, never stale.</p>
<p class="fine-print">By signing a petition you agree we may display your name (if you choose to show it) and store your email to verify your signature. We never sell your information and we do not send bulk email without your explicit opt-in.</p>
</div>
</footer>
<script>
(function(){
var btn=document.getElementById('theme-toggle');if(!btn)return;
function sync(){var t=document.documentElement.getAttribute('data-theme');btn.setAttribute('aria-pressed',t==='dark'?'true':'false');}
sync();
btn.addEventListener('click',function(){var cur=document.documentElement.getAttribute('data-theme')||'light';var nxt=cur==='dark'?'light':'dark';document.documentElement.setAttribute('data-theme',nxt);try{localStorage.setItem('theme',nxt);}catch(e){}sync();});
})();
</script>
<script src="/js/site.js"></script>
</body>
</html>