Skip to content

pixl-garden/webring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixl garden webring

a webring connecting the digital gardens of pixl_garden members.

what's a webring?

a webring is a collection of websites linked together in a circular structure, allowing visitors to navigate through related sites.

members

how to use the webring:

  1. add your site to the list of members by submitting a pull request.
  2. add the webring navigation to your site (example):
<div class="webring">
    <a href="https://pg-webring.vercel.app/prev?site=YOUR_SITE_URL">
        prev</a
    >
    <a href="https://pg-webring.vercel.app">pixl garden webring</a>
    <a href="https://pg-webring.vercel.app/next?site=YOUR_SITE_URL">next</a>
</div>

add styling however you like.

here's the example of curl request to become a member:

curl -X POST https://pg-webring.vercel.app/api/members -H "Content-Type: application/json" -d '{
"githubUsername": "github-username",
"name": "your name",
    "website": "yourwebsite.com"
}'

by @notalim

About

pixl-garden-webring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages