footer.html 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <footer class="footer container">
  2. <div class="sponsorship">
  3. <div class="container">
  4. <h2>
  5. {{ i18n "sponsoredBy" }}
  6. </h2>
  7. <div class="logo-grid">
  8. <div>
  9. <a href="https://www.dotcom-monitor.com/es/">
  10. <img src="{{ relURL "assets/sponsors/dotcom-monitor-logo.png" }}" alt="Dotcom-Monitor" />
  11. </a>
  12. <a href="https://www.loadview-testing.com/products/jmeter-load-testing/">
  13. <img src="{{ relURL "assets/sponsors/LoadView-logo.png" }}" alt="LoadView" />
  14. </a>
  15. <a href="http://www.stevetures.com/">
  16. <img src="{{ relURL "assets/sponsors/stephen-tures.jpg" }}" alt="Stephen Tures" />
  17. </a>
  18. <a href="https://swayable.com">
  19. <img src="{{ relURL "assets/sponsors/swayable.jpeg" }}" alt="Swayable" />
  20. </a>
  21. <a href="https://www.sponsormotion.com/">
  22. <img src="{{ relURL "assets/sponsors/SponsorMotion.png" }}" alt="SponsorMotion" />
  23. </a>
  24. </div>
  25. </div>
  26. </div>
  27. </div>
  28. <p class="legal legal--right">
  29. <a href='https://joinmastodon.org'>{{ i18n "joinMastodon" }}</a> · <a href='https://blog.joinmastodon.org'>{{ i18n "blog" }}</a> · <a href='https://mastodon.social/@Mastodon' target='_blank'><i class='fab fa-mastodon'></i></a> · <a href='https://twitter.com/joinmastodon' rel='nofollow' target='_blank'><i class='fab fa-twitter'></i></a>
  30. </p>
  31. <p class="legal">{{ with .File }}<a href='https://github.com/mastodon/documentation/tree/master/content/{{ .Lang }}/{{ .File.Path }}'>{{ i18n "viewSource" }}</a> · {{ end }}<a href='https://creativecommons.org/licenses/by-sa/4.0/'>CC BY-SA 4.0</a> · <a href='https://joinmastodon.org/imprint'>{{ i18n "imprint" }}</a></p>
  32. </footer>