forked from precice/precice.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
69 lines (65 loc) · 2.31 KB
/
Copy pathfooter.html
File metadata and controls
69 lines (65 loc) · 2.31 KB
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
<footer class="background-dark">
<div class="container">
{% if page.layout != "landing_page" %}
<div class="row">
<div class="col-12 col-sm-10 col-md-6 col-lg-5 col-xl-4 bg-white rounded-4 p-4 mx-auto mb-5">
<h2 class="text-center fs-5 fw-medium mt-1 mb-3 text-dark" style="font-family: 'Fira Sans', Roboto, sans-serif;">The preCICE newsletter</h2>
{% include newsletter.html %}
</div>
</div>
{% endif %}
<div class="row text-center">
<div class="col-md-4">
<nav aria-label="Footer left">
<ul class="list-unstyled">
<li>
<a href="fundamentals-literature-guide.html">Cite preCICE</a>
</li>
<li>
<a href="community-contribute-to-precice.html">Contribute</a>
</li>
<li>
<a href="community-support-precice.html">Get support</a>
</li>
<li>
<a href="community-training.html">Get training</a>
</li>
</ul>
</nav>
</div>
<div class="col-md-4">
<nav aria-label="Footer right">
<ul class="list-unstyled">
<li>
<a class="no-icon" href="https://precice.discourse.group">Forum on Discourse</a>
</li>
<li>
<a class="no-icon" href="https://github.com/precice">preCICE on GitHub</a>
</li>
<li>
<a href="fundamentals-license.html">License</a>
</li>
<li>
<a href="about.html">Impressum / Legal</a>
</li>
</ul>
</nav>
</div>
<div class="col-md-4">
<p>
<a class="no-icon" rel="license" href="https://creativecommons.org/licenses/by/4.0/">
<img alt="This work is licensed under a Creative Commons Attribution 4.0 International License." src="images/licensebutton-by-40_88x31.png" />
</a>
</p>
<p>
Page last updated: {{page.last_modified_at | date: "%b %-d, %Y" }}<br>
Site last updated: {{ site.time | date: "%b %-d, %Y" }}
</p>
<p>
<i class="fas fa-shield-halved" aria-hidden="true"></i> This website does not use cookies
</p>
</div>
</div>
</div>
<script src="{{ 'js/copy-code.js' | relative_url }}"></script>
</footer>