footer.html 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <footer class="site-footer">
  2. <div class="wrapper">
  3. <h2 class="footer-heading">{{ site.title }}</h2>
  4. <div class="footer-col-wrapper">
  5. <div class="footer-col footer-col-1">
  6. <ul class="contact-list">
  7. <li><a href="https://colorado.edu/lab/medlab">Media Enterprise Design Lab</a></li>
  8. <li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
  9. </ul>
  10. <ul class="social-media-list">
  11. {% if site.gitlab_username %}
  12. <li>
  13. {% include icon-gitlab.html username=site.gitlab_username %}
  14. </li>
  15. {% endif %}
  16. {% if site.github_username %}
  17. <li>
  18. {% include icon-github.html username=site.github_username %}
  19. </li>
  20. {% endif %}
  21. {% if site.twitter_username %}
  22. <li>
  23. {% include icon-twitter.html username=site.twitter_username %}
  24. </li>
  25. {% endif %}
  26. </ul>
  27. </div>
  28. <div class="footer-col footer-col-2">
  29. </div>
  30. <div class="footer-col footer-col-3">
  31. <p style="text-align:right;">{{ site.description }}</p>
  32. <p style="text-align:right;">Help improve CommunityRule by <br />posting an <a href="https://gitlab.com/medlabboulder/communityrule/-/issues">Issue</a> or <a href="https://gitlab.com/medlabboulder/communityrule">editing the source directly</a>,<br />
  33. or donate <a href="https://opencollective.com/communityrule">on Open Collective</a></p>
  34. <p style="text-align:right;"><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a></p>
  35. </div>
  36. </div>
  37. </div>
  38. </footer>