]> git.za3k.com Git - za3k.git/commitdiff
Warn services are down
authorZachary Vance <za3k@za3k.com>
Thu, 16 Jun 2016 08:45:39 +0000 (01:45 -0700)
committerZachary Vance <za3k@za3k.com>
Thu, 16 Jun 2016 08:45:39 +0000 (01:45 -0700)
index.css
index.html

index 8399f12a5b02df3afe3991b9c2ac84b8e7b12357..f3c9e6a075b9c1a47d6403b5199dbac26b640616 100644 (file)
--- a/index.css
+++ b/index.css
@@ -19,6 +19,17 @@ body > .quote {
     margin-bottom: 10px;
 }
 
+#downtime {
+    column-span: all;
+    display: block;
+    -webkit-column-span: all;
+    -moz-column-span: all;
+    background: #ffbbbb;
+    width: 90%;
+    margin: auto;
+    text-align: center;
+}
+
 #header {
     column-span: all;
     display: block;
@@ -28,6 +39,7 @@ body > .quote {
     width: 90%;
     margin: auto;
     text-align: center;
+    display: none;
 }
 
 section {
index 4d3ac9991e4762c133d2cbf8351cc6f0288ff70a..ab05b2a4c9b448d5b574d472b6497ff1add40c43 100644 (file)
@@ -5,6 +5,7 @@
     <link rel="stylesheet" type="text/css" href="index.css">
 </head>
 <body>
+    <section id="downtime">Many services hosted at za3k.com (including sections of the website) are temporarily down right now. I apologize for the inconvenience.</section>
     <section id="header">
         You are probably looking for <a href="https://publishing.za3k.com">Dead Tree Publishing</a>, my service to cheaply print paper copies of ebooks
     </section>