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">
18 height: 90%; /* If calc() is not supported */
19 height: calc(100% - 46px); /* Sets the body full height minus the padding for the menu bar */
24 background-image: url('images/doc-bg.jpg');
25 background-repeat: no-repeat;
32 @media (max-width: 979px) {
45 -webkit-border-radius: 12px;
46 -moz-border-radius: 12px;
50 .row-fluid :first-child .section-block {
53 .row-fluid :last-child .section-block {
72 <link href="{{ site.baseurl }}/css/bootstrap-responsive.min.css" rel="stylesheet">
73 <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
75 <script src="../assets/js/html5shiv.js"></script>
79 {% include 'navbar_top' %}
81 {% if page.navsection == 'top' or page.no_nav_left %}
85 <div style="height:19px;"></div>
87 <div class="container-fluid">
88 <div class="row-fluid">
89 {% include 'navbar_left' %}
90 <div class="span9"><div style="padding-left: 2em;">
95 <div style="height: 2em"></div>
99 <script src="{{ site.baseurl }}/js/jquery.min.js"></script>
100 <script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
102 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
103 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
104 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
105 })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
107 ga('create', 'UA-40055979-1', 'arvados.org');
108 ga('send', 'pageview');
112 <p style="text-align: center">
113 The content of this documentation is licensed under a
114 <a href="https://creativecommons.org/licenses/by-sa/3.0/us/">Creative
115 Commons Attribution-Share Alike 3.0 United States</a> licence.