This commit is contained in:
a-ill
2023-07-15 14:29:26 +03:00
parent 72613465a6
commit bd8a823750
12 changed files with 32 additions and 32 deletions

View File

@@ -4,19 +4,19 @@ export let communes = [
location: [["Canada","Montreal"],[45.55541047232767, -73.42859611607271]],
status: "forming",
members: 2,
contact: ["https://discord.gg/xAPZmyr8B6","DiscordInviteLink"]
contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"]
},
{
location: [["Estonia","KohtlaJarve"],[59.409521829709504, 27.288415912535914]],
status: "forming",
members: 2,
contact: ["https://discord.gg/xAPZmyr8B6","DiscordInviteLink"]
contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"]
},
{
location: [["Latvia",""],[56.934159375258055, 25.269099001330265]],
status: "forming",
members: 1,
contact: ["https://discord.gg/xAPZmyr8B6","DiscordInviteLink"]
contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"]
}
]

View File

@@ -7,7 +7,7 @@ export let coops = [
workers: 2,
status: "inDevelopment",
website: "chrn.health",
contact: ["https://discord.gg/xAPZmyr8B6","DiscordInviteLink"],
contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"],
description: "descriptionChironHealth"
},
{
@@ -18,7 +18,7 @@ export let coops = [
workers: 1,
status: "inDevelopment",
website: "-",
contact: ["https://discord.gg/xAPZmyr8B6","DiscordInviteLink"],
contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"],
description: "kuuskDescription"
}
]

View File

@@ -2,27 +2,27 @@ export let groups = [
{
location: [["Canada","Halifax"],[44.65166135030067, -63.59289968306866]],
members: 2,
contact: ["https://discord.gg/xAPZmyr8B6","DiscordInviteLink"]
contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"]
},
{
location: [["Denmark","Copenhagen"],[55.6840661150132, 12.557133959514688]],
members: 1,
contact: ["https://discord.gg/xAPZmyr8B6","DiscordInviteLink"]
contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"]
},
{
location: [["Denmark","Kolding"], [55.49261908652738, 9.470268969851743]],
members: 1,
contact: ["https://discord.gg/xAPZmyr8B6","DiscordInviteLink"]
contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"]
},
{
location: [["Estonia","KohtlaJarve"], [59.40629447076191, 27.280605339416322]],
members: 3,
contact: ["https://discord.gg/xAPZmyr8B6","DiscordInviteLink"]
contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"]
},
{
location: [["Greece","Athens"], [37.94877252621736, 23.677622972996158]],
members: 1,
contact: ["https://discord.gg/xAPZmyr8B6","DiscordInviteLink"]
contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"]
},
{
location: [["Ireland",""], [53.280192832733576, -7.688103518964818]],
@@ -32,7 +32,7 @@ export let groups = [
{
location: [["Latvia","Riga"], [56.94748425529816, 24.003027136431925]],
members: 2,
contact: ["https://discord.gg/xAPZmyr8B6","DiscordInviteLink"]
contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"]
},
]