gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ops-www] 01/03: new footer


From: gnunet
Subject: [taler-taler-ops-www] 01/03: new footer
Date: Sun, 25 Feb 2024 03:38:19 +0100

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

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

commit 56a6c78b0cd8f8444e155f34d4211294280148e8
Author: Nullptrderef <nullptrderef@national.shitposting.agency>
AuthorDate: Sun Feb 25 03:31:04 2024 +0100

    new footer
---
 common/footer.j2.inc | 104 +++++++++++++++++++++++++++++----------------------
 1 file changed, 60 insertions(+), 44 deletions(-)

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>

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