How to Join
We'd love to see:
- how you manage your knowledge, collect information, read and digest,
- how you live your life,
- how you create.
We do not accept:
- NSFW contents,
- hate speech,
- bigotry,
- advertisement-focused contents.
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:
- Add
your URL here
- or Update
your URL here
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)
- https://flow-webring.netlify.app/YOUR-SLUG/previous
- https://flow-webring.netlify.app/
- https://flow-webring.netlify.app/YOUR-SLUG/next
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>