rework front page
[arvados.git] / doc / index.html
1 ---
2 layout: default
3 navsection: top
4 title: Arvados Docs
5 ---
6
7 <div style="background: #fff; width: 1116px; height: 270px; background-image: url('images/doc-bg.png'); background-repeat: no-repeat; color: #fff; margin-top:-30px; margin-left:-10px; z-index: -1000;">
8   <div style="padding:100px 80px;">
9     <p style="font-size: 60px; font-family: Garland, serif;">ARVADOS</p>
10     <p style="font-size: 28px; margin-top: 1em;">manuals, guides, and references</p>
11   </div>
12 </div>
13
14 <div style="height: 2em;"></div>
15 <div style="display: table-row">
16   <div style="width: 50px; display: table-cell;">
17   </div>
18   <div style="width: 300px; display: table-cell;">
19     <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>.
20   </div>
21   <div style="width: 50px; display: table-cell;">
22     &nbsp;
23   </div>
24   <div style="width: 50px; display: table-cell; border-left:1px solid #bbb;">
25     &nbsp;
26   </div>
27   <div style="margin-left: 0px; width: 450px; display: table-cell;">
28     <div>
29       <p>
30         <a href="{{ site.baseurl }}/user/">User Guide</a> &mdash; How to manage data and do analysis with Arvados.
31       </p>
32       <p>
33         <a href="{{ site.baseurl }}/api/">API Reference</a> &mdash; Details about the Arvados APIs.
34       </p>
35       <p>
36         <a href="{{ site.baseurl }}/admin/">Admin Guide</a> &mdash; How to administer an Arvados system.
37       </p>
38       <p>
39         <a href="{{ site.baseurl }}/install/">Install Guide</a> &mdash; How to install Arvados on a cloud platform.
40       </p>
41     </div>
42   </div>
43 </div>