You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2019/10/12 17:16:23 UTC

[incubator-tuweni-website] branch master updated: Add download link; center the tag line ; change the description

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 755f39d  Add download link; center the tag line ; change the description
755f39d is described below

commit 755f39d333955fb0b8260a2c718c3eea2b12f185
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Sun Oct 13 02:16:02 2019 +0900

    Add download link; center the tag line ; change the description
---
 _data/project.yml                        | 2 +-
 _includes/themes/apache/_navigation.html | 5 ++++-
 _includes/themes/apache/page.html        | 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

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 @@ unix_name: tuweni
 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>
 -->


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org