Merge branch 'master' of git.clinicalfuture.com:arvados
[arvados.git] / doc / _layouts / default.html
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       body {
14       padding-top: 41px;
15       }
16       div.frontpagehero {
17       background: #fff;
18       height: 270px;
19       background-image: url('images/doc-bg.jpg');
20       background-repeat: no-repeat;
21       color: #fff;
22       margin-top:0;
23       margin-left:0;
24       z-index: -1000;
25       opacity: 0.8;
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       .userinput {
60       color: #d14;
61       }
62       :target {
63       padding-top: 41px;
64       margin-top: -41px;
65       }
66     </style>
67     <link href="{{ site.baseurl }}/css/bootstrap-responsive.min.css" rel="stylesheet">
68     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
69     <!--[if lt IE 9]>
70         <script src="../assets/js/html5shiv.js"></script>
71         <![endif]-->
72   </head>
73   <body class="nopad">
74     {% include navbar_top.html %}
75
76     {% if page.navsection == 'top' %}
77     {{ content }}
78     {% else %}
79
80     <div style="height:19px;"></div>
81
82     <div class="container-fluid">
83       <div class="row-fluid">
84         {% include navbar_left.html %}
85         <div class="span9"><div style="padding-left: 2em;">
86           {{ content }}
87         </div></div>
88       </div>
89
90       <div style="height: 2em"></div>
91
92     </div>
93     {% endif %}
94     <script src="{{ site.baseurl }}/js/jquery.min.js"></script>
95     <script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
96     <script>
97   (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
98   (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
99   m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
100   })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
101
102   ga('create', 'UA-40055979-1', 'arvados.org');
103   ga('send', 'pageview');
104
105     </script>
106
107 <p style="text-align: center">
108 The content of this documentation is licensed under a
109 <a href="https://creativecommons.org/licenses/by-sa/3.0/us/">Creative
110   Commons Attribution-Share Alike 3.0 United States</a> licence.
111 </p>
112
113   </body>
114 </html>
115