diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-08-06 14:42:25 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-08-06 14:42:37 +0200 |
commit | 22434540df70171b0347c5cbb2187fd338200610 (patch) | |
tree | 68e57b864cc36d5afa3d1b22233432fd7746b9a7 | |
parent | 2242e405c9f976c7c345ff288324ee1bcefd4edb (diff) |
be consistent about using h3
-rw-r--r-- | developers.html.j2 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/developers.html.j2 b/developers.html.j2 index 56e38781..3970d464 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 %} |