sponsorship.tmpl 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <div class="pages bg">
  2. {{template "base/head" .}}
  3. <div class="pages head">
  4. <p class="text">Sponsorship Information</p>
  5. </div>
  6. <div class="pages body">
  7. <h2 class="pages-heading">Who do you work with?</h2>
  8. <p class="pages-small">
  9. We work with great developer-focused companies that are interested in
  10. supporting the Gitote. These sponsors are financially supporting
  11. our operations and will receive acknowledgment with on-site display units,
  12. and recognition posts.
  13. </p>
  14. <h2 class="pages-heading">Do you have an "ethical advertising" policy?</h2>
  15. <p class="pages-small">
  16. Yes! So nice of you to ask. In order to ensure your privacy (and the
  17. site’s performance), it is our policy to host all images ourselves and
  18. don’t allow any third-party tracking scripts. We don’t track you or sell
  19. your data. Sponsorships are for the benefit of the community.
  20. </p>
  21. <h2 class="pages-heading">What if I don’t want to see these sponsorship units?</h2>
  22. <p class="pages-small">
  23. You may opt-out of seeing sponsorship displays <a href="{{AppURL}}user/settings">in your settings</a>.
  24. </p>
  25. <h2 class="pages-heading">How can my company become a sponsor?</h2>
  26. <p class="pages-small">
  27. Email yo@gitote.in for more information.
  28. </p>
  29. <h2 class="pages-heading">What if I have other questions?</h2>
  30. <p class="pages-small">
  31. Please send an email to yo@gitote.in.
  32. </p>
  33. </div>
  34. {{template "base/footer" .}}
  35. </div>