Merge branch '1976-pipeline-progress'
[arvados.git] / doc / index.html
index c8a379aa74729afada9c88d4d7a110e057e61096..af280c0183ce91b1e0802ecd391d7081a17ab11b 100644 (file)
@@ -1,37 +1,46 @@
 ---
 layout: default
 navsection: top
-title: Arvados Docs
+title: Arvados | Documentation
 ---
 
-<div class="hero-unit">
-  <h1>Arvados</h1>
-  <p>This is the place where the documentation for it is.</p>
+<div class="frontpagehero">
+  <div style="padding:100px 50px; margin-left:0px; margin-top:0px">
+    <p style="font-size: 60px; font-family: Garland, serif;">AR&zwnj;<span style="margin-left:-0.07em;margin-right:-0.155em;">V</span>&zwnj;ADOS</p>
+    <p style="line-height: 1.2em; font-size: 28px; margin-top: 1em;">manuals, guides, and references</p>
+  </div>
 </div>
 
-<div class="row">
-  <div class="span4"><div style="background: #eeeeee; padding: 1em; -webkit-border-radius: 12px">
-    <h2>Users</h2>
-
-    <p style="min-height:3em">Tutorials, examples, and reference materials for using the
-    Arvados API and tools.</p>
-
-    <p><a class="btn btn-primary" href="{{ site.baseurl }}/user/">User Guide &raquo;</a></p>
-  </div></div>
-
-  <div class="span3 offset1"><div style="background: #eeeeee; padding: 1em; -webkit-border-radius: 12px">
-    <h2>Administrators</h2>
-
-    <p style="min-height:3em">Some features are only available to privileged users.</p>
-
-    <p><a class="btn btn-primary" href="{{ site.baseurl }}/admin/">Administration Guide &raquo;</a></p>
-  </div></div>
-
-  <div class="span3 offset1"><div style="background: #eeeeee; padding: 1em; -webkit-border-radius: 12px">
-    <h2>Installers</h2>
-
-    <p style="min-height:3em">How to set up a new Arvados site.</p>
-
-    <p><a class="btn btn-primary" href="{{ site.baseurl }}/install/">Installation Guide &raquo;</a></p>
-  </div></div>
+<div style="height: 2em;"></div>
+<div style="display: table-row">
+  <div style="width: 50px; display: table-cell;">
+  </div>
+  <div style="width: 300px; display: table-cell;">
+    <p>This site contains documentation for the <a href="https://arvados.org/">Arvados platform</a>. The documentation is being developed as part of the open source project. It is a work in progress that has just gotten started. You can get involved by <a href="https://arvados.org/projects/arvados/wiki/Documentation">joining the documentation effort</a>.
+  </div>
+  <div style="width: 50px; display: table-cell;">
+    &nbsp;
+  </div>
+  <div style="width: 50px; display: table-cell; border-left:1px solid #bbb;">
+    &nbsp;
+  </div>
+  <div style="margin-left: 0px; width: auto; display: table-cell;">
+    <div>
+      <p>
+        <a href="{{ site.baseurl }}/user/">User Guide</a> &mdash; How to manage data and do analysis with Arvados.
+      </p>
+      <p>
+        <a href="{{ site.baseurl }}/sdk/">SDK Reference</a> &mdash; Details about the accessing Arvados from various programming languages.
+      </p>
+      <p>
+        <a href="{{ site.baseurl }}/api/">API Reference</a> &mdash; Details about the the Arvados REST API.
+      </p>
+      <p>
+        <a href="{{ site.baseurl }}/admin/">Admin Guide</a> &mdash; How to administer an Arvados system.
+      </p>
+      <p>
+        <a href="{{ site.baseurl }}/install/">Install Guide</a> &mdash; How to install Arvados on a cloud platform.
+      </p>
+    </div>
+  </div>
 </div>