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!
- Host: GitHub
- URL: https://github.com/aceynk/charlotteworld
- Owner: aceynk
- License: mit
- Created: 2024-03-06T22:20:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T02:45:58.000Z (about 2 years ago)
- Last Synced: 2025-04-19T14:57:25.791Z (about 1 year ago)
- Topics: css, html, js, webring
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
Compressed:
```HTML
```
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!