From 6c8f108b0860e01c454db87b218edfda538f0f99 Mon Sep 17 00:00:00 2001 From: Nilu Date: Tue, 17 Aug 2021 12:56:07 +0200 Subject: [PATCH 1/3] feat: deleted outdated --- src/data/orgs/girl-develop-it-austin.json | 18 ------------------ src/data/orgs/girls-in-tech-dublin.json | 18 ------------------ src/data/orgs/girls-in-tech-london.json | 22 ---------------------- src/data/orgs/girls-in-tech-paris.json | 18 ------------------ src/data/orgs/women-digital-istanbul.json | 14 -------------- src/data/orgs/women-who-go-delhi.json | 14 -------------- 6 files changed, 104 deletions(-) delete mode 100644 src/data/orgs/girl-develop-it-austin.json delete mode 100644 src/data/orgs/girls-in-tech-dublin.json delete mode 100644 src/data/orgs/girls-in-tech-london.json delete mode 100644 src/data/orgs/girls-in-tech-paris.json delete mode 100644 src/data/orgs/women-digital-istanbul.json delete mode 100644 src/data/orgs/women-who-go-delhi.json diff --git a/src/data/orgs/girl-develop-it-austin.json b/src/data/orgs/girl-develop-it-austin.json deleted file mode 100644 index ed515f5..0000000 --- a/src/data/orgs/girl-develop-it-austin.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "city": "austin", - "country": "usa", - "name": "Girl Develop It Austin", - "image": "https://pbs.twimg.com/profile_images/1095882592388169729/17lgxpiW_400x400.png", - "topics": ["Tech"], - "mainLink": "https://www.meetup.com/Girl-Develop-It-Austin/", - "secondaryLinks": [ - { - "name": "Website", - "url": "https://www.girldevelopit.com/chapters/austin" - }, - { - "name": "Twitter", - "url": "https://twitter.com/gdiatx" - } - ] -} \ No newline at end of file diff --git a/src/data/orgs/girls-in-tech-dublin.json b/src/data/orgs/girls-in-tech-dublin.json deleted file mode 100644 index 78c7a7f..0000000 --- a/src/data/orgs/girls-in-tech-dublin.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "city": "dublin", - "country": "ireland", - "name": "Girls in Tech Dublin", - "image": "https://pbs.twimg.com/profile_images/946729603439185920/HJcdxJXQ_400x400.jpg", - "topics": ["Tech"], - "mainLink": "https://twitter.com/GITDublin", - "secondaryLinks": [ - { - "name": "Website", - "url": "https://dublin.girlsintech.org/" - }, - { - "name": "Facebook", - "url": "https://www.facebook.com/GITDublin/" - } - ] -} \ No newline at end of file diff --git a/src/data/orgs/girls-in-tech-london.json b/src/data/orgs/girls-in-tech-london.json deleted file mode 100644 index 5878723..0000000 --- a/src/data/orgs/girls-in-tech-london.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "city": "london", - "country": "uk", - "name": "Girls in Tech London", - "image": "https://pbs.twimg.com/profile_images/993451802099142668/y2-rDrU3_400x400.jpg", - "topics": ["Tech"], - "mainLink": "https://twitter.com/GirlsInTech_LDN", - "secondaryLinks": [ - { - "name": "Website", - "url": "https://london.girlsintech.org/" - }, - { - "name": "Facebook", - "url": "https://www.facebook.com/GirlsinTechLondon/" - }, - { - "name": "Newsletter", - "url": "https://girlsintech.us18.list-manage.com/subscribe?u=f9d5a7b318fda51f91af3dd9c&id=ee2e8b867b" - } - ] -} \ No newline at end of file diff --git a/src/data/orgs/girls-in-tech-paris.json b/src/data/orgs/girls-in-tech-paris.json deleted file mode 100644 index d5935b2..0000000 --- a/src/data/orgs/girls-in-tech-paris.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "city": "paris", - "country": "france", - "name": "Girls in Tech Paris", - "image": "https://pbs.twimg.com/profile_images/948183567988940800/Lc0iAg-h_400x400.jpg", - "topics": ["Tech"], - "mainLink": "https://twitter.com/gitparisfr", - "secondaryLinks": [ - { - "name": "Website", - "url": "https://paris.girlsintech.org/" - }, - { - "name": "Facebook", - "url": "https://www.facebook.com/GITParis/" - } - ] -} \ No newline at end of file diff --git a/src/data/orgs/women-digital-istanbul.json b/src/data/orgs/women-digital-istanbul.json deleted file mode 100644 index 683e58e..0000000 --- a/src/data/orgs/women-digital-istanbul.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "image": "https://pbs.twimg.com/profile_images/757309485883002880/Dyp5h4IA_400x400.jpg", - "name": "Women.Digital", - "country": "turkey", - "city": "istanbul", - "topics": ["Digital Marketing"], - "mainLink": "https://twitter.com/womendigital16", - "secondaryLinks": [ - { - "name": "Website", - "url": "https://women.digital/" - } - ] -} diff --git a/src/data/orgs/women-who-go-delhi.json b/src/data/orgs/women-who-go-delhi.json deleted file mode 100644 index b50e8f6..0000000 --- a/src/data/orgs/women-who-go-delhi.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "city": "delhi", - "country": "india", - "name": "Women Who Go - Delhi Chapter", - "image": "https://pbs.twimg.com/profile_images/965020158828756993/ujpiLwn6_400x400.jpg", - "topics": ["Go"], - "mainLink": "https://t.me/womenwhogodelhi", - "secondaryLinks": [ - { - "name": "Twitter", - "url": "https://twitter.com/womenwhogo_del" - } - ] -} From b5bc73aeea49c88e2e47d9b7ce734f9fef85b0a9 Mon Sep 17 00:00:00 2001 From: Nilu Date: Fri, 20 Aug 2021 13:26:52 +0200 Subject: [PATCH 2/3] feat: added json files --- src/data/orgs/cloud-girls.json | 14 ++++++++++++++ src/data/orgs/open-tech-school-berlin.json | 13 +++++++++++++ src/data/orgs/wo-makers-code.json | 14 ++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 src/data/orgs/cloud-girls.json create mode 100644 src/data/orgs/open-tech-school-berlin.json create mode 100644 src/data/orgs/wo-makers-code.json diff --git a/src/data/orgs/cloud-girls.json b/src/data/orgs/cloud-girls.json new file mode 100644 index 0000000..bc289bb --- /dev/null +++ b/src/data/orgs/cloud-girls.json @@ -0,0 +1,14 @@ +{ + "city": "sao paulo", + "country": "Brazil", + "name": "Cloud Girls (Sao Paulo, Brazil)", + "image": "https://www.meetup.com/mu_static/en-US/logo--script.004ada05.svg", + "topics": ["Cloud", "Technology"], + "mainLink": "https://www.meetup.com/cloudgirls/", + "secondaryLinks": [ + { + "name": "Website", + "url": "https://www.meetup.com/cloudgirls/" + } + ] +} \ No newline at end of file diff --git a/src/data/orgs/open-tech-school-berlin.json b/src/data/orgs/open-tech-school-berlin.json new file mode 100644 index 0000000..7b24314 --- /dev/null +++ b/src/data/orgs/open-tech-school-berlin.json @@ -0,0 +1,13 @@ +{ + "city": "Berlin", + "country": "Germany", + "name": "OpenTechSchool Berlin", + "image": "https://www.meetup.com/mu_static/en-US/logo--script.004ada05.svg", + "topics": ["Programming", "Python"], + "mainLink": "https://www.meetup.com/opentechschool-berlin/": [ + { + "name": "Website", + "url": "https://www.meetup.com/opentechschool-berlin/" + } + ] +} \ No newline at end of file diff --git a/src/data/orgs/wo-makers-code.json b/src/data/orgs/wo-makers-code.json new file mode 100644 index 0000000..559606f --- /dev/null +++ b/src/data/orgs/wo-makers-code.json @@ -0,0 +1,14 @@ +{ + "city": "São Paulo", + "country": "Brazil", + "name": "WoMakersCode Brasil", + "image": "https://www.meetup.com/mu_static/en-US/logo--script.004ada05.svg", + "topics": ["Machine Learning", "Data Science"], + "mainLink": "https://www.meetup.com/WoMakersCode/", + "secondaryLinks": [ + { + "name": "Website", + "url": "https://www.meetup.com/WoMakersCode/" + } + ] +} \ No newline at end of file From 42114b798f3c60d81233b2e862b0eed7edd81a1c Mon Sep 17 00:00:00 2001 From: Nilu Date: Fri, 20 Aug 2021 13:29:56 +0200 Subject: [PATCH 3/3] feat: added json files --- src/data/orgs/open-tech-school-berlin.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/orgs/open-tech-school-berlin.json b/src/data/orgs/open-tech-school-berlin.json index 7b24314..ba2a217 100644 --- a/src/data/orgs/open-tech-school-berlin.json +++ b/src/data/orgs/open-tech-school-berlin.json @@ -4,7 +4,8 @@ "name": "OpenTechSchool Berlin", "image": "https://www.meetup.com/mu_static/en-US/logo--script.004ada05.svg", "topics": ["Programming", "Python"], - "mainLink": "https://www.meetup.com/opentechschool-berlin/": [ + "mainLink": "https://www.meetup.com/opentechschool-berlin/", + "secondaryLinks": [ { "name": "Website", "url": "https://www.meetup.com/opentechschool-berlin/"