Tech makers
This is a webring of people who like making things with technology, be it software, hardware, or the wheel.
Code of ConductThis is a webring of people who like making things with technology, be it software, hardware, or the wheel.
Code of ConductA community of sites around a common topic, also known as a webring. Each member includes a badge on their site that links to the previous and next sites in the ring. Kids in the 90s used to love it!
To join the webring, open a pull request and supply the name and URL of your site. If you publish a RSS feed, you can provide that as well.
You can also Tweet to Stavros and ask to be included (make sure you mention your site's URL).
Once you've joined the ring, copy this code snippet into your site:
<webring-banner>
<p>Member of the <a href="https://webring.stavros.io">Tech makers</a> webring</p>
<a href="https://webring.stavros.io/prev">Previous</a>
<a href="https://webring.stavros.io/random">Random</a>
<a href="https://webring.stavros.io/next">Next</a>
</webring-banner>
<script async src="https://webring.stavros.io/embed.js" charset="utf-8"></script>
If you don't like JS or just don't want the default widget, you can just link to the proper URLs and style the section yourself:
<div>
<p>Member of the <a href="https://webring.stavros.io">Tech makers</a> webring</p>
<a href="https://webring.stavros.io/prev">Previous</a>
<a href="https://webring.stavros.io/random">Random</a>
<a href="https://webring.stavros.io/next">Next</a>
</div>
It will render this banner that links to the other members:
Member of the Tech makers webring
Previous Random NextIf you want to start your own webring, fork this project on Github and follow the instructions in the README.
Fork on Github