gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ops-www] branch master updated (78379ce -> 776e411)


From: gnunet
Subject: [taler-taler-ops-www] branch master updated (78379ce -> 776e411)
Date: Sun, 25 Feb 2024 03:38:18 +0100

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

nora pushed a change to branch master
in repository taler-ops-www.

    from 78379ce  format
     new 56a6c78  new footer
     new ca617da  fix: some scss stuff
     new 776e411  make long-term caching simpler by adding `immutable` to the 
path if its immutable/cachable

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build-system/parcel-namer.cjs     |   3 +-
 common/footer.j2.inc              | 104 ++++++++++++++++++++++----------------
 common/header.j2.inc              |   2 +-
 locale/de/LC_MESSAGES/messages.po |  61 +++++++++++++++-------
 locale/en/LC_MESSAGES/messages.po |  50 +++++++++++-------
 locale/fr/LC_MESSAGES/messages.po |  56 +++++++++++++-------
 locale/messages.pot               |  51 ++++++++++++-------
 static/scss/footer.scss           |   8 +++
 static/scss/global.scss           |   3 ++
 static/scss/links.scss            |  10 ++++
 10 files changed, 226 insertions(+), 122 deletions(-)
 create mode 100644 static/scss/footer.scss
 create mode 100644 static/scss/global.scss
 create mode 100644 static/scss/links.scss

diff --git a/build-system/parcel-namer.cjs b/build-system/parcel-namer.cjs
index f5710c6..b6c04d6 100644
--- a/build-system/parcel-namer.cjs
+++ b/build-system/parcel-namer.cjs
@@ -24,7 +24,8 @@ module.exports = new Namer({
       let filename = baseName.substring(0, baseName.length - extName.length);
       if (!bundle.needsStableName) filename += '.' + bundle.hashReference;
       filename += '.' + bundle.type;
-      const result = path.join(dirsByType[bundle.type], filename);
+      let result = path.join(dirsByType[bundle.type], filename);
+      if (!bundle.needsStableName) result = path.join('immutable', result);
       return result;
     }
 
diff --git a/common/footer.j2.inc b/common/footer.j2.inc
index 906e167..bff250e 100644
--- a/common/footer.j2.inc
+++ b/common/footer.j2.inc
@@ -1,14 +1,19 @@
-<footer class="dark bg-black text-white w-screen relative py-8">
+<footer
+  class="dark bg-black text-white w-screen relative py-8 footer flex flex-col 
items-center justify-center"
+>
   <div
-    class="footer-top-outer flex px-8 py-8 sm:px-12 md:px-24 items-center 
justify-between w-full"
+    class="footer-top-outer flex px-8 py-8 sm:px-10 items-center 
justify-center w-full"
   >
-    <div class="footer-top flex p-4 items-center justify-between flex-1">
-      <div class="col-md-3 col-sm-6">
+    <div
+      class="footer-top flex p-4 items-start max-w-max justify-center flex-1 
gap-12 lg:max-w-screen-2xl flex-col lg:flex-row lg:items-start 
lg:justify-between"
+    >
+      <div class="footer-col flex-1">
         <div class="text-center flex flex-col items-center">
           <a href="{{ url_localized('index.html') }}" class="footlogo"
             ><img
               src="{{ url_static('images/unsorted/footlogo.png') }}"
               alt="Homepage"
+              style="width: 206px; height: 85px; max-width: max-content"
           /></a>
           <p class="mt-3">
             Taler Operations AG, {% trans %}Switzerland{% endtrans %}<br />
@@ -17,43 +22,46 @@
           </p>
         </div>
       </div>
-      <div class="col-md-3 col-sm-6">
+      <div class="footer-col flex-1">
         <div class="footbox footmenu">
-          <h4>{% trans %}Quick Links{% endtrans %}</h4>
+          <h4 class="section-title">{% trans %}Quick Links{% endtrans %}</h4>
           <ul>
             <li>
               <a
+                class="link"
                 href="{{ url_localized('index.html') }}"
                 alt="{% trans %}Taler Operations AG Homepage{% endtrans %}"
-                >{% trans %}Home{% endtrans %}</a
               >
+                {% trans %}Home{% endtrans %}
+              </a>
             </li>
             {#
-            <!-- <li><a href="{{ url_localized('merchants.html') }}">{% trans 
%}Merchant Integration Guide{% endtrans %}</a></li>
-                                                       <li><a href="{{ 
url_localized('users.html') }}">{% trans %}User Installation Guide{% endtrans 
%}</a></li> -->
+            <!-- <li><a class="link" href="{{ url_localized('merchants.html') 
}}">{% trans %}Merchant Integration Guide{% endtrans %}</a></li>
+                                                       <li><a class="link" 
href="{{ url_localized('users.html') }}">{% trans %}User Installation Guide{% 
endtrans %}</a></li> -->
             #}
             <li>
-              <a href="{{ url_localized('fees.html') }}"
-                >{% trans %}Fees{% endtrans %}</a
-              >
+              <a class="link" href="{{ url_localized('fees.html') }}">
+                {% trans %}Fees{% endtrans %}
+              </a>
             </li>
             <li>
-              <a href="https://exchange.taler-ops.ch/terms";
-                >{% trans %}Terms of Service{% endtrans %}</a
-              >
+              <a class="link" href="https://exchange.taler-ops.ch/terms";>
+                {% trans %}Terms of Service{% endtrans %}
+              </a>
             </li>
           </ul>
         </div>
       </div>
-      <div class="col-md-3 col-sm-6">
+      <div class="footer-col flex-1">
         <div class="footbox footmenu">
-          <h4>{% trans %}Partners{% endtrans %}</h4>
+          <h4 class="section-title">{% trans %}Partners{% endtrans %}</h4>
           <ul>
             <li>
               <a
                 href="https://taler.net/en/ngi-taler.html";
                 target="_blank"
                 rel="noopener noreferrer"
+                class="link"
                 >{% trans %}Taler Consortium{% endtrans %}</a
               >
             </li>
@@ -62,6 +70,7 @@
                 href="https://bfh.ch/";
                 target="_blank"
                 rel="noopener noreferrer"
+                class="link"
                 >{% trans %}Bern&nbsp;University of Applied&nbsp;Sciences{%
                 endtrans %}</a
               >
@@ -71,28 +80,29 @@
                 href="https://netzbon.ch";
                 target="_blank"
                 rel="noopener noreferrer"
+                class="link"
                 >{% trans %}NetzBon{% endtrans %}</a
               >
             </li>
           </ul>
         </div>
       </div>
-      <div class="col-md-3 col-sm-6">
+      <div class="footer-col flex-1">
         <div class="footbox footadres">
-          <h4>{% trans %}Contacts{% endtrans %}</h4>
+          <h4 class="section-title">{% trans %}Contacts{% endtrans %}</h4>
           <ul>
             <li>
-              <a class="phone" href="tel:0041442801200"
+              <a class="link phone" href="tel:0041442801200"
                 >{% trans %}Tel:{% endtrans %} +41 44 280 1200</a
               >
             </li>
             <li>
-              <a href="mailto:compliance@taler-systems.com";
+              <a class="link" href="mailto:compliance@taler-systems.com";
                 >{% trans %}Compliance Officer{% endtrans %}</a
               >
             </li>
             <li>
-              <a href="mailto:aml@taler-systems.com";
+              <a class="link" href="mailto:aml@taler-systems.com";
                 >{% trans %}AML Officer{% endtrans %}</a
               >
             </li>
@@ -101,27 +111,33 @@
       </div>
     </div>
   </div>
-  <div class="footbottm">
-    <div class="container">
-      <div class="footbottminn">
-        <p>
-          © {% trans %}Copyright{% endtrans %} 2024 |
-          <a href="{{ url_localized('index.html') }}">Taler Operations AG</a> |
-          <a
-            href="https://www.gnu.org/licenses/fdl-1.3.html.en";
-            target="_blank"
-            rel="noopener noreferrer"
-            >{% trans %}License{% endtrans %}: GNU Free Documentation 
License</a
-          >
-        </p>
-        <p>
-          {% trans %}We do not assume any liability for the correctness of
-          contents. We do not collect any data and do not use cookies. <br 
/>Our
-          web server generates a log file with IP addresses of visitors.
-          However, these are evaluated exclusively for troubleshooting or
-          problem mitigation.{% endtrans %}
-        </p>
-      </div>
-    </div>
+  <div
+    class="footer-bottom flex items-center justify-center flex-col text-center 
px-6 max-w-5xl"
+  >
+    <p>
+      © {% trans %}Copyright{% endtrans %} 2024
+      <a class="link" href="{{ url_localized('index.html') }}"
+        >Taler Operations AG</a
+      >. {% trans %}Licensed under the{% endtrans %}
+      <a
+        href="https://www.gnu.org/licenses/fdl-1.3.html.en";
+        target="_blank"
+        rel="noopener noreferrer"
+        class="link"
+      >
+        {# TODO: ask around for who chose the FDL - shouldn't we be using the
+        GPL, or atleast license the code under the GPL? #} GNU Free
+        Documentation License</a
+      >.
+    </p>
+    <p class="py-2">
+      {% trans %}We do not assume any liability for the correctness of 
contents.
+      We do not collect any data and do not use cookies.
+    </p>
+    <p>
+      Our web server generates a log file with IP addresses of visitors.
+      However, these are stored & processed exclusively for troubleshooting and
+      mitigating problems.{% endtrans %}
+    </p>
   </div>
 </footer>
diff --git a/common/header.j2.inc b/common/header.j2.inc
index 1e94851..36602e7 100644
--- a/common/header.j2.inc
+++ b/common/header.j2.inc
@@ -45,6 +45,6 @@
 <script src="{{ url_static('js/jquerymin.js') }}"></script>
 <script src="{{ url_static('js/toggle.js') }}" defer></script>
 
-<link href="{{ url_static('scss/fonts.scss') }}" rel="stylesheet" />
+<link href="{{ url_static('scss/global.scss') }}" rel="stylesheet" />
 
 <link href="{{ url_static('postcss/tailwind.css') }}" rel="stylesheet" />
diff --git a/locale/de/LC_MESSAGES/messages.po 
b/locale/de/LC_MESSAGES/messages.po
index ebd0507..e2b703b 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: 2024-02-25 02:58+0100\n"
+"POT-Creation-Date: 2024-02-25 03:30+0100\n"
 "PO-Revision-Date: 2024-02-24 20:06+0000\n"
 "Last-Translator: Stefan Kügel <skuegel@web.de>\n"
 "Language-Team: German <https://weblate.taler.net/projects/taler-ops/website/";
@@ -20,78 +20,101 @@ msgstr ""
 "X-Generator: Weblate 5.2.1\n"
 "Generated-By: Babel 2.6.0\n"
 
-#: common/base.j2:19
+#: common/base.j2:26
 msgid "Taler Operations AG, Biel, Switzerland"
 msgstr "Taler Operations AG, Biel, Schweiz"
 
-#: common/footer.j2.inc:14 common/footer.old.j2.inc:15
+#: common/footer.j2.inc:19 common/footer.old.j2.inc:15
 msgid "Switzerland"
 msgstr "Schweiz"
 
-#: common/footer.j2.inc:22 common/footer.old.j2.inc:23
+#: common/footer.j2.inc:27 common/footer.old.j2.inc:23
 msgid "Quick Links"
 msgstr "Seitenübersicht"
 
-#: common/footer.j2.inc:27 common/footer.old.j2.inc:28
+#: common/footer.j2.inc:33 common/footer.old.j2.inc:28
 msgid "Taler Operations AG Homepage"
 msgstr "Taler Operations AG Startseite"
 
-#: common/footer.j2.inc:28 common/footer.old.j2.inc:29
+#: common/footer.j2.inc:35 common/footer.old.j2.inc:29
 #: common/navigation.j2.inc:34
 msgid "Home"
 msgstr "Startseite"
 
-#: common/footer.j2.inc:37 common/footer.old.j2.inc:38
+#: common/footer.j2.inc:44 common/footer.old.j2.inc:38
 #: common/navigation.j2.inc:49 template/fees.html.j2:2 template/fees.html.j2:7
 #: template/fees.html.j2:22
 msgid "Fees"
 msgstr "Gebührenordnung"
 
-#: common/footer.j2.inc:42 common/footer.old.j2.inc:43
+#: common/footer.j2.inc:49 common/footer.old.j2.inc:43
 msgid "Terms of Service"
 msgstr "AGB"
 
-#: common/footer.j2.inc:50 common/footer.old.j2.inc:51
+#: common/footer.j2.inc:57 common/footer.old.j2.inc:51
 msgid "Partners"
 msgstr "Partner"
 
-#: common/footer.j2.inc:57 common/footer.old.j2.inc:58
+#: common/footer.j2.inc:65 common/footer.old.j2.inc:58
 msgid "Taler Consortium"
 msgstr "Taler-Konsortium NGI TALER"
 
-#: common/footer.j2.inc:65 common/footer.old.j2.inc:66
+#: common/footer.j2.inc:74 common/footer.old.j2.inc:66
 msgid "Bern&nbsp;University of Applied&nbsp;Sciences"
 msgstr "Berner Fachhochschule (BFH)"
 
-#: common/footer.j2.inc:74 common/footer.old.j2.inc:75
+#: common/footer.j2.inc:84 common/footer.old.j2.inc:75
 msgid "NetzBon"
 msgstr "NetzBon"
 
-#: common/footer.j2.inc:82 common/footer.old.j2.inc:83
+#: common/footer.j2.inc:92 common/footer.old.j2.inc:83
 msgid "Contacts"
 msgstr "Kontakt"
 
-#: common/footer.j2.inc:86 common/footer.old.j2.inc:87
+#: common/footer.j2.inc:96 common/footer.old.j2.inc:87
 msgid "Tel:"
 msgstr "Tel:"
 
-#: common/footer.j2.inc:91 common/footer.old.j2.inc:92
+#: common/footer.j2.inc:101 common/footer.old.j2.inc:92
 msgid "Compliance Officer"
 msgstr "Compliance-Beauftragte"
 
-#: common/footer.j2.inc:96 common/footer.old.j2.inc:97
+#: common/footer.j2.inc:106 common/footer.old.j2.inc:97
 msgid "AML Officer"
 msgstr "AML-Beauftragte"
 
-#: common/footer.j2.inc:108 common/footer.old.j2.inc:110
+#: common/footer.j2.inc:118 common/footer.old.j2.inc:110
 msgid "Copyright"
 msgstr "Copyright"
 
-#: common/footer.j2.inc:114 common/footer.old.j2.inc:116
+#: common/footer.j2.inc:121
+msgid "Licensed under the"
+msgstr ""
+
+#: common/footer.j2.inc:134
+#, fuzzy
+#| msgid ""
+#| "We do not assume any liability for the correctness of contents. We do not "
+#| "collect any data and do not use cookies. <br>Our web server generates a "
+#| "log file with IP addresses of visitors. However, these are evaluated "
+#| "exclusively for troubleshooting or problem mitigation."
+msgid ""
+"We do not assume any liability for the correctness of contents. We do not "
+"collect any data and do not use cookies. </p> <p> Our web server generates a "
+"log file with IP addresses of visitors. However, these are stored & "
+"processed exclusively for troubleshooting and mitigating problems."
+msgstr ""
+"Nutzungsbedingungen / Datenschutz: Wir übernehmen keine Haftung für die "
+"Richtigkeit der Inhalte. Wir erheben keine Daten und verwenden keine "
+"Cookies. <br>Unser Webserver erzeugt eine Logdatei mit IP-Adressen von "
+"Besuchern. Diese werden jedoch ausschließlich zur Fehlersuche und "
+"Problembehebung ausgewertet."
+
+#: common/footer.old.j2.inc:116
 msgid "License"
 msgstr "Lizenz"
 
-#: common/footer.j2.inc:118 common/footer.old.j2.inc:120
+#: common/footer.old.j2.inc:120
 #, fuzzy
 #| msgid ""
 #| "We do not assume any liability for the correctness of contents. We do not "
diff --git a/locale/en/LC_MESSAGES/messages.po 
b/locale/en/LC_MESSAGES/messages.po
index f08d046..7fb73d7 100644
--- a/locale/en/LC_MESSAGES/messages.po
+++ b/locale/en/LC_MESSAGES/messages.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2024-02-25 02:58+0100\n"
+"POT-Creation-Date: 2024-02-25 03:30+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,78 +18,90 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: Babel 2.6.0\n"
 
-#: common/base.j2:19
+#: common/base.j2:26
 msgid "Taler Operations AG, Biel, Switzerland"
 msgstr ""
 
-#: common/footer.j2.inc:14 common/footer.old.j2.inc:15
+#: common/footer.j2.inc:19 common/footer.old.j2.inc:15
 msgid "Switzerland"
 msgstr ""
 
-#: common/footer.j2.inc:22 common/footer.old.j2.inc:23
+#: common/footer.j2.inc:27 common/footer.old.j2.inc:23
 msgid "Quick Links"
 msgstr ""
 
-#: common/footer.j2.inc:27 common/footer.old.j2.inc:28
+#: common/footer.j2.inc:33 common/footer.old.j2.inc:28
 msgid "Taler Operations AG Homepage"
 msgstr ""
 
-#: common/footer.j2.inc:28 common/footer.old.j2.inc:29
+#: common/footer.j2.inc:35 common/footer.old.j2.inc:29
 #: common/navigation.j2.inc:34
 msgid "Home"
 msgstr ""
 
-#: common/footer.j2.inc:37 common/footer.old.j2.inc:38
+#: common/footer.j2.inc:44 common/footer.old.j2.inc:38
 #: common/navigation.j2.inc:49 template/fees.html.j2:2 template/fees.html.j2:7
 #: template/fees.html.j2:22
 msgid "Fees"
 msgstr ""
 
-#: common/footer.j2.inc:42 common/footer.old.j2.inc:43
+#: common/footer.j2.inc:49 common/footer.old.j2.inc:43
 msgid "Terms of Service"
 msgstr ""
 
-#: common/footer.j2.inc:50 common/footer.old.j2.inc:51
+#: common/footer.j2.inc:57 common/footer.old.j2.inc:51
 msgid "Partners"
 msgstr ""
 
-#: common/footer.j2.inc:57 common/footer.old.j2.inc:58
+#: common/footer.j2.inc:65 common/footer.old.j2.inc:58
 msgid "Taler Consortium"
 msgstr ""
 
-#: common/footer.j2.inc:65 common/footer.old.j2.inc:66
+#: common/footer.j2.inc:74 common/footer.old.j2.inc:66
 msgid "Bern&nbsp;University of Applied&nbsp;Sciences"
 msgstr ""
 
-#: common/footer.j2.inc:74 common/footer.old.j2.inc:75
+#: common/footer.j2.inc:84 common/footer.old.j2.inc:75
 msgid "NetzBon"
 msgstr ""
 
-#: common/footer.j2.inc:82 common/footer.old.j2.inc:83
+#: common/footer.j2.inc:92 common/footer.old.j2.inc:83
 msgid "Contacts"
 msgstr ""
 
-#: common/footer.j2.inc:86 common/footer.old.j2.inc:87
+#: common/footer.j2.inc:96 common/footer.old.j2.inc:87
 msgid "Tel:"
 msgstr ""
 
-#: common/footer.j2.inc:91 common/footer.old.j2.inc:92
+#: common/footer.j2.inc:101 common/footer.old.j2.inc:92
 msgid "Compliance Officer"
 msgstr ""
 
-#: common/footer.j2.inc:96 common/footer.old.j2.inc:97
+#: common/footer.j2.inc:106 common/footer.old.j2.inc:97
 msgid "AML Officer"
 msgstr ""
 
-#: common/footer.j2.inc:108 common/footer.old.j2.inc:110
+#: common/footer.j2.inc:118 common/footer.old.j2.inc:110
 msgid "Copyright"
 msgstr ""
 
-#: common/footer.j2.inc:114 common/footer.old.j2.inc:116
+#: common/footer.j2.inc:121
+msgid "Licensed under the"
+msgstr ""
+
+#: common/footer.j2.inc:134
+msgid ""
+"We do not assume any liability for the correctness of contents. We do not "
+"collect any data and do not use cookies. </p> <p> Our web server generates a "
+"log file with IP addresses of visitors. However, these are stored & "
+"processed exclusively for troubleshooting and mitigating problems."
+msgstr ""
+
+#: common/footer.old.j2.inc:116
 msgid "License"
 msgstr ""
 
-#: common/footer.j2.inc:118 common/footer.old.j2.inc:120
+#: common/footer.old.j2.inc:120
 msgid ""
 "We do not assume any liability for the correctness of contents. We do not "
 "collect any data and do not use cookies. <br />Our web server generates a "
diff --git a/locale/fr/LC_MESSAGES/messages.po 
b/locale/fr/LC_MESSAGES/messages.po
index 7e44f9e..f968328 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: 2024-02-25 02:58+0100\n"
+"POT-Creation-Date: 2024-02-25 03:30+0100\n"
 "PO-Revision-Date: 2024-02-12 18:13+0000\n"
 "Last-Translator: Stefan Kügel <skuegel@web.de>\n"
 "Language-Team: French <https://weblate.taler.net/projects/taler-ops/website/";
@@ -20,80 +20,98 @@ msgstr ""
 "X-Generator: Weblate 5.2.1\n"
 "Generated-By: Babel 2.8.0\n"
 
-#: common/base.j2:19
+#: common/base.j2:26
 msgid "Taler Operations AG, Biel, Switzerland"
 msgstr "Taler Operations AG, Bienne, Suisse"
 
-#: common/footer.j2.inc:14 common/footer.old.j2.inc:15
+#: common/footer.j2.inc:19 common/footer.old.j2.inc:15
 msgid "Switzerland"
 msgstr ""
 
-#: common/footer.j2.inc:22 common/footer.old.j2.inc:23
+#: common/footer.j2.inc:27 common/footer.old.j2.inc:23
 msgid "Quick Links"
 msgstr "Liens directs"
 
-#: common/footer.j2.inc:27 common/footer.old.j2.inc:28
+#: common/footer.j2.inc:33 common/footer.old.j2.inc:28
 msgid "Taler Operations AG Homepage"
 msgstr "Page d'accueil Taler Operations AG"
 
-#: common/footer.j2.inc:28 common/footer.old.j2.inc:29
+#: common/footer.j2.inc:35 common/footer.old.j2.inc:29
 #: common/navigation.j2.inc:34
 msgid "Home"
 msgstr "Accueil"
 
-#: common/footer.j2.inc:37 common/footer.old.j2.inc:38
+#: common/footer.j2.inc:44 common/footer.old.j2.inc:38
 #: common/navigation.j2.inc:49 template/fees.html.j2:2 template/fees.html.j2:7
 #: template/fees.html.j2:22
 msgid "Fees"
 msgstr "Frais"
 
-#: common/footer.j2.inc:42 common/footer.old.j2.inc:43
+#: common/footer.j2.inc:49 common/footer.old.j2.inc:43
 msgid "Terms of Service"
 msgstr "Conditions d'utilisation"
 
-#: common/footer.j2.inc:50 common/footer.old.j2.inc:51
+#: common/footer.j2.inc:57 common/footer.old.j2.inc:51
 msgid "Partners"
 msgstr "Partenaires"
 
-#: common/footer.j2.inc:57 common/footer.old.j2.inc:58
+#: common/footer.j2.inc:65 common/footer.old.j2.inc:58
 msgid "Taler Consortium"
 msgstr "Consortium Taler"
 
-#: common/footer.j2.inc:65 common/footer.old.j2.inc:66
+#: common/footer.j2.inc:74 common/footer.old.j2.inc:66
 #, fuzzy
 #| msgid "Bern University of Applied Sciences"
 msgid "Bern&nbsp;University of Applied&nbsp;Sciences"
 msgstr "Haute école spécialisée bernoise"
 
-#: common/footer.j2.inc:74 common/footer.old.j2.inc:75
+#: common/footer.j2.inc:84 common/footer.old.j2.inc:75
 msgid "NetzBon"
 msgstr "NetzBon"
 
-#: common/footer.j2.inc:82 common/footer.old.j2.inc:83
+#: common/footer.j2.inc:92 common/footer.old.j2.inc:83
 msgid "Contacts"
 msgstr "Contacts"
 
-#: common/footer.j2.inc:86 common/footer.old.j2.inc:87
+#: common/footer.j2.inc:96 common/footer.old.j2.inc:87
 msgid "Tel:"
 msgstr ""
 
-#: common/footer.j2.inc:91 common/footer.old.j2.inc:92
+#: common/footer.j2.inc:101 common/footer.old.j2.inc:92
 msgid "Compliance Officer"
 msgstr "Responsable de la conformité"
 
-#: common/footer.j2.inc:96 common/footer.old.j2.inc:97
+#: common/footer.j2.inc:106 common/footer.old.j2.inc:97
 msgid "AML Officer"
 msgstr "Agent de lutte contre le blanchiment d'argent"
 
-#: common/footer.j2.inc:108 common/footer.old.j2.inc:110
+#: common/footer.j2.inc:118 common/footer.old.j2.inc:110
 msgid "Copyright"
 msgstr "Droits d'auteur"
 
-#: common/footer.j2.inc:114 common/footer.old.j2.inc:116
+#: common/footer.j2.inc:121
+msgid "Licensed under the"
+msgstr ""
+
+#: common/footer.j2.inc:134
+#, fuzzy
+msgid ""
+"We do not assume any liability for the correctness of contents. We do not "
+"collect any data and do not use cookies. </p> <p> Our web server generates a "
+"log file with IP addresses of visitors. However, these are stored & "
+"processed exclusively for troubleshooting and mitigating problems."
+msgstr ""
+"Nous ne prenons aucune responsabilité sur l'exactitude des contenus. Nous ne "
+"conservons aucune données et n'utilisons pas de cookies. <br>Notre serveur "
+"web génère un fichier de log contenant les adresses IP des visiteurs. "
+"Toutefois, celles-ci ne sont consultées exclusivement pour des besoins de "
+"dépannages ou de résolution de problème."
+
+#: common/footer.old.j2.inc:116
 msgid "License"
 msgstr "Licence"
 
-#: common/footer.j2.inc:118 common/footer.old.j2.inc:120
+#: common/footer.old.j2.inc:120
 #, fuzzy
 msgid ""
 "We do not assume any liability for the correctness of contents. We do not "
diff --git a/locale/messages.pot b/locale/messages.pot
index e80541c..fdf11f8 100644
--- a/locale/messages.pot
+++ b/locale/messages.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2024-02-25 02:58+0100\n"
+"POT-Creation-Date: 2024-02-25 03:30+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,78 +17,91 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: Babel 2.12.1\n"
 
-#: common/base.j2:19
+#: common/base.j2:26
 msgid "Taler Operations AG, Biel, Switzerland"
 msgstr ""
 
-#: common/footer.j2.inc:14 common/footer.old.j2.inc:15
+#: common/footer.j2.inc:19 common/footer.old.j2.inc:15
 msgid "Switzerland"
 msgstr ""
 
-#: common/footer.j2.inc:22 common/footer.old.j2.inc:23
+#: common/footer.j2.inc:27 common/footer.old.j2.inc:23
 msgid "Quick Links"
 msgstr ""
 
-#: common/footer.j2.inc:27 common/footer.old.j2.inc:28
+#: common/footer.j2.inc:33 common/footer.old.j2.inc:28
 msgid "Taler Operations AG Homepage"
 msgstr ""
 
-#: common/footer.j2.inc:28 common/footer.old.j2.inc:29
+#: common/footer.j2.inc:35 common/footer.old.j2.inc:29
 #: common/navigation.j2.inc:34
 msgid "Home"
 msgstr ""
 
-#: common/footer.j2.inc:37 common/footer.old.j2.inc:38
+#: common/footer.j2.inc:44 common/footer.old.j2.inc:38
 #: common/navigation.j2.inc:49 template/fees.html.j2:2 template/fees.html.j2:7
 #: template/fees.html.j2:22
 msgid "Fees"
 msgstr ""
 
-#: common/footer.j2.inc:42 common/footer.old.j2.inc:43
+#: common/footer.j2.inc:49 common/footer.old.j2.inc:43
 msgid "Terms of Service"
 msgstr ""
 
-#: common/footer.j2.inc:50 common/footer.old.j2.inc:51
+#: common/footer.j2.inc:57 common/footer.old.j2.inc:51
 msgid "Partners"
 msgstr ""
 
-#: common/footer.j2.inc:57 common/footer.old.j2.inc:58
+#: common/footer.j2.inc:65 common/footer.old.j2.inc:58
 msgid "Taler Consortium"
 msgstr ""
 
-#: common/footer.j2.inc:65 common/footer.old.j2.inc:66
+#: common/footer.j2.inc:74 common/footer.old.j2.inc:66
 msgid "Bern&nbsp;University of Applied&nbsp;Sciences"
 msgstr ""
 
-#: common/footer.j2.inc:74 common/footer.old.j2.inc:75
+#: common/footer.j2.inc:84 common/footer.old.j2.inc:75
 msgid "NetzBon"
 msgstr ""
 
-#: common/footer.j2.inc:82 common/footer.old.j2.inc:83
+#: common/footer.j2.inc:92 common/footer.old.j2.inc:83
 msgid "Contacts"
 msgstr ""
 
-#: common/footer.j2.inc:86 common/footer.old.j2.inc:87
+#: common/footer.j2.inc:96 common/footer.old.j2.inc:87
 msgid "Tel:"
 msgstr ""
 
-#: common/footer.j2.inc:91 common/footer.old.j2.inc:92
+#: common/footer.j2.inc:101 common/footer.old.j2.inc:92
 msgid "Compliance Officer"
 msgstr ""
 
-#: common/footer.j2.inc:96 common/footer.old.j2.inc:97
+#: common/footer.j2.inc:106 common/footer.old.j2.inc:97
 msgid "AML Officer"
 msgstr ""
 
-#: common/footer.j2.inc:108 common/footer.old.j2.inc:110
+#: common/footer.j2.inc:118 common/footer.old.j2.inc:110
 msgid "Copyright"
 msgstr ""
 
-#: common/footer.j2.inc:114 common/footer.old.j2.inc:116
+#: common/footer.j2.inc:121
+msgid "Licensed under the"
+msgstr ""
+
+#: common/footer.j2.inc:134
+msgid ""
+"We do not assume any liability for the correctness of contents. We do not"
+" collect any data and do not use cookies. </p> <p> Our web server "
+"generates a log file with IP addresses of visitors. However, these are "
+"stored & processed exclusively for troubleshooting and mitigating "
+"problems."
+msgstr ""
+
+#: common/footer.old.j2.inc:116
 msgid "License"
 msgstr ""
 
-#: common/footer.j2.inc:118 common/footer.old.j2.inc:120
+#: common/footer.old.j2.inc:120
 msgid ""
 "We do not assume any liability for the correctness of contents. We do not"
 " collect any data and do not use cookies. <br />Our web server generates "
diff --git a/static/scss/footer.scss b/static/scss/footer.scss
new file mode 100644
index 0000000..d722647
--- /dev/null
+++ b/static/scss/footer.scss
@@ -0,0 +1,8 @@
+footer.footer {
+  .footer-top {
+    .section-title {
+      font-size: 1.3rem;
+      font-weight: 600;
+    }
+  }
+}
diff --git a/static/scss/global.scss b/static/scss/global.scss
new file mode 100644
index 0000000..f563b30
--- /dev/null
+++ b/static/scss/global.scss
@@ -0,0 +1,3 @@
+@use './links.scss';
+@use './fonts.scss';
+@use './footer.scss';
diff --git a/static/scss/links.scss b/static/scss/links.scss
new file mode 100644
index 0000000..bd3ffe1
--- /dev/null
+++ b/static/scss/links.scss
@@ -0,0 +1,10 @@
+.link {
+  cursor: pointer;
+  color: #99aaff;
+  text-decoration: none;
+  transition: all 0.3s;
+  &:hover {
+    text-decoration: underline;
+    color: #aaddff;
+  }
+}

-- 
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]