aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/styles.css4
-rw-r--r--template/index.html.j25
2 files changed, 3 insertions, 6 deletions
diff --git a/static/styles.css b/static/styles.css
index cc2a0eda..54e13b2c 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -5,10 +5,6 @@
5 left: 0; 5 left: 0;
6 z-index: 3; 6 z-index: 3;
7} 7}
8/* hide h1 tag on front page */
9#frontpagefront h1 {
10 visibility:hidden;
11}
12.skip { 8.skip {
13 display:none!important; 9 display:none!important;
14} 10}
diff --git a/template/index.html.j2 b/template/index.html.j2
index 601943b3..8881fa25 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -2,8 +2,9 @@
2{% block body_content %} 2{% block body_content %}
3<!-- Jumbotron --> 3<!-- Jumbotron -->
4<div class="container-logo banner dark text-center" id="frontpagefront"> 4<div class="container-logo banner dark text-center" id="frontpagefront">
5 <h1>Welcome to GNUnet</h1> 5 <h1>
6 <img alt="GNUnet logo" src="{{ url('static/images/gnunet-anonymous-logo.png') }}" /> 6 <img alt="GNUnet" src="{{ url('static/images/gnunet-anonymous-logo.png') }}" />
7 </h1>
7</div> 8</div>
8<article> 9<article>
9<div class="jumbotron"> 10<div class="jumbotron">