From f3131520b151ae842455f49ed739c20e1f15c938 Mon Sep 17 00:00:00 2001 From: DimitrisTzer <57322836+DimitrisTzer@users.noreply.github.com> Date: Wed, 2 Mar 2022 21:08:31 +0200 Subject: [PATCH 01/11] Update meta.json --- src/data/meta.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/meta.json b/src/data/meta.json index cbe025fe..d630058b 100644 --- a/src/data/meta.json +++ b/src/data/meta.json @@ -3,11 +3,11 @@ "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.", "image": "freakazoid.jpg", "url": "https://webringdemo.netlify.com", - "repo": "https://github.com/maxboeck/webring", + "repo": "https://github.com/DimitrisTzer/webring", "admins": [ { - "name": "Max Böck", - "url": "https://github.com/maxboeck" + "name": "DimitrisTzer", + "url": "https://github.com/DimitrisTzer" } ] } From 10af65e1b00629949edb393ba6b3d1c7c528322e Mon Sep 17 00:00:00 2001 From: DimitrisTzer <57322836+DimitrisTzer@users.noreply.github.com> Date: Wed, 2 Mar 2022 21:09:39 +0200 Subject: [PATCH 02/11] Update members.json --- src/data/members.json | 53 +------------------------------------------ 1 file changed, 1 insertion(+), 52 deletions(-) diff --git a/src/data/members.json b/src/data/members.json index cee02f9f..8b137891 100644 --- a/src/data/members.json +++ b/src/data/members.json @@ -1,52 +1 @@ -[ - { - "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/", - "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 - } -] + From 9f46c5a8ea696456422ea313795c7ce0dd716e51 Mon Sep 17 00:00:00 2001 From: DimitrisTzer <57322836+DimitrisTzer@users.noreply.github.com> Date: Wed, 2 Mar 2022 21:26:33 +0200 Subject: [PATCH 03/11] Update meta.json --- src/data/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/meta.json b/src/data/meta.json index d630058b..4c796eb3 100644 --- a/src/data/meta.json +++ b/src/data/meta.json @@ -2,7 +2,7 @@ "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.", "image": "freakazoid.jpg", - "url": "https://webringdemo.netlify.com", + "url": "https://competent-villani-27c0e3.netlify.com", "repo": "https://github.com/DimitrisTzer/webring", "admins": [ { From 1c23761b6833bdce21b810146d79fb8e76b9d815 Mon Sep 17 00:00:00 2001 From: DimitrisTzer <57322836+DimitrisTzer@users.noreply.github.com> Date: Wed, 2 Mar 2022 21:32:04 +0200 Subject: [PATCH 04/11] Update members.json --- src/data/members.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/data/members.json b/src/data/members.json index 8b137891..129f0723 100644 --- a/src/data/members.json +++ b/src/data/members.json @@ -1 +1,7 @@ - +[ + { + "title": "DimitrisTzer", + "url": "https://dimitristzer.github.io/online-cv/", + "feed": "null" + } +] From b4c782de9ef37916fe5e5db0a305061ba74f462c Mon Sep 17 00:00:00 2001 From: DimitrisTzer <57322836+DimitrisTzer@users.noreply.github.com> Date: Wed, 2 Mar 2022 21:36:43 +0200 Subject: [PATCH 05/11] Update meta.json --- src/data/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/meta.json b/src/data/meta.json index 4c796eb3..f6b68415 100644 --- a/src/data/meta.json +++ b/src/data/meta.json @@ -2,7 +2,7 @@ "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.", "image": "freakazoid.jpg", - "url": "https://competent-villani-27c0e3.netlify.com", + "url": "https://lucid-hugle-6100f9.netlify.app", "repo": "https://github.com/DimitrisTzer/webring", "admins": [ { From 08b7bad2cae0d640790ac5a73dc6aaf96ca69039 Mon Sep 17 00:00:00 2001 From: DimitrisTzer <57322836+DimitrisTzer@users.noreply.github.com> Date: Wed, 2 Mar 2022 21:42:13 +0200 Subject: [PATCH 06/11] Update meta.json --- src/data/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/meta.json b/src/data/meta.json index f6b68415..17ae77e1 100644 --- a/src/data/meta.json +++ b/src/data/meta.json @@ -2,7 +2,7 @@ "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.", "image": "freakazoid.jpg", - "url": "https://lucid-hugle-6100f9.netlify.app", + //"url": "https://lucid-hugle-6100f9.netlify.app", "repo": "https://github.com/DimitrisTzer/webring", "admins": [ { From 154527b7757710d091cef7ca2d6b4a2c5de65e18 Mon Sep 17 00:00:00 2001 From: DimitrisTzer <57322836+DimitrisTzer@users.noreply.github.com> Date: Wed, 2 Mar 2022 21:42:30 +0200 Subject: [PATCH 07/11] Update meta.json --- src/data/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/meta.json b/src/data/meta.json index 17ae77e1..44d15297 100644 --- a/src/data/meta.json +++ b/src/data/meta.json @@ -2,7 +2,7 @@ "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.", "image": "freakazoid.jpg", - //"url": "https://lucid-hugle-6100f9.netlify.app", + // "url": "https://lucid-hugle-6100f9.netlify.app", "repo": "https://github.com/DimitrisTzer/webring", "admins": [ { From 34465e6ac6030b1102ecef62016a046cc7e356f6 Mon Sep 17 00:00:00 2001 From: DimitrisTzer <57322836+DimitrisTzer@users.noreply.github.com> Date: Wed, 2 Mar 2022 21:42:41 +0200 Subject: [PATCH 08/11] Update meta.json --- src/data/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/meta.json b/src/data/meta.json index 44d15297..f6b68415 100644 --- a/src/data/meta.json +++ b/src/data/meta.json @@ -2,7 +2,7 @@ "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.", "image": "freakazoid.jpg", - // "url": "https://lucid-hugle-6100f9.netlify.app", + "url": "https://lucid-hugle-6100f9.netlify.app", "repo": "https://github.com/DimitrisTzer/webring", "admins": [ { From 32180f5be478498a2567ad40c2660d46c7fd5012 Mon Sep 17 00:00:00 2001 From: DimitrisTzer <57322836+DimitrisTzer@users.noreply.github.com> Date: Thu, 3 Mar 2022 19:26:56 +0200 Subject: [PATCH 09/11] Update meta.json --- src/data/meta.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/meta.json b/src/data/meta.json index f6b68415..32c88984 100644 --- a/src/data/meta.json +++ b/src/data/meta.json @@ -1,8 +1,8 @@ { - "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": "IonianCombination", + "description": "Webring for the github organization IonianCombination", "image": "freakazoid.jpg", - "url": "https://lucid-hugle-6100f9.netlify.app", + "url": "https://ioniancombination.netlify.app", "repo": "https://github.com/DimitrisTzer/webring", "admins": [ { From 6690638bfb3be5042a48f1819d073cf2e1ffc9ed Mon Sep 17 00:00:00 2001 From: DimitrisTzer <57322836+DimitrisTzer@users.noreply.github.com> Date: Thu, 3 Mar 2022 19:36:54 +0200 Subject: [PATCH 10/11] Update members.json --- src/data/members.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/data/members.json b/src/data/members.json index 129f0723..32f92470 100644 --- a/src/data/members.json +++ b/src/data/members.json @@ -3,5 +3,11 @@ "title": "DimitrisTzer", "url": "https://dimitristzer.github.io/online-cv/", "feed": "null" + }, + { + "title": "StavroulaAnatolaki", + "url": "https://stavroulaanatolaki.github.io/online-cv/", + "feed": "null" } + ] From 530b4da72092f6323dc6e501591efa14e3071743 Mon Sep 17 00:00:00 2001 From: DimitrisTzer <57322836+DimitrisTzer@users.noreply.github.com> Date: Sat, 5 Mar 2022 16:59:03 +0200 Subject: [PATCH 11/11] Update members.json --- src/data/members.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/data/members.json b/src/data/members.json index 32f92470..38345c9b 100644 --- a/src/data/members.json +++ b/src/data/members.json @@ -8,6 +8,21 @@ "title": "StavroulaAnatolaki", "url": "https://stavroulaanatolaki.github.io/online-cv/", "feed": "null" + }, + { + "title": "konstantina3", + "url": "https://konstantina3.github.io/online-cv/", + "feed": "null" + }, + { + "title": "Vasdekis", + "url": "https://Vasdekis.github.io/online-cv/", + "feed": "null" + }, + { + "title": "p18kavv", + "url": "https://p18kavv.github.io/online-cv/", + "feed": "null" } ]