Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

OpenJS Foundation onboarding requirements - Adding the logo and copyright to the website #505

Merged
merged 10 commits into from
Mar 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,17 @@ <h2 class="footer-heading">{{ site.title | escape }}</h2>
</div>

<div class="footer-col footer-col-3">
<p>{{ site.description | escape }}</p>
<p>
<a href="https://openjsf.org"><img alt="Logo of the OpenJS Foundation" src="/assets/openjs_foundation-logo.svg" class="custom-logo-link"></a>
</p>
</div>
</div>

<div class="footer-col-wrapper">
<div class="footer-col footer-col-4">
<p>Copyright <a href="https://openjsf.org">OpenJS Foundation</a> and {{ site.title }} 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>
<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>
</div>
</div>
</div>

</footer>
7 changes: 7 additions & 0 deletions assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,11 @@ $content-width: 960px !default;

.wrapper.buttons {
margin-bottom: 10px;
}

.custom-logo-link {
/* display: inline-block; */
max-height: 40px;
padding-bottom: 0.7em;
/* width: auto; */
}
67 changes: 67 additions & 0 deletions assets/openjs_foundation-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions learn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ title: Learn
* [card.schema.json](./examples/card.schema.json)
* [geographical-location.schema.json](./examples/geographical-location.schema.json)
* [Understanding JSON Schema](/understanding-json-schema/)
* [JSON Schema reference documentation](https://www.learnjsonschema.com/)
* [JSON Schema Glossary](./glossary.md) which attempts to explain conversational terminology