verified.tmpl 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <div class="pages bg">
  2. {{template "base/head" .}}
  3. <div class="pages head">
  4. <p class="text">Gitote Verified</p>
  5. </div>
  6. <div class="pages body">
  7. <h2>About verified accounts</h2>
  8. <p class="pages-small">
  9. The green verified badge <i class="verified octicon octicon-verified"></i> on Gitote lets people
  10. know that an account of public interest is authentic.
  11. </p>
  12. <p class="pages-small">
  13. The badge appears next to the name on an account’s profile and next to the account name in search
  14. results. It is always the same color and placed in the same location, regardless of profile or theme
  15. color customizations.
  16. </p>
  17. <p class="pages-small">
  18. Accounts that don’t have the badge next to their name but that display it somewhere else, for example
  19. in the profile photo, or bio, are not verified accounts.
  20. </p>
  21. <p class="pages-small">
  22. Verified badges must be applied by Gitote, and accounts that use a badge as a part of profile photos,
  23. or in any other way that implies verified status, are subject to permanent account suspension.
  24. </p>
  25. <div class="pages-heading">
  26. <h3>What types of accounts get verified?</h3>
  27. </div>
  28. <p class="pages-small">
  29. An account may be verified if it is determined to be an account of public interest. Typically this
  30. includes accounts maintained by users is company, founder, famous developers, government, business,
  31. and other key interest areas.
  32. </p>
  33. <p class="pages-small">
  34. A verified badge does not imply an endorsement by Gitote.
  35. </p>
  36. </div>
  37. {{template "base/footer" .}}
  38. </div>