-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
28 lines (24 loc) · 1.05 KB
/
footer.html
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
<section>
<h1>Contact</h1>
<p>
Example Adress<br>
Examplestreet 35-39<br>
12345 Example City
</p>
<p>
<strong>Are you interested in a collaboration?</strong><br>Get to know more on our <a href="{{ site.baseurl }}/contact.html">contact page</a>.
</p>
<br><p>© 2022 - {{ 'now' | date: "%Y" }} "Example ORGANISATION"</p>
</section>
<section id="links">
<h1>External links</h1>
<ul>
<li><a href="{{ site.baseurl }}/disclaimer.html">Disclaimer</a></li>
<li><a href="https://www.rwth-aachen.de/" target="_blank">RWTH Aachen University</a></li>
<li><a href="https://ada.liacs.nl" target="_blank">ADA Research Group</a></li>
<li><a href='https://liacs.leidenuniv.nl' target="_blank">LIACS</a></li>
<li><a href='https://www.universiteitleiden.nl' target="_blank">Leiden University</a></li>
<li><a href='https://www.ubc.ca' target="_blank">University of British Columbia (UBC)</a></li>
<li><a href='https://www.humboldt-foundation.de/en/' target="_blank">Alexander von Humboldt Foundation</a></li>
</ul>
</section>