summaryrefslogtreecommitdiff
path: root/common/footer-eu.j2.inc
blob: 84a70e18b50e0e947d78d1f6f2f530fcfce56ce3 (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
<footer id="footer">
  <div class="container">
     <div class="row justify-content-center">
      <div class="col-30">
        <hr style="border-top: 1px solid #00000069; padding-bottom: 1em" />
      </div>
    </div>
    <div class="row justify-content-top">
      <div class="col-md-4 col-sm-12">
      <h4>{% trans %}TALER Project{% endtrans %}</h4>
        <ul class="footer-list">
          <li><strong>Coordinator:</strong> Technische Universiteit Eindhoven (TUE)</li>
          {# TODO Adapt the consortium e-mail addrqyess bevore publishing #}
          <li><strong>E-Mail: </strong><a href="mailto:question'AT'taler.net&subject=Mail from EU project Website">{% trans %}Consortium Office{% endtrans %}</a></li>
          <li><strong>{% trans %}Programme Call{% endtrans %}:</strong> HORIZON-CL4-2023-HUMAN-01-CNECT</li>
          <li><strong>{% trans %}Type of action{% endtrans %}:</strong> HORIZON Innovation Actions</li>
          <li><strong>{% trans %}Project number{% endtrans %}:</strong> 101135475</li>
          <li><strong>{% trans %}EU contribution{% endtrans %}:</strong> € 4.508.355,40</li>
          <li><strong>{% trans %}Duration{% endtrans %}:</strong> 36 months</li>
        </ul>
      </div>
      <div class="col-md-4 col-sm-12">
        <h4>{% trans %}Project funded by{% endtrans %}</h4>

        <div class="container container-fluid">
          <img src={{ url_static('images/logo-SBFI_EU_Frameworkprogramme_E_hoch.svg') }} class="img-fluid" width="70%" alt="" loading="lazy">
        </div>
        <div class="container container-fluid">
          <p class="dark-grey-text text-muted w-responsive mx-auto mt-2">
          This work has received funding from the Swiss State Secretariat for Education, Research and Innovation (SERI)
          <p>
        </div> 
      </div>
      <div class="col-md-4 col-sm-20">
      {# <h4>{% trans %}Legal Information{% endtrans %}</h4> #}
        <div class="container container-fluid">
        <img src={{ url_static('images/logo-europeanUnion_FundedBy.svg') }} class="img-fluid" width="60%" alt="" loading="lazy">
        </div>
        <div class="dark-grey-text container container-fluid">
          <p class="text-muted w-responsive mx-auto mt-4">
          Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or [name of the granting authority]. Neither the European Union nor the granting authority can be held responsible for them.
          </p>
        </div>       
      </div>
    </div>
  </div>
</footer>