* Updated ssh-access documentation for workbench dashboard changes
[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       h1 {
63       padding-top: 41px;
64       }
65       h2 {
66       padding-top: 41px;
67       }
68     </style>
69     <link href="{{ site.baseurl }}/css/bootstrap-responsive.min.css" rel="stylesheet">
70     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
71     <!--[if lt IE 9]>
72         <script src="../assets/js/html5shiv.js"></script>
73         <![endif]-->
74   </head>
75   <body class="nopad">
76     {% include navbar_top.html %}
77
78     {% if page.navsection == 'top' %}
79     {{ content }}
80     {% else %}
81
82     <div style="height:19px;"></div>
83
84     <div class="container-fluid">
85       <div class="row-fluid">
86         {% include navbar_left.html %}
87         <div class="span9"><div style="padding-left: 2em;">
88           {{ content }}
89         </div></div>
90       </div>
91
92       <div style="height: 2em"></div>
93
94     </div>
95     {% endif %}
96     <script src="{{ site.baseurl }}/js/jquery.min.js"></script>
97     <script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
98     <script>
99   (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
100   (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
101   m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
102   })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
103
104   ga('create', 'UA-40055979-1', 'arvados.org');
105   ga('send', 'pageview');
106
107     </script>
108
109 <p style="text-align: center">
110 The content of this documentation is licensed under a
111 <a href="https://creativecommons.org/licenses/by-sa/3.0/us/">Creative
112   Commons Attribution-Share Alike 3.0 United States</a> licence.
113 </p>
114
115   </body>
116 </html>
117