Repository: accumulo-website
Updated Branches:
  refs/heads/asf-site b6cdc1109 -> 3fa0dba4d
  refs/heads/master 76f2d8c7e -> 7ccd338ab


add apachecon link to main page


Project: http://git-wip-us.apache.org/repos/asf/accumulo-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo-website/commit/7ccd338a
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/7ccd338a
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/7ccd338a

Branch: refs/heads/master
Commit: 7ccd338ab94099f3e195b5c9b2a50b80e688e314
Parents: 76f2d8c
Author: Billie Rinaldi <bil...@apache.org>
Authored: Thu Jan 26 08:46:53 2017 -0800
Committer: Billie Rinaldi <bil...@apache.org>
Committed: Thu Jan 26 09:08:04 2017 -0800

----------------------------------------------------------------------
 css/accumulo.scss | 4 ++++
 index.md          | 1 +
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/7ccd338a/css/accumulo.scss
----------------------------------------------------------------------
diff --git a/css/accumulo.scss b/css/accumulo.scss
index 3537ea4..a9126d9 100644
--- a/css/accumulo.scss
+++ b/css/accumulo.scss
@@ -135,6 +135,10 @@ footer > p {
   height: 40px
 }
 
+#apachecon img {
+  padding-bottom: 10px;
+}
+
 .header-link {
   padding-left: 5px;
   opacity: 0;

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/7ccd338a/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index bd045e8..2f8cb99 100644
--- a/index.md
+++ b/index.md
@@ -35,6 +35,7 @@ legal_notice: Apache Accumulo, Accumulo, Apache Hadoop, 
Apache Thrift, Apache, t
         {% capture social-include %}{% include social.md %}{% endcapture %}{{ 
social-include | markdownify }}
       </div>
     </div>
+    <a id="apachecon" 
href="http://www.apache.org/events/current-event.html";><img 
src="http://www.apache.org/events/current-event-234x60.png"/></a>
     <a id="accumulo-summit-logo" a href="http://accumulosummit.com/";><img 
alt="Accumulo Summit" class="img-responsive" src="{{ site.baseurl 
}}/images/accumulo-summit.png"></a>
   </div>
 </div>

Reply via email to