| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <div class="pages bg">
- {{template "base/head" .}}
- <div class="pages head">
- <p class="text">Sponsorship Information</p>
- </div>
- <div class="pages body">
- <h2 class="pages-heading">Who do you work with?</h2>
-
- <p class="pages-small">
- We work with great developer-focused companies that are interested in
- supporting the Gitote. These sponsors are financially supporting
- our operations and will receive acknowledgment with on-site display units,
- and recognition posts.
- </p>
-
- <h2 class="pages-heading">Do you have an "ethical advertising" policy?</h2>
-
- <p class="pages-small">
- Yes! So nice of you to ask. In order to ensure your privacy (and the
- site’s performance), it is our policy to host all images ourselves and
- don’t allow any third-party tracking scripts. We don’t track you or sell
- your data. Sponsorships are for the benefit of the community.
- </p>
-
- <h2 class="pages-heading">What if I don’t want to see these sponsorship units?</h2>
-
- <p class="pages-small">
- You may opt-out of seeing sponsorship displays <a href="{{AppURL}}user/settings">in your settings</a>.
- </p>
-
- <h2 class="pages-heading">How can my company become a sponsor?</h2>
-
- <p class="pages-small">
- Email yo@gitote.in for more information.
- </p>
-
- <h2 class="pages-heading">What if I have other questions?</h2>
-
- <p class="pages-small">
- Please send an email to yo@gitote.in.
- </p>
- </div>
- {{template "base/footer" .}}
- </div>
|