Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion src/data/webring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,15 @@ export const webring: WebringEntry[] = [
name: "Jerson Leones",
year: "2025",
url: "https://jrsnleons.vercel.app/",
}
},
{
name: "Jemuel Valencia",
year: "2027",
url: "https://jimthefatjam.github.io/wikibytes.github.io/",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may only add 1 website. Please remove this.

},
{
name: "Jemuel Valencia",
year: "2027",
url: "https://jemueldev.dcism.org/",
}
];