-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Expand file tree
/
Copy pathfooter.hbs
More file actions
33 lines (26 loc) · 1.51 KB
/
footer.hbs
File metadata and controls
33 lines (26 loc) · 1.51 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
<a href="#" id="scroll-to-top">↑ <span>{{site.scrollToTop}}</span></a>
<footer {{#if className}} class="{{className}}"{{/if}}>
<div class="container">
<div class="openjsfoundation-footer">
<div class="issue-link-container">
<a class="openjsfoundation-logo" href="https://openjsf.org/">
<img src="/static/images/openjs_foundation-logo.svg" alt="OpenJS Foundation" width="120" height="38">
</a>
<ul class="list-divider-pipe issue-link">
<li><a href="https://github.com/nodejs/node/issues">{{site.reportNodeIssue}}</a></li>
<li><a href="https://github.com/nodejs/nodejs.org/issues">{{site.reportWebsiteIssue}}</a></li>
<li><a href="https://github.com/nodejs/help/issues">{{site.getHelpIssue}}</a></li>
<li><a href="https://status.nodejs.org/">{{site.statusPage}}</a></li>
</ul>
</div>
<p>© OpenJS Foundation. All Rights Reserved. Portions of this site originally © Joyent.</p>
<p>Node.js is a trademark of Joyent, Inc. and is used with its permission. Please review the <a href="/static/documents/trademark-policy.pdf">Trademark Guidelines of the OpenJS Foundation</a>.</p>
<p>
<a href="https://raw.githubusercontent.com/nodejs/node/master/LICENSE">Node.js Project Licensing Information</a>.
</p>
{{> contributor-card }}
</div>
</div>
</footer>
<script src="/static/js/main.js" async defer></script>
<script src="https://rxy2rhgm8q1n.statuspage.io/embed/script.js" async defer></script>