diff --git a/src/assets/images/porygon.jpg b/src/assets/images/porygon.jpg new file mode 100644 index 00000000..af1fda02 Binary files /dev/null and b/src/assets/images/porygon.jpg differ diff --git a/src/data/members.json b/src/data/members.json index cee02f9f..91c8e490 100644 --- a/src/data/members.json +++ b/src/data/members.json @@ -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" } ] diff --git a/src/data/meta.json b/src/data/meta.json index cbe025fe..129f001b 100644 --- a/src/data/meta.json +++ b/src/data/meta.json @@ -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" } ] }