Skip to content
Open
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
30 changes: 28 additions & 2 deletions packages/lit-dev-content/site/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,22 @@
>
<lazy-svg
loading="visible"
id="footerOpenJSLogo"
class="footerOpenJSLogo light-only"
href="{{
site.baseurl
}}/images/openjs_foundation-logo-horizontal-color.svg"
label="OpenJS logo"
>
</lazy-svg>
<lazy-svg
loading="visible"
class="footerOpenJSLogo dark-only"
href="{{
site.baseurl
}}/images/openjs_foundation-logo-horizontal-white.svg"
label="OpenJS logo"
>
</lazy-svg>
</a>

<div id="footerLitLogoWrapper">
Expand Down Expand Up @@ -142,7 +151,24 @@

<div id="footerBottom">
<p>
Copyright (c) The Lit Project. Code licensed under
Copyright <a href="https://openjsf.org">OpenJS Foundation</a> and The Lit Project 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/>
<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>
<br/>
Code licensed under
<a href="https://spdx.org/licenses/BSD-3-Clause.html">BSD-3-Clause</a>.
Documentation licensed under
<a href="https://spdx.org/licenses/CC-BY-3.0">CC-BY-3.0</a>.
Expand Down
10 changes: 7 additions & 3 deletions packages/lit-dev-content/site/css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,15 @@
height: 4em;
}

#footerOpenJSLogo {
.footerOpenJSLogo {
height: 2.5em;
}

body.light .dark-only,
body.dark .light-only {
display: none;
}

#footerSocialLinks {
display: flex;
justify-content: flex-end;
Expand All @@ -49,7 +54,6 @@
}

#footerBottom {
height: var(--footer-bottom-height);
padding: 0 0.5em;
display: flex;
align-items: center;
Expand All @@ -59,7 +63,7 @@
}

#footerBottom > p > a {
color: var(--sys-color-primary);
color: var(--sys-color-primary-variant-dimmer);
font-weight: 600;
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.