Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grant Veldhuis webring request #29

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Binary file added src/assets/images/porygon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 4 additions & 45 deletions src/data/members.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,11 @@
[
{
"title": "Max Böck",
"url": "https://mxb.dev/",
"feed": "https://mxb.dev/feed.xml"
},
{
"title": "Manuel Matuzovic",
"url": "https://www.matuzo.at/",
"feed": "https://www.matuzo.at/feed.xml"
},
{
"title": "Charlie Owen",
"url": "https://www.sonniesedge.net/",
"feed": null
},
{
"title": "Björn Ganslandt",
"url": "https://ganslandt.xyz/",
"feed": null
},
{
"title": "Jan Hrubý",
"url": "https://www.mrozilla.cz/",
"title": "Eddie Hatfield",
"url": "https://eddiehatfield.com",
"feed": null
},
{
"title": "Zach Leatherman",
"url": "https://www.zachleat.com/",
"feed": "https://www.zachleat.com/web/feed/"
},
{
"title": "Steve Gardner",
"url": "https://ste.vg",
"feed": null
},
{
"title": "Alan Levine",
"url": "https://cogdogblog.com/",
"feed": "https://cogdogblog.com/feed"
},
{
"title": "Marius Ghita",
"url": "https://mhitza.github.io",
"feed": "https://mhitza.github.io/atom.xml"
},
{
"title": "Rings around the Internet",
"url": "https://fanlistings.nickifaulk.com/webrings/",
"feed": null
"title": "Yash Gaitonde",
"url": "https://github.com/ygaitonde"
}
]
16 changes: 10 additions & 6 deletions src/data/meta.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"title": "Nerds of the 90s",
"description": "This is just a demo of a webring. It could be about anything - Metal Bands, Knitting, Craft Beer, Accessibility... For this one, let's just say it's about the good old 90s.",
"title": "Chill programmer vibes",
"description": "A group of chill programmer vibes. You can only join if you are chill and have programmer vibes.",
"image": "freakazoid.jpg",
"url": "https://webringdemo.netlify.com",
"repo": "https://github.com/maxboeck/webring",
"url": "https://chillprogrammervibes.netlify.com",
"repo": "https://github.com/e-hat/webring",
"admins": [
{
"name": "Max Böck",
"url": "https://github.com/maxboeck"
"name": "Eddie Hatfield",
"url": "https://eddiehatfield.com"
},
{
"name": "Yash Gaitonde",
"url": "https://github.com/ygaitonde"
}
]
}