Francis Rubio
Web developer, designer, and educator from the Philippines
Francis RubioA 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)!
Web developer, designer, and educator from the Philippines
Francis RubioA developer from the Philippines.
Nathaniel TampusAn online diary of a lady’s misadventures in two worlds
Daryl Sun's JournalHome page of the blog
vercel.appDocumenting things learned. Sharing some thoughts.
Ted Magaoay🦑 WARNING: site content may be marked for containing blood, violence, or horror imagery
FIZZSEApersonal website playground fun zone!
twansgendew.netWrite an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.
Your awesome titleResearcher’s log
araw.xyzManila-based CS undergraduate and web designer.
dantis.meKidlat News is a low-bandwidth, text-only news satire website, with a focus on Philippine news and current events.
kidl.atA 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
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.
Go to the Pinoy Bloggers Github repository and open a pull request. Follow these instructions:
src/data/members.json
, add your entry. You'll need to add the
following:
title
: the title of your websiteurl
: the URL of your websitefeeds
: 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.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.
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 NextThe 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 NextThis banner will always be light mode.
Member of the Pinoy Websites webring
Previous Random NextThis banner will always be dark mode.
Member of the Pinoy Websites webring
Previous Random Next
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>
Member of the Pinoy Websites webring
Previous Random NextMember of the Pinoy Websites webring
Previous Random NextMember of the Pinoy Websites webring
Previous Random NextMember of the Pinoy Websites webring
Previous Random NextMember of the Pinoy Websites webring
Previous Random NextMember of the Pinoy Websites webring
Previous Random NextMember of the Pinoy Websites webring
Previous Random NextMember of the Pinoy Websites webring
Previous Random NextMember of the Pinoy Websites webring
Previous Random NextMember of the Pinoy Websites webring
Previous Random NextMember of the Pinoy Websites webring
Previous Random NextMember of the Pinoy Websites webring
Previous Random NextMember of the Pinoy Websites webring
Previous Random NextMember of the Pinoy Websites webring
Previous Random NextIf you want to start your own webring, fork this project on Github and follow the instructions in the README.
Fork on Github