Skip to content
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
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
BSD 3-Clause License

Copyright (c) The Lit Project.
Copyright (c) 2020 Google LLC. All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
1 change: 1 addition & 0 deletions packages/lit-dev-cloudbuild-cleanup/src/cleanup.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @license
* Copyright The Lit Project
* Copyright 2022 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
Expand Down
1 change: 1 addition & 0 deletions packages/lit-dev-content/.eleventy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @license
* Copyright The Lit Project
* Copyright 2020 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
Expand Down
1 change: 1 addition & 0 deletions packages/lit-dev-content/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @license
* Copyright The Lit Project
* Copyright 2020 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @license
* Copyright The Lit Project
* Copyright 2020 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @license
* Copyright The Lit Project
* Copyright 2020 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @license
* Copyright The Lit Project
* Copyright 2020 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @license
* Copyright The Lit Project
* Copyright 2020 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
Expand Down
1 change: 1 addition & 0 deletions packages/lit-dev-content/site/_data/api-docs-pages.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @license
* Copyright The Lit Project
* Copyright 2021 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
Expand Down
1 change: 1 addition & 0 deletions packages/lit-dev-content/site/_data/env.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @license
* Copyright The Lit Project
* Copyright 2021 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
Expand Down
1 change: 1 addition & 0 deletions packages/lit-dev-content/site/_data/playground_examples.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @license
* Copyright The Lit Project
* Copyright 2021 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
Expand Down
1 change: 1 addition & 0 deletions packages/lit-dev-content/site/_data/tutorials.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @license
* Copyright The Lit Project
* Copyright 2022 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
Expand Down
1 change: 1 addition & 0 deletions packages/lit-dev-content/site/_data/videos.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @license
* Copyright The Lit Project
* Copyright 2023 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
Expand Down
88 changes: 54 additions & 34 deletions packages/lit-dev-content/site/_includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
<footer>
<div id="footerTop">
<div id="footerNameAndLogo">
<a
href="https://openjsf.org/"
target="_blank"
rel="noopener"
title="OpenJS Foundation"
>
<lazy-svg
loading="visible"
id="footerName"
href="{{ site.baseurl }}/images/logo.svg#name-symbol"
label="Lit">
loading="visible"
id="footerOpenJSLogo"
href="{{
site.baseurl
}}/images/openjs_foundation-logo-horizontal-color.svg"
label="OpenJS logo"
>
</lazy-svg>
</a>

<div id="footerLitLogoWrapper">
<lazy-svg
loading="visible"
id="footerFlame"
href="{{ site.baseurl }}/images/logo.svg#flame-symbol"
label="Lit logo">
loading="visible"
id="footerLitLogo"
href="{{ site.baseurl }}/images/logo.svg"
label="Lit"
>
</lazy-svg>
</div>

Expand All @@ -29,7 +41,8 @@
<lazy-svg
href="{{ site.baseurl }}/images/social/discord.svg#discord"
label="Discord"
loading="visible">
loading="visible"
>
</lazy-svg>
</a>

Expand All @@ -43,7 +56,8 @@
<lazy-svg
href="{{ site.baseurl }}/images/social/bluesky.svg#bluesky"
label="Bluesky"
loading="visible">
loading="visible"
>
</lazy-svg>
</a>

Expand All @@ -57,7 +71,8 @@
<lazy-svg
href="{{ site.baseurl }}/images/social/x.svg#x"
label="X"
loading="visible">
loading="visible"
>
</lazy-svg>
</a>

Expand All @@ -67,12 +82,13 @@
rel="noopener"
title="GitHub"
aria-label="GitHub"
>
<lazy-svg
href="{{ site.baseurl }}/images/social/github.svg#github"
label="GitHub"
loading="visible"
>
<lazy-svg
href="{{ site.baseurl }}/images/social/github.svg#github"
label="GitHub"
loading="visible">
</lazy-svg>
</lazy-svg>
</a>

<a
Expand All @@ -81,13 +97,13 @@
rel="noopener"
title="YouTube"
aria-label="YouTube"
>
<lazy-svg
href="{{ site.baseurl }}/images/social/youtube.svg#youtube"
label="YouTube"
loading="visible"
>
<lazy-svg
href="{{ site.baseurl }}/images/social/youtube.svg#youtube"
label="YouTube"
loading="visible">
</lazy-svg>
</svg>
</lazy-svg>
</a>

<a
Expand All @@ -96,12 +112,15 @@
rel="noopener"
title="Stack Overflow"
aria-label="Stack Overflow"
>
<lazy-svg
href="{{
site.baseurl
}}/images/social/stackoverflow.svg#stackoverflow"
label="Stack Overflow"
loading="visible"
>
<lazy-svg
href="{{ site.baseurl }}/images/social/stackoverflow.svg#stackoverflow"
label="Stack Overflow"
loading="visible">
</lazy-svg>
</lazy-svg>
</a>

<a
Expand All @@ -110,19 +129,20 @@
rel="noopener"
title="Community Calendar"
aria-label="Community Calendar"
>
<lazy-svg
href="{{ site.baseurl }}/images/icons/calendar-month.svg#icon"
label="Community Calendar"
loading="visible"
>
<lazy-svg
href="{{ site.baseurl }}/images/icons/calendar-month.svg#icon"
label="Community Calendar"
loading="visible">
</lazy-svg>
</lazy-svg>
</a>
</div>
</div>

<div id="footerBottom">
<p>
Copyright Google LLC. Code licensed under
Copyright (c) The Lit Project. 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
23 changes: 9 additions & 14 deletions packages/lit-dev-content/site/css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,24 @@
margin: var(--header-footer-margin, unset);
}

#footerNameAndLogo lazy-svg {
display: flex;
#footerTop > * {
flex: 0;
}

#footerNameAndLogo {
flex: 1;
display: flex;
justify-content: space-between;
align-items: flex-end;
#footerLitLogoWrapper {
/* Push the logo up a bit to visually align with the other logos */
padding-bottom: 1em;
}

#footerFlame {
height: 3.5em;
width: 2.8em;
#footerLitLogo {
height: 4em;
}

#footerName {
height: 2.14em;
width: 3.24em;
#footerOpenJSLogo {
height: 2.5em;
}

#footerSocialLinks {
flex: 1;
display: flex;
justify-content: flex-end;
}
Expand Down
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 packages/lit-dev-content/site/learn/learn.11tydata.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @license
* Copyright The Lit Project
* Copyright 2023 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
Expand Down
1 change: 1 addition & 0 deletions packages/lit-dev-content/src/code-language-preference.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @license
* Copyright The Lit Project
* Copyright 2021 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @license
* Copyright The Lit Project
* Copyright 2022 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
Expand Down
1 change: 1 addition & 0 deletions packages/lit-dev-content/src/components/copy-button.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @license
* Copyright The Lit Project
* Copyright 2021 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
Expand Down
1 change: 1 addition & 0 deletions packages/lit-dev-content/src/components/lazy-svg.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @license
* Copyright The Lit Project
* Copyright 2022 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
Expand Down
1 change: 1 addition & 0 deletions packages/lit-dev-content/src/components/litdev-aside.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @license
* Copyright The Lit Project
* Copyright 2022 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
Expand Down
Loading
Loading