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">
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 */
25 @media (max-width: 979px) {
38 -webkit-border-radius: 12px;
39 -moz-border-radius: 12px;
43 .row-fluid :first-child .section-block {
46 .row-fluid :last-child .section-block {
63 <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
65 <script src="../assets/js/html5shiv.js"></script>
69 {% include 'navbar_top' %}
71 {% if page.navsection == 'top' or page.no_nav_left %}
75 <div class="container-fluid">
77 {% include 'navbar_left' %}
78 <div class="col-sm-9">
79 <h1>{{ page.title }}</h1>
81 {% include 'webring' %}
85 <div style="height: 2em"></div>
89 <script src="{{ site.baseurl }}/js/jquery.min.js"></script>
90 <script src="{{ site.baseurl }}/js/bootstrap.min.js"></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');
97 ga('create', 'UA-40055979-1', 'arvados.org');
98 ga('send', 'pageview');
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>