This commit is contained in:
a-ill 2023-06-25 23:20:08 +03:00
parent cd5f6dcb4a
commit 893e4ef29d
4 changed files with 20 additions and 3 deletions

View File

@ -3,6 +3,16 @@ export let groups = [
location: ["Estonia, Kohtla-Järve",[59.40629447076191, 27.280605339416322]], location: ["Estonia, Kohtla-Järve",[59.40629447076191, 27.280605339416322]],
members: 3, members: 3,
contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"] contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"]
},
{
location: ["Greece, Athens",[37.94877252621736, 23.677622972996158]],
members: 1,
contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"]
},
{
location: ["Latvia, RIga",[56.94748425529816, 24.003027136431925]],
members: 2,
contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"]
} }
] ]

View File

@ -29,9 +29,6 @@ server {
location /fonts/ {} location /fonts/ {}
location /favicon.ico {} location /favicon.ico {}
location /robots.txt {} location /robots.txt {}
location ~ /courses/Space {
return 404;
}
location ~ /loaderio-58f125137ee61345d68285d88016ce2a {} location ~ /loaderio-58f125137ee61345d68285d88016ce2a {}
location / { location / {

Binary file not shown.

After

Width:  |  Height:  |  Size: 512 KiB

View File

@ -3,6 +3,16 @@ export let groups = [
location: ["Estonia, Kohtla-Järve",[59.40629447076191, 27.280605339416322]], location: ["Estonia, Kohtla-Järve",[59.40629447076191, 27.280605339416322]],
members: 3, members: 3,
contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"] contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"]
},
{
location: ["Greece, Athens",[37.94877252621736, 23.677622972996158]],
members: 1,
contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"]
},
{
location: ["Latvia, RIga",[56.94748425529816, 24.003027136431925]],
members: 2,
contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"]
} }
] ]