Jekyll is dead, long live Zenweb!
[arvados.git] / doc / index.html.liquid
1 ---
2 layout: default
3 no_nav_left: true
4 navsection: top
5 title: Arvados | Documentation
6 ...
7
8 <div class="frontpagehero">
9   <div style="padding:100px 50px; margin-left:0px; margin-top:0px">
10     <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>
11     <p style="line-height: 1.2em; font-size: 28px; margin-top: 1em;">manuals, guides, and references</p>
12   </div>
13 </div>
14
15 <div style="height: 2em;"></div>
16 <div style="display: table-row">
17   <div style="width: 50px; display: table-cell;">
18   </div>
19   <div style="width: 300px; display: table-cell;">
20     <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>.
21   </div>
22   <div style="width: 50px; display: table-cell;">
23     &nbsp;
24   </div>
25   <div style="width: 50px; display: table-cell; border-left:1px solid #bbb;">
26     &nbsp;
27   </div>
28   <div style="margin-left: 0px; width: auto; display: table-cell;">
29     <div>
30       <p>
31         <a href="{{ site.baseurl }}/user/">User Guide</a> &mdash; How to manage data and do analysis with Arvados.
32       </p>
33       <p>
34         <a href="{{ site.baseurl }}/sdk/">SDK Reference</a> &mdash; Details about the accessing Arvados from various programming languages.
35       </p>
36       <p>
37         <a href="{{ site.baseurl }}/api/">API Reference</a> &mdash; Details about the the Arvados REST API.
38       </p>
39       <p>
40         <a href="{{ site.baseurl }}/admin/">Admin Guide</a> &mdash; How to administer an Arvados system.
41       </p>
42       <p>
43         <a href="{{ site.baseurl }}/install/">Install Guide</a> &mdash; How to install Arvados on a cloud platform.
44       </p>
45     </div>
46   </div>
47 </div>