Add contact page
authorChip Black <bytex64@bytex64.net>
Sat, 29 Mar 2014 03:55:48 +0000 (22:55 -0500)
committerChip Black <bytex64@bytex64.net>
Sat, 29 Mar 2014 03:55:48 +0000 (22:55 -0500)
www/css/blerg.css
www/css/doc.css
www/development.html
www/index.html

index cf411e5..aa28664 100644 (file)
@@ -523,4 +523,10 @@ footer {
        margin: 15pt;
        font-size: small;
        color: #333;
+       text-align: right;
+}
+
+footer a {
+       color: #333;
+       margin-left: 1em;
 }
index 39ace21..be17dda 100644 (file)
@@ -61,3 +61,11 @@ h1, h2, h3, h4, h5 {
 .bitstructure .B2 {
        height: 16px;
 }
+
+.magic {
+       display: none;
+}
+
+.magic + .magic {
+       display: inline;
+}
index 16ce1c9..74b48d6 100644 (file)
@@ -19,6 +19,7 @@ BlergMedia.media_init();
 new blerg.Blerg().write();
 </script>
 <footer>
+<a href="/doc/contact.html">Contact Blërg!</a>
 <a href="/doc/privacy_data.html">Privacy and Data Policies</a>
 </footer>
 </body>
index b1ee6b7..c667c71 100644 (file)
@@ -18,6 +18,7 @@ BlergMedia.media_init();
 new blerg.Blerg().write();
 </script>
 <footer>
+<a href="/doc/contact.html">Contact Blërg!</a>
 <a href="/doc/privacy_data.html">Privacy and Data Policies</a>
 </footer>
 </body>