armadaproject / armada

A multi-cluster batch queuing system for high-throughput workloads on Kubernetes.
https://armadaproject.io
Apache License 2.0
483 stars 136 forks source link

Website does not have the correct trademark disclaimer #3245

Closed thisisobate closed 9 months ago

thisisobate commented 9 months ago

As part of our ongoing effort to https://github.com/cncf/techdocs/issues/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 commented 9 months ago

Cc for visibility @naskio

Mo-Fatah commented 9 months ago

fixed in https://github.com/armadaproject/armada/pull/3378 . it is visible now on https://armadaproject.io/

Thanks for raising the issue!