gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis-www] branch master updated: text, responsive navigation


From: gnunet
Subject: [taler-anastasis-www] branch master updated: text, responsive navigation
Date: Wed, 26 Aug 2020 19:51:56 +0200

This is an automated email from the git hooks/post-receive script.

ds-meister pushed a commit to branch master
in repository anastasis-www.

The following commit(s) were added to refs/heads/master by this push:
     new 3da180b  text, responsive navigation
3da180b is described below

commit 3da180b46856596f825f95292946d5eaec251c8d
Author: Dominik Meister <dominik.meister@hotmail.ch>
AuthorDate: Wed Aug 26 19:51:48 2020 +0200

    text, responsive navigation
---
 common/footer.j2.inc              |   2 +-
 common/navigation.j2.inc          |  29 ++++++++---
 locale/de/LC_MESSAGES/messages.po | 102 +++++++++++++++++++++-----------------
 locale/en/LC_MESSAGES/messages.po |   6 +--
 locale/es/LC_MESSAGES/messages.po |   6 +--
 locale/fr/LC_MESSAGES/messages.po |   6 +--
 locale/it/LC_MESSAGES/messages.po |   6 +--
 locale/pt/LC_MESSAGES/messages.po |   6 +--
 locale/ru/LC_MESSAGES/messages.po |   6 +--
 static/styles.css                 |  81 ++++++++++++++++++++++++------
 template/docs.html.j2             |   2 +-
 11 files changed, 165 insertions(+), 87 deletions(-)

diff --git a/common/footer.j2.inc b/common/footer.j2.inc
index d9b06b7..18550be 100644
--- a/common/footer.j2.inc
+++ b/common/footer.j2.inc
@@ -2,5 +2,5 @@
 &copy; Anastasis SARL ?
 </div>
 <div id="footer-box">
-{{ _("This page was created using <a href='https://www.gnu.org/'>Free 
Software</a> only.") }}
+{{ _("This page was created using <a href='https://www.gnu.org/' style='color: 
antiquewhite;'>Free Software</a> only.") }}
 </div>
diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index 521bb89..cc8dc5e 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -5,11 +5,24 @@
    </a>
 {%- endmacro %}
 
-<ul>
- <li>{{ navlink('index.html', _('Home')) }}</li>
- <li>{{ navlink('about.html', _('About')) }}</li>
- <li>{{ navlink('docs.html', _('Docs')) }}</li>
- <li>{{ navlink('news/index.html', _('News')) }}</li>
- <li style="float:right"><a href="{{ self_localized('en') }}">EN</a></li>
- <li style="float:right"><a href="{{ self_localized('de') }}">DE</a></li>
-<ul>
+<div class="topnav" id="navigation">
+{{ navlink('index.html', _('Home')) }}
+{{ navlink('about.html', _('About')) }}
+{{ navlink('docs.html', _('Docs')) }}
+{{ navlink('news/index.html', _('News')) }}
+<a href="{{ self_localized('en') }}" style="float:right;">EN</a>
+<a href="{{ self_localized('de') }}" style="float:right;">DE</a>
+<a href="javascript:void(0);" class="icon" onclick="myFunction()">
+  <i class="fa fa-bars"></i></a>
+</div>
+
+<script>
+function myFunction() {
+  var x = document.getElementById("navigation");
+  if (x.className === "topnav") {
+    x.className += " responsive";
+  } else {
+    x.className = "topnav";
+  }
+}
+</script>
diff --git a/locale/de/LC_MESSAGES/messages.po 
b/locale/de/LC_MESSAGES/messages.po
index d7c4d7a..79d8713 100644
--- a/locale/de/LC_MESSAGES/messages.po
+++ b/locale/de/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2020-08-26 17:13+0200\n"
+"POT-Creation-Date: 2020-08-26 19:24+0200\n"
 "PO-Revision-Date: 2020-08-24 11:24+0200\n"
 "Last-Translator: Dominik <dm@anastasis.lu>\n"
 "Language-Team: English\n"
@@ -27,11 +27,16 @@ msgid "Anastasis key recovery system"
 msgstr "Anastasis key recovery system"
 
 #: common/footer.j2.inc:5
+#, fuzzy
+#| msgid ""
+#| "This page was created using <a href='https://www.gnu.org/'>Free Software</"
+#| "a> only."
 msgid ""
-"This page was created using <a href='https://www.gnu.org/'>Free Software</a> "
-"only."
-msgstr "Diese Webseite wurde nur mit <a href='https://www.gnu.org/'>Freier 
Software</a> "
-"erstellt."
+"This page was created using <a href='https://www.gnu.org/' style='color: "
+"antiquewhite;'>Free Software</a> only."
+msgstr ""
+"Diese Webseite wurde nur mit <a href='https://www.gnu.org/'>Freier Software</"
+"a> erstellt."
 
 #: common/navigation.j2.inc:9
 msgid "Home"
@@ -53,7 +58,8 @@ msgstr "Neuigkeiten"
 msgid ""
 "News posts about changes related to Anastasis such as releases and events."
 msgstr ""
-"Nachrichten über Änderungen im Zusammenhang mit Anastasis, wie 
Veröffentlichungen und Veranstaltungen."
+"Nachrichten über Änderungen im Zusammenhang mit Anastasis, wie "
+"Veröffentlichungen und Veranstaltungen."
 
 #: news/index.html.j2:12
 msgid "subscribe to our RSS feed"
@@ -74,8 +80,9 @@ msgid ""
 "Anastasis is developed by a motivated team with the goal to help you to "
 "protect your private data."
 msgstr ""
-"Anastasis wird von einem motivierten Team entwickelt mit dem Ziel,"
-"Ihnen beim Schutz Ihrer privaten Daten zu helfen".
+"Anastasis wird von einem motivierten Team entwickelt welches das Ziel hat, "
+"Ihnen beim Schutz Ihrer privaten Daten zu helfen."
+
 #: template/about.html.j2:14
 msgid "Company Background"
 msgstr "Hintergrund des Unternehmens"
@@ -89,12 +96,15 @@ msgid ""
 "about our users. Anastasis works close with other Free Software privacy "
 "projects, such as GNU Taler and pretty Easy privacy (pEp)."
 msgstr ""
-"Benutzer von elektronischen 'Wallets' brauchen eine Möglichkeit, ihre 
geheimen "
-"Schlüssel zu sichern. Anastasis ermöglicht das Aufteilen der Schlüsseldaten,"
-"um das Vertrauen, das Sie in unseren Escrow-Anbieter haben müssen, zu 
minimieren."
-"Unsere Lösung implementiert 'Privacy by Design' und stellt so sicher, dass 
wir so "
-"wenig wie möglich so spät wie möglich über unsere Benutzer erfahren. 
Anastasis"
-"arbeitet eng mit anderen Datenschutzprojekten zusammen, wie z.B. GNU Taler 
und pretty Easy privacy (pEp)."
+"Benutzer von elektronischen 'Wallets' brauchen eine Möglichkeit, ihre "
+"privaten Schlüssel zu sichern. Anastasis ermöglicht es die Schlüssel-Daten "
+"auf verschiedene Anbieter zu verteilen. Dadurch kann der Benutzer selber 
entscheiden "
+"wem er vertrauen möchte und muss nicht einem einzigen Anbieter vollständig 
trauen. "
+"Unsere Lösung  wurde nach dem Prinzip 'Privacy by Design' implementiert und "
+"stellt so sicher, dass wir so wenig wie möglich und so spät wie möglich über "
+"unsere Benutzer erfahren. Anastasis arbeitet eng mit anderen "
+"Datenschutzprojekten zusammen, wie z.B. GNU Taler und pretty Easy privacy "
+"(pEp)."
 
 #: template/about.html.j2:26
 msgid "Our Principles"
@@ -110,9 +120,9 @@ msgid ""
 "personal data, and the data we collect we encrypt until the point where we "
 "need it."
 msgstr ""
-"Datenschutz ist unser primäres Ziel. Wir sammeln keine unnötigen "
-"persönliche Daten, und die Daten, die wir sammeln, verschlüsseln wir"
-" bis zu dem Punkt, an dem wir sie benötigen."
+"Datenschutz ist unser primäres Ziel. Wir sammeln keine unnötigen persönliche "
+"Daten. Die Benutzerdaten die wir für die Authentifizierung benötigen, "
+"werden verschlüsselt gespeichert und nur zum Zeitpunkt der Authentifizierung 
entschlüsselt."
 
 #: template/about.html.j2:45
 msgid "Free Software"
@@ -124,7 +134,8 @@ msgid ""
 "Software. Our documentation is also fully available and unencumbered."
 msgstr ""
 "Anastasis ist Freie Software und verwendet nur Komponenten, die ebenfalls "
-"Freie Software sind. Auch unsere Dokumentation ist vollständig verfügbar."
+"Freie Software sind. Unsere Dokumentation ist vollständig verfügbar."
+
 #: template/about.html.j2:57
 msgid "Be usable"
 msgstr "Benutzer Erfahrung"
@@ -134,8 +145,8 @@ msgid ""
 "Our focus is on delivering a practical solution that is usable for ordinary "
 "users and not just for experts."
 msgstr ""
-"Unser Schwerpunkt liegt auf der Bereitstellung einer praktischen Lösung, die"
-"für normale Benutzer und nicht nur für Experten verwendbar ist."
+"Unser Schwerpunkt liegt auf der Bereitstellung einer praktischen Lösung, "
+"welche für normale Benutzer und nicht nur für Experten verwendbar ist."
 
 #: template/docs.html.j2:4
 msgid "References"
@@ -146,7 +157,8 @@ msgid ""
 "This is an overview of documentation and other helpful ressources for "
 "Anastasis."
 msgstr ""
-"Dies ist ein Überblick über die Dokumentation und andere hilfreiche 
Ressourcen für Anastasis."
+"Dies ist ein Überblick über die Dokumentation und andere hilfreiche "
+"Ressourcen für Anastasis."
 
 #: template/docs.html.j2:17
 msgid "Codebase"
@@ -176,15 +188,15 @@ msgid ""
 "for everyone else."
 msgstr ""
 "Anastasis ist ein Schlüsselwiederherstellungssystem welches dem Benutzer "
-"ermöglicht,Anteile eines Kerngeheimnisses sicher bei einer offenen Gruppe "
-"von Escrow-Anbietern zu hinterlegen,um es wiederzuerlangen, falls das "
-"Geheimnis verloren geht. Das Kerngeheimnis selbst wird vor den Escrow-"
-"Anbietern geschützt, indem jedem Anbieter nur ein Teil der Informationen "
-"übergeben wird und zusätzlich mit einemidentitätsbasierten Schlüssel "
-"verschlüsselt wird, der den Anbietern unbekannt ist. Das Hauptziel von "
-"Anastasis ist es,sicherzustellen, dass der Benutzer das Kerngeheimnis "
-"zuverlässig wiederherstellen kann, während dies für alle anderen so schwierig 
"
-"wie möglich gemacht wird. "
+"ermöglicht, Teile eines Schlüssels sicher bei einer Gruppe von Escrow-"
+"Anbietern zu hinterlegen. Der Benutzer kann so seinen Schlüssel "
+"wiederherstellen falls er verloren geht. Der Schlüssel selbst wird vor den "
+"Escrow-Anbietern geschützt, indem jedem Anbieter nur ein Teil der "
+"Informationen übergeben wird und zusätzlich mit einem identitätsbasierten "
+"Schlüssel verschlüsselt wird, der den Anbietern unbekannt ist. Das Hauptziel "
+"von Anastasis ist es sicherzustellen, dass der Benutzer seinen Schlüssel "
+"zuverlässig wiederherstellen kann, während dies für alle anderen so "
+"schwierig wie möglich gemacht wird. "
 
 #: template/index.html.j2:22
 msgid "Technical"
@@ -197,11 +209,11 @@ msgid ""
 "various providers provide different authentication methods (like SMS, secure "
 "question or E-Mail) which the user has to supply to recover their secret."
 msgstr ""
-"Mit Anastasis können Sie Ihr Geheimnis bei mehreren Escrow-Anbietern "
-"speichern.Sie können verschiedene Kombinationen dieser Anbieter wählen, um "
-"Ihr Geheimnis wiederherzustellen.Die verschiedenen Anbieter bieten "
-"verschidene Authentifizierungsmethoden an(wie SMS, sichere Frage oder E-"
-"Mail), die der Benutzer angeben muss, um sein Geheimnis wiederzuerlangen."
+"Mit Anastasis können Sie Ihren Schlüssel bei mehreren Escrow-Anbietern "
+"verteilen. Sie können verschiedene Kombinationen dieser Anbieter wählen um "
+"Ihr Geheimnis wiederherzustellen. Die Anbieter bieten dabei "
+"verschiedene Authentifizierungsmethoden wie: SMS, sichere Frage oder E-"
+"Mail an."
 
 #: template/index.html.j2:36
 msgid "Security"
@@ -214,11 +226,10 @@ msgid ""
 "individual Anastasis service provider by itself never leaks information that "
 "would be by itself sufficient to recover any core secret of any user."
 msgstr ""
-"Anastasis basiert auf bekannten kryptographischen Techniken. Unsere "
-"daraus resultierende Lösung bietet Post-Quantum-Sicherheit. "
-"Eine kompromittierte Datenbank eines einzelnen Anastasis-Dienstanbieters "
-"allein lässt niemals Informationen durchsickern, die allein ausreichen 
würden, "
-"um ein Kerngeheimnis eines Benutzers wiederherzustellen."
+"Anastasis basiert auf gut geprüften kryptographischen Techniken. Unsere 
daraus "
+"resultierende Lösung bietet ebenfalls Post-Quantum-Sicherheit. "
+"Falls eine Datenbank eines Anastasis-Anbieters kompromitiert werden sollte, 
kann "
+"aus diesen Daten alleine kein Benutzer-Geheimnis wiederhergestellt werden. "
 
 #: template/index.html.j2:54
 msgid ""
@@ -227,8 +238,9 @@ msgid ""
 "only the user is capable to recover their secrets. Users can pay anonymously "
 "for the service, and switch service providers at any time."
 msgstr ""
-"Anastasis sichert keine Daten des Benutzers mit Ausnahme der wenigen Details, 
"
-"die für die Authentifizierung und die Wiederherstellung des Geheimnisses 
erforderlich "
-"sind. Bei der Verwendung von Anastasis ist nur der Benutzer in der Lage, 
seine "
-"Geheimnisse wiederherzustellen. Die Benutzer können anonym für den Dienst 
bezahlen "
-"und jederzeit den Dienstanbieter wechseln."
+"Anastasis sichert keine Daten des Benutzers mit Ausnahme der Daten "
+"die für die Authentifizierung und die Wiederherstellung des "
+"Geheimnisses erforderlich sind. Bei der Verwendung von Anastasis ist nur der "
+"Benutzer in der Lage, seine Geheimnisse wiederherzustellen. Die Benutzer "
+"können anonym für den Dienst bezahlen und jederzeit den Dienstanbieter "
+"wechseln."
diff --git a/locale/en/LC_MESSAGES/messages.po 
b/locale/en/LC_MESSAGES/messages.po
index 4155670..86b2572 100644
--- a/locale/en/LC_MESSAGES/messages.po
+++ b/locale/en/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2020-08-26 17:13+0200\n"
+"POT-Creation-Date: 2020-08-26 19:24+0200\n"
 "PO-Revision-Date: 2020-08-24 11:24+0200\n"
 "Last-Translator: Dominik <dm@anastasis.lu>\n"
 "Language-Team: English\n"
@@ -28,8 +28,8 @@ msgstr ""
 
 #: common/footer.j2.inc:5
 msgid ""
-"This page was created using <a href='https://www.gnu.org/'>Free Software</a> "
-"only."
+"This page was created using <a href='https://www.gnu.org/' style='color: "
+"antiquewhite;'>Free Software</a> only."
 msgstr ""
 
 #: common/navigation.j2.inc:9
diff --git a/locale/es/LC_MESSAGES/messages.po 
b/locale/es/LC_MESSAGES/messages.po
index dac2df4..c4f5b7f 100644
--- a/locale/es/LC_MESSAGES/messages.po
+++ b/locale/es/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2020-08-26 17:13+0200\n"
+"POT-Creation-Date: 2020-08-26 19:24+0200\n"
 "PO-Revision-Date: 2020-08-24 11:24+0200\n"
 "Last-Translator: Dominik <dm@anastasis.lu>\n"
 "Language-Team: English\n"
@@ -28,8 +28,8 @@ msgstr "Anastasis key recovery system"
 
 #: common/footer.j2.inc:5
 msgid ""
-"This page was created using <a href='https://www.gnu.org/'>Free Software</a> "
-"only."
+"This page was created using <a href='https://www.gnu.org/' style='color: "
+"antiquewhite;'>Free Software</a> only."
 msgstr ""
 
 #: common/navigation.j2.inc:9
diff --git a/locale/fr/LC_MESSAGES/messages.po 
b/locale/fr/LC_MESSAGES/messages.po
index dac2df4..c4f5b7f 100644
--- a/locale/fr/LC_MESSAGES/messages.po
+++ b/locale/fr/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2020-08-26 17:13+0200\n"
+"POT-Creation-Date: 2020-08-26 19:24+0200\n"
 "PO-Revision-Date: 2020-08-24 11:24+0200\n"
 "Last-Translator: Dominik <dm@anastasis.lu>\n"
 "Language-Team: English\n"
@@ -28,8 +28,8 @@ msgstr "Anastasis key recovery system"
 
 #: common/footer.j2.inc:5
 msgid ""
-"This page was created using <a href='https://www.gnu.org/'>Free Software</a> "
-"only."
+"This page was created using <a href='https://www.gnu.org/' style='color: "
+"antiquewhite;'>Free Software</a> only."
 msgstr ""
 
 #: common/navigation.j2.inc:9
diff --git a/locale/it/LC_MESSAGES/messages.po 
b/locale/it/LC_MESSAGES/messages.po
index dac2df4..c4f5b7f 100644
--- a/locale/it/LC_MESSAGES/messages.po
+++ b/locale/it/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2020-08-26 17:13+0200\n"
+"POT-Creation-Date: 2020-08-26 19:24+0200\n"
 "PO-Revision-Date: 2020-08-24 11:24+0200\n"
 "Last-Translator: Dominik <dm@anastasis.lu>\n"
 "Language-Team: English\n"
@@ -28,8 +28,8 @@ msgstr "Anastasis key recovery system"
 
 #: common/footer.j2.inc:5
 msgid ""
-"This page was created using <a href='https://www.gnu.org/'>Free Software</a> "
-"only."
+"This page was created using <a href='https://www.gnu.org/' style='color: "
+"antiquewhite;'>Free Software</a> only."
 msgstr ""
 
 #: common/navigation.j2.inc:9
diff --git a/locale/pt/LC_MESSAGES/messages.po 
b/locale/pt/LC_MESSAGES/messages.po
index dac2df4..c4f5b7f 100644
--- a/locale/pt/LC_MESSAGES/messages.po
+++ b/locale/pt/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2020-08-26 17:13+0200\n"
+"POT-Creation-Date: 2020-08-26 19:24+0200\n"
 "PO-Revision-Date: 2020-08-24 11:24+0200\n"
 "Last-Translator: Dominik <dm@anastasis.lu>\n"
 "Language-Team: English\n"
@@ -28,8 +28,8 @@ msgstr "Anastasis key recovery system"
 
 #: common/footer.j2.inc:5
 msgid ""
-"This page was created using <a href='https://www.gnu.org/'>Free Software</a> "
-"only."
+"This page was created using <a href='https://www.gnu.org/' style='color: "
+"antiquewhite;'>Free Software</a> only."
 msgstr ""
 
 #: common/navigation.j2.inc:9
diff --git a/locale/ru/LC_MESSAGES/messages.po 
b/locale/ru/LC_MESSAGES/messages.po
index dac2df4..c4f5b7f 100644
--- a/locale/ru/LC_MESSAGES/messages.po
+++ b/locale/ru/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2020-08-26 17:13+0200\n"
+"POT-Creation-Date: 2020-08-26 19:24+0200\n"
 "PO-Revision-Date: 2020-08-24 11:24+0200\n"
 "Last-Translator: Dominik <dm@anastasis.lu>\n"
 "Language-Team: English\n"
@@ -28,8 +28,8 @@ msgstr "Anastasis key recovery system"
 
 #: common/footer.j2.inc:5
 msgid ""
-"This page was created using <a href='https://www.gnu.org/'>Free Software</a> "
-"only."
+"This page was created using <a href='https://www.gnu.org/' style='color: "
+"antiquewhite;'>Free Software</a> only."
 msgstr ""
 
 #: common/navigation.j2.inc:9
diff --git a/static/styles.css b/static/styles.css
index 8119c47..2f48bb6 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -50,26 +50,23 @@ h3 {
 
 /* Toolbar style*/
 /******************************************/
-ul {
-  list-style-type: none;
-  margin: 0;
-  padding: 0;
+
+.topnav {
   overflow: hidden;
   background-color: #333;
+  margin: 0;
+  padding: 0; 
 }
-li {
+
+.topnav a {
   float: left;
-  border-right:1px solid #bbb;
-}
-li a {
   display: block;
   color: white;
   text-align: center;
   padding: 14px 16px;
   text-decoration: none;
 }
-
-li a:hover:not(.active) {
+.topnav a:hover:not(.active) {
   background-color: #111;
 }
 
@@ -77,6 +74,33 @@ li a:hover:not(.active) {
   background-color: #808080;
 }
 
+.topnav .icon {
+  display: none;
+}
+
+@media screen and (max-width: 600px) {
+  .topnav a:not(:first-child) {display: none;}
+  .topnav a.icon {
+    float: right;
+    display: block;
+  }
+}
+
+@media screen and (max-width: 600px) {
+  .topnav.responsive {position: relative;}
+  .topnav.responsive .icon {
+    position: absolute;
+    right: 0;
+    top: 0;
+}
+  .topnav.responsive a {
+    float: none;
+    display: block;
+    text-align: left;
+}
+}
+
+
 /* Flex Box Layouts for the different pages*/
 /*******************************************/
 
@@ -85,6 +109,16 @@ li a:hover:not(.active) {
   align-items: stretch;
   line-height: 1.7;
 }
+@media screen and (max-width: 1000px) {
+  #home-split {
+    display: flex;
+    align-content: stretch;
+    justify-content: space-around;
+    line-height: 1.7;
+    flex-wrap: wrap;
+  }
+}
+
 #about-split {
   display: flex;
   align-items: stretch;
@@ -104,6 +138,16 @@ li a:hover:not(.active) {
   line-height: 1.7;
   flex-wrap: wrap;
 }
+@media screen and (max-width: 1000px) {
+  #news-split {
+    display: flex;
+    align-content: stretch;
+    justify-content: space-around;
+    line-height: 1.7;
+    flex-wrap: wrap;
+  }
+}
+
 
 #home-intro {
   padding-bottom: 50px;
@@ -125,10 +169,6 @@ li a:hover:not(.active) {
   padding: 1rem;
 }
   
-  
-
-
-
 /* Div classes for different sections*/
 /******************************************/
 
@@ -152,6 +192,19 @@ footer {
     margin: auto;
     color: white;
     display: flex;
+    flex-wrap: wrap;
     align-content: stretch;
     justify-content: space-around;
 }
+#footer-box a {
+  color: antiquewhite;
+}
+#footer-box a:visited {
+  color: antiquewhite;
+}  
+       
+
+
+
+
+
diff --git a/template/docs.html.j2 b/template/docs.html.j2
index fc47b74..7abb1d2 100644
--- a/template/docs.html.j2
+++ b/template/docs.html.j2
@@ -37,7 +37,7 @@
       Taler Project
       {% endtrans %}
      </h2>
-     <a href="https://taler.net/de/";>Taler Project</a>
+     <a href="https://taler.net/";>Taler Project</a>
     </div>
    </div> 
  {% endblock body_content %}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]