We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b70748 commit cc0706eCopy full SHA for cc0706e
_includes/footer.html
@@ -19,7 +19,10 @@ <h2 class="footer-heading">{{ site.title | escape }}</h2>
19
</div>
20
21
<div class="footer-col footer-col-3">
22
- <p>{{ site.description | escape }}</p>
+ <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>
26
27
28
assets/main.scss
@@ -176,4 +176,11 @@ $content-width: 960px !default;
176
177
.wrapper.buttons {
178
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; */
186
}
assets/openjs_foundation-logo.svg
0 commit comments