Browse Source

Started Implementing About Page

Yoginth 7 years ago
parent
commit
48d7d95063
1 changed files with 27 additions and 1 deletions
  1. 27 1
      templates/pages/about.tmpl

+ 27 - 1
templates/pages/about.tmpl

@@ -6,7 +6,33 @@
         <div>What’s behind your repos.</div>
     </div>
     <div class="pages body">
-        {{template "misc/soon" .}}
+        <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>