An open API service indexing awesome lists of open source software.

https://github.com/aceynk/charlotteworld

A webring for the CHARLOTTEWORLD discord server!
https://github.com/aceynk/charlotteworld

css html js webring

Last synced: 11 months ago
JSON representation

A webring for the CHARLOTTEWORLD discord server!

Awesome Lists containing this project

README

          

# CHARLOTTEWORLD webring

This is a webring for the CHARLOTTEWORLD discord server. Instructions on how to use are below.

## How to request to join

To request joining the webring, please [fork](https://github.com/login?return_to=%2Faceynk%2Fcharlotteworld) the github repository and in ``users.json`` add your name and url to the end. Here is how to do this:

First, add a comma to the entry right before yours. The end of the file might look like this:

```
...
"crouton": "https://crouton.net"
}
```

And you should add a comma to the end so that it looks like this:

```
...
"crouton": "https://crouton.net",
}
```

However, you can't submit it like this. You need to add your name (can be anything) and your website's link. In the end, the file ending should look like:

```
...
"crouton": "https://crouton.net",
"my name": "https://example.com"
}
```

Create a pull request to merge this into main on the github repository. You will have to wait for the pull request to be accepted.

Requirements:

* Just have a functioning site and be a part of the CHARLOTTEWORLD discord server, and you'll be good!

## How to add the navigator to your page

To add the navigator to your page, first you'll want to place the following html into your `` tag at the start of your document.

```HTML

```

Once that is finished, place the following html wherever you'd like the navigator to be!

Normal:

```HTML



prev


CHARLOTTEWORLD Webring!


next


```

Compressed:

```HTML


prev
CHARLOTTEWORLD Webring!

next

```

Once you are done with that, it should work just fine! Please dm @aceynk on discord or create a [github issue](https://github.com/aceynk/charlotteworld/issues) if you run into any problems. Thank you, and enjoy!