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