Skip to content

Commit

Permalink
Banner Image Update
Browse files Browse the repository at this point in the history
88x31 banner image - RAD Allies
  • Loading branch information
KaizNike committed Apr 11, 2024
1 parent 5d47922 commit c82f076
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 1 deletion.
Binary file added Projects/RAFSicon.aseprite
Binary file not shown.
Binary file added Projects/RAFSicon.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Projects/neo1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ Our technology of choice is [Onion Ring](https://garlic.garden/onionring/). Cont

If you know how this website we run on this local planet works, go ahead and submit a issue declaring yourself, or check yourself into the discussion boards.

### New Option
Another way of joining is linking to this page via a banner like this one: ![RAD Webring Banner - Free Stars](.//Projects/RAFSicn.gif)
You can download and link it with the following. Assuming the banner is not in a folder.

```
<a href="https://kaiznike.github.io/Radical-Alliance-of-Free-Stars-Webring/"><img src="RAFSicn.gif"></a>
```

## Our Rules:
Members are free to be part of worlds with varying cultures, our one rule of cool is that humanity is not to be harmed, physically or mentally. We grant similar fronds to those capable of expression, no matter how small or big. Birds are friends too, do not believe their propaganda.

Expand Down
2 changes: 2 additions & 0 deletions onionring-variables.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ var indexPage = 'https://kaiznike.github.io/Radical-Alliance-of-Free-Stars-Webri

//should the widget include a random button?
var useRandom = true;

var indexBanner = indexPage + "Projects/RAFSicon.gif"
3 changes: 2 additions & 1 deletion onionring-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ else {
indexText = ""
//if you've chosen to include an index, this builds the link to that
if (useIndex) {
indexText = `<a href='${indexPage}'>index</a> | `;
// indexText = `<a href='${indexPage}'>index</a> | `;
indexText = `<a href='${indexPage}'><img src='${indexBanner}'></a> | `;
}

randomText = ""
Expand Down

0 comments on commit c82f076

Please sign in to comment.