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