1234567891011121314151617181920212223242526 |
- <template name="footer">
- <footer class="page-footer grey lighten-2">
- <div class="container row">
- <div class="col l6 s12">
- <h5 class="grey-text text-darken-2">Stay Connected</h5>
- <p class="grey-text text-darken-1">Follow us on social media or send us an email!</p>
- <a href="https://www.facebook.com/MusareMusic" target="_blank"><img src="\FB-f-Logo__blue_57.png" height="24dp" width="24dp" /></a>
- <a href="https://twitter.com/musareapp" target="_blank"><img src="\TwitterLogo_#55acee.png" height="24dp" width="24dp" /></a>
- <a href="mailto:musaremusic@gmail.com"><i class="material-icons">email</i></a>
- </div>
- <div class="col l4 offset-l2 s12">
- <h5 class="grey-text text-darken-2">Links</h5>
- <ul>
- <li><a class="grey-text text-darken-1" href="/faq">FAQ</a></li>
- <li><a class="grey-text text-darken-1" href="/terms">Terms</a></li>
- <li><a class="grey-text text-darken-1" href="/privacy">Privacy</a></li>
- </ul>
- </div>
- </div>
- <div class="footer-copyright">
- <div class="container grey-text text-darken-1">
- Copyright © 2016 Musare
- </div>
- </div>
- </footer>
- </template>
|