Add download link; center the tag line ; change the description
diff --git a/_data/project.yml b/_data/project.yml
index aa5b518..940a6bd 100644
--- a/_data/project.yml
+++ b/_data/project.yml
@@ -21,7 +21,7 @@
 incubator_name: incubator-tuweni
 incubator_slash_name: incubator/tuweni
 tagline: Jumpstart your next blockchain application
-description: Apache Tuweni is a set of libraries and other tools to aid development of blockchain and other decentralized software in Java and other JVM languages.
+description: Apache Tuweni is a set of libraries and other tools to aid development of blockchain and other decentralized software written in Java and Kotlin.
 
 download: /download
 latest_release: 0.9.0
diff --git a/_includes/themes/apache/_navigation.html b/_includes/themes/apache/_navigation.html
index 5cc3647..b2124a1 100644
--- a/_includes/themes/apache/_navigation.html
+++ b/_includes/themes/apache/_navigation.html
@@ -17,6 +17,9 @@
         <!-- Collect the nav links, forms, and other content for toggling -->
         <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
             <ul class="nav navbar-nav navbar-right">
+                <li id="download">
+                    <a href="/download">Download</a>
+                </li>
                 <li id="community">
                     <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
                     <ul class="dropdown-menu dropdown-left">
@@ -42,7 +45,7 @@
 {% if page.title == "Home" %}
 <div class="jumbotron">
   <div class="container">
-    <h1>{{ site.data.project.tagline }}</h1>
+    <h1 style="text-align: center">{{ site.data.project.tagline }}</h1>
     <p>{{ site.data.project.description }}</p>
 
     {% if site.data.project.download %}
diff --git a/_includes/themes/apache/page.html b/_includes/themes/apache/page.html
index 1a5f942..c61bef0 100644
--- a/_includes/themes/apache/page.html
+++ b/_includes/themes/apache/page.html
@@ -1,4 +1,4 @@
-<!--<div class="hero-unit {{ page.title | lowercase }}">
+  <!--<div class="hero-unit {{ page.title | lowercase }}">
   <h1>{% if page.tagline %} <small>{{ page.tagline }}</small>{% endif %}</h1>
 </div>
 -->