diff options
Diffstat (limited to 'template/index.html.j2')
-rw-r--r-- | template/index.html.j2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2 index 00ab5d5c..c5a6f6f7 100644 --- a/template/index.html.j2 +++ b/template/index.html.j2 | |||
@@ -1,14 +1,14 @@ | |||
1 | {% extends "common/base.j2" %} | 1 | {% extends "common/base.j2" %} |
2 | {% block body_content %} | 2 | {% block body_content %} |
3 | <!-- Jumbotron --> | 3 | <!-- Jumbotron --> |
4 | <div class="jumbotron dark"> | 4 | <div class="jumbotron"> |
5 | <div class="container dark"> | 5 | <div class="container"> |
6 | <div class="row"> | 6 | <div class="row"> |
7 | <div class="col-lg-6"> | 7 | <div class="col-lg-6"> |
8 | <center><img src="{{ url('static/images/gnunet-anonymous-logo.png') }}" alt="GNUnet" /></center> | 8 | <center><img src="{{ url('static/images/gnunet-anonymous-logo.png') }}" alt="GNUnet" /></center> |
9 | </div> | 9 | </div> |
10 | <div class="col-lg-6"> | 10 | <div class="col-lg-6"> |
11 | <p class="dark"> | 11 | <p> |
12 | {% trans %} | 12 | {% trans %} |
13 | GNUnet is a new network protocol stack for building secure, distributed, | 13 | GNUnet is a new network protocol stack for building secure, distributed, |
14 | and privacy-preserving applications. With strong roots in academic | 14 | and privacy-preserving applications. With strong roots in academic |