Updated theme to bootstrap 3 to match workbench. Started updating ssh keys tutorial.
[arvados.git] / doc / index.html.liquid
index 0fdc75763782cc0bb23bf2011c973b822bd0af91..58fd03eb1acbdc08d1c907df6244aba75b546165 100644 (file)
@@ -5,28 +5,26 @@ navsection: top
 title: Arvados | Documentation
 ...
 
-<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 class="jumbotron">
+  <div class="container">
+    <div class="row">
+      <div class="col-sm-6">
+        <h1>ARVADOS</h1>
+        <p>manuals, guides, and references</p>
+      </div>
+      <div class="col-sm-6">
+        <img src="images/dax.png" style="max-height: 10em"></img>
+      </div>
+    </div>
   </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>
+<div class="container-fluid">
+  <div class="row">
+    <div class="col-sm-5">
+      <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 class="col-sm-7" style="border-left: solid; border-width: 1px">
       <p>
         <a href="{{ site.baseurl }}/user/">User Guide</a> &mdash; How to manage data and do analysis with Arvados.
       </p>
@@ -41,7 +39,7 @@ title: Arvados | Documentation
       </p>
       <p>
         <a href="{{ site.baseurl }}/install/">Install Guide</a> &mdash; How to install Arvados on a cloud platform.
-      </p>
+      </p>      
     </div>
   </div>
 </div>