You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@madlib.apache.org by rv...@apache.org on 2015/09/17 07:43:25 UTC

incubator-madlib-site git commit: Even madder

Repository: incubator-madlib-site
Updated Branches:
  refs/heads/asf-site f798043a1 -> 87ae4def9


Even madder


Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib-site/commit/87ae4def
Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib-site/tree/87ae4def
Diff: http://git-wip-us.apache.org/repos/asf/incubator-madlib-site/diff/87ae4def

Branch: refs/heads/asf-site
Commit: 87ae4def97beb36ddfcabfdfc7b15f2a1a3725e0
Parents: f798043
Author: Roman Shaposhnik <rv...@apache.org>
Authored: Wed Sep 16 22:38:32 2015 -0700
Committer: Roman Shaposhnik <rv...@apache.org>
Committed: Wed Sep 16 22:42:42 2015 -0700

----------------------------------------------------------------------
 images/madderlibrarian.jpg | Bin 0 -> 269278 bytes
 index.html                 |  19 +++++++++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-madlib-site/blob/87ae4def/images/madderlibrarian.jpg
----------------------------------------------------------------------
diff --git a/images/madderlibrarian.jpg b/images/madderlibrarian.jpg
new file mode 100644
index 0000000..85b9c91
Binary files /dev/null and b/images/madderlibrarian.jpg differ

http://git-wip-us.apache.org/repos/asf/incubator-madlib-site/blob/87ae4def/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 8b01aa6..af2ea96 100644
--- a/index.html
+++ b/index.html
@@ -1,11 +1,18 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
-<head><title>Apache MADlib (incubating)</title></head>
+<head>
+  <title>Apache MADlib (incubating)</title>
+  <style>
+    #madlibrarian {
+        margin: 0 auto;
+        width: 613px; height: 400px;
+        background: url('images/madderlibrarian.jpg') no-repeat left top;
+    }
+    #madlibrarian:hover { background-position: -613px 0px }
+  </style>
+</head>
 <body>
-<figure align="center">
-    <div style="width:600px">
-    <img src="images/madlibrarian.jpg" alt="MADlibrarian" style="max-width:100%;>
-    <figcaption align="center">MADlibrarian is busy moving <a href="http://madlib.net">us</a> to a new place. Check back soon!</figcaption>
-</figure>
+<div id="madlibrarian"></div>
+<p align="center">MADlibrarian is busy moving <a href="http://madlib.net">us</a> to a new place. Check back soon!</p>
 </body>
 </html>