diff --git a/Server/app/svelte/public/js/groups.js b/Server/app/svelte/public/js/groups.js index 517c2fb..06d7b3f 100644 --- a/Server/app/svelte/public/js/groups.js +++ b/Server/app/svelte/public/js/groups.js @@ -3,6 +3,16 @@ export let groups = [ location: ["Estonia, Kohtla-Järve",[59.40629447076191, 27.280605339416322]], members: 3, 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"] } ] diff --git a/Server/config/libsoc.org.conf b/Server/config/libsoc.org.conf index bcef860..6aae4ef 100644 --- a/Server/config/libsoc.org.conf +++ b/Server/config/libsoc.org.conf @@ -29,9 +29,6 @@ server { location /fonts/ {} location /favicon.ico {} location /robots.txt {} - location ~ /courses/Space { - return 404; - } location ~ /loaderio-58f125137ee61345d68285d88016ce2a {} location / { diff --git a/Server/public/img/affiliates/nature_art.png b/Server/public/img/affiliates/nature_art.png new file mode 100644 index 0000000..27b1b51 Binary files /dev/null and b/Server/public/img/affiliates/nature_art.png differ diff --git a/Server/public/js/groups.js b/Server/public/js/groups.js index 517c2fb..06d7b3f 100644 --- a/Server/public/js/groups.js +++ b/Server/public/js/groups.js @@ -3,6 +3,16 @@ export let groups = [ location: ["Estonia, Kohtla-Järve",[59.40629447076191, 27.280605339416322]], members: 3, 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"] } ]