Restore bootstrap.min.js refs #16081
[arvados.git] / doc / _layouts / default.html.liquid
1 {% comment %}
2 Copyright (C) The Arvados Authors. All rights reserved.
3
4 SPDX-License-Identifier: CC-BY-SA-3.0
5 {% endcomment %}
6
7 <!DOCTYPE html>
8 <html>
9   <head>
10     <meta charset="utf-8">
11     <title>{% unless page.title == "Arvados | Documentation" %} Arvados {% if page.navmenu %}| {{ page.navmenu }} {% endif %} | {% endunless %}{{ page.title }}</title>
12     <meta name="viewport" content="width=device-width, initial-scale=1.0">
13     <meta name="description" content="">
14     <meta name="author" content="">
15     <link rel="icon" href="{{ site.baseurl }}/images/favicon.ico" type="image/x-icon">
16     <link rel="shortcut icon" href="{{ site.baseurl }}/images/favicon.ico" type="image/x-icon">
17     <link href="{{ site.baseurl }}/css/bootstrap.css" rel="stylesheet">
18     <link href="{{ site.baseurl }}/css/nav-list.css" rel="stylesheet">
19     <link href="{{ site.baseurl }}/css/badges.css" rel="stylesheet">
20     <link href="{{ site.baseurl }}/css/code.css" rel="stylesheet">
21     <link href="{{ site.baseurl }}/css/font-awesome.css" rel="stylesheet">
22     <link href="{{ site.baseurl }}/css/carousel-override.css" rel="stylesheet">
23     <link href="{{ site.baseurl }}/css/button-override.css" rel="stylesheet">
24     <link href="{{ site.baseurl }}/css/images.css" rel="stylesheet">
25     <script src="{{ site.baseurl }}/js/jquery.min.js"></script>
26     <script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
27     <script src="https://hypothes.is/embed.js" async></script>
28     <style>
29       html {
30       height:100%;
31       }
32       body {
33       padding-top: 61px;
34       height: 90%; /* If calc() is not supported */
35       height: calc(100% - 46px); /* Sets the body full height minus the padding for the menu bar */
36       }
37       @media (max-width: 979px) {
38       div.frontpagehero {
39       margin-left: -20px;
40       margin-right: -20px;
41       padding-left: 20px;
42       }
43       }
44       .sidebar-nav {
45         padding: 9px 0;
46       }
47       .section-block {
48       background: #eeeeee;
49       padding: 1em;
50       -webkit-border-radius: 12px;
51       -moz-border-radius: 12px;
52       border-radius: 12px;
53       margin: 0 2em;
54       }
55       .row-fluid :first-child .section-block {
56       margin-left: 0;
57       }
58       .row-fluid :last-child .section-block {
59       margin-right: 0;
60       }
61       .rarr {
62       font-size: 1.5em;
63       }
64       .darr {
65       font-size: 4em;
66       text-align: center;
67       margin-bottom: 1em;
68       }
69       :target {
70       padding-top: 61px;
71       margin-top: -61px;
72       }
73
74       #annotate-notify { position: fixed; right: 40px; top: 3px;  }
75     </style>
76
77     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
78     <!--[if lt IE 9]>
79         <script src="../assets/js/html5shiv.js"></script>
80         <![endif]-->
81   </head>
82   <body class="nopad">
83     {% include 'navbar_top' %}
84
85     {% if page.navsection == 'top' or page.no_nav_left %}
86     {{ content }}
87     {% else %}
88
89     <div class="container-fluid" style="padding-right: 30px">
90
91       <div class="row">
92         {% include 'navbar_left' %}
93         <div class="col-sm-9">
94           <h1>{{ page.title }}</h1>
95           {{ content }}
96           {% include 'webring' %}
97         </div>
98       </div>
99
100       <div style="height: 2em"></div>
101
102     </div>
103     {% endif %}
104     <script>
105   (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
106   (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
107   m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
108   })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
109
110   ga('create', 'UA-40055979-1', 'arvados.org');
111   ga('send', 'pageview');
112
113     </script>
114
115 {% if page.no_nav_left %}
116 {% else %}
117 <p style="text-align: center"><small>
118 The content of this documentation is licensed under the
119 <a href="{{ site.baseurl }}/user/copying/by-sa-3.0.html">Creative
120   Commons Attribution-Share Alike 3.0 United States</a> licence.<br>
121 Code samples in this documentation are licensed under the
122 <a href="{{ site.baseurl }}/user/copying/LICENSE-2.0.html">Apache License, Version 2.0.</a></small>
123 </p>
124 {% endif %}
125
126   </body>
127 </html>