APO-Epsilon/apo-website

View on GitHub
r8conf2016/footer.php

Summary

Maintainability
A
0 mins
Test Coverage
<footer class="row">
        <ul class="icons">
                    <li><a href="//www.twitter.com/apo_epsilon" class="icon circle fa-twitter"><span class="label">Twitter</span></a></li>
                    <li><a href="//www.facebook.com/apo.epsilon" class="icon circle fa-facebook"><span class="label">Facebook</span></a></li>
                    <li><a href="https://github.com/APO-Epsilon/apo-website" class="icon circle fa-github"><span class="label">Github</span></a></li>
                </ul>

        <p>2015 &copy; Alpha Phi Omega - Epsilon Chapter
        <br>
       Issues? Please contact the <a href="mailto:apo.epsilon.webmaster@gmail.com?subject=Website Issue">Webmaster</a>
       <br><br>
       Is your chapter interested in using our full website? It's free and easy. See how <a href="../aboutsite.php">here</a>
       </p>
</footer>
<script>
    $( function()   {
        $( '#nav li:has(ul)' ).doubleTapToGo();
    });
</script>