<footer id="footer" class="footer">
<a href="#" class="footer-toggle"><span></span></a>
<div class="footer-row d-flex align-items-center justify-content-center">
<div class="footer-links col-sm-9">
<ul>
<li><a href="https://causepilot.com/" target="_blank"><img src="{{ asset('img/logo/white_logo_nowings.svg') }}" width="70"></a></li>
<li><a href="https://www.causepilot.com//about">About</a></li>
<li><a href="{{ path('legal_privacy') }}">Privacy Policy</a></li>
<li><a href="{{ path('legal_user_terms') }}">User Terms</a></li>
<li><a href="{{ path('legal_organization_terms') }}">Organization Terms of Service</a></li>
<li><a href="{{ path('legal_dmca') }}">DMCA</a></li>
</ul>
</div>
<div class="copyright-text">
© {{ "now"|date("Y") }} CausePilot. All rights reserved.
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44816960-1', 'auto');
ga('send', 'pageview');
</script>
</footer>