]> git.za3k.com Git - za3k.git/commitdiff
Advertise publishing website
authorZachary Vance <vanceza@gmail.com>
Sun, 2 Aug 2015 23:08:22 +0000 (16:08 -0700)
committerZachary Vance <vanceza@gmail.com>
Sun, 2 Aug 2015 23:08:22 +0000 (16:08 -0700)
index.css
index.html

index 8c8e45cef1daaf4106daa47a14d9aa8b7e910fce..eeee01e9b04b440cd0bb12d020d1d3f86d03ec18 100644 (file)
--- a/index.css
+++ b/index.css
@@ -19,6 +19,17 @@ body > .quote {
     margin-bottom: 10px;
 }
 
+#header {
+    column-span: all;
+    display: block;
+    -webkit-column-span: all;
+    -moz-column-span: all;
+    background: #bbffbb;
+    width: 90%;
+    margin: auto;
+    text-align: center;
+}
+
 section {
     width: 380px;
     display: inline-block;
index a3a08fb053df36035d0598b0f18b743045c2919b..ba015b5661a44d01cc9e56307660d8b50f7de5ad 100644 (file)
@@ -5,7 +5,9 @@
     <link rel="stylesheet" type="text/css" href="index.css">
 </head>
 <body>
-    <div class="quote"><q>Things which matter most must never be at the mercy of things which matter least</q> - Johann Wolfgang von Goethe</div>
+    <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>
     <section id="personal">
         <h1>Personal</h1>
         <ul>
@@ -77,5 +79,6 @@
             <li><a href="https://github.com/vanceza/dedent">dedent</a>, a command-line script to let unix tools deal with indented file formats</li>
         </ul>
     </section>
+    <div class="quote"><q>Things which matter most must never be at the mercy of things which matter least</q> - Johann Wolfgang von Goethe</div>
 </body>
 </html>