|
3 | 3 | <footer>
|
4 | 4 | <section id="footer-content">
|
5 | 5 | <div id="footer-copyright">
|
6 |
| - <a href="https://openjsf.org/"> |
7 |
| - <img |
8 |
| - src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg" |
9 |
| - alt="OpenJS Foundation" width="125" height="39" class="hidden-dark" /> |
10 |
| - <img |
11 |
| - src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg" |
12 |
| - alt="OpenJS Foundation" width="125" height="39" class="hidden-light" /> |
| 6 | + <a href="https://openjsf.org/" class="openjs-logo" title="OpenJS Foundation"> |
| 7 | + {% include icons/openjs_foundation-logo-horizontal-white.svg %} |
13 | 8 | </a>
|
14 | 9 | <div id="footer-policy">
|
15 | 10 | <a href="https://terms-of-use.openjsf.org">
|
|
33 | 28 | <div class="footer-social">
|
34 | 29 | <div>
|
35 | 30 | <a href="https://github.com/expressjs/express" aria-label="Go to the repository on GitHub">
|
36 |
| - <span class="hidden-dark"> |
37 |
| - {% include icons/github-light.svg %} |
38 |
| - </span> |
39 |
| - <span class="hidden-light"> |
40 |
| - {% include icons/github-dark.svg %} |
41 |
| - </span> |
| 31 | + {% include icons/github.svg %} |
42 | 32 | </a>
|
43 | 33 | </div>
|
44 | 34 | <div>
|
45 | 35 | <a href="https://www.youtube.com/channel/UCYjxjAeH6TRik9Iwy5nXw7g"
|
46 |
| - aria-label="Go to the repository on Youtube">{% include icons/youtube.svg %}</a> |
| 36 | + aria-label="Go to the repository on Youtube"> |
| 37 | + {% include icons/youtube.svg %}</a> |
47 | 38 | </div>
|
48 | 39 | <div>
|
49 |
| - <a href="https://x.com/UseExpressJS" aria-label="Go to the repository on X"> |
50 |
| - <span class="hidden-dark"> |
51 |
| - {% include icons/x-light.svg %} |
52 |
| - </span> |
53 |
| - <span class="hidden-light"> |
54 |
| - {% include icons/x-dark.svg %} |
55 |
| - </span> |
| 40 | + <a href="https://x.com/UseExpressJS" aria-label="Go to the X account"> |
| 41 | + {% include icons/X.svg %} |
56 | 42 | </a>
|
57 | 43 | </div>
|
58 | 44 | <div>
|
59 | 45 | <a href="https://openjs-foundation.slack.com/archives/C02QB1731FH"
|
60 |
| - aria-label="Go to the repository on Slack">{% include icons/slack.svg %}</a> |
| 46 | + aria-label="Join Slack group"> |
| 47 | + {% include icons/slack.svg %}</a> |
61 | 48 | </div>
|
62 | 49 | <div>
|
63 |
| - <a href="https://opencollective.com/express" aria-label="Go to the repository on Open Collective">{% include |
| 50 | + <a href="https://opencollective.com/express" aria-label="Go to Open Collective">{% include |
64 | 51 | icons/opencollective.svg %}</a>
|
65 | 52 | </div>
|
66 | 53 | <div>
|
67 |
| - <a href="https://bsky.app/profile/expressjs.bsky.social" aria-label="Go to the repository on Bluesky">{% |
| 54 | + <a href="https://bsky.app/profile/expressjs.bsky.social" aria-label="Go to the Bluesky">{% |
68 | 55 | include icons/bluesky.svg %}</a>
|
69 | 56 | </div>
|
70 | 57 | </div>
|
71 | 58 | <a href="https://www.netlify.com">
|
72 |
| - <img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Preview Deploys by Netlify" |
73 |
| - width="80" /> |
| 59 | + <img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Preview Deploys by Netlify" |
| 60 | + width="80" /> |
74 | 61 | </a>
|
75 | 62 | </div>
|
76 | 63 | </section>
|
|
0 commit comments