Merge branch 'master' of git.clinicalfuture.com:arvados
[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 | 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     <style>
13       html {
14       height:100%;
15       }
16       body {
17       padding-top: 41px;
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 */
20       }
21       div.frontpagehero {
22       background: #fff;
23       height: 270px;
24       background-image: url('images/doc-bg.jpg');
25       background-repeat: no-repeat;
26       color: #fff;
27       margin-top:0;
28       margin-left:0;
29       z-index: -1000;
30       opacity: 0.8;
31       }
32       @media (max-width: 979px) {
33       div.frontpagehero {
34       margin-left: -20px;
35       margin-right: -20px;
36       padding-left: 20px;
37       }
38       }
39       .sidebar-nav {
40         padding: 9px 0;
41       }
42       .section-block {
43       background: #eeeeee;
44       padding: 1em;
45       -webkit-border-radius: 12px;
46       -moz-border-radius: 12px;
47       border-radius: 12px;
48       margin: 0 2em;
49       }
50       .row-fluid :first-child .section-block {
51       margin-left: 0;
52       }
53       .row-fluid :last-child .section-block {
54       margin-right: 0;
55       }
56       .rarr {
57       font-size: 1.5em;
58       }
59       .darr {
60       font-size: 4em;
61       text-align: center;
62       margin-bottom: 1em;
63       }
64       .userinput {
65       color: #d14;
66       }
67       :target {
68       padding-top: 41px;
69       margin-top: -41px;
70       }
71     </style>
72     <link href="{{ site.baseurl }}/css/bootstrap-responsive.min.css" rel="stylesheet">
73     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
74     <!--[if lt IE 9]>
75         <script src="../assets/js/html5shiv.js"></script>
76         <![endif]-->
77   </head>
78   <body class="nopad">
79     {% include 'navbar_top' %}
80
81     {% if page.navsection == 'top' or page.no_nav_left %}
82     {{ content }}
83     {% else %}
84
85     <div style="height:19px;"></div>
86
87     <div class="container-fluid">
88       <div class="row-fluid">
89         {% include 'navbar_left' %}
90         <div class="span9"><div style="padding-left: 2em;">
91           {{ content }}
92         </div></div>
93       </div>
94
95       <div style="height: 2em"></div>
96
97     </div>
98     {% endif %}
99     <script src="{{ site.baseurl }}/js/jquery.min.js"></script>
100     <script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
101     <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');
106
107   ga('create', 'UA-40055979-1', 'arvados.org');
108   ga('send', 'pageview');
109
110     </script>
111
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.
116 </p>
117
118   </body>
119 </html>
120