Design Systems Webring
A webring for design system practitioners.
A webring for design system practitioners.
A webring is a human-curated list of websites organized around a specific topic. This webring is dedicated to people interested in design systems.
If you think you belong here, chances are you do. People of any level of skill or experience in the industry doing design systems work are welcome. Being listed requires:
This webring is focused on people. Because of this, it is not interested in listing design system companies and professional organizations. Please refer to our code of conduct for further information about acceptable and unacceptable behavior.
Copy this code snippet into your website to add the web component:
<design-systems-webring>
<p>
This site is part of <a href="https://design-system.club">Design Systems Webring</a>
</p>
<a rel="external" referrerpolicy="strict-origin" href="https://design-system.club/prev">Previous</a>
<a rel="external" referrerpolicy="strict-origin" href="https://design-system.club/random">Random</a>
<a rel="external" referrerpolicy="strict-origin" href="https://design-system.club/next">Next</a>
</design-systems-webring>
<script async src="https://design-system.club/embed.js" charset="utf-8"></script>
It will render the below banner that links to the other members. Please note that this is a work-in-progress and the styling will get better over time:
This site is part of Design Systems Webring
Previous Random NextIf you want more control or to create a custom banner, copy and paste the below html snippet somewhere on your website:
<nav class="design-systems-webring" aria-labelledby="design-systems-webring">
<h2 id="design-systems-webring">Design Systems Webring</h2>
<p>This site is part of <a rel="external" href="https://design-system.club/">Design Systems Webring</a>.</p>
<ul>
<li><a rel="external" referrerpolicy="strict-origin" href="https://design-system.club/prev">Previous website</a></li>
<li><a rel="external" referrerpolicy="strict-origin" href="https://design-system.club/random">Random website</a></li>
<li><a rel="external" referrerpolicy="strict-origin" href="https://design-system.club/next">Next website</a></li>
</ul>
</nav>
You can style the presentation of this code however you like, as long as it’s done in an accessible way. For a live example, see Ariel’s implementation.
I don’t mind if you want people to land on your usual landing page, and then put the webring links out of the way in another page. That’s accepted as long as it’s findable within one click.
Ariel Salminen, with help from Max Böck’s webring project and Eric Bailey’s a11y-webring project.