Repository: hbase Updated Branches: refs/heads/master 9b7f36b8c -> 172324528
Add in an hbasecon2015 logo for the banner Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/17232452 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/17232452 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/17232452 Branch: refs/heads/master Commit: 1723245282ba39567f7da4234cdd31ba534cb869 Parents: 9b7f36b Author: stack <[email protected]> Authored: Tue Jan 13 21:56:18 2015 -0800 Committer: stack <[email protected]> Committed: Tue Jan 13 21:56:27 2015 -0800 ---------------------------------------------------------------------- .../resources/images/hbasecon2015.30percent.png | Bin 0 -> 8684 bytes src/main/site/site.xml | 4 ++-- src/main/site/xdoc/index.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/17232452/src/main/site/resources/images/hbasecon2015.30percent.png ---------------------------------------------------------------------- diff --git a/src/main/site/resources/images/hbasecon2015.30percent.png b/src/main/site/resources/images/hbasecon2015.30percent.png new file mode 100644 index 0000000..26896a4 Binary files /dev/null and b/src/main/site/resources/images/hbasecon2015.30percent.png differ http://git-wip-us.apache.org/repos/asf/hbase/blob/17232452/src/main/site/site.xml ---------------------------------------------------------------------- diff --git a/src/main/site/site.xml b/src/main/site/site.xml index 14303ba..e4a80aa 100644 --- a/src/main/site/site.xml +++ b/src/main/site/site.xml @@ -44,8 +44,8 @@ </bannerLeft> <bannerRight> <name>Apache HBase Orca</name> - <src>images/jumping-orca_rotated_25percent.png</src> - <href>http://hbase.apache.org/</href> + <src>images/hbasecon2015.30percent.png</src> + <href>http://hbasecon.com/</href> </bannerRight> <body> <menu name="Apache HBase Project"> http://git-wip-us.apache.org/repos/asf/hbase/blob/17232452/src/main/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/main/site/xdoc/index.xml b/src/main/site/xdoc/index.xml index 2956e09..a40ab4b 100644 --- a/src/main/site/xdoc/index.xml +++ b/src/main/site/xdoc/index.xml @@ -68,6 +68,7 @@ Apache HBase is an open-source, distributed, versioned, non-relational database </p> </section> <section name="News"> + <p>May 7th, 2015 <a href="http://hbasecon.com/">HBaseCon2015</a> in San Francisco</p> <p>February 17th, 2015 <a href="http://www.meetup.com/hbaseusergroup/events/219260093/">HBase meetup around Strata+Hadoop World</a> in San Jose</p> <p>January 15th, 2015 <a href="http://www.meetup.com/hbaseusergroup/events/218744798/">HBase meetup @ AppDynamics</a> in San Francisco</p> <p>November 20th, 2014 <a href="http://www.meetup.com/hbaseusergroup/events/205219992/">HBase meetup @ WANdisco</a> in San Ramon</p>
