1
1
mirror of https://github.com/XXIIVV/webring.git synced 2024-11-05 04:40:26 +03:00
webring/README.md

34 lines
1.5 KiB
Markdown
Raw Normal View History

2018-05-17 02:08:23 +03:00
# Webring
2018-05-17 03:36:31 +03:00
This [webring](http://wiki.xxiivv.com/webring) is an attempt to inspire artists and developers to create and maintain their own website and share traffic among each other.
2018-05-17 02:08:23 +03:00
The webring's aim is to share personal websites such as diaries, wikis, bookmark lists, portfolios. To add yourself to the ring, submit a pull request to this repository.
## Join the webring
Add your website url to the [index.html](https://github.com/XXIIVV/webring/edit/master/index.html), and add the webring icon to your website html. Alternatively, if you your website has a dark background, use `icon.white.svg`.
```
<a href='http://webring.xxiivv.com/' target='_blank'><img src='http://webring.xxiivv.com/icon.black.svg'/></a>
```
2018-05-17 04:17:53 +03:00
### Circular Linking
Instead of linking to the directory, you can also link to the next link in the ring with(notice the hash in the link url):
```
<a href='http://webring.xxiivv.com/#wiki.xxiivv' target='_blank'><img src='http://webring.xxiivv.com/icon.black.svg'/></a>
```
### Random Linking
Instead of linking to the directory, or to the next link, you can also decide to link to a random link from the directory with:
```
<a href='http://webring.xxiivv.com/#random' target='_blank'><img src='http://webring.xxiivv.com/icon.black.svg'/></a>
```
2018-05-17 02:08:23 +03:00
## Need Help?
The ring master is [@neauoire](http://twitter.com/neauoire), but any member of the network is also welcome to join this repository as a collaborator to help manage new links and Pull Requests. Read more [here](http://wiki.xxiivv.com/webring).