about.tmpl 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <div class="pages bg">
  2. {{template "base/head" .}}
  3. <div class="pages head">
  4. <p class="text">👋 About Gitote 👋</p>
  5. <br/>
  6. <div>What’s behind your repos.</div>
  7. </div>
  8. <div class="pages body">
  9. <h2>Gitote is lots of things.</h2>
  10. <p class="pages-small">
  11. Gitote is an open source end-to-end software development platform with built-in version control,
  12. issue tracking, code review, and more.
  13. </p>
  14. <ul>
  15. <li class="pages-small">
  16. Gitote is the software hosting platform. It was created in 2018 as an <a href="{{AppURL}}gitote/gitote">open source project</a>
  17. to help developers easily share and collaborate softwares.
  18. </li>
  19. <li class="pages-small">
  20. The Gitote is a public platform of softwares of open-source code for front-end web apps, mobile apps, robots,
  21. routers, and countless other needs of the Developer community.
  22. </li>
  23. <li class="pages-small">
  24. Gitote. is the company that hosts and maintains all of the above.
  25. </li>
  26. </ul>
  27. <h2>About Gitote.</h2>
  28. <p class="pages-small">Gitote. is a company founded in 2018. Its executive team is:</p>
  29. <ul>
  30. <li class="pages-small">Yoginth, CEO</li>
  31. </ul>
  32. <p class="pages-small">At Gitote. we do two things to support this goal:</p>
  33. <ol>
  34. <li class="pages-small">
  35. Run the open source Gitote platform as a free service.
  36. </li>
  37. <li class="pages-small">
  38. Build tools and operate services that support the secure use of softwares in a private or enterprise
  39. context.
  40. </li>
  41. </ol>
  42. <p class="pages-small">
  43. Gitote's mission is to take Open Source development to entirely new places. When everyone else is adding force,
  44. we work to reduce friction.
  45. </p>
  46. <h2>Contacting Gitote</h2>
  47. <p class="pages-small">
  48. You can reach us for support on <a href="mailto://me@yoginth.com">me@yoginth.com</a>.
  49. </p>
  50. </div>
  51. {{template "base/footer" .}}
  52. </div>