Skip to content
Open
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
13 changes: 13 additions & 0 deletions src/blog/shields-projects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{%
author: ${reardonj}
date: "2026-07-22"
tags: [governance]
%}

# Shields for Projects

Various shields for marking project association with Typelevel have floated around over the years. We now have the [official organization and affiliate shields](/resources.md#shields-for-typelevel-projects) hosted on Typelevel.org! If you are maintaining a Typelevel project, feel free to add the appropriate shield to your project page.

[![Typelevel Organization Project](/img/badge-organization.svg)](https://typelevel.org)

[![Typelevel Affiliate Project](/img/badge-affiliate.svg)](https://typelevel.org)
1 change: 1 addition & 0 deletions src/img/badge-affiliate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/img/badge-organization.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Resources

## Shields for Typelevel Projects

These standard shields can be used by affiliate and organization projects for their README and/or website to advertise their Typelevel association:

### Organization projects

[![Typelevel Organization Project](/img/badge-organization.svg)](https://typelevel.org)

```md
[![Typelevel Organization Project](https://typelevel.org/img/badge-organization.svg)](https://typelevel.org)
```

### Affiliate projects

[![Typelevel Affiliate Project](/img/badge-affiliate.svg)](https://typelevel.org)

```md
[![Typelevel Affiliate Project](https://typelevel.org/img/badge-affiliate.svg)](https://typelevel.org)
```
1 change: 1 addition & 0 deletions src/templates/footer.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<ul>
<li><a href="@:target(/code-of-conduct/README.md)">Code of Conduct</a></li>
<li><a href="@:target(/security.md)">Security Policy</a></li>
<li><a href="@:target(/resources.md)">Resources</a></li>
<li><a href="@:target(/colophon.md)">Colophon</a></li>
</ul>
</div>
Expand Down
Loading