{% set footerLinks = footer_links() %}
<footer class="main-footer">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-3 social-networks-block">
<ul class="social-networks-list">
<li class="social-networks-item">
<a href="{{ social_facebook_link }}" class="social-networks-link">
<i class="fa fa-facebook"></i>
</a>
</li>
<!-- <li class="social-networks-item">
<a href="{{ social_twitter_link }}" class="social-networks-link">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" style="margin-bottom: -3px; fill: #bebdbd; display: inline-block; height: 16px;">
<path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/>
</svg>
</a>
</li>
-->
<li class="social-networks-item">
<a href="{{ social_instagram_link }}" class="social-networks-link">
<i class="fa fa-instagram"></i>
</a>
</li>
<li class="social-networks-item">
<a href="{{ social_linkedin_link }}" class="social-networks-link">
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul>
</div>
<div class="col-xs-12 col-md-6 marketing-links-block">
{% for page, link in footerLinks %}
<a href="{{ link }}" class="marketing-link">{{ ('fmt.marketing_pages.' ~ page)|trans }}</a>
{% endfor %}
</div>
<div class="col-xs-12 col-md-3 copyright-block">
Fund My Textbooks <i class="fa fa-copyright"></i> {{ "now"|date('Y') }}
</div>
</div>
</div>
</footer>
<style>
.swal2-container{
zoom: 1.5;
}
</style>
{% if tracking_params is defined %}
<img src="https://fundmytextbooks.idevaffiliate.com/sale.php?profile=187&idev_commission={{ tracking_params.idev_commission }}&&reference={{ tracking_params.reference }}&ip_address={{ tracking_params.ip }}" alt="" style="position: absolute; visibility: hidden; width: 1px; height: 1px;" />
{% endif %}
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WG2RWPXBTX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WG2RWPXBTX');
</script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script src="//code.jquery.com/jquery-3.7.1.js"></script>
<!-- Extra JS -->
<script>
$(document).ready(function(){
$("#registration_student_login").attr("placeholder","Add your UC Davis email address...").on("keypress",function(){
$("#registration_student_login").attr("placeholder","Email Address")
})
})
</script>