|
1 | 1 | <footer class="footer-section"> |
2 | | - <div class="grid__mpl-info"> |
3 | | - <h1>Matplotlib</h1> |
4 | | - <ul class="social fas"> |
5 | | - <li> |
6 | | - <a href="https://github.com/matplotlib/matplotlib" aria-label="Matplotlib on GitHub"> |
7 | | - <i class="fab fa-github" aria-hidden="true"></i> |
8 | | - </a> |
9 | | - </li> |
10 | | - <li class="social__twitter"> |
11 | | - <a href="https://twitter.com/matplotlib" aria-label="Matplotlib on Twitter"> |
12 | | - <i class="fab fa-twitter" aria-hidden="true"></i> |
13 | | - </a> |
14 | | - </li> |
15 | | - <li class="social__discourse"> |
16 | | - <a href="https://discourse.matplotlib.org" aria-label="Matplotlib Discourse"> |
17 | | - <i class="fab fa-discourse" aria-hidden="true"></i> |
18 | | - </a> |
19 | | - </li> |
20 | | - <li class="social__gitter"> |
21 | | - <a href="https://gitter.im/matplotlib/matplotlib" aria-label="Matplotlib on Gitter"> |
22 | | - <i class="fab fa-gitter" aria-hidden="true"></i> |
23 | | - </a> |
24 | | - </li> |
25 | | - <li class="social__instagram"> |
26 | | - <a href="https://instagram.com/matplotart" aria-label="Matplotlib on Instagram"> |
27 | | - <i class="fab fa-instagram" aria-hidden="true"></i> |
28 | | - </a> |
29 | | - </li> |
30 | | - </ul> |
31 | | - <a |
32 | | - href="https://numfocus.org/donate-to-matplotlib" |
33 | | - class="button button--green" |
34 | | - >Donate to Matplotlib</a> |
35 | | - |
36 | | - <p class="copywrite">©2021 The Matplotlib Development team</p> |
37 | | - </div> |
38 | | - |
39 | | - <ul class="mpl-links grid__mpl-links"> |
40 | | - <li><a href="https://matplotlib.org/matplotblog/">Matplotblog</a></li> |
| 2 | + <div class="grid__mpl-info"> |
| 3 | + <h1>Matplotlib</h1> |
| 4 | + <ul class="social fas"> |
41 | 5 | <li> |
42 | | - <a |
43 | | - href="https://github.com/matplotlib/matplotlib/blob/master/CODE_OF_CONDUCT.md" |
44 | | - >Code of Conduct</a> |
| 6 | + <a href="https://github.com/matplotlib/matplotlib" aria-label="Matplotlib on GitHub"> |
| 7 | + <i class="fab fa-github" aria-hidden="true"></i> |
| 8 | + </a> |
45 | 9 | </li> |
46 | | - <li><a href="https://matplotlib.org/stable/users/project/license.html">License</a></li> |
47 | | - <li> |
48 | | - <a href="https://matplotlib.org/governance/">Governance</a> |
| 10 | + <li class="social__twitter"> |
| 11 | + <a href="https://twitter.com/matplotlib" aria-label="Matplotlib on Twitter"> |
| 12 | + <i class="fab fa-twitter" aria-hidden="true"></i> |
| 13 | + </a> |
| 14 | + </li> |
| 15 | + <li class="social__discourse"> |
| 16 | + <a href="https://discourse.matplotlib.org" aria-label="Matplotlib Discourse"> |
| 17 | + <i class="fab fa-discourse" aria-hidden="true"></i> |
| 18 | + </a> |
| 19 | + </li> |
| 20 | + <li class="social__gitter"> |
| 21 | + <a href="https://gitter.im/matplotlib/matplotlib" aria-label="Matplotlib on Gitter"> |
| 22 | + <i class="fab fa-gitter" aria-hidden="true"></i> |
| 23 | + </a> |
| 24 | + </li> |
| 25 | + <li class="social__instagram"> |
| 26 | + <a href="https://instagram.com/matplotart" aria-label="Matplotlib on Instagram"> |
| 27 | + <i class="fab fa-instagram" aria-hidden="true"></i> |
| 28 | + </a> |
49 | 29 | </li> |
50 | | - <li><a href="https://numfocus.org/sponsored-projects">NumFOCUS Fiscally Sponsored Project</a></li> |
51 | 30 | </ul> |
| 31 | + <a |
| 32 | + href="https://numfocus.org/donate-to-matplotlib" |
| 33 | + class="button button--green" |
| 34 | + >Donate to Matplotlib</a> |
52 | 35 |
|
53 | | - <ul class="release-docs grid__release-docs"> |
54 | | - <dl class="release"> |
55 | | - <dt>Latest Stable Release</dt> |
56 | | - <dd> |
57 | | - <a href="https://matplotlib.org/stable">docs</a> | |
58 | | - <a href="https://matplotlib.org/stable/users/whats_new.html" |
59 | | - >changelog</a> |
60 | | - </dd> |
61 | | - </dl> |
| 36 | + <p class="copywrite">©2021 The Matplotlib Development team</p> |
| 37 | + </div> |
62 | 38 |
|
63 | | - <dl class="release"> |
64 | | - <dt>Development version</dt> |
65 | | - <dd> |
66 | | - <a href="https://matplotlib.org/devdocs/index.html">docs</a> |
67 | | - </dd> |
68 | | - </dl> |
69 | | - </ul> |
| 39 | + <ul class="mpl-links grid__mpl-links"> |
| 40 | + <li><a href="https://matplotlib.org/matplotblog/">Matplotblog</a></li> |
| 41 | + <li> |
| 42 | + <a |
| 43 | + href="https://github.com/matplotlib/matplotlib/blob/master/CODE_OF_CONDUCT.md" |
| 44 | + >Code of Conduct</a> |
| 45 | + </li> |
| 46 | + <li> |
| 47 | + <a href="https://matplotlib.org/stable/users/project/license.html" |
| 48 | + >License</a> |
| 49 | + </li> |
| 50 | + <li> |
| 51 | + <a href="https://matplotlib.org/governance/">Governance</a> |
| 52 | + </li> |
| 53 | + <li> |
| 54 | + <a href="https://numfocus.org/sponsored-projects" |
| 55 | + >NumFOCUS Fiscally Sponsored Project</a> |
| 56 | + </li> |
| 57 | + </ul> |
| 58 | + |
| 59 | + <ul class="release-docs grid__release-docs"> |
| 60 | + <dl class="release"> |
| 61 | + <dt>Latest Stable Release</dt> |
| 62 | + <dd> |
| 63 | + <a href="https://matplotlib.org/stable">docs</a> | |
| 64 | + <a href="https://matplotlib.org/stable/users/whats_new.html" |
| 65 | + >changelog</a> |
| 66 | + </dd> |
| 67 | + </dl> |
| 68 | + |
| 69 | + <dl class="release"> |
| 70 | + <dt>Development version</dt> |
| 71 | + <dd> |
| 72 | + <a href="https://matplotlib.org/devdocs/index.html">docs</a> |
| 73 | + </dd> |
| 74 | + </dl> |
| 75 | + </ul> |
70 | 76 | </footer> |
0 commit comments