diff options
author | xrs <xrs@mail36.net> | 2018-06-26 19:49:52 +0200 |
---|---|---|
committer | xrs <xrs@mail36.net> | 2018-06-26 19:49:52 +0200 |
commit | a834846a63d3e4eea807499a124952302a84095d (patch) | |
tree | d6aa617b66f8d8abdc780fbacd50d4219d6bd4a3 | |
parent | 17663555eef00b35c73d4a143d1bb397c0dd2297 (diff) | |
parent | 85537bc7f3009d62247ad49adf03ebbb5c652fe1 (diff) | |
download | www-a834846a63d3e4eea807499a124952302a84095d.tar.gz www-a834846a63d3e4eea807499a124952302a84095d.zip |
Merge branch 'master' of gnunet.org:www
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | common/navigation.j2.inc | 6 | ||||
-rw-r--r-- | index.html.j2 | 6 | ||||
-rw-r--r-- | styles.css | 5 |
4 files changed, 19 insertions, 4 deletions
@@ -1 +1,5 @@ | |||
1 | Sourcecode for https://gnunet.org created from the https://taler.net code base. \ No newline at end of file | 1 | Sourcecode for https://gnunet.org created from the https://taler.net code base. |
2 | |||
3 | Requires python3-jinja2 and python3-babel. | ||
4 | |||
5 | Run "make" to build the HTML. | ||
diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc index c82302ac..46c25562 100644 --- a/common/navigation.j2.inc +++ b/common/navigation.j2.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | <nav class="navbar navbar-inverse"> | 1 | view_all_bug_page.php?refresh=true<nav class="navbar navbar-inverse"> |
2 | <div class="container-fluid"> | 2 | <div class="container-fluid"> |
3 | <ul class="nav navbar-nav"> | 3 | <ul class="nav navbar-nav"> |
4 | <li class="{{ 'active' if filename == 'index.html' else '' }}"><a class="gnunet_home" href="index.html">GNUnet</a></li> | 4 | <li class="{{ 'active' if filename == 'index.html' else '' }}"><a class="gnunet_home" href="index.html">GNUnet</a></li> |
@@ -8,8 +8,12 @@ | |||
8 | <li><a href="architecture.html">{{ _("System Architecture") }}</a></li> | 8 | <li><a href="architecture.html">{{ _("System Architecture") }}</a></li> |
9 | <li><a href="faq.html">{{ _("FAQ") }}</a></li> | 9 | <li><a href="faq.html">{{ _("FAQ") }}</a></li> |
10 | <li><a href="glossary.html">{{ _("Glossary") }}</a></li> | 10 | <li><a href="glossary.html">{{ _("Glossary") }}</a></li> |
11 | <li><a href="https://old.gnunet.org/handbooks">{{ _("Documentation") }}</a></li> | ||
11 | <li><a href="copyright.html">{{ _("Copyright for Contributors") }} </a></li> | 12 | <li><a href="copyright.html">{{ _("Copyright for Contributors") }} </a></li> |
12 | <li><a href="https://old.gnunet.org/bibliography">{{ _("Bibliography") }}</a></li> | 13 | <li><a href="https://old.gnunet.org/bibliography">{{ _("Bibliography") }}</a></li> |
14 | <li><a href="ev.html">{{ _("GNUnet e.V.") }}</a></li> | ||
15 | <li><a href="https://old.gnunet.org/bot/log/gnunet">{{ _("IRC") }}</a></li> | ||
16 | <li><a href="https://old.gnunet.org/bugs">{{ _("Bugtracker") }}</a></li> | ||
13 | </ul> | 17 | </ul> |
14 | </li> | 18 | </li> |
15 | </ul> | 19 | </ul> |
diff --git a/index.html.j2 b/index.html.j2 index 23f1f01b..cf196e8a 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 %} |
@@ -154,7 +156,7 @@ If you want to participate join <a href="ev.html">us</a>. | |||
154 | 156 | ||
155 | <p> | 157 | <p> |
156 | {% trans %} | 158 | {% trans %} |
157 | <a href="http://secushare.org/">secushare</a> | 159 | <a href="https://secushare.org/">secushare</a> |
158 | is creating a decentralized social networking | 160 | is creating a decentralized social networking |
159 | application on top of GNUnet. Using overlay | 161 | application on top of GNUnet. Using overlay |
160 | multicast and the extensible PSYC protocol, notifications are | 162 | multicast and the extensible PSYC protocol, notifications are |
@@ -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; |