Skip to content

Commit 4385183

Browse files
authored
chore: use OpenJS Foundation recommended footer (#4725)
* chore: use OpenJS Foundation recommended footer Refs: https://github.com/openjs-foundation/artwork#copyright-notices-for-project-website-footers * fixup! chore: use OpenJS Foundation recommended footer * fixup! fixup! chore: use OpenJS Foundation recommended footer
1 parent 31c30a1 commit 4385183

2 files changed

Lines changed: 6 additions & 30 deletions

File tree

layouts/css/page-modules/_jsfoundation.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
.openjsfoundation-footer {
22
padding: 1em 20px;
3-
font-size: 14px;
3+
font-size: small;
44
color: $white;
55
background: $node-gray;
66
direction: ltr;
7-
width: 60%;
7+
text-align: center;
8+
width: 100%;
89
float: left;
910

1011
p + p {
11-
margin-top: 0;
12-
margin-bottom: .25em;
12+
font-size: medium;
1313
}
1414
}
1515

layouts/partials/footer.hbs

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,8 @@
44

55
<div class="container">
66
<div class="openjsfoundation-footer">
7-
<div class="issue-link-container">
8-
<a class="openjsfoundation-logo" href="https://openjsf.org/">
9-
<img src="/static/images/openjs_foundation-logo.svg" alt="OpenJS Foundation" width="120" height="38">
10-
</a>
11-
</div>
12-
<p>© OpenJS Foundation. All Rights Reserved. Portions of this site originally © Joyent.</p>
13-
<p>Node.js is a trademark of the OpenJS Foundation. Please review the <a
14-
href="https://trademark-list.openjsf.org">Trademark List</a> and <a
15-
href="https://trademark-policy.openjsf.org">Trademark Guidelines</a> of the <a href="https://openjsf.org">OpenJS
16-
Foundation</a>.</p>
17-
<p>
18-
<a href="https://raw.githubusercontent.com/nodejs/node/main/LICENSE">Node.js Project Licensing
19-
Information</a>.
20-
</p>
21-
</div>
22-
23-
<div class="help">
24-
<ul>
25-
<li><a id="editOnGitHubLink" href="#">{{site.editOnGithub}}</a></li>
26-
<li><a href="https://github.com/nodejs/node/issues">{{site.reportNodeIssue}}</a></li>
27-
<li><a href="https://github.com/nodejs/nodejs.org/issues">{{site.reportWebsiteIssue}}</a></li>
28-
<li><a href="https://github.com/nodejs/help/issues">{{site.getHelpIssue}}</a></li>
29-
<li>
30-
<a href="https://github.com/nodejs/nodejs.org/blob/master/CONTRIBUTING.md">{{site.Contributing}}</a>
31-
</li>
32-
</ul>
7+
<p>Copyright <a href="https://openjsf.org">OpenJS Foundation</a> and Node.js contributors. All rights reserved. The <a href="https://openjsf.org">OpenJS Foundation</a> has registered trademarks and uses trademarks. For a list of trademarks of the <a href="https://openjsf.org">OpenJS Foundation</a>, please see our <a href="https://trademark-policy.openjsf.org">Trademark Policy</a> and <a href="https://trademark-list.openjsf.org">Trademark List</a>. Trademarks and logos not indicated on the <a href="https://trademark-list.openjsf.org">list of OpenJS Foundation trademarks</a> are trademarks&trade; or registered&reg; trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.</p>
8+
<p><a href="https://openjsf.org">The OpenJS Foundation</a> | <a href="https://terms-of-use.openjsf.org">Terms of Use</a> | <a href="https://privacy-policy.openjsf.org">Privacy Policy</a> | <a href="https://bylaws.openjsf.org">Bylaws</a> | <a href="https://code-of-conduct.openjsf.org">Code of Conduct</a> | <a href="https://trademark-policy.openjsf.org">Trademark Policy</a> | <a href="https://trademark-list.openjsf.org">Trademark List</a> | <a href="https://www.linuxfoundation.org/cookies">Cookie Policy</a></p>
339
</div>
3410
</div>
3511

0 commit comments

Comments
 (0)