📝 update README
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
55fcdaf7f3
commit
3037c878ef
1 changed files with 12 additions and 6 deletions
18
README.md
18
README.md
|
@ -1,16 +1,16 @@
|
|||
# One Piece Webring 🏴☠️
|
||||
|
||||
> *Inspired by [XXIIVV webring](https://github.com/XXIIVV/webring)*
|
||||
> *Inspired by [XXIIVV webring](https://github.com/XXIIVV/webring) & [Psycho Helmet Webring](https://sugarforbrains.neocities.org/mobring/)*
|
||||
|
||||
## 📝 Info
|
||||
|
||||
This webring is tailored for fans of One Piece, aiming to inspire artists & developers within the fandom to create and maintain their own personal websites. The primary goal of the webring is to cultivate a sense of community, enabling members to exchange traffic while exhibiting their personally crafted websites, including personal diaries, wikis, and portfolios.
|
||||
This [webring](webring.kjelsrud.dev) is tailored for fans of One Piece, aiming to inspire artists & developers within the fandom to create and maintain their own personal websites. The primary goal of the webring is to cultivate a sense of community, enabling members to exchange traffic while exhibiting their personally crafted websites, including personal diaries, wikis, and portfolios.
|
||||
|
||||
## 🤝 Join the webring
|
||||
|
||||
1. Add the webring icon to your website.
|
||||
2. ...
|
||||
3. [Submit a Pull Request]() with **the location of the webring icon** on your site. Blank description PRs will be rejected.
|
||||
2. Add your website information to the [index.vue](https://github.com/SindreKjelsrud/onepiece-webring/blob/main/pages/index.vue) file underneath `<!-- LIST -->`. Keep your link name short, and don't leave a trailing `/` in the `href` attribute. For the `id` attribute, use something like a alphanumerical value or your tag.
|
||||
3. Submit a Pull Request with **the location of the webring icon** on your site. Blank description PRs will be rejected.
|
||||
|
||||
### ✅ Webring criteria
|
||||
|
||||
|
@ -19,10 +19,16 @@ This webring is tailored for fans of One Piece, aiming to inspire artists & deve
|
|||
- Your website will be rejected if one of the following are true:
|
||||
- Single page websites, acting as a social media portal.
|
||||
- Websites with violent, racist, sexist or speciesist content.
|
||||
- Javascript/CSS3 is required to display the majority of its content or to navigate.
|
||||
- Javascript/CSS3 is required to display the ***majority*** of its content or to navigate.
|
||||
|
||||
> *Websites without activity for over 2 years might also be periodically removed*
|
||||
|
||||
### 🖇 Circular Linking
|
||||
|
||||
Instead of linking to the directory, you can also link to a random link in the ring by ...
|
||||
Instead of linking to the crewmates directory, you can link to a random link in the ring by adding their `id` to your webring icon!
|
||||
|
||||
```html
|
||||
<a href="https://webring.kjelsrud.dev/#id" target="_blank" rel="noopener noreferrer">
|
||||
<img src="https://webring.kjelsrud.dev/icon.black.svg" alt="grand line webring"/>
|
||||
</a>
|
||||
```
|
||||
|
|
Reference in a new issue