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