Browse Source

Updated About Page

Yoginth 7 years ago
parent
commit
6b9e645b61
1 changed files with 22 additions and 2 deletions
  1. 22 2
      templates/pages/about.tmpl

+ 22 - 2
templates/pages/about.tmpl

@@ -29,10 +29,30 @@
         <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">
-                Yoginth, CEO
+                Run the open source Gitote platform as a free service.
             </li>
-        </ul>
+            <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>