Philippine flag

Pinoy Websites

A webring of Filipino people with websites.

Your website can be about anything. It can be your online portfolio, or be about design, development, architecture, medicine, cross-stitching, knitting, puzzles, travelling—anything (but only safe for work)!

Members (19 members)

Nathaniel Tampus

Multi-disciplinary software engineer & full-stack web developer from the Philippines building products that excel in quality and innovation.

nize.ph
RSS Feeds

Twansgendew

personal website playground fun zone!

twansgendew.net

Kidlat News

Kidlat News is a low-bandwidth, text-only news satire website, with a focus on Philippine news and current events.

kidl.at
RSS Feeds

What's this?

A community of sites around a common topic, also known as a webring. Each member includes a badge on their site that links to the previous and next sites in the ring. Kids in the 90s used to love it!

Max Boeck

Who can join

You can join the webring if…

If you satisfy these conditions, you're mostly good to join. However, we reserve the right to deny your request to join if we see that your entry is unacceptable because of other reasons not listed here.

Please note that sites on this webring without the webring links below are subject to removal. Removing these links from your site will break the ring, causing people to not get to other sites in the ring. If the administrator traverses the ring and notice that the links have been removed, your site will be removed from the ring.

How to join

Devs, look here!

Go to the Pinoy Bloggers Github repository and open a pull request. Follow these instructions:

  1. Fork the repository and clone your fork to your local machine.
  2. In the file src/data/members.json, add your entry. You'll need to add the following:
    • title: the title of your website
    • url: the URL of your website
    • feeds: an array of your RSS feeds. You can leave this out if your website doesn't have one. But if you do, these are what you need for each entry:
      • name: the name for this RSS feed.
      • url: the url for this RSS feed.
    This is an example of an entry in members.json:
    [

    {
    "title": "Francis Rubio",
    "url": "https://francisrubio.antaresph.dev/",
    "feeds": [
    { "name": "Everything", "url": "https://francisrubio.antaresph.dev/feed.xml" },
    { "name": "Posts", "url": "https://francisrubio.antaresph.dev/blog.xml" },
    { "name": "Literature", "url": "https://francisrubio.antaresph.dev/literature.xml" },
    { "name": "Videos", "url": "https://francisrubio.antaresph.dev/videos.xml" }
    ]
    }

    ]

Fill out the following form so the admins can add you.

Join Pinoy Bloggers

This is to notify you once your site has been added to the webring. No spams, I promise!

RSS Feeds (optional)

Add the banner to your website's homepage

Once you're in the members list, add this widget anywhere in your site, preferrably somewhere that will be easily seen.

<webring-banner>
<p>Member of the <a href="https://webring.antaresph.dev">Pinoy Websites</a> webring</p>
<a href="https://webring.antaresph.dev/previous">Previous</a>
<a href="https://webring.antaresph.dev/random">Random</a>
<a href="https://webring.antaresph.dev/next">Next</a>
</webring-banner>
<script async src="https://webring.antaresph.dev/embed.js"></script>

It will render this banner that links to the other members:

Member of the Pinoy Websites webring

Previous Random Next

Color Schemes (a.k.a Dark and Light Modes)

The widget supports different color themes and both light and dark color schemes for each theme.

Add a scheme attribute to the <webring-banner/> element that is either light or dark to force a color scheme for the widget. If this attribute is not set, the widget will follow the system color scheme.

<p>This banner will follow the system color scheme.</p>
<webring-banner></webring-banner>

<p>This banner will always be light mode.</p>
<webring-banner scheme="light"></webring-banner>

<p>This banner will always be dark mode.</p>
<webring-banner scheme="dark"></webring-banner>

This banner will follow the system color scheme.

Member of the Pinoy Websites webring

Previous Random Next

This banner will always be light mode.

Member of the Pinoy Websites webring

Previous Random Next

This banner will always be dark mode.

Member of the Pinoy Websites webring

Previous Random Next

Themes

The <webring-banner/> also supports multiple themes. Every theme has a light and dark mode. To use a theme, add a theme attribute to the <webring-banner> element and set it to one of the following values.

<webring-banner theme="serif"></webring-banner>
<webring-banner theme="tron"></webring-banner>
<webring-banner theme="coder"></webring-banner>
<webring-banner theme="bading"></webring-banner>
<webring-banner theme="trans"></webring-banner>
<webring-banner theme="plantlike"></webring-banner>
<webring-banner theme="borderline"></webring-banner>
Themes

Serif

Member of the Pinoy Websites webring

Previous Random Next

Member of the Pinoy Websites webring

Previous Random Next

Tron

Member of the Pinoy Websites webring

Previous Random Next

Member of the Pinoy Websites webring

Previous Random Next

Coder

Member of the Pinoy Websites webring

Previous Random Next

Member of the Pinoy Websites webring

Previous Random Next

Bading

Member of the Pinoy Websites webring

Previous Random Next

Member of the Pinoy Websites webring

Previous Random Next

Trans

Member of the Pinoy Websites webring

Previous Random Next

Member of the Pinoy Websites webring

Previous Random Next

Plantlike

Member of the Pinoy Websites webring

Previous Random Next

Member of the Pinoy Websites webring

Previous Random Next

Borderline

Member of the Pinoy Websites webring

Previous Random Next

Member of the Pinoy Websites webring

Previous Random Next

Frequently Asked Questions

My site used to be included in this ring, but now it's not. What happened?

It could be for the following reasons:

  • The webring's links are not included in your website
  • Your website features NSFW content.
  • Your website features homophobic, transphobic, racist, sexist, and/or bigoted content.
My site got removed from the web ring. Can I join again?

Yes! Just submit your website again through the join form or send a pull request on the web ring's Github repository.

Create your own webring!

If you want to start your own webring, fork this project on Github and follow the instructions in the README.

Fork on Github