Merge branch '4520-arv-copy-project-uuid' closes #4520
[arvados.git] / doc / _layouts / default.html.liquid
index ba3ce3a5753133c81d63e91c614368f8461ba902..b0b210f0e7a6397167636f0465d477175441600a 100644 (file)
@@ -2,33 +2,27 @@
 <html>
   <head>
     <meta charset="utf-8">
-    <title>{% unless page.title == "Arvados | Documentation" %} Arvados | Documentation | {% endunless %}{{ page.title }}</title>
+    <title>{% unless page.title == "Arvados" %} Arvados | Documentation | {% endunless %}{{ page.title }}</title>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="">
     <meta name="author" content="">
     <link rel="icon" href="{{ site.baseurl }}/images/favicon.ico" type="image/x-icon">
     <link rel="shortcut icon" href="{{ site.baseurl }}/images/favicon.ico" type="image/x-icon">
     <link href="{{ site.baseurl }}/css/bootstrap.css" rel="stylesheet">
+    <link href="{{ site.baseurl }}/css/nav-list.css" rel="stylesheet">
+    <link href="{{ site.baseurl }}/css/badges.css" rel="stylesheet">
+    <link href="{{ site.baseurl }}/css/code.css" rel="stylesheet">
+    <link href="{{ site.baseurl }}/css/font-awesome.css" rel="stylesheet">
+    <link href="{{ site.baseurl }}/css/carousel-override.css" rel="stylesheet">
     <style>
       html {
       height:100%;
       }
       body {
-      padding-top: 41px;
+      padding-top: 61px;
       height: 90%; /* If calc() is not supported */
       height: calc(100% - 46px); /* Sets the body full height minus the padding for the menu bar */
       }
-      div.frontpagehero {
-      background: #fff;
-      height: 270px;
-      background-image: url('images/doc-bg.jpg');
-      background-repeat: no-repeat;
-      color: #fff;
-      margin-top:0;
-      margin-left:0;
-      z-index: -1000;
-      opacity: 0.8;
-      }
       @media (max-width: 979px) {
       div.frontpagehero {
       margin-left: -20px;
       text-align: center;
       margin-bottom: 1em;
       }
-      .userinput {
-      color: #d14;
-      }
       :target {
-      padding-top: 41px;
-      margin-top: -41px;
+      padding-top: 61px;
+      margin-top: -61px;
       }
     </style>
-    <link href="{{ site.baseurl }}/css/bootstrap-responsive.min.css" rel="stylesheet">
+
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
         <script src="../assets/js/html5shiv.js"></script>
     {{ content }}
     {% else %}
 
-    <div style="height:19px;"></div>
-
     <div class="container-fluid">
-      <div class="row-fluid">
+      <div class="row">
         {% include 'navbar_left' %}
-        <div class="span9"><div style="padding-left: 2em;">
+        <div class="col-sm-9">
+          <h1>{{ page.title }}</h1>
           {{ content }}
-        </div></div>
+          {% include 'webring' %}
+        </div>
       </div>
 
       <div style="height: 2em"></div>
 
     </script>
 
-<p style="text-align: center">
-The content of this documentation is licensed under a
-<a href="https://creativecommons.org/licenses/by-sa/3.0/us/">Creative
-  Commons Attribution-Share Alike 3.0 United States</a> licence.
+{% if page.no_nav_left %}
+{% else %}
+<p style="text-align: center"><small>
+The content of this documentation is licensed under the
+<a href="{{ site.baseurl }}/user/copying/by-sa-3.0.html">Creative
+  Commons Attribution-Share Alike 3.0 United States</a> licence.<br>
+Code samples in this documentation are licensed under the
+<a href="{{ site.baseurl }}/user/copying/LICENSE-2.0.html">Apache License, Version 2.0.</a></small>
 </p>
+{% endif %}
+
 
   </body>
 </html>
-