tweak front page of doc
authorTom Clegg <tom@clinicalfuture.com>
Tue, 9 Apr 2013 21:30:46 +0000 (14:30 -0700)
committerTom Clegg <tom@clinicalfuture.com>
Tue, 9 Apr 2013 21:41:04 +0000 (14:41 -0700)
doc/index.html

index 760b0db9ce28f9486f5558c4a7ac6c1f972b1f71..c8a379aa74729afada9c88d4d7a110e057e61096 100644 (file)
@@ -6,32 +6,32 @@ title: Arvados Docs
 
 <div class="hero-unit">
   <h1>Arvados</h1>
-  <p>This is the place where documentation is.</p>
+  <p>This is the place where the documentation for it is.</p>
 </div>
 
 <div class="row">
-  <div class="span4">
+  <div class="span4"><div style="background: #eeeeee; padding: 1em; -webkit-border-radius: 12px">
     <h2>Users</h2>
 
-    <p>Tutorials, examples, and reference materials for using the
+    <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>
 
-  <div class="span4">
+  <div class="span3 offset1"><div style="background: #eeeeee; padding: 1em; -webkit-border-radius: 12px">
     <h2>Administrators</h2>
 
-    <p>Some features are only available to privileged users.</p>
+    <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>
 
-  <div class="span4">
+  <div class="span3 offset1"><div style="background: #eeeeee; padding: 1em; -webkit-border-radius: 12px">
     <h2>Installers</h2>
 
-    <p>How to set up a new Arvados site.</p>
+    <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>
 </div>