Revise copyright notice with OpenJS attribution#13
Open
chrisgervang wants to merge 6 commits intomasterfrom
Open
Revise copyright notice with OpenJS attribution#13chrisgervang wants to merge 6 commits intomasterfrom
chrisgervang wants to merge 6 commits intomasterfrom
Conversation
Added an OpenJS Foundation logo with a link to openvisualization.org in the Docusaurus navbar and included a Slack workspace link in the 'More' dropdown. Also added the OpenJS Foundation SVG asset to the static directory.
felixpalmer
requested changes
Aug 26, 2025
| ], | ||
| copyright: `Copyright © ${new Date().getFullYear()} OpenJS Foundation` | ||
| copyright: | ||
| '<p>Copyright <a href="https://openjsf.org">OpenJS Foundation</a> and vis.gl 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™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.</p><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>' |
There was a problem hiding this comment.
This is quite a wall of text compared to what we had before. Checking at random, https://nodejs.org/en just links to OpenJS
Contributor
Author
There was a problem hiding this comment.
It's copy/pasted from their spec
There was a problem hiding this comment.
Can we at least reduce the font size?
Contributor
Author
There was a problem hiding this comment.
Yeah we can do 12pt or something. cosmos.gl and GeoDa have this footer too
Contributor
Author
There was a problem hiding this comment.
0.8 rem looks nice and small https://github.com/geodaai/geodaai.github.io/blob/main/website/src/css/custom.css#L69-L73
felixpalmer
approved these changes
Aug 27, 2025
| ], | ||
| copyright: `Copyright © ${new Date().getFullYear()} OpenJS Foundation` | ||
| copyright: | ||
| '<p>Copyright <a href="https://openjsf.org">OpenJS Foundation</a> and vis.gl 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™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.</p><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>' |
There was a problem hiding this comment.
Can we at least reduce the font size?
Replaces the footer copyright HTML with a div using the 'footer-copy' class for improved structure. Adds CSS rules to style '.footer-copy' and '.footer__copyright' for left alignment, smaller font size, and adjusted line height.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #9