← back to Butlr
views/partials/footer.ejs
23 lines
<footer class="site-footer">
<div class="wrap">
<p class="muted small">
© <span id="yr"></span> Butlr ·
<a href="/how-it-works">How it works</a> ·
<a href="/pricing">Pricing</a> ·
<a href="/calls">Your calls</a> ·
<a href="/privacy">Privacy</a> ·
<a href="/terms">Terms</a> ·
<a href="/accessibility">Accessibility</a>
</p>
<p class="muted small">
We never call on your behalf without your explicit submission. Recorded calls happen only with your "consent_recording" checkbox + applicable state law.
</p>
</div>
<script>document.getElementById('yr').textContent = new Date().getFullYear();</script>
<script src="/js/hamburger.js" defer></script>
<script src="/js/theme-toggle.js" defer></script>
<script src="https://agentabrams.com/_shared/abrams-family-nav.js" defer></script>
</footer>
</body>
</html>