Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Spin uses Wasm because it is **sandboxed, portable, and fast**. Millisecond col

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

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.
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.

**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)!

Expand Down
7 changes: 7 additions & 0 deletions templates/content_footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@
<a class="navbar-item" href="https://twitter.com/spinframework" target="_blank">Twitter</a>
<a class="navbar-item" href="https://cloud-native.slack.com/archives/C089NJ9G1V0" target="_blank">Slack</a>
</div>
<div class="has-text-left mt-4" style="width: 100%;">
<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" target="_blank">Trademark Usage page</a>.
</p>
</div>
</nav>
</footer>