Merge branch '2800-python-global-state' into 2800-pgs
[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     <style>
17       html {
18       height:100%;
19       }
20       body {
21       padding-top: 61px;
22       height: 90%; /* If calc() is not supported */
23       height: calc(100% - 46px); /* Sets the body full height minus the padding for the menu bar */
24       }
25       @media (max-width: 979px) {
26       div.frontpagehero {
27       margin-left: -20px;
28       margin-right: -20px;
29       padding-left: 20px;
30       }
31       }
32       .sidebar-nav {
33         padding: 9px 0;
34       }
35       .section-block {
36       background: #eeeeee;
37       padding: 1em;
38       -webkit-border-radius: 12px;
39       -moz-border-radius: 12px;
40       border-radius: 12px;
41       margin: 0 2em;
42       }
43       .row-fluid :first-child .section-block {
44       margin-left: 0;
45       }
46       .row-fluid :last-child .section-block {
47       margin-right: 0;
48       }
49       .rarr {
50       font-size: 1.5em;
51       }
52       .darr {
53       font-size: 4em;
54       text-align: center;
55       margin-bottom: 1em;
56       }
57       :target {
58       padding-top: 61px;
59       margin-top: -61px;
60       }
61     </style>
62
63     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
64     <!--[if lt IE 9]>
65         <script src="../assets/js/html5shiv.js"></script>
66         <![endif]-->
67   </head>
68   <body class="nopad">
69     {% include 'navbar_top' %}
70
71     {% if page.navsection == 'top' or page.no_nav_left %}
72     {{ content }}
73     {% else %}
74
75     <div class="container-fluid">
76       <div class="row">
77         {% include 'navbar_left' %}
78         <div class="col-sm-9">
79           <h1>{{ page.title }}</h1>
80           {{ content }}
81           {% include 'webring' %}
82         </div>
83       </div>
84
85       <div style="height: 2em"></div>
86
87     </div>
88     {% endif %}
89     <script src="{{ site.baseurl }}/js/jquery.min.js"></script>
90     <script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
91     <script>
92   (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
93   (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
94   m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
95   })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
96
97   ga('create', 'UA-40055979-1', 'arvados.org');
98   ga('send', 'pageview');
99
100     </script>
101
102 <p style="text-align: center"><small>
103 The content of this documentation is licensed under the
104 <a href="{{ site.baseurl }}/user/copying/by-sa-3.0.html">Creative
105   Commons Attribution-Share Alike 3.0 United States</a> licence.<br>
106 Code samples in this documentation are licensed under the
107 <a href="{{ site.baseurl }}/user/copying/LICENSE-2.0.html">Apache License, Version 2.0.</a></small>
108 </p>
109
110   </body>
111 </html>