aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2018-06-26 19:02:11 +0200
committert3sserakt <t3ss@posteo.de>2018-06-26 19:02:11 +0200
commit0107ed438b8b4d8ae44fc323eb9ceb1aafc18eb0 (patch)
tree9d2d838982bcebf05a420cb3341b63f6c9b22556
parentee09f673c8b4c700b9d73ec63b18fecb366f9661 (diff)
parentf91e181e1f455490986418c4e11fb7f94b91fd03 (diff)
downloadwww-0107ed438b8b4d8ae44fc323eb9ceb1aafc18eb0.tar.gz
www-0107ed438b8b4d8ae44fc323eb9ceb1aafc18eb0.zip
Merge branch 'master' of ssh://gnunet.org/www
-rw-r--r--index.html.j26
-rw-r--r--styles.css5
2 files changed, 9 insertions, 2 deletions
diff --git a/index.html.j2 b/index.html.j2
index 9923f890..71f1f4cc 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -3,7 +3,9 @@
3<!-- Jumbotron --> 3<!-- Jumbotron -->
4<div class="jumbotron"> 4<div class="jumbotron">
5 <div class="container text-center"> 5 <div class="container text-center">
6 <h1>{{ _("_project_title") }}</h1> 6 <div class="logo">
7 <img src="images/gnunet-small-logo.png" />
8 </div>
7 9
8 <p> 10 <p>
9 {% trans %} 11 {% trans %}
@@ -151,7 +153,7 @@ If you want to participate join <a href="ev.html">us</a>.
151 153
152 <p> 154 <p>
153 {% trans %} 155 {% trans %}
154 <a href="http://secushare.org/">secushare</a> 156 <a href="https://secushare.org/">secushare</a>
155 is creating a decentralized social networking 157 is creating a decentralized social networking
156 application on top of GNUnet. Using overlay 158 application on top of GNUnet. Using overlay
157 multicast and the extensible PSYC protocol, notifications are 159 multicast and the extensible PSYC protocol, notifications are
diff --git a/styles.css b/styles.css
index 3fdc31a5..a614b985 100644
--- a/styles.css
+++ b/styles.css
@@ -81,6 +81,11 @@ footer {
81 color: white; 81 color: white;
82} 82}
83 83
84.logo {
85 background-color: #000;
86 width: 100%;
87 margin: 2em;
88}
84 89
85#body_content .container { 90#body_content .container {
86 margin-bottom: 2em; 91 margin-bottom: 2em;