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

Commit cc0706e

Browse files
benjagmRelequestual
authored andcommitted
Adding the OpenJS Foundation logo and copyright to JSON Schema site.
As per OpenJS Foundation onboarding requirements we need to add the OpenJS Foundation logo and copyright to JSON Schema site.
1 parent 4b70748 commit cc0706e

File tree

3 files changed

+78
-1
lines changed

3 files changed

+78
-1
lines changed

_includes/footer.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ <h2 class="footer-heading">{{ site.title | escape }}</h2>
1919
</div>
2020

2121
<div class="footer-col footer-col-3">
22-
<p>{{ site.description | escape }}</p>
22+
<p>
23+
<a href="https://openjsf.org"><img alt="Logo of the OpenJS Foundation" src="/assets/openjs_foundation-logo.svg" class="custom-logo-link"></a>
24+
<br>© 2023 Open JS Foundation
25+
</p>
2326
</div>
2427
</div>
2528

assets/main.scss

+7
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,11 @@ $content-width: 960px !default;
176176

177177
.wrapper.buttons {
178178
margin-bottom: 10px;
179+
}
180+
181+
.custom-logo-link {
182+
/* display: inline-block; */
183+
max-height: 40px;
184+
padding-bottom: 0.7em;
185+
/* width: auto; */
179186
}

assets/openjs_foundation-logo.svg

+67
Loading

0 commit comments

Comments
 (0)