Files
expressjs.com/_includes/footer/footer-ja.html
2025-02-05 21:36:51 -05:00

62 lines
3.1 KiB
HTML
Executable File

<a id="top" href="#">{% include icons/arrow.svg %}</a>
<footer>
<section id="footer-content">
<div id="footer-copyright">
<a href="https://openjsf.org/">
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-color.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-dark"/>
<img src="https://raw.githubusercontent.com/openjs-foundation/artwork/main/openjs_foundation/openjs_foundation-logo-horizontal-white.svg" alt="OpenJS Foundation" width="125" height="39" class="hidden-light"/>
</a>
<div id="footer-policy">
<a href="https://terms-of-use.openjsf.org">Terms of Use</a>
<a href="https://privacy-policy.openjsf.org">Privacy Policy</a>
<a id="coc" href="https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md">Code of Conduct</a>
<a href="https://trademark-policy.openjsf.org">Trademark Policy</a>
<a id="security" href="https://github.com/expressjs/express/security/policy">Security Policy</a>
<a id="license" href="https://github.com/expressjs/express/blob/master/LICENSE">License</a>
</div>
</div>
<div id="footer-links">
<div class="footer-social">
<div>
<a href="https://github.com/expressjs/express" aria-label="Go to the repository on GitHub">
<span class="hidden-dark">
{% include icons/github-light.svg %}
</span>
<span class="hidden-light">
{% include icons/github-dark.svg %}
</span>
</a>
</div>
<div>
<a href="https://www.youtube.com/channel/UCYjxjAeH6TRik9Iwy5nXw7g" aria-label="Go to the repository on Youtube">{% include icons/youtube.svg %}</a>
</div>
<div>
<a href="https://x.com/UseExpressJS" aria-label="Go to the repository on X">
<span class="hidden-dark">
{% include icons/x-light.svg %}
</span>
<span class="hidden-light">
{% include icons/x-dark.svg %}
</span>
</a>
</div>
<div>
<a href="https://openjs-foundation.slack.com/archives/C02QB1731FH" aria-label="Go to the repository on Slack">{% include icons/slack.svg %}</a>
</div>
<div>
<a href="https://opencollective.com/express" aria-label="Go to the repository on Open Collective">{% include icons/opencollective.svg %}</a>
</div>
<div>
<a href="https://bsky.app/profile/expressjs.bsky.social" aria-label="Go to the repository on Bluesky">{% include icons/bluesky.svg %}</a>
</div>
</div>
<a href="https://www.netlify.com">
<img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Preview Deploys by Netlify" width="80" />
</a>
</div>
</section>
</footer>
{% include footer/_docsearch.html %}