aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:05 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:04 +0000
commitf91e181e1f455490986418c4e11fb7f94b91fd03 (patch)
tree1bc9cdfd214e582dc3608caecd85473af2409c07
parent85aa43b73d7f24e0f51e24eab91aa51364b73999 (diff)
downloadwww-f91e181e1f455490986418c4e11fb7f94b91fd03.tar.gz
www-f91e181e1f455490986418c4e11fb7f94b91fd03.zip
logo coming your way
-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;