footer.html 1.3 KB

1234567891011121314151617181920212223242526
  1. <template name="footer">
  2. <footer class="page-footer grey lighten-2">
  3. <div class="container row">
  4. <div class="col l6 s12">
  5. <h5 class="grey-text text-darken-2">Stay Connected</h5>
  6. <p class="grey-text text-darken-1">Follow us on social media or send us an email!</p>
  7. <a href="https://www.facebook.com/MusareMusic" target="_blank"><img src="\FB-f-Logo__blue_57.png" height="24dp" width="24dp" /></a>
  8. <a href="https://twitter.com/musareapp" target="_blank"><img src="\TwitterLogo_#55acee.png" height="24dp" width="24dp" /></a>
  9. <a href="mailto:musaremusic@gmail.com"><i class="material-icons">email</i></a>
  10. </div>
  11. <div class="col l4 offset-l2 s12">
  12. <h5 class="grey-text text-darken-2">Links</h5>
  13. <ul>
  14. <li><a class="grey-text text-darken-1" href="/faq">FAQ</a></li>
  15. <li><a class="grey-text text-darken-1" href="/terms">Terms</a></li>
  16. <li><a class="grey-text text-darken-1" href="/privacy">Privacy</a></li>
  17. </ul>
  18. </div>
  19. </div>
  20. <div class="footer-copyright">
  21. <div class="container grey-text text-darken-1">
  22. Copyright &copy; 2016 Musare
  23. </div>
  24. </div>
  25. </footer>
  26. </template>