|
1 | 1 | <footer> |
2 | 2 | <div id="footerTop"> |
3 | | - <a |
4 | | - href="https://openjsf.org/" |
5 | | - target="_blank" |
6 | | - rel="noopener" |
7 | | - title="OpenJS Foundation" |
8 | | - > |
9 | | - <lazy-svg |
10 | | - loading="visible" |
11 | | - id="footerOpenJSLogo" |
12 | | - href="{{ |
13 | | - site.baseurl |
14 | | - }}/images/openjs_foundation-logo-horizontal-color.svg" |
15 | | - label="OpenJS logo" |
16 | | - > |
17 | | - </lazy-svg> |
18 | | - </a> |
19 | | - |
20 | 3 | <div id="footerLitLogoWrapper"> |
21 | 4 | <lazy-svg |
22 | 5 | loading="visible" |
|
141 | 124 | </div> |
142 | 125 |
|
143 | 126 | <div id="footerBottom"> |
| 127 | + <div id="footerCopyright"> |
| 128 | + <a |
| 129 | + href="https://openjsf.org/" |
| 130 | + target="_blank" |
| 131 | + rel="noopener" |
| 132 | + title="OpenJS Foundation" |
| 133 | + ><lazy-svg |
| 134 | + loading="visible" |
| 135 | + id="footerOpenJSLogo" |
| 136 | + href="{{ |
| 137 | + site.baseurl |
| 138 | + }}/images/openjs_foundation-logo-horizontal-color.svg" |
| 139 | + label="OpenJS logo" |
| 140 | + ></lazy-svg |
| 141 | + ></a> |
| 142 | + <p> |
| 143 | + <a href="https://openjsf.org">The OpenJS Foundation</a> | |
| 144 | + <a href="https://terms-of-use.openjsf.org">Terms of Use</a> | |
| 145 | + <a href="https://privacy-policy.openjsf.org">Privacy Policy</a> | |
| 146 | + <a href="https://bylaws.openjsf.org">Bylaws</a> | |
| 147 | + <a href="https://code-of-conduct.openjsf.org">Code of Conduct</a> | |
| 148 | + <a href="https://trademark-policy.openjsf.org">Trademark Policy</a> | |
| 149 | + <a href="https://trademark-list.openjsf.org">Trademark List</a> | |
| 150 | + <a href="https://www.linuxfoundation.org/cookies">Cookie Policy</a> |
| 151 | + </p> |
| 152 | + </div> |
| 153 | + <p> |
| 154 | + Copyright <a href="https://openjsf.org">OpenJS Foundation</a> and the Lit |
| 155 | + Project. All rights reserved. The |
| 156 | + <a href="https://openjsf.org">OpenJS Foundation</a> has registered |
| 157 | + trademarks and uses trademarks. For a list of trademarks of the |
| 158 | + <a href="https://openjsf.org">OpenJS Foundation</a>, please see our |
| 159 | + <a href="https://trademark-policy.openjsf.org">Trademark Policy</a> and |
| 160 | + <a href="https://trademark-list.openjsf.org">Trademark List</a>. |
| 161 | + Trademarks and logos not indicated on the |
| 162 | + <a href="https://trademark-list.openjsf.org" |
| 163 | + >list of OpenJS Foundation trademarks</a |
| 164 | + > |
| 165 | + are trademarks™ or registered® trademarks of their respective |
| 166 | + holders. Use of them does not imply any affiliation with or endorsement by |
| 167 | + them. |
| 168 | + </p> |
| 169 | + |
144 | 170 | <p> |
145 | | - Copyright (c) The Lit Project. Code licensed under |
| 171 | + Code licensed under |
146 | 172 | <a href="https://spdx.org/licenses/BSD-3-Clause.html">BSD-3-Clause</a>. |
147 | 173 | Documentation licensed under |
148 | 174 | <a href="https://spdx.org/licenses/CC-BY-3.0">CC-BY-3.0</a>. |
|
0 commit comments