-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
45 lines (39 loc) · 3.54 KB
/
footer.php
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
<footer class="builtby">
<div class="builtby-container">
<div class="info">
<h3 style="margin-bottom: 10px !important;">CoVis</h3>
<p>CoVis is a collaboration project of Open Knowledge Maps and ReFigure<br>
<a href="https://openknowledgemaps.org/" target="_blank"><img class="logoimg" style="margin-right:10px" src="https://openknowledgemaps.org/img/logos/Logo-Open-Knowledge-Maps-BGwhite.png" alt="Open Knowledge Maps Logo"></a>
<a href="https://refigure.org/" target="_blank"><img class="logoimg" style="margin-right:10px" src="https://openknowledgemaps.org/img/partners/refigure.png" alt="ReFigure Logo"></a>
</p>
<!--<p><img src="img/EU-flag_small-270x183.png" style="max-width: 50px;"> CoVis is financially supported by the <a href="https://www.eoscsecretariat.eu/funding-opportunities/COVID-19-Fast-Track-Funding" target="_blank">EOSC Secretariat</a>. EOSCsecretariat.eu has received funding from the European Union's Horizon Programme call H2020-INFRAEOSC-05-2018-2019, grant Agreement number 831644.
</p>-->
</div>
<div class="info">
<h3 style="margin-bottom: 10px !important;">License</h3>
<p>Unless otherwise noted, all content on CoVis is licensed under a Creative Commons Attribution 4.0 International License. The CoVis database is made available under CC0 (Public Domain Dedication). Our software is open source and hosted on <a style="font-weight:300; text-decoration: underline;" target="_blank" href="https://github.com/OpenKnowledgeMaps/Headstart" target="_blank">Github</a>.<br>
<a href="http://creativecommons.org/licenses/by/4.0/" target="_blank"><img height="30px" style="margin-top: 10px !important;" src="https://openknowledgemaps.org/img/cc-by.png" alt="licensed under cc by"></a>
</p>
</div>
<div class="info">
<address style="margin-bottom: 0 !important;"><h3 style="margin-bottom: 10px !important;">Get in touch</h3>
<ul class="nav_bottom">
<li><a href="contact-us"><i class="fas fa-envelope"></i> Contact details</a></li>
<li><a href="https://twitter.com/ok_maps" target="_blank"><i class="fab fa-twitter"></i> twitter.com/OK_Maps</a></li>
<li><a href="https://twitter.com/re_figure" target="_blank"><i class="fab fa-twitter"></i> twitter.com/re_figure</a> </li>
</ul>
</address>
</div>
<div class="info" style="margin-right: 0px;">
<h3 style="margin-bottom: 10px !important;">Legal and privacy</h3>
<ul class="nav_bottom">
<li><a href="https://openknowledgemaps.org/imprint" target="_blank"><i class="fas fa-link"></i> Legal Notice / Impressum</a></li>
<li><a href="https://openknowledgemaps.org/privacy" target="_blank"><i class="fas fa-lock"></i> Privacy Policy</a></li>
<li><a href="https://openknowledgemaps.org/datenschutz" target="_blank"><i class="fas fa-lock"></i> Datenschutzerklärung</a></li>
</ul>
</div>
</div>
<div class="funding-container">
<img src="img/EU-flag_small-270x183.png" class="funding-flag"> <span class="funding-text">This project is financially supported by <a href="https://www.eoscsecretariat.eu/" target="_blank">EOSCSecretariat.eu</a>. EOSCsecretariat.eu has received funding from the European Union's Horizon Programme call H2020-INFRAEOSC-05-2018-2019, grant agreement number 831644.</span>
</div>
</footer>