Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshpsawyer/donaldson-webring
a webring for justin donaldson's discord and some other people I guess?
https://github.com/joshpsawyer/donaldson-webring
Last synced: 3 days ago
JSON representation
a webring for justin donaldson's discord and some other people I guess?
- Host: GitHub
- URL: https://github.com/joshpsawyer/donaldson-webring
- Owner: joshpsawyer
- Created: 2022-03-10T01:47:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T01:01:47.000Z (over 2 years ago)
- Last Synced: 2024-11-22T09:19:38.447Z (2 months ago)
- Language: JavaScript
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Donaldsons Webring
## What is this?
Ah, the webring. Friends and like-minded people joining up to promote eachother
before search engines ruled everything. [Wikipedia Has A Great Article](https://en.wikipedia.org/wiki/Webring) but it
is sufficient to say that we're all artist friends that want to band together.This particular webring is based on the [garlic garden Onionring](https://garlic.garden/onionring/) which can be viewed in its original form at the garlic garden onionring website. Some modifications were made to allow site names and descriptions.
## How do I join?
Contact somebody in the group that can vouch for you.
## What do I put on my site?
After joining the webring, simply paste the following on your website to render the widget.
```html
```The above renders a table with one row and 3 columns. To render a table with 3 rows and one column, use:
```html
```For more control, you can render 3 divs and no table:
```html
```## Is there a style?
Sure, there's some default styling done via [onionring.css](onionring.css). Load it with
```html
```
in the `` part of your website... or don't and just write your own CSS! Use the #donaldsonwebring selector to target the elements.