Skip to content

Commit

Permalink
add trademark usage
Browse files Browse the repository at this point in the history
Signed-off-by: mattvoget <mvoget@datawire.io>
  • Loading branch information
mattvoget committed Feb 2, 2024
1 parent 10d9b7c commit 361c913
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Layout/layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,10 @@ footer {
}
}

.trademarkUsage {
margin-top: 5rem;
}

.purpleLight {
background-color: @purple-98;
}
Expand Down
6 changes: 6 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,12 @@ export default function HomePage({ location }) {
formId="956287a4-7614-486b-91bd-28c9a91949cb"
/>
</div>
<div className="trademarkUsage">
<p>
The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation,
please see our <a href="https://www.linuxfoundation.org/legal/trademark-usage">Trademark Usage page</a>.
</p>
</div>
</section>
</EasyLayout>
);
Expand Down

0 comments on commit 361c913

Please sign in to comment.