gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-www] branch master updated: be consistent about usin


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: be consistent about using h3
Date: Sun, 06 Aug 2017 14:42:39 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 2243454  be consistent about using h3
2243454 is described below

commit 22434540df70171b0347c5cbb2187fd338200610
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Aug 6 14:42:25 2017 +0200

    be consistent about using h3
---
 developers.html.j2 | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/developers.html.j2 b/developers.html.j2
index 56e3878..3970d46 100644
--- a/developers.html.j2
+++ b/developers.html.j2
@@ -9,7 +9,7 @@
 <div class="container">
   <div class="row">
     <div class="col-lg-6">
-      <h2>{{ _("Free") }}</h2>
+      <h3>{{ _("Free") }}</h3>
 
       <p>
         {% trans %}
@@ -29,7 +29,7 @@
 
     </div>
     <div class="col-lg-6">
-      <h2>{{ _("RESTful") }}</h2>
+      <h3>{{ _("RESTful") }}</h3>
 
       <p>
         {% trans %}
@@ -44,7 +44,7 @@
                structure data, making it easy to integrate Taler
                with existing Web applications.  Taler's protocol
                is documented in
-               detail at <a href="https://api.taler.net/";>api.taler.net</a>.
+               detail at <a href="https://docs.taler.net/";>docs.taler.net</a>.
         {% endtrans %}
       </p>
     </div>
@@ -55,7 +55,7 @@
 <div class="container">
   <div class="row">
     <div class="col-lg-4">
-      <h2>{{ _("Code") }}</h2>
+      <h3>{{ _("Code") }}</h3>
 
       <p>
         {% trans %}
@@ -72,7 +72,7 @@
      </p>
     </div>
     <div class="col-lg-4">
-      <h2>{{ _("Documentation") }}</h2>
+      <h3>{{ _("Documentation") }}</h3>
 
       <p>
         {% trans %}
@@ -85,7 +85,7 @@
       </p>
     </div>
      <div class="col-lg-4">
-      <h2>{{ _("Discussion") }}</h2>
+      <h3>{{ _("Discussion") }}</h3>
 
       <p>
         {% trans %}
@@ -98,7 +98,7 @@
   </div>
   <div class="row">
     <div class="col-lg-4">
-      <h2>{{ _("Regression Testing") }}</h2>
+      <h3>{{ _("Regression Testing") }}</h3>
 
       <p>
          {% trans %}
@@ -110,7 +110,7 @@
        </p>
     </div>
     <div class="col-lg-4" note="not yet operational">
-      <h2>{{ _("Code Coverage Analysis") }}</h2>
+      <h3>{{ _("Code Coverage Analysis") }}</h3>
 
       <p>
          {% trans %}
@@ -123,7 +123,7 @@
       </p>
     </div>
     <div class="col-lg-4">
-      <h2>{{ _("Performance Analysis") }}</h2>
+      <h3>{{ _("Performance Analysis") }}</h3>
 
       <p>
          {% trans %}
@@ -142,7 +142,7 @@
 <div class="container">
 
   <div class="col-lg-12">
-    <h2 id="overview">{{ _("Taler system overview") }}</h2>
+    <h3 id="overview">{{ _("Taler system overview") }}</h3>
 
     <p>
         {% trans %}

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]