social.ejs 1019 B

12345678910111213141516171819
  1. <ul class="Social">
  2. <li><a href="https://twitter.com/uppy_io" class="twitter-follow-button" data-show-count="false" data-dnt="true">Follow @uppy_io</a></li>
  3. <li><iframe src="https://ghbtns.com/github-btn.html?user=transloadit&repo=uppy&type=watch&count=true"
  4. allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe></li>
  5. <!-- to regenerate you can use this link: https://img.shields.io/badge/community-forum-d8006a.svg -->
  6. <li><a href="https://community.transloadit.com/c/uppy"><img src="/images/community-forum-d8006a.svg" /> </a></li>
  7. <li class="BuildBadge">
  8. <span class="wrapper">
  9. <a href="https://travis-ci.org/transloadit/uppy"><img src="https://travis-ci.org/transloadit/uppy.svg" alt="Build Status"></a>
  10. </span>
  11. </li>
  12. <li class="SauceBadge">
  13. <span class="wrapper">
  14. <a href="https://saucelabs.com/u/transloadit-uppy">
  15. <img src="https://saucelabs.com/buildstatus/transloadit-uppy" alt="Sauce Test Status"/>
  16. </a>
  17. </span>
  18. </li>
  19. </ul>