HTRACE-86 Add logo to site and fix download link. Add News section with news of our first release. Push the site.
diff --git a/NOTICE.txt b/NOTICE.txt
index a91e22d..fe4cad8 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -8,3 +8,6 @@
 Apache HTrace includes an Apache Thrift connector to Zipkin. Zipkin
 is a distributed tracing system that is Apache 2.0 Licensed.
 Copyright 2012 Twitter, Inc.
+
+Our Owl logo we took from http://www.clker.com/clipart-13653.html.
+It is public domain/free.
diff --git a/src/main/site/markdown/index.md b/src/main/site/markdown/index.md
index d7ce84b..9b3034f 100644
--- a/src/main/site/markdown/index.md
+++ b/src/main/site/markdown/index.md
@@ -18,6 +18,9 @@
 
 Formerly, HTrace was available at org.htrace.
 
+* We made our first release from Apache Incubator, htrace-3.1.0-incubating, January 20th, 2015. [Download it!](http://www.apache.org/dyn/closer.cgi/incubator/htrace/)
+
+
 API
 ---
 Using HTrace requires adding some instrumentation to your application.
diff --git a/src/main/site/resources/images/owl.png b/src/main/site/resources/images/owl.png
new file mode 100644
index 0000000..d92cecc
--- /dev/null
+++ b/src/main/site/resources/images/owl.png
Binary files differ
diff --git a/src/main/site/site.xml b/src/main/site/site.xml
index 0c22c17..6e112ab 100644
--- a/src/main/site/site.xml
+++ b/src/main/site/site.xml
@@ -28,13 +28,14 @@
     <href>http://htrace.incubator.apache.org/</href>
   </bannerLeft>
   <bannerRight>
-    <name />
+    <src>http://htrace.incubator.apache.org/images/owl.png</src>
+    <href>http://htrace.incubator.apache.org/</href>
   </bannerRight>
   <body>
     <menu name="Apache HTrace Project">
       <item name="Overview" href="index.html"/>
       <item name="License" href="license.html" />
-      <item name="Downloads" href="http://www.apache.org/dyn/closer.cgi/htrace/" />
+      <item name="Downloads" href="http://www.apache.org/dyn/closer.cgi/incubator/htrace/" />
       <item name="Distribution" href="dependency-management.html" />
       <item name="Dependency" href="dependency-info.html" />
       <item name="Issue Tracking" href="issue-tracking.html" />
@@ -57,9 +58,6 @@
       <toc>top</toc>
       <highlightJs>true</highlightJs>
       <slogan position="bannerRight">A tracing framework for use with distributed systems written in java</slogan>
-      <bottomNav>
-        <column>Home</column>
-      </bottomNav>
     </reflowSkin>
  </custom>
     <skin>