5440: remove all links to /start temporarily to avoid confusing user
[arvados.git] / doc / _layouts / default.html.liquid
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <meta charset="utf-8">
5     <title>{% unless page.title == "Arvados | Documentation" %} Arvados | Documentation | {% endunless %}{{ page.title }}</title>
6     <meta name="viewport" content="width=device-width, initial-scale=1.0">
7     <meta name="description" content="">
8     <meta name="author" content="">
9     <link rel="icon" href="{{ site.baseurl }}/images/favicon.ico" type="image/x-icon">
10     <link rel="shortcut icon" href="{{ site.baseurl }}/images/favicon.ico" type="image/x-icon">
11     <link href="{{ site.baseurl }}/css/bootstrap.css" rel="stylesheet">
12     <link href="{{ site.baseurl }}/css/nav-list.css" rel="stylesheet">
13     <link href="{{ site.baseurl }}/css/badges.css" rel="stylesheet">
14     <link href="{{ site.baseurl }}/css/code.css" rel="stylesheet">
15     <link href="{{ site.baseurl }}/css/font-awesome.css" rel="stylesheet">
16     <link href="{{ site.baseurl }}/css/carousel-override.css" rel="stylesheet">
17     <style>
18       html {
19       height:100%;
20       }
21       body {
22       padding-top: 61px;
23       height: 90%; /* If calc() is not supported */
24       height: calc(100% - 46px); /* Sets the body full height minus the padding for the menu bar */
25       }
26       @media (max-width: 979px) {
27       div.frontpagehero {
28       margin-left: -20px;
29       margin-right: -20px;
30       padding-left: 20px;
31       }
32       }
33       .sidebar-nav {
34         padding: 9px 0;
35       }
36       .section-block {
37       background: #eeeeee;
38       padding: 1em;
39       -webkit-border-radius: 12px;
40       -moz-border-radius: 12px;
41       border-radius: 12px;
42       margin: 0 2em;
43       }
44       .row-fluid :first-child .section-block {
45       margin-left: 0;
46       }
47       .row-fluid :last-child .section-block {
48       margin-right: 0;
49       }
50       .rarr {
51       font-size: 1.5em;
52       }
53       .darr {
54       font-size: 4em;
55       text-align: center;
56       margin-bottom: 1em;
57       }
58       :target {
59       padding-top: 61px;
60       margin-top: -61px;
61       }
62     </style>
63
64     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
65     <!--[if lt IE 9]>
66         <script src="../assets/js/html5shiv.js"></script>
67         <![endif]-->
68   </head>
69   <body class="nopad">
70     {% include 'navbar_top' %}
71
72     {% if page.navsection == 'top' or page.no_nav_left %}
73     {{ content }}
74     {% else %}
75
76     <div class="container-fluid">
77       <div class="row">
78         {% include 'navbar_left' %}
79         <div class="col-sm-9">
80           <h1>{{ page.title }}</h1>
81           {{ content }}
82           {% include 'webring' %}
83         </div>
84       </div>
85
86       <div style="height: 2em"></div>
87
88     </div>
89     {% endif %}
90     <script src="{{ site.baseurl }}/js/jquery.min.js"></script>
91     <script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
92     <script>
93   (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
94   (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
95   m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
96   })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
97
98   ga('create', 'UA-40055979-1', 'arvados.org');
99   ga('send', 'pageview');
100
101     </script>
102
103 {% if page.no_nav_left %}
104 {% else %}
105 <p style="text-align: center"><small>
106 The content of this documentation is licensed under the
107 <a href="{{ site.baseurl }}/user/copying/by-sa-3.0.html">Creative
108   Commons Attribution-Share Alike 3.0 United States</a> licence.<br>
109 Code samples in this documentation are licensed under the
110 <a href="{{ site.baseurl }}/user/copying/LICENSE-2.0.html">Apache License, Version 2.0.</a></small>
111 </p>
112 {% endif %}
113
114
115   </body>
116 </html>