Skip to content

AELovelace/sleepyzone-webring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sleepy.Zone Webring:

For a quick and dirty solution, use the embed code below. Paste into your html where you would like it and size. Embed is unable to be styled by the user and uses a static stylesheet hosted on my servers. <div id='sleepyembed' style="width:100%;height:100%;"><embed type="text/html" src="https://sadgirlsclub.wtf/sleepyring.html" style="width: 100%;height: 100%;"></div>

If you wish to style it, place the css om the included css file into your stylesheet somewhere, then paste the html code into your document where you want it to appear or download sleepyring.html, place on your site, and replace the path to my site with your copy. Change paths as needed

Sleepycontib banner and code:

If you want to implement a little banner-roll for sleepy artists, i put together a quick and dirty solution. The dirtiest way: sleepycred.js form sadgirlsclub

1: paste this tag into your header:

<script src="https://sadgirlsclub.wtf/engine/banners/sleepycred.js"></script>

2: Place in your webpage where you want it to be

        <h4 style ="background-color: black; border: 2px ridge; text-align:center; ">Random SleepyContrib</h4>
        <h4 id="sleepy" style ="background-color: black;text-align: center; border: 2px ridge;"></h4>
        <p style="text-align:center;">Click Member Name to View their page</p>
        </div>

The proper way:

1: download and put sleepycred.js on your server

2: Put this in your html header. Replace the path with the path to your copy of sleepycred.js:

in header:

<script src="/engine/banners/sleepycred.js"></script>

3: put this in the body where you want the banner to show on your webpage:

        <h4 style ="background-color: black; border: 2px ridge; text-align:center; ">Random SleepyContrib</h4>
        <h4 id="sleepy" style ="background-color: black;text-align: center; border: 2px ridge;"></h4>
        <p style="text-align:center;">Click Member Name to View their page</p>
        </div>

Annie's Cute Webring Script:

add <script src="https://sleepy.zone/webring/webring-0.1.js" data-site-id="YOUR ID"></script> where you want the little scripty-arrow buttons to be

after that, check your site's id on the webring at: http://sleepy.zone/webring/data.json amd replace the data-site-id var with your sites id

Once that's done, style with css to taste. You can find an example css file at https://lavender.software/webring/webring-0.2.0.css

About

Webring for sleepy.zone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published