How to Join

We'd love to see:

We do not accept:

Add yourself to the members list

Fork this repo, add a unique slug, your webpage's name, your webpage's URL, and a short introduction sentence to /_data/members.csv, then submit this PR with a distinct title:

If you have multiple flow pages (e.g. one for knowledge management, one for housekeeping, and one for selecting music), please only add one URL. You can direct readers to other pages using your own page.

If you don't have a GitHub account

Shoot me an email, or contact me in other preferred ways.

Add this webring on your webpage

Once you're on the members list, add this webring on your webpage by including: (replace YOUR-SLUG with the slug you chose)

You can simply copy and paste the following code into your footer area: (for example, your flow page)


<p style="display:flex;justify-content:space-evenly;">
<a href="https://flow-webring.netlify.app/YOUR-SLUG/previous">←</a>
<a href="https://flow-webring.netlify.app">~Flow~</a>
<a href="https://flow-webring.netlify.app/YOUR-SLUG/next">→</a>
</p>

You can use this 88x31 badge as well. It looks like this:


<div style="width:88px;height:31px;display:flex;flex-direction:row;">
<!-- don't forget to change "YOUR-SLUG" to your slug -->
<a href="https://flow-webring.netlify.app/YOUR-SLUG/previous"><img src="https://flow-webring.netlify.app/flow-badge-prev-next.png"></a>
<a href="https://flow-webring.netlify.app"><img src="https://flow-webring.netlify.app/flow-badge.gif"></a>
<a href="https://flow-webring.netlify.app/YOUR-SLUG/next"><img src="https://flow-webring.netlify.app/flow-badge-prev-next.png"></a>
</div>