summaryrefslogtreecommitdiff
path: root/common/footer.j2.inc
blob: f1627dca2501dbd38bc19adcfed206a97315280e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<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-10 items-center justify-center w-full"
  >
    <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 />
            HΓΆheweg 80<br />
            CH-2502 Biel, Switzerland
          </p>
        </div>
      </div>
      <div class="footer-col flex-1">
        <div class="footer-items-list">
          <h4 class="section-title">{% trans %}Quick Links{% endtrans %}</h4>
          <ul>
            <li>
              <a
                class="link no-clr"
                href="{{ url_localized('index.html') }}"
                alt="{% trans %}Taler Operations AG Homepage{% endtrans %}"
              >
                {% trans %}
                Home
                {% endtrans %}
              </a>
            </li>
            {#
            <!-- <li><a class="link no-clr" href="{{ url_localized('merchants.html') }}">{% trans %}Merchant Integration Guide{% endtrans %}</a></li>
							<li><a class="link no-clr" href="{{ url_localized('users.html') }}">{% trans %}User Installation Guide{% endtrans %}</a></li> -->
            #}
            <li>
              <a class="link no-clr"
                rel="noopener noreferrer"
                href="https://docs.taler.net/"
                alt="{% trans %}GNU Taler system documentation{% endtrans %}"
                target="_blank"
               >
                {% trans %}
                Documentation πŸ”—
                {% endtrans %}
              </a>
            </li>
            <li>
              <a class="link no-clr"
                rel="noopener noreferrer"
                href="https://exchange.taler-ops.ch/terms"
                alt="{% trans %}Taler Operations Terms of Service{% endtrans %}"
                target="_blank"
               >
               {% trans %}
               Terms of Service πŸ”—
               {% endtrans %}
              </a>
            </li>
          </ul>
        </div>
      </div>
      <div class="footer-col flex-1">
        <div class="footer-items-list">
          <h4 class="section-title">{% trans %}Partners{% endtrans %}</h4>
          <ul>
            <li>
              <a
                href="https://taler.net/en/ngi-taler.html"
                target="_blank"
                rel="noopener noreferrer"
                alt="{% trans %}NGI Taler EU consoritum{% endtrans %}"
                class="link no-clr"
                >
              {% trans %}
              Taler consortium πŸ”—
              {% endtrans %}
              </a>
            </li>
            <li>
              <a
                href="https://bfh.ch/"
                target="_blank"
                alt="{% trans %}Bern University of Applied Sciences{% endtrans %}"
                rel="noopener noreferrer"
                class="link no-clr"
                >
                {% trans %}
                Bern&nbsp;University of Applied&nbsp;Sciences πŸ”—
                {%endtrans %}
              </a>
            </li>
            <li>
              <a
                href="https://netzbon.ch"
                target="_blank"
                alt="{% trans %}Netzbon: Regional currency Basel{% endtrans %}"
                rel="noopener noreferrer"
                class="link no-clr"
                >
                {% trans %}
                NetzBon πŸ”—
                {% endtrans %}
              </a>
            </li>
          </ul>
        </div>
      </div>
      <div class="footer-col flex-1">
        <div class="footbox footadres">
          <h4 class="section-title">{% trans %}Contact{% endtrans %}</h4>
          <ul>
            <li>
              <a class="link no-clr phone" href="tel:0041442801200"
                >{% trans %}Tel:{% endtrans %} +41 44 280 1200</a
              >
            </li>
            <li>
              <a class="link no-clr" href="mailto:compliance@taler-ops.ch"
                >
                {% trans %}Compliance officer πŸ“§{% endtrans %}
              </a>
            </li>
            <li>
              <a class="link no-clr" href="mailto:contact@taler-ops.ch"
                >
                {% trans %}General&nbsp;inquiries πŸ“§{% endtrans %}
              </a>
            </li>
          </ul>
        </div>
      </div>
    </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
        <a
          href="https://www.gnu.org/licenses/fdl-1.3.html.en"
          target="_blank"
          rel="noopener noreferrer"
          class="link"
        >
        GNU Free Documentation License πŸ”—
        </a>.
      {% endtrans %}
    </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.
      {% endtrans %}
    </p>
    <p>
      {% trans %}
      Our web server generates a log file with IP addresses of visitors.
      However, these are stored &amp; processed exclusively for troubleshooting and
      mitigating problems.
      {% endtrans %}
    </p>
  </div>
</footer>