diff --git a/site/data/organisations/organisations.json b/site/data/organisations/organisations.json index b2b8386..f3753b4 100644 --- a/site/data/organisations/organisations.json +++ b/site/data/organisations/organisations.json @@ -202,6 +202,13 @@ "priority": "0", "url": "https://www.communecter.org" }, + { + "name": "Computertruhe e. V.", + "img": "computertruhe.png", + "orgtype": "regional_ngo", + "priority": "0", + "url": "https://computertruhe.de" + }, { "name": "Courage Foundation", "img": "couragefound.png", @@ -615,6 +622,13 @@ "priority": "1", "url": "https://www.hermescenter.org/" }, + { + "name": "Idealiste.cz", + "img": "idealiste-cz.png", + "orgtype": "national_ngo", + "priority": "0", + "url": "https://www.idealiste.cz/" + }, { "name": "Integreat", "img": "integreat.png", @@ -788,7 +802,7 @@ "img": "obshtestvo.png", "orgtype": "national_ngo", "priority": "0", - "url": "https://www.obshtestvo.bg/" + "url": "https://www.obshtestvo.bg/" }, { "name": "Offene Kommunen.NRW", @@ -923,6 +937,13 @@ "priority": "0", "url": "https://p2pfoundation.net/" }, + { + "name": "Peercoin Foundation", + "img": "peercoin.png", + "orgtype": "international_ngo", + "priority": "0", + "url": "https://www.peercoin.net/foundation" + }, { "name": "Pica Pica HackLab", "img": "picahacklab.png", diff --git a/site/static/img/organisations/computertruhe.png b/site/static/img/organisations/computertruhe.png new file mode 100644 index 0000000..27383ac Binary files /dev/null and b/site/static/img/organisations/computertruhe.png differ diff --git a/site/static/img/organisations/idealiste-cz.jpg b/site/static/img/organisations/idealiste-cz.jpg new file mode 100644 index 0000000..3ee6587 Binary files /dev/null and b/site/static/img/organisations/idealiste-cz.jpg differ diff --git a/site/static/img/organisations/peercoin.png b/site/static/img/organisations/peercoin.png new file mode 100644 index 0000000..b20705e Binary files /dev/null and b/site/static/img/organisations/peercoin.png differ