]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/_layouts/default.html
Make background slightly more vibrant
[rbdr/r.bdr.sh] / jekyll / _layouts / default.html
index 93a352d50c69d89fb34fd4afc409dd02e5e33d71..b4775f5933ffbacc0339f25f06e2c340d296e78e 100644 (file)
     <title>Unlimited &#127829; {{ page.title }}</title>
 
     <link rel="manifest" href="/manifest.webmanifest">
-
-    <link rel="stylesheet" type="text/css" href="/css/application.css" media="none" onload="if (media!=='all') { media = 'all'; }">
-    <noscript>
-      <link rel="stylesheet" type="text/css" href="/css/application.css">
-    </noscript>
-
-    <script src="/js/offline_support.js" defer></script>
+    <link rel="stylesheet" type="text/css" href="/css/application.css">
 
     <!--
         /\
     -->
   </head>
   <body>
-    <header>
-      <h1>
-        <a href="/">Unlimited 🍕  Pizza</a>
-      </h1>
-    </header>
-    <div class="main-container">
-      <section>
-        {{ content }}
-      </section>
+    <div class="content-wrapper">
+      <header aria-label="Logo">
+        <a href="/">Unlimited Pizza</a>
+      </header>
+      {{ content }}
+    </div>
+    <div aria-hidden="true" class="tapestry">
+      <div class="orangered">
+        <div class="red"></div>
+      </div>
+      <div class="brown">
+        <div class="redbrown"></div>
+        <div class="lightbrown"></div>
+      </div>
+      <div class="grey"></div>
+      <div class="sand"></div>
     </div>
   </body>
 </html>