Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website does not have the correct trademark disclaimer #3245

Closed
thisisobate opened this issue Jan 23, 2024 · 2 comments
Closed

Website does not have the correct trademark disclaimer #3245

thisisobate opened this issue Jan 23, 2024 · 2 comments
Assignees
Labels
website Armada website related issue

Comments

@thisisobate
Copy link

thisisobate commented Jan 23, 2024

As part of our ongoing effort to cncf/techdocs#198, we noticed that the website does not pass the trademark criteria on CLOMonitor.

To fix this:
Head to the source code of the website. In the <footer> section, add a disclaimer or link to the Linux foundation trademark disclaimer page:

Disclaimer

<footer>
   <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>
</footer>

Link

 <footer>
      <ul>
          <li><a href="https://www.linuxfoundation.org/legal/trademark-usage">Trademarks</a></li>
      </ul>
 </footer>
@c-rindi
Copy link
Collaborator

c-rindi commented Jan 26, 2024

Cc for visibility @naskio

@richscott richscott added the website Armada website related issue label Jan 26, 2024
richscott added a commit to richscott/armada that referenced this issue Feb 6, 2024
richscott added a commit to richscott/armada that referenced this issue Feb 6, 2024
@Mo-Fatah
Copy link
Collaborator

Mo-Fatah commented Feb 7, 2024

fixed in #3378 . it is visible now on https://armadaproject.io/

Thanks for raising the issue!

@Mo-Fatah Mo-Fatah closed this as completed Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
website Armada website related issue
Projects
None yet
Development

No branches or pull requests

4 participants