Skip to content

Commit 8bbef36

Browse files
Merge pull request #100 from kate-goldenring/cncf-footer
Update footer and landing page to meet CNCF website guidelines
2 parents 1d8984f + 2997601 commit 8bbef36

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Spin uses Wasm because it is **sandboxed, portable, and fast**. Millisecond col
1313

1414
Many languages have Wasm implementations, so **developers don't have to learn new languages or libraries**.
1515

16-
Spin is **open source**, under the aegis of the [CNCF](https://www.cncf.io/), and **built on standards**, meaning you can take your Spin applications anywhere. There are Spin implementations for local development, for self-hosted servers, for Kubernetes, and for cloud-hosted services.
16+
Spin is an **open source** [Cloud Native Computing Foundation](https://www.cncf.io/) sandbox project. It is **built on standards**, meaning you can take your Spin applications anywhere. There are Spin implementations for local development, for self-hosted servers, for Kubernetes, and for cloud-hosted services.
1717

1818
**Want to see the kinds of things people are building with Spin?** Check out what's [Built With Spin](./see-what-people-have-built-with-spin)!
1919

templates/content_footer.hbs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,12 @@
55
<a class="navbar-item" href="https://twitter.com/spinframework" target="_blank">Twitter</a>
66
<a class="navbar-item" href="https://cloud-native.slack.com/archives/C089NJ9G1V0" target="_blank">Slack</a>
77
</div>
8+
<div class="has-text-left mt-4" style="width: 100%;">
9+
<p>
10+
The Linux Foundation has registered trademarks and uses trademarks.
11+
For a list of trademarks of The Linux Foundation, please see our
12+
<a href="https://www.linuxfoundation.org/legal/trademark-usage" target="_blank">Trademark Usage page</a>.
13+
</p>
14+
</div>
815
</nav>
916
</footer>

0 commit comments

Comments
 (0)