-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathlanding_footer.html
74 lines (70 loc) · 2.2 KB
/
landing_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
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
<footer class="footer-section">
<div class="grid__mpl-info">
<h1>Matplotlib</h1>
<ul class="social fas">
<li>
<a href="https://github.com/matplotlib/matplotlib" aria-label="Matplotlib on GitHub">
<i class="fab fa-github" aria-hidden="true"></i>
</a>
</li>
<li class="social__twitter">
<a href="https://twitter.com/matplotlib" aria-label="Matplotlib on Twitter">
<i class="fab fa-twitter" aria-hidden="true"></i>
</a>
</li>
<li class="social__discourse">
<a href="https://discourse.matplotlib.org" aria-label="Matplotlib Discourse">
<i class="fab fa-discourse" aria-hidden="true"></i>
</a>
</li>
<li class="social__gitter">
<a href="https://gitter.im/matplotlib/matplotlib" aria-label="Matplotlib on Gitter">
<i class="fab fa-gitter" aria-hidden="true"></i>
</a>
</li>
<li class="social__instagram">
<a href="https://instagram.com/matplotart" aria-label="Matplotlib on Instagram">
<i class="fab fa-instagram" aria-hidden="true"></i>
</a>
</li>
</ul>
<a
href="https://numfocus.org/donate-to-matplotlib"
class="button button--green"
>Donate to Matplotlib</a>
<p class="copywrite">{{ copyright }}</p>
</div>
<ul class="mpl-links grid__mpl-links">
<li><a href="/matplotblog/">Matplotblog</a></li>
<li>
<a
href="https://github.com/matplotlib/matplotlib/blob/master/CODE_OF_CONDUCT.md"
>Code of Conduct</a>
</li>
<li>
<a href="/stable/users/project/license.html">License</a>
</li>
<li>
<a href="/governance/">Governance</a>
</li>
<li>
<a href="https://numfocus.org/sponsored-projects"
>NumFOCUS Fiscally Sponsored Project</a>
</li>
</ul>
<ul class="release-docs grid__release-docs">
<dl class="release">
<dt>Latest Stable Release</dt>
<dd>
<a href="/stable">docs</a> |
<a href="/stable/users/whats_new.html">changelog</a>
</dd>
</dl>
<dl class="release">
<dt>Development version</dt>
<dd>
<a href="/devdocs/index.html">docs</a>
</dd>
</dl>
</ul>
</footer>