Welcome to the Gamer Ring!

A webring for gamers and fans of video games. This webring was created in hopes of connecting those who share a love of video games.


WHAT IS A WEBRING?
A webring is a collection of websites linked together around a shared theme or interest.

Each site in the ring links to the next and the previous, forming a loop visitors can travel through.


sora from kingdom hearts
August 18, 2025 Webring launched!
This webring partially functions like a fanlisting. You can view the Members tab and filter them by various interests.
random ring
Feeling lucky? Go to a random site in the ring!

Want to join?

  1. Have a personal website.
  2. Have some form of video game related content or gaming interest on your website, if even minor.
  3. Understand that I accept all who pass the above rule. Please do not ask me to remove anyone from the webring for any reason.
That's it!

If you would like to proceed, fill out the application on the Join page.

Instructions

  1. Fill in the application below. Required fields are marked in red. If you want to receive a confirmation that you've been accepted and added to the webring, include your email.
  2. Add a Widget to your page.
  3. Wait! You will be added. At times I may add members in batches.
If you want to change your member details, please email me rather than submitting a new form.

Application Form
Want to donate a widget?
Email me your creation!
Instructions

Minimal

GAMERING
The Gamers' Webring

random
<div id='gamer-ring'>
<script type="text/javascript" src="https://gamerring.neocities.org/js/variables.js"></script>
<script type="text/javascript" src="https://gamerring.neocities.org/js/widget-minimal.js"></script>
</div>

Pure Text

White on Black
<div id='gamer-ring'>
<script type="text/javascript" src="https://gamerring.neocities.org/js/variables.js"></script>
<script type="text/javascript" src="https://gamerring.neocities.org/js/widget-textwhite.js"></script>
</div>
Black on White
<div id='gamer-ring'>
<script type="text/javascript" src="https://gamerring.neocities.org/js/variables.js"></script>
<script type="text/javascript" src="https://gamerring.neocities.org/js/widget-textblack.js"></script>
</div>
There are several symbols that may show up next to a site name on the members page. If a site is up and has the widget, it will show a checkmark symbolcheckmark. If a site is up but does not have a visible widget some time after being accepted into the ring, it will show a warning symbolwarning. Lastly, if a site does not exist, then it will show an error symbolerror.
← prev ${ringName}
${randomText} ${indexText}
next →

CSS Base Code


#gamer-ring {
  margin: 0 auto;
  padding: 15px;
}

#gamer-ring table {
  margin: 0 auto;
}

#gamer-ring table tr td {
  padding: 5px;
}

#gamer-ring .webring-prev {
  text-align: right;
}

#gamer-ring .webring-info {
   text-align: center;
   font-weight: 1000;
}

#gamer-ring .webring-next {
  text-align: left;
}

#gamer-ring .webring-links {
  font-weight: 100;
}

HTML Base Code


  <table>
    <tr>
      <td class='webring-prev'><a href='${sites[previousIndex].url}'>← prev</a></td>
      <td class='webring-info'><a href='${indexPage}'>${ringName}</a><br>
      <span class='webring-links'>
        ${randomText}
        ${indexText}
      </span>
      </td>
      <td class='webring-next'><a href='${sites[nextIndex].url}'>next →</a></td>
    </tr>
  </table>