aboutsummaryrefslogtreecommitdiff
path: root/template/index.html.j2
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2019-06-28 17:08:01 +0200
committerxrs <xrs@mail36.net>2019-06-28 17:08:01 +0200
commit718742bb5608f583b3f09dbd1068158115708487 (patch)
tree6d990e5a2ad67e80d7cf2c4c9b741eb71b4d4684 /template/index.html.j2
parent22c159df30c1b3b8ca7d4c44e9f100240d7464d8 (diff)
downloadwww-718742bb5608f583b3f09dbd1068158115708487.tar.gz
www-718742bb5608f583b3f09dbd1068158115708487.zip
fix links and link colors
Diffstat (limited to 'template/index.html.j2')
-rw-r--r--template/index.html.j214
1 files changed, 12 insertions, 2 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index f44c2036..93e0a20d 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -42,7 +42,7 @@
42 </div> 42 </div>
43 <div class="container text-center"> 43 <div class="container text-center">
44 <p> 44 <p>
45 <a class="btn btn-primary btn-lg" href="about.html"> 45 <a class="btn btn-primary btn-lg" href="#about">
46 {% trans %} 46 {% trans %}
47 About 47 About
48 {% endtrans %} 48 {% endtrans %}
@@ -71,7 +71,7 @@
71 <div class="container"> 71 <div class="container">
72 <div class="row"> 72 <div class="row">
73 <div class="container text-center"> 73 <div class="container text-center">
74 <h1>{% trans %}The Internet of tomorrow needs GNUnet today{% endtrans %}</h1> 74 <h1><a name="about">{% trans %}The Internet of tomorrow needs GNUnet today{% endtrans %}</a></h1>
75 </div> 75 </div>
76 </div> 76 </div>
77 <div class="row"> 77 <div class="row">
@@ -204,6 +204,16 @@
204 </p> 204 </p>
205 </section> 205 </section>
206 </div> 206 </div>
207 <div class="col-lg-4">
208 <section>
209 <h3>{{ _("Learn about the GNUnet") }}</h3>
210 <p>
211 {% trans %}
212 If you want to know more about the GNUnet please continue reading <a href="about.html">here</a>.
213 {% endtrans %}
214 </p>
215 </section>
216 </div>
207 </div> 217 </div>
208 </div> 218 </div>
209</div> 219</div>