Skip to content

Commit c8d4754

Browse files
authored
[website] Update OpenJS Foundation copyright and logo (#9749)
1 parent 97ad3ba commit c8d4754

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

bindings/pydeck/docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Contributing to pydeck
22
======================
33

44
We encourage users to report bugs, fix them, and add features as desired.
5-
We support our contributors in the #pydeck channel in the `deck.gl Slack workspace <https://join.slack.com/t/deckgl/shared_invite/zt-7oeoqie8-NQqzSp5SLTFMDeNSPxi7eg>`__.
5+
We support our contributors in the #pydeck channel in the `OpenJS Slack workspace <https://slack-invite.openjsf.org>`__.
66
If you run into issues while using this guide, let us know.
77

88
For governance policy and code of conduct, please see the `deck.gl contribution guidelines <https://deck.gl/docs/contributing>`__.

website/docusaurus.config.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ const config = {
152152
href: 'https://github.com/visgl/deck.gl',
153153
label: 'GitHub',
154154
position: 'right'
155+
},
156+
{
157+
type: 'html',
158+
position: 'right',
159+
value: '<a href="https://openvisualization.org" target="_blank" style="content: \'\'; height: 24px; width: 80px; background-image: url(\'/openjs-foundation.svg\'); background-repeat: no-repeat; background-size: 80px 24px; display: flex"></a>'
155160
}
156161
]
157162
},
@@ -197,10 +202,6 @@ const config = {
197202
{
198203
label: 'react-map-gl',
199204
href: 'https://visgl.github.io/react-map-gl'
200-
},
201-
{
202-
label: 'nebula.gl',
203-
href: 'https://nebula.gl'
204205
}
205206
]
206207
},
@@ -209,7 +210,7 @@ const config = {
209210
items: [
210211
{
211212
label: 'Slack workspace',
212-
href: 'https://join.slack.com/t/deckgl/shared_invite/zt-7oeoqie8-NQqzSp5SLTFMDeNSPxi7eg'
213+
href: 'https://slack-invite.openjsf.org'
213214
},
214215
{
215216
label: 'vis.gl blog on Medium',
@@ -222,7 +223,7 @@ const config = {
222223
]
223224
}
224225
],
225-
copyright: `Copyright © ${new Date().getFullYear()} OpenJS Foundation`
226+
copyright: '<div class="footer-copy">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&trade; or registered&reg; trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.<br><br><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></div>'
226227
},
227228
algolia: {
228229
// The application ID provided by Algolia

website/src/styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,9 @@ main .container {
4949
html[data-theme='dark'] .docusaurus-highlight-code-line {
5050
background-color: rgba(0, 0, 0, 0.3);
5151
}
52+
53+
.footer-copy, .footer__copyright {
54+
text-align: left;
55+
font-size: .8rem;
56+
line-height: 1.4;
57+
}
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)