| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <div class="pages bg">
- {{template "base/head" .}}
- <div class="pages head">
- <p class="text">👋 About Gitote 👋</p>
- <br/>
- <div>What’s behind your repos.</div>
- </div>
- <div class="pages body">
- <h2>Gitote is lots of things.</h2>
-
- <p class="pages-small">
- Gitote is an open source end-to-end software development platform with built-in version control,
- issue tracking, code review, and more.
- </p>
- <ul>
- <li class="pages-small">
- Gitote is the software hosting platform. It was created in 2018 as an <a href="collaborate">open source project</a>
- to help developers easily share and collaborate softwares.
- </li>
- <li class="pages-small">
- The Gitote is a public platform of softwares of open-source code for front-end web apps, mobile apps, robots,
- routers, and countless other needs of the Developer community.
- </li>
- <li class="pages-small">
- Gitote. is the company that hosts and maintains all of the above.
- </li>
- </ul>
- <h2>About Gitote.</h2>
- <p class="pages-small">Gitote. is a company founded in 2018. Its executive team is:</p>
- <ul>
- <li class="pages-small">
- Yoginth, CEO
- </li>
- </ul>
- </div>
- {{template "base/footer" .}}
- </div>
|