You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2013/11/10 06:19:15 UTC

[2/3] git commit: ACCUMULO-1783 Images and cleaning up the header

ACCUMULO-1783 Images and cleaning up the header


Project: http://git-wip-us.apache.org/repos/asf/accumulo-pig/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo-pig/commit/34900d8a
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-pig/tree/34900d8a
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-pig/diff/34900d8a

Branch: refs/heads/ACCUMULO-1783
Commit: 34900d8a14b144e4f8d6e9281b824a628fabdc2a
Parents: 9931549
Author: Josh Elser <el...@apache.org>
Authored: Sat Nov 9 23:20:28 2013 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Sat Nov 9 23:20:28 2013 -0500

----------------------------------------------------------------------
 site/css/base.css        |  17 +++++++++++++++++
 site/images/accumulo.png | Bin 0 -> 11427 bytes
 site/images/pig.gif      | Bin 0 -> 5343 bytes
 site/index.html          |   7 ++++++-
 4 files changed, 23 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-pig/blob/34900d8a/site/css/base.css
----------------------------------------------------------------------
diff --git a/site/css/base.css b/site/css/base.css
index 4307b06..0a20b3f 100644
--- a/site/css/base.css
+++ b/site/css/base.css
@@ -3,6 +3,22 @@ body {
     margin: 0;
 
     background-color: #D0D0D0;
+    min-width: 1200px;
+    margin-bottom: 50px;
+}
+
+div#header {
+    overflow: hidden; 
+}
+
+div#header span.h1 {
+    vertical-align: center;
+    line-height: 75px;
+}
+
+span.h1 {
+    font-size: 36px;
+    font-weight: bold;
 }
 
 div#content {
@@ -12,6 +28,7 @@ div#content {
     padding-top: 15px;
     padding-left: 75px;
     padding-right: 75px;
+    padding-bottom: 25px;
 
     outline: 0;
 

http://git-wip-us.apache.org/repos/asf/accumulo-pig/blob/34900d8a/site/images/accumulo.png
----------------------------------------------------------------------
diff --git a/site/images/accumulo.png b/site/images/accumulo.png
new file mode 100644
index 0000000..5b0f6b4
Binary files /dev/null and b/site/images/accumulo.png differ

http://git-wip-us.apache.org/repos/asf/accumulo-pig/blob/34900d8a/site/images/pig.gif
----------------------------------------------------------------------
diff --git a/site/images/pig.gif b/site/images/pig.gif
new file mode 100644
index 0000000..fb1eb98
Binary files /dev/null and b/site/images/pig.gif differ

http://git-wip-us.apache.org/repos/asf/accumulo-pig/blob/34900d8a/site/index.html
----------------------------------------------------------------------
diff --git a/site/index.html b/site/index.html
index f842db1..973143a 100644
--- a/site/index.html
+++ b/site/index.html
@@ -2,7 +2,11 @@
 layout: default
 title: Accumulo Pig
 ---
-<h1>Omg accumuload and pigs?!?</h1>
+<div id="header">
+<span class="h1">Omg accumuload and pigs?!?</span>
+<span style="float:right;"><img src="images/pig.gif" height="70px" alt="pig" /><img src="images/accumulo.png" height="70px" alt="accumulo" style="padding-left:15px"/></span>
+</div>
+
 <div id="introduction">
     <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce ut
     neque quis magna volutpat mollis ac nec orci. In ut felis quam. Nunc
@@ -82,6 +86,7 @@ title: Accumulo Pig
     dolor. 
     </p>
 </div>
+<p/>
     <!--
     <div id="posts">
     {% for post in paginator.posts %}