| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <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="{{AppURL}}gitote/gitote">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>
- <p class="pages-small">At Gitote. we do two things to support this goal:</p>
- <ol>
- <li class="pages-small">
- Run the open source Gitote platform as a free service.
- </li>
- <li class="pages-small">
- Build tools and operate services that support the secure use of softwares in a private or enterprise
- context.
- </li>
- </ol>
- <p class="pages-small">
- Gitote's mission is to take Open Source development to entirely new places. When everyone else is adding force,
- we work to reduce friction.
- </p>
- <h2>Contacting Gitote</h2>
- <p class="pages-small">
- You can reach us for support or any other questions via our <a href="/contact">contact form</a> or at
- <a href="mailto://support@gitote.in">support@gitote.in</a>.
- </p>
- </div>
- {{template "base/footer" .}}
- </div>
|