diff --git a/Server/app/svelte/public/js/communes.js b/Server/app/svelte/public/js/communes.js
index 6dbae51..9aaf4e2 100644
--- a/Server/app/svelte/public/js/communes.js
+++ b/Server/app/svelte/public/js/communes.js
@@ -31,10 +31,12 @@ for (let c of communes) {
}
}
+export let communesMarkersLayer = L.layerGroup()
+
export function addMarkersCommunes(map,content) {
for (let g of communes) {
let coordinates
- let text = ""
+ let text = "Commune "
for (let field in g) {
let fieldText = content[field] + ": "
if (field=="contact") {
@@ -62,6 +64,7 @@ export function addMarkersCommunes(map,content) {
shadowSize: [41, 41]
});
let marker = L.marker(coordinates, {icon: markerIcon})
- marker.addTo(map).bindPopup(text)
+ marker.addTo(communesMarkersLayer).bindPopup(text)
}
+ communesMarkersLayer.addTo(map)
}
\ No newline at end of file
diff --git a/Server/app/svelte/public/js/coops.js b/Server/app/svelte/public/js/coops.js
index 6055a6c..5576119 100644
--- a/Server/app/svelte/public/js/coops.js
+++ b/Server/app/svelte/public/js/coops.js
@@ -34,10 +34,12 @@ for (let g of coops) {
}
}
+export let coopsMarkersLayer = L.layerGroup()
+
export function addMarkersCoops(map,content) {
for (let g of coops) {
let coordinates
- let text = ""
+ let text = "Cooperative "
for (let field in g) {
let fieldText
if (field!="logo") {
@@ -65,6 +67,7 @@ export function addMarkersCoops(map,content) {
text += fieldText + g[field] + " "
}
}
- L.marker(coordinates).addTo(map).bindPopup(text)
+ L.marker(coordinates).addTo(coopsMarkersLayer).bindPopup(text)
}
+ coopsMarkersLayer.addTo(map)
}
\ No newline at end of file
diff --git a/Server/app/svelte/public/js/groups.js b/Server/app/svelte/public/js/groups.js
index 9358261..665c3fe 100644
--- a/Server/app/svelte/public/js/groups.js
+++ b/Server/app/svelte/public/js/groups.js
@@ -47,15 +47,15 @@ for (let g of groups) {
}
}
-let groupsLoaded = false
+export let groupsMarkersLayer = L.layerGroup()
let groupsMarkersLayerOut = L.layerGroup()
let groupsMarkersLayerIn = L.layerGroup()
let contactGeneral =["https://discord.gg/4BUau4AZre","DiscordInviteLink"]
-function addMarkerGroups(g,layer,content) {
+function addMarkersToLayer(g,layer,content) {
let coordinates
- let text = ""
+ let text = "Group "
for (let field in g) {
let fieldText = content[field] + ": "
if (field=="contact") {
@@ -85,13 +85,13 @@ function addMarkerGroups(g,layer,content) {
export function addMarkersGroups(map,content) {
for (let g of groups) {
- addMarkerGroups(g,groupsMarkersLayerIn,content)
+ addMarkersToLayer(g,groupsMarkersLayerIn,content)
}
for (let gs of Object.values(groupsByCountry)) {
if (gs.length==1) {
let g = {...gs[0]}
g.location[0][1] = ""
- addMarkerGroups(g,groupsMarkersLayerOut,content)
+ addMarkersToLayer(g,groupsMarkersLayerOut,content)
}
else {
let locationName = [gs[0].location[0][0],""]
@@ -114,21 +114,22 @@ export function addMarkersGroups(map,content) {
contact: contact
}
- addMarkerGroups(gNew,groupsMarkersLayerOut,content)
+ addMarkersToLayer(gNew,groupsMarkersLayerOut,content)
}
}
- groupsMarkersLayerOut.addTo(map)
+ groupsMarkersLayerOut.addTo(groupsMarkersLayer)
+ groupsMarkersLayer.addTo(map)
map.on("zoomend", () => onZoomEnd(map))
}
function onZoomEnd(map) {
let zoomLevel = map.getZoom()
if (zoomLevel==3) {
- map.removeLayer(groupsMarkersLayerIn)
- groupsMarkersLayerOut.addTo(map)
+ groupsMarkersLayer.removeLayer(groupsMarkersLayerIn)
+ groupsMarkersLayerOut.addTo(groupsMarkersLayer)
}
else if (zoomLevel==4) {
- map.removeLayer(groupsMarkersLayerOut)
- groupsMarkersLayerIn.addTo(map)
+ groupsMarkersLayer.removeLayer(groupsMarkersLayerOut)
+ groupsMarkersLayerIn.addTo(groupsMarkersLayer)
}
}
\ No newline at end of file
diff --git a/Server/app/svelte/public/js/parties.js b/Server/app/svelte/public/js/parties.js
index a41269e..0302db1 100644
--- a/Server/app/svelte/public/js/parties.js
+++ b/Server/app/svelte/public/js/parties.js
@@ -20,10 +20,12 @@ for (let g of parties) {
}
}
+export let partiesMarkersLayer = L.layerGroup()
+
export function addMarkersParties(map,content) {
for (let g of parties) {
let coordinates
- let text = ""
+ let text = "Party "
for (let field in g) {
let fieldText
if (field!="logo") {
@@ -58,6 +60,7 @@ export function addMarkersParties(map,content) {
shadowSize: [41, 41]
});
let marker = L.marker(coordinates, {icon: markerIcon})
- marker.addTo(map).bindPopup(text)
+ marker.addTo(partiesMarkersLayer).bindPopup(text)
}
+ partiesMarkersLayer.addTo(map)
}
\ No newline at end of file
diff --git a/Server/app/svelte/public/locales/en/communes-component.json b/Server/app/svelte/public/locales/en/communes-component.json
index 55c5ab9..38004fe 100644
--- a/Server/app/svelte/public/locales/en/communes-component.json
+++ b/Server/app/svelte/public/locales/en/communes-component.json
@@ -1,5 +1,5 @@
{
- "heading": "Communes",
+ "communes": "Communes",
"p1": "We establish libertarian socialist communes by buying land, housing and the means of production which are then owned by the members of these communes. There is no private property within the communes and, therefore, exploitation and suffering that comes with it. Decisions are made using direct democracy with a focus on consensus, ensuring that each commune member has power over decisions that affect their life. Communes try to establish their own cooperatives in order to finance their development becoming financially independent and sustainable, which allows for their survival and growth. Within communes the gift economy is utilized whenever possible. Each commune is a small beacon of socialism within the dark capitalist world showing us how good life can be if only we achieve our goal.",
"subheading1": "Our Communes",
"subheading2": "Europe",
diff --git a/Server/app/svelte/public/locales/en/cooperatives-component.json b/Server/app/svelte/public/locales/en/cooperatives-component.json
index 9e43a5b..55cd22d 100644
--- a/Server/app/svelte/public/locales/en/cooperatives-component.json
+++ b/Server/app/svelte/public/locales/en/cooperatives-component.json
@@ -1,5 +1,5 @@
{
- "heading": "Cooperatives",
+ "cooperatives": "Cooperatives",
"p1": "We establish worker cooperatives, which is a business model where employees own and control the enterprise. Each worker has a voice in decision-making, and profits are distributed based on individual contributions. This participatory structure fosters ownership, motivation, and job satisfaction, creating a more fulfilling work experience as well as challenging the wealth concentration in traditional capitalist businesses. By focusing on employees' needs, our cooperatives create supportive and sustainable work environments that foster social cohesion and job security. We also prioritize the interests of local communities, taking a long-term perspective.",
"subheading1": "Our Cooperatives",
"subheading2": "Europe",
diff --git a/Server/app/svelte/public/locales/en/groups-component.json b/Server/app/svelte/public/locales/en/groups-component.json
index b4090ef..cc3b368 100644
--- a/Server/app/svelte/public/locales/en/groups-component.json
+++ b/Server/app/svelte/public/locales/en/groups-component.json
@@ -1,5 +1,5 @@
{
- "heading": "Groups",
+ "groups": "Groups",
"p1": "We aim to raise awareness about the negative impact of current politico-economic systems on our well-being. We engage in mutual aid and collective action to address immediate challenges within capitalism. Through mutual aid, we support each other by sharing resources, knowledge, and skills, fostering solidarity and resilience. Whether it's community gardens, food cooperatives, or support networks, our goal is to make life under capitalism more bearable and create pockets of resistance and alternatives within the system.",
"subheading1": "Our Groups",
"subheading2": "Europe",
diff --git a/Server/app/svelte/public/locales/en/landing-component.json b/Server/app/svelte/public/locales/en/landing-component.json
index 45d9e17..b581de9 100644
--- a/Server/app/svelte/public/locales/en/landing-component.json
+++ b/Server/app/svelte/public/locales/en/landing-component.json
@@ -7,5 +7,9 @@
"cooperativesTitle": "COOPERATIVES",
"cooperativesText": "We form worker cooperatives to finance the operations of our groups and communes. Recognizing that economic power influences political power, we consider the establishment of cooperatives to be one of the initial steps towards achieving socialism.",
"partiesTitle": "PARTIES",
- "partiesText": "We create political parties in order to push for reforms allowing us to easier further our goals, to move the Overton window as well as to gain popularity. However, we recognize that we cannot achieve libertarian socialism through institutions which act contrary to our goals."
+ "partiesText": "We create political parties in order to push for reforms allowing us to easier further our goals, to move the Overton window as well as to gain popularity. However, we recognize that we cannot achieve libertarian socialism through institutions which act contrary to our goals.",
+ "findUs": "Find Us",
+ "whatNow": "What Now?",
+ "joinUs": "Join Us",
+ "talkWithUs": "Talk With Us"
}
\ No newline at end of file
diff --git a/Server/app/svelte/public/locales/en/parties-component.json b/Server/app/svelte/public/locales/en/parties-component.json
index 0e142b6..22f9515 100644
--- a/Server/app/svelte/public/locales/en/parties-component.json
+++ b/Server/app/svelte/public/locales/en/parties-component.json
@@ -1,5 +1,5 @@
{
- "heading": "Parties",
+ "parties": "Parties",
"p1": "We create political parties in order to push for reforms allowing us to easier further our goals, to move the Overton window as well as to gain popularity. However, we recognize that we cannot achieve libertarian socialism through institutions which act contrary to our goals. Nevertheless, we must strategically utilize any opportunity that we have in order to succeed.",
"subheading1": "Our Parties",
"name": "Name",
diff --git a/Server/app/svelte/public/locales/ru/communes-component.json b/Server/app/svelte/public/locales/ru/communes-component.json
index fd3d06a..28b8ae9 100644
--- a/Server/app/svelte/public/locales/ru/communes-component.json
+++ b/Server/app/svelte/public/locales/ru/communes-component.json
@@ -1,5 +1,5 @@
{
- "heading": "Коммуны",
+ "communes": "Коммуны",
"p1": "Мы создаем либертарные социалистические коммуны, покупая землю, жилье и средства производства, которые затем принадлежат членам этих коммун. В коммунах нет частной собственности и, следовательно, эксплуатации и страданий, которые с ней связаны. Решения принимаются с использованием прямой демократии с упором на консенсус, гарантируя, что каждый член сообщества имеет право принимать решения, влияющие на его жизнь. Сообщества пытаются создавать свои собственные кооперативы, чтобы финансировать свое развитие, становясь финансово независимыми и устойчивыми, что позволяет им выживать и расти. В сообществах по возможности используется экономика дарения. Каждая коммуна — это маленький маяк социализма в темном капиталистическом мире, показывающий нам, насколько хорошей может быть жизнь, если мы только достигнем своей цели.",
"subheading1": "Наши коммуны",
"location": "Локация",
diff --git a/Server/app/svelte/public/locales/ru/cooperatives-component.json b/Server/app/svelte/public/locales/ru/cooperatives-component.json
index afda6c7..3847769 100644
--- a/Server/app/svelte/public/locales/ru/cooperatives-component.json
+++ b/Server/app/svelte/public/locales/ru/cooperatives-component.json
@@ -1,5 +1,5 @@
{
- "heading": "Кооперативы",
+ "cooperatives": "Кооперативы",
"p1": "Мы создаем рабочие кооперативы, которые представляют собой бизнес-модель, в которой работники владеют предприятием. Каждый работник имеет право голоса при принятии решений, а прибыль распределяется на основе индивидуальных вкладов. Эта структура способствует мотивации и удовлетворенности работой, создавая более приятные условия труда, а также бросает вызов концентрации богатства в традиционных капиталистических предприятиях. Сосредоточив внимание на потребностях сотрудников, наши кооперативы создают благоприятную и устойчивую рабочую среду, которая способствует социальной сплоченности и гарантиям занятости. Мы также уделяем первостепенное внимание интересам местных сообществ, ориентируясь на долгосрочную перспективу.",
"subheading1": "Наши кооперативы",
"subheading2": "Европа",
diff --git a/Server/app/svelte/public/locales/ru/groups-component.json b/Server/app/svelte/public/locales/ru/groups-component.json
index a63e041..2f966af 100644
--- a/Server/app/svelte/public/locales/ru/groups-component.json
+++ b/Server/app/svelte/public/locales/ru/groups-component.json
@@ -1,5 +1,5 @@
{
- "heading": "Группы",
+ "groups": "Группы",
"p1": "Мы стремимся повышать осведомленность о негативном влиянии нынешних политико-экономических систем на наше благополучие. Мы участвуем во взаимопомощи и коллективных действиях для решения насущных проблем. Посредством взаимопомощи мы поддерживаем друг друга, делясь ресурсами, знаниями и навыками, укрепляя солидарность и устойчивость к негодам. Будь то общественные сады, продовольственные кооперативы или сети поддержки, наша цель — сделать жизнь при капитализме более терпимой и создать очаги сопротивления и альтернатив внутри системы.",
"subheading1": "Наши группы",
"location": "Локация",
diff --git a/Server/app/svelte/public/locales/ru/landing-component.json b/Server/app/svelte/public/locales/ru/landing-component.json
index 519321a..b787caa 100644
--- a/Server/app/svelte/public/locales/ru/landing-component.json
+++ b/Server/app/svelte/public/locales/ru/landing-component.json
@@ -7,5 +7,9 @@
"cooperativesTitle": "КООПЕРАТИВЫ",
"cooperativesText": "Мы формируем рабочие кооперативы для финансирования операций наших групп и коммун, а также формирования основы новой социалистической экономики. Признавая, что экономическая власть влияет на политическую власть, мы считаем создание кооперативов одним из первых шагов на пути к социализму.",
"partiesTitle": "ПАРТИИ",
- "partiesText": "Мы создаем политические партии, чтобы продвигать реформы, которые позволят легче достичь наших целей, сдвигать окно Овертона и увеличивать нашу популярность. Однако мы признаем, что мы не можем достичь либертарианского социализма с помощью институтов, действующих против наших целей."
+ "partiesText": "Мы создаем политические партии, чтобы продвигать реформы, которые позволят легче достичь наших целей, сдвигать окно Овертона и увеличивать нашу популярность. Однако мы признаем, что мы не можем достичь либертарианского социализма с помощью институтов, действующих против наших целей.",
+ "findUs": "Найди нас",
+ "whatNow": "Что теперь?",
+ "joinUs": "Присоединяйся",
+ "talkWithUs": "Напиши нам"
}
\ No newline at end of file
diff --git a/Server/app/svelte/public/locales/ru/parties-component.json b/Server/app/svelte/public/locales/ru/parties-component.json
index c4bf96b..6ed9247 100644
--- a/Server/app/svelte/public/locales/ru/parties-component.json
+++ b/Server/app/svelte/public/locales/ru/parties-component.json
@@ -1,5 +1,5 @@
{
- "heading": "Партии",
+ "parties": "Партии",
"p1": "Мы создаем политические партии, чтобы продвигать реформы, которые позволят легче достичь наших целей, сдвигать окно Овертона и увеличивать нашу популярность. Однако мы признаем, что мы не можем достичь либертарного социализма с помощью институтов, действующих против наших целей. Тем не менее, мы должны стратегически использовать любую возможность, которая у нас есть, чтобы добиться успеха.",
"subheading1": "Наши партии",
"name": "Имя",
diff --git a/Server/app/svelte/src/communes-component.svelte b/Server/app/svelte/src/communes-component.svelte
index 154726b..40ef05b 100644
--- a/Server/app/svelte/src/communes-component.svelte
+++ b/Server/app/svelte/src/communes-component.svelte
@@ -32,7 +32,7 @@
-
{$content.heading}
+
{$content.communes}
{$content.p1}
{$content.subheading1}
diff --git a/Server/app/svelte/src/components/map-component.svelte b/Server/app/svelte/src/components/map-component.svelte
index f4f31f2..aecc12b 100644
--- a/Server/app/svelte/src/components/map-component.svelte
+++ b/Server/app/svelte/src/components/map-component.svelte
@@ -8,6 +8,7 @@
// Export statements
export let callback = null
+ export let colors = null
// Main code
let mapContainer
@@ -21,14 +22,20 @@
attribution: '©
OpenStreetMap contributors',
minNativeZoom: 2,
minZoom: 2,
- maxNativeZoom: 16,
- maxZoom: 16,
+ maxNativeZoom: 14,
+ maxZoom: 14,
}).addTo(map);
return map
}
onMount(() => {
callback(createMap)
+ if (colors!=null) {
+ let els = mapContainer.getElementsByClassName("leaflet-control-layers-overlays")[0].children
+ for (let i=0;i
@@ -41,7 +48,8 @@
#map {
height: var(--height);
width: var(--width,100%);
- margin-bottom: var(--margin-bottom,0)
+ margin-top: var(--margin-top,0);
+ margin-bottom: var(--margin-bottom,0);
}
\ No newline at end of file
diff --git a/Server/app/svelte/src/cooperatives-component.svelte b/Server/app/svelte/src/cooperatives-component.svelte
index 0bc025c..30f1f21 100644
--- a/Server/app/svelte/src/cooperatives-component.svelte
+++ b/Server/app/svelte/src/cooperatives-component.svelte
@@ -31,7 +31,7 @@
{#if $loaded==2}
-
{$content.heading}
+
{$content.cooperatives}
{$content.p1}
{$content.subheading1}
@@ -113,7 +113,7 @@
.location-info {
position: relative;
- margin-bottom: 1rem;
+ margin-bottom: 2rem;
}
.location-info p {
diff --git a/Server/app/svelte/src/footer/footer-component.svelte b/Server/app/svelte/src/footer/footer-component.svelte
index e9dd3fe..f84728f 100644
--- a/Server/app/svelte/src/footer/footer-component.svelte
+++ b/Server/app/svelte/src/footer/footer-component.svelte
@@ -37,7 +37,7 @@
-
+
{/if}
diff --git a/Server/app/svelte/src/groups-component.svelte b/Server/app/svelte/src/groups-component.svelte
index bdd322c..d050979 100644
--- a/Server/app/svelte/src/groups-component.svelte
+++ b/Server/app/svelte/src/groups-component.svelte
@@ -32,7 +32,7 @@
-
{$content.heading}
+
{$content.groups}
{$content.p1}
{$content.subheading1}
diff --git a/Server/app/svelte/src/join-us-component.svelte b/Server/app/svelte/src/join-us-component.svelte
index d304075..b307901 100644
--- a/Server/app/svelte/src/join-us-component.svelte
+++ b/Server/app/svelte/src/join-us-component.svelte
@@ -4,10 +4,10 @@
// Import statements
import { onMount } from 'svelte'
import { writable } from 'svelte/store';
- import { addMarkersGroups } from '/js/groups.js'
- import { addMarkersCoops } from '/js/coops.js'
- import { addMarkersCommunities } from '/js/communities.js'
- import { addMarkersParties } from '/js/parties.js'
+ import { addMarkersGroups, groupsMarkersLayer } from '/js/groups.js'
+ import { addMarkersCoops, coopsMarkersLayer } from '/js/coops.js'
+ import { addMarkersCommunes, communesMarkersLayer } from '/js/communes.js'
+ import { addMarkersParties, partiesMarkersLayer } from '/js/parties.js'
import { loadLocaleContent } from "/js/libraries/serverTools.js"
// Import components
@@ -18,7 +18,7 @@
let content = writable({})
loadLocaleContent(content,"groups-component",loaded)
- loadLocaleContent(content,"communities-component",loaded)
+ loadLocaleContent(content,"communes-component",loaded)
loadLocaleContent(content,"cooperatives-component",loaded)
loadLocaleContent(content,"parties-component",loaded)
loadLocaleContent(content,"countries",loaded)
@@ -27,9 +27,17 @@
function mapCallback(createMap,content) {
let map = createMap([22, 0],2)
addMarkersGroups(map,content)
- addMarkersCommunities(map,content)
+ addMarkersCommunes(map,content)
addMarkersCoops(map,content)
addMarkersParties(map,content)
+
+ let overlayMaps = {
+ "Groups": groupsMarkersLayer,
+ "Communes": communesMarkersLayer,
+ "Coops": coopsMarkersLayer,
+ "Parties": partiesMarkersLayer,
+ }
+ L.control.layers(null, overlayMaps).addTo(map)
}
onMount(() => {
diff --git a/Server/app/svelte/src/landing-component.svelte b/Server/app/svelte/src/landing-component.svelte
index f208210..0cb1528 100644
--- a/Server/app/svelte/src/landing-component.svelte
+++ b/Server/app/svelte/src/landing-component.svelte
@@ -3,11 +3,15 @@
{#key $loaded}
- {#if $loaded==2}
+ {#if $loaded==6}
@@ -46,26 +70,33 @@
{$content.top}
+ {$content.findUs}
+ mapCallback(createMap,$content)} colors={["#23AC20","#CA2437","#217BC9","#FFD326"]}>
+ {$content.whatNow}
+
{/if}
@@ -74,7 +105,38 @@
\ No newline at end of file
diff --git a/Server/app/svelte/src/navbar/navbar-component.svelte b/Server/app/svelte/src/navbar/navbar-component.svelte
index 94ef01b..16fe120 100644
--- a/Server/app/svelte/src/navbar/navbar-component.svelte
+++ b/Server/app/svelte/src/navbar/navbar-component.svelte
@@ -13,6 +13,7 @@
let localesDropdown
let loaded = writable(0)
let content = writable({})
+ let logoText
let locale = loadLocaleContent(content,"navbar-component",loaded)
@@ -50,6 +51,31 @@
location.href = loc
}
+ function fixHeading() {
+ if (locale=="ru") {
+ let func = () => {
+ if (logoText==undefined) {
+ setTimeout(func,100)
+ }
+ else {
+ if (window.innerWidth < 400 && logoText.style.lineHeight!="100%") {
+ logoText.style.lineHeight = "120%"
+ logoText.style.top = "1rem"
+ logoText.style.width = "16rem"
+ }
+ else if (window.innerWidth > 400 && logoText.style.lineHeight!="400%") {
+ logoText.style.lineHeight = "400%"
+ logoText.style.top = "0rem"
+ logoText.style.width = "auto"
+ }
+ }
+ }
+ func()
+ addEventListener("resize", func)
+ }
+ }
+
+
onMount(() => {
})
@@ -59,6 +85,7 @@
{#key loaded}
{#if Object.keys($content).length!=0}
+ {fixHeading()}
@@ -66,7 +93,7 @@
- {$content.orgName}
+ {@html $content.orgName}
@@ -139,11 +166,9 @@
#navbar-logo-text {
position: relative;
- width: auto;
+ word-wrap: normal;
height: 100%;
line-height: 400%;
- white-space: nowrap;
- text-align: center;
font-size: 1.4rem;
color: #292222;
font-family: var(--sans-serif, sans-serif);
diff --git a/Server/app/svelte/src/parties-component.svelte b/Server/app/svelte/src/parties-component.svelte
index 4e38d42..51518c4 100644
--- a/Server/app/svelte/src/parties-component.svelte
+++ b/Server/app/svelte/src/parties-component.svelte
@@ -32,7 +32,7 @@
-
{$content.heading}
+
{$content.parties}
{$content.p1}
{$content.subheading1}
diff --git a/Server/public/js/communes.js b/Server/public/js/communes.js
index 6dbae51..9aaf4e2 100644
--- a/Server/public/js/communes.js
+++ b/Server/public/js/communes.js
@@ -31,10 +31,12 @@ for (let c of communes) {
}
}
+export let communesMarkersLayer = L.layerGroup()
+
export function addMarkersCommunes(map,content) {
for (let g of communes) {
let coordinates
- let text = ""
+ let text = "
Commune "
for (let field in g) {
let fieldText = content[field] + ": "
if (field=="contact") {
@@ -62,6 +64,7 @@ export function addMarkersCommunes(map,content) {
shadowSize: [41, 41]
});
let marker = L.marker(coordinates, {icon: markerIcon})
- marker.addTo(map).bindPopup(text)
+ marker.addTo(communesMarkersLayer).bindPopup(text)
}
+ communesMarkersLayer.addTo(map)
}
\ No newline at end of file
diff --git a/Server/public/js/components/communes-component.js b/Server/public/js/components/communes-component.js
index cf03914..519dc5e 100644
--- a/Server/public/js/components/communes-component.js
+++ b/Server/public/js/components/communes-component.js
@@ -1 +1 @@
-import{S as t,i as n,a as o,b as e,s as r,e as m,n as a,d as c,c as i,o as s,f as l,t as u,g as p,h as g,j as h,k as d,l as f,m as b,p as x}from"./index-4348483d.js";import{w as j}from"./index-71440b21.js";import{addMarkersCommunes as v,communesByCountry as w}from"../../../../../../../../../js/communes.js";import{loadLocaleContent as y}from"../../../../../../../../../js/libraries/serverTools.js";import"../../../../../../../../../js/components/map-component.js";function k(t,n,o){const e=t.slice();return e[7]=n[o][0],e[8]=n[o][1],e}function z(t,n,o){const e=t.slice();return e[11]=n[o],e}function D(t){let n,o,r,m,a,i,s,j,v,y,z,D,E,O,R,T,A,C=t[1].heading+"",H=t[1].p1+"",L=t[1].subheading1+"",M=Object.entries(w),S=[];for(let n=0;n
o(0,e=t)));let a=j({});i(t,a,(t=>o(1,r=t))),y(a,"countries",m);let c=y(a,"communes-component",m);function l(t,n){let o=t([22,0],2);v(o,n)}s((()=>{}));return[e,r,m,a,c,l,t=>l(t,r)]}class A extends t{constructor(t){super(),this.shadowRoot.innerHTML="",n(this,{target:this.shadowRoot,props:o(this.attributes),customElement:!0},T,R,r,{},null),t&&t.target&&e(t.target,this,t.anchor)}}customElements.define("communes-component",A);export{A as default};
+import{S as t,i as o,a as n,b as e,s as m,e as r,n as c,d as a,c as i,o as s,f as l,t as u,g as p,h as g,j as h,k as d,l as f,m as b,p as x}from"./index-4348483d.js";import{w as j}from"./index-71440b21.js";import{addMarkersCommunes as v,communesByCountry as w}from"../../../../../../../../../js/communes.js";import{loadLocaleContent as y}from"../../../../../../../../../js/libraries/serverTools.js";import"../../../../../../../../../js/components/map-component.js";function k(t,o,n){const e=t.slice();return e[7]=o[n][0],e[8]=o[n][1],e}function z(t,o,n){const e=t.slice();return e[11]=o[n],e}function D(t){let o,n,m,r,c,i,s,j,v,y,z,D,E,O,R,T,A,C=t[1].communes+"",H=t[1].p1+"",L=t[1].subheading1+"",M=Object.entries(w),S=[];for(let o=0;on(0,e=t)));let c=j({});i(t,c,(t=>n(1,m=t))),y(c,"countries",r);let a=y(c,"communes-component",r);function l(t,o){let n=t([22,0],2);v(n,o)}s((()=>{}));return[e,m,r,c,a,l,t=>l(t,m)]}class A extends t{constructor(t){super(),this.shadowRoot.innerHTML="",o(this,{target:this.shadowRoot,props:n(this.attributes),customElement:!0},T,R,m,{},null),t&&t.target&&e(t.target,this,t.anchor)}}customElements.define("communes-component",A);export{A as default};
diff --git a/Server/public/js/components/cooperatives-component.js b/Server/public/js/components/cooperatives-component.js
index d04fca3..4ffaaa3 100644
--- a/Server/public/js/components/cooperatives-component.js
+++ b/Server/public/js/components/cooperatives-component.js
@@ -1 +1 @@
-import{S as t,i as e,a as o,b as n,s as i,e as r,n as a,d as s,c,o as m,f as l,t as p,g,h as d,j as h,k as f,l as u,m as b,p as w}from"./index-4348483d.js";import{w as x}from"./index-71440b21.js";import{addMarkersCoops as v,coopsByCountry as k}from"../../../../../../../../../js/coops.js";import{loadLocaleContent as j}from"../../../../../../../../../js/libraries/serverTools.js";import"../../../../../../../../../js/components/map-component.js";function y(t,e,o){const n=t.slice();return n[7]=e[o][0],n[8]=e[o][1],n}function z(t,e,o){const n=t.slice();return n[11]=e[o],n}function D(t){let e,o,i,r,a,c,m,x,v,j,z,D,E,O,R,T,_,A=t[1].heading+"",C=t[1].p1+"",H=t[1].subheading1+"",L=Object.entries(k),M=[];for(let e=0;eo(0,n=t)));let a=x({});c(t,a,(t=>o(1,i=t))),j(a,"countries",r);let s=j(a,"cooperatives-component",r);function l(t,e){let o=t([22,0],2);v(o,e)}m((()=>{}));return[n,i,r,a,s,l,t=>l(t,i)]}class _ extends t{constructor(t){super(),this.shadowRoot.innerHTML="",e(this,{target:this.shadowRoot,props:o(this.attributes),customElement:!0},T,R,i,{},null),t&&t.target&&n(t.target,this,t.anchor)}}customElements.define("cooperatives-component",_);export{_ as default};
+import{S as t,i as e,a as o,b as n,s as i,e as r,n as a,d as s,c,o as m,f as l,t as p,g,h as d,j as h,k as f,l as u,m as b,p as w}from"./index-4348483d.js";import{w as x}from"./index-71440b21.js";import{addMarkersCoops as v,coopsByCountry as k}from"../../../../../../../../../js/coops.js";import{loadLocaleContent as j}from"../../../../../../../../../js/libraries/serverTools.js";import"../../../../../../../../../js/components/map-component.js";function y(t,e,o){const n=t.slice();return n[7]=e[o][0],n[8]=e[o][1],n}function z(t,e,o){const n=t.slice();return n[11]=e[o],n}function D(t){let e,o,i,r,a,c,m,x,v,j,z,D,E,O,R,T,_,A=t[1].cooperatives+"",C=t[1].p1+"",H=t[1].subheading1+"",L=Object.entries(k),M=[];for(let e=0;eo(0,n=t)));let a=x({});c(t,a,(t=>o(1,i=t))),j(a,"countries",r);let s=j(a,"cooperatives-component",r);function l(t,e){let o=t([22,0],2);v(o,e)}m((()=>{}));return[n,i,r,a,s,l,t=>l(t,i)]}class _ extends t{constructor(t){super(),this.shadowRoot.innerHTML="",e(this,{target:this.shadowRoot,props:o(this.attributes),customElement:!0},T,R,i,{},null),t&&t.target&&n(t.target,this,t.anchor)}}customElements.define("cooperatives-component",_);export{_ as default};
diff --git a/Server/public/js/components/footer-component.js b/Server/public/js/components/footer-component.js
index 273538c..7cfa93e 100644
--- a/Server/public/js/components/footer-component.js
+++ b/Server/public/js/components/footer-component.js
@@ -1 +1 @@
-import{S as t,i as e,a as o,b as r,s as a,e as i,n,d as s,c as m,f as c,t as f,g as d,h as l,v as g,l as h,q as p,m as u}from"./index-4348483d.js";import{w as b}from"./index-71440b21.js";import{loadLocaleContent as w}from"../../../../../../../../../js/libraries/serverTools.js";function v(t){let e,o,a,i,n,m,b,w,v,y,x,k,L,j,_,z,B,C,T,U,A,H,M=t[1].contactUs+"",R=t[1].inviteLink+"",D=t[1].inviteLink+"";return{c(){e=c("footer"),o=c("div"),a=c("div"),i=c("div"),n=c("h2"),m=f(M),b=d(),w=c("p"),v=f("Discord: "),y=c("a"),x=f(R),k=d(),L=c("p"),j=f("WhatsApp: "),_=c("a"),z=f(D),B=d(),C=c("button"),C.innerHTML=' ',T=d(),U=c("p"),U.innerHTML='Licensed under a Creative Commons CC BY 4.0 license. ',l(y,"href","https://discord.gg/xAPZmyr8B6"),l(y,"target","_blank"),l(y,"rel","noreferrer"),g(y,"margin-left","1.8rem"),l(_,"href","https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh"),l(_,"target","_blank"),l(_,"rel","noreferrer"),g(_,"margin-left","0.5rem"),l(i,"id","contact-us-container"),l(a,"id","footer-grid-content-container"),l(a,"class","logged"),l(C,"id","footer-up"),l(C,"aria-label","go up"),l(U,"id","footer-copyright"),l(o,"id","footer-content-container")},m(s,c){r(s,e,c),h(e,o),h(o,a),h(a,i),h(i,n),h(n,m),h(i,b),h(i,w),h(w,v),h(w,y),h(y,x),h(i,k),h(i,L),h(L,j),h(L,_),h(_,z),h(o,B),h(o,C),h(o,T),h(o,U),A||(H=p(C,"click",t[4]),A=!0)},p(t,e){2&e&&M!==(M=t[1].contactUs+"")&&u(m,M),2&e&&R!==(R=t[1].inviteLink+"")&&u(x,R),2&e&&D!==(D=t[1].inviteLink+"")&&u(z,D)},d(t){t&&s(e),A=!1,H()}}}function y(t){let e,o=2==t[0]&&v(t);return{c(){o&&o.c(),e=i()},m(t,a){o&&o.m(t,a),r(t,e,a)},p(t,r){2==t[0]?o?o.p(t,r):(o=v(t),o.c(),o.m(e.parentNode,e)):o&&(o.d(1),o=null)},d(t){o&&o.d(t),t&&s(e)}}}function x(t){let e,o=t[0],m=y(t);return{c(){m.c(),e=i(),this.c=n},m(t,o){m.m(t,o),r(t,e,o)},p(t,[r]){1&r&&a(o,o=t[0])?(m.d(1),m=y(t),m.c(),m.m(e.parentNode,e)):m.p(t,r)},i:n,o:n,d(t){t&&s(e),m.d(t)}}}function k(t,e,o){let r,a,i=b(0);m(t,i,(t=>o(0,r=t)));let n=b({});m(t,n,(t=>o(1,a=t))),w(n,"countries",i),w(n,"footer-component",i);return[r,a,i,n,()=>{location.href="#"}]}class L extends t{constructor(t){super(),this.shadowRoot.innerHTML="",e(this,{target:this.shadowRoot,props:o(this.attributes),customElement:!0},k,x,a,{},null),t&&t.target&&r(t.target,this,t.anchor)}}customElements.define("footer-component",L);export{L as default};
+import{S as t,i as e,a as o,b as r,s as a,e as i,n,d as s,c as m,f as c,t as f,g as d,h as l,v as g,l as h,q as p,m as u}from"./index-4348483d.js";import{w as b}from"./index-71440b21.js";import{loadLocaleContent as w}from"../../../../../../../../../js/libraries/serverTools.js";function v(t){let e,o,a,i,n,m,b,w,v,y,x,k,L,j,_,z,B,C,T,U,A,H,M=t[1].contactUs+"",R=t[1].inviteLink+"",D=t[1].inviteLink+"";return{c(){e=c("footer"),o=c("div"),a=c("div"),i=c("div"),n=c("h2"),m=f(M),b=d(),w=c("p"),v=f("Discord: "),y=c("a"),x=f(R),k=d(),L=c("p"),j=f("WhatsApp: "),_=c("a"),z=f(D),B=d(),C=c("button"),C.innerHTML=' ',T=d(),U=c("p"),U.innerHTML='Licensed under a Creative Commons CC BY 4.0 license ',l(y,"href","https://discord.gg/xAPZmyr8B6"),l(y,"target","_blank"),l(y,"rel","noreferrer"),g(y,"margin-left","1.8rem"),l(_,"href","https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh"),l(_,"target","_blank"),l(_,"rel","noreferrer"),g(_,"margin-left","0.5rem"),l(i,"id","contact-us-container"),l(a,"id","footer-grid-content-container"),l(a,"class","logged"),l(C,"id","footer-up"),l(C,"aria-label","go up"),l(U,"id","footer-copyright"),l(o,"id","footer-content-container")},m(s,c){r(s,e,c),h(e,o),h(o,a),h(a,i),h(i,n),h(n,m),h(i,b),h(i,w),h(w,v),h(w,y),h(y,x),h(i,k),h(i,L),h(L,j),h(L,_),h(_,z),h(o,B),h(o,C),h(o,T),h(o,U),A||(H=p(C,"click",t[4]),A=!0)},p(t,e){2&e&&M!==(M=t[1].contactUs+"")&&u(m,M),2&e&&R!==(R=t[1].inviteLink+"")&&u(x,R),2&e&&D!==(D=t[1].inviteLink+"")&&u(z,D)},d(t){t&&s(e),A=!1,H()}}}function y(t){let e,o=2==t[0]&&v(t);return{c(){o&&o.c(),e=i()},m(t,a){o&&o.m(t,a),r(t,e,a)},p(t,r){2==t[0]?o?o.p(t,r):(o=v(t),o.c(),o.m(e.parentNode,e)):o&&(o.d(1),o=null)},d(t){o&&o.d(t),t&&s(e)}}}function x(t){let e,o=t[0],m=y(t);return{c(){m.c(),e=i(),this.c=n},m(t,o){m.m(t,o),r(t,e,o)},p(t,[r]){1&r&&a(o,o=t[0])?(m.d(1),m=y(t),m.c(),m.m(e.parentNode,e)):m.p(t,r)},i:n,o:n,d(t){t&&s(e),m.d(t)}}}function k(t,e,o){let r,a,i=b(0);m(t,i,(t=>o(0,r=t)));let n=b({});m(t,n,(t=>o(1,a=t))),w(n,"countries",i),w(n,"footer-component",i);return[r,a,i,n,()=>{location.href="#"}]}class L extends t{constructor(t){super(),this.shadowRoot.innerHTML="",e(this,{target:this.shadowRoot,props:o(this.attributes),customElement:!0},k,x,a,{},null),t&&t.target&&r(t.target,this,t.anchor)}}customElements.define("footer-component",L);export{L as default};
diff --git a/Server/public/js/components/groups-component.js b/Server/public/js/components/groups-component.js
index 5df0925..8591966 100644
--- a/Server/public/js/components/groups-component.js
+++ b/Server/public/js/components/groups-component.js
@@ -1 +1 @@
-import{S as t,i as o,a as n,b as e,s as r,e as i,n as a,d as c,c as s,o as m,f as l,t as g,g as p,h as u,j as h,k as d,l as f,m as b,p as x}from"./index-4348483d.js";import{w as j}from"./index-71440b21.js";import{addMarkersGroups as v,groupsByCountry as w}from"../../../../../../../../../js/groups.js";import{loadLocaleContent as y}from"../../../../../../../../../js/libraries/serverTools.js";import"../../../../../../../../../js/components/map-component.js";function k(t,o,n){const e=t.slice();return e[6]=o[n][0],e[7]=o[n][1],e}function z(t,o,n){const e=t.slice();return e[10]=o[n],e}function D(t){let o,n,r,i,a,s,m,j,v,y,z,D,E,O,R,T,A,C=t[1].heading+"",H=t[1].p1+"",L=t[1].subheading1+"",M=Object.entries(w),S=[];for(let o=0;on(0,e=t)));let a=j({});function c(t,o){let n=t([22,0],2);v(n,o)}s(t,a,(t=>n(1,r=t))),y(a,"groups-component",i),y(a,"countries",i),m((()=>{}));return[e,r,i,a,c,t=>c(t,r)]}class A extends t{constructor(t){super(),this.shadowRoot.innerHTML="",o(this,{target:this.shadowRoot,props:n(this.attributes),customElement:!0},T,R,r,{},null),t&&t.target&&e(t.target,this,t.anchor)}}customElements.define("groups-component",A);export{A as default};
+import{S as t,i as o,a as n,b as e,s as r,e as i,n as a,d as s,c,o as m,f as l,t as p,g,h as u,j as h,k as d,l as f,m as b,p as x}from"./index-4348483d.js";import{w as j}from"./index-71440b21.js";import{addMarkersGroups as v,groupsByCountry as w}from"../../../../../../../../../js/groups.js";import{loadLocaleContent as y}from"../../../../../../../../../js/libraries/serverTools.js";import"../../../../../../../../../js/components/map-component.js";function k(t,o,n){const e=t.slice();return e[6]=o[n][0],e[7]=o[n][1],e}function z(t,o,n){const e=t.slice();return e[10]=o[n],e}function D(t){let o,n,r,i,a,c,m,j,v,y,z,D,E,O,R,T,A,C=t[1].groups+"",H=t[1].p1+"",L=t[1].subheading1+"",M=Object.entries(w),S=[];for(let o=0;on(0,e=t)));let a=j({});function s(t,o){let n=t([22,0],2);v(n,o)}c(t,a,(t=>n(1,r=t))),y(a,"groups-component",i),y(a,"countries",i),m((()=>{}));return[e,r,i,a,s,t=>s(t,r)]}class A extends t{constructor(t){super(),this.shadowRoot.innerHTML="",o(this,{target:this.shadowRoot,props:n(this.attributes),customElement:!0},T,R,r,{},null),t&&t.target&&e(t.target,this,t.anchor)}}customElements.define("groups-component",A);export{A as default};
diff --git a/Server/public/js/components/join-us-component.js b/Server/public/js/components/join-us-component.js
index d507262..0a7f702 100644
--- a/Server/public/js/components/join-us-component.js
+++ b/Server/public/js/components/join-us-component.js
@@ -1 +1 @@
-import{S as o,i,a as t,b as e,s as r,e as n,n as a,d as s,c as m,o as l,f as c,t as p,g,j as u,h as d,k as h,l as f,m as b}from"./index-4348483d.js";import{w as v}from"./index-71440b21.js";import{addMarkersGroups as j}from"../../../../../../../../../js/groups.js";import{addMarkersCoops as w}from"../../../../../../../../../js/coops.js";import{addMarkersCommunities as k}from"../../../../../../../../../js/communities.js";import{addMarkersParties as y}from"../../../../../../../../../js/parties.js";import{loadLocaleContent as x}from"../../../../../../../../../js/libraries/serverTools.js";import"../../../../../../../../../js/components/map-component.js";function P(o){let i,t,r,n,a,m,l,v,j,w,k,y,x,P,A,N,S,T,D,H,O,z,L,M,U,B,E,G,R,W,Y,_,C,J,K,Z,q,F,I,Q,V,X,$,oo,io,to,eo,ro,no,ao,so,mo,lo,co,po,go,uo,ho,fo,bo,vo,jo,wo,ko,yo,xo,Po,Ao,No,So,To,Do,Ho,Oo,zo,Lo,Mo,Uo,Bo,Eo,Go,Ro,Wo,Yo=o[1].heading+"",_o=o[1].condition1+"",Co=o[1].condition2+"",Jo=o[1].condition3+"",Ko=o[1].conditionsOutcome+"",Zo=o[1].subheading1+"",qo=o[1].valueProposition1+"",Fo=o[1].valueProposition2+"",Io=o[1].valueProposition3+"",Qo=o[1].valueProposition4+"",Vo=o[1].valueProposition5+"",Xo=o[1].subheading2+"",$o=o[1].findOur+"",oi=o[1].group+"",ii=o[1].commune+"",ti=o[1].cooperative+"",ei=o[1].or+"",ri=o[1].party+"",ni=o[1].nearYou+"",ai=o[1].noneNear+"",si=o[1].WhatsAppGroup+"",mi=o[1].or+"",li=o[1].DiscordServer+"",ci=o[1].helpStart+"";return{c(){i=c("div"),t=c("div"),r=c("h1"),n=p(Yo),a=g(),m=c("img"),v=g(),j=c("ol"),w=c("li"),k=p(_o),y=g(),x=c("li"),P=p(Co),A=g(),N=c("li"),S=p(Jo),T=g(),D=c("p"),H=g(),O=c("h2"),z=p(Zo),L=g(),M=c("ol"),U=c("li"),B=p(qo),E=g(),G=c("li"),R=p(Fo),W=g(),Y=c("li"),_=p(Io),C=g(),J=c("li"),K=p(Qo),Z=g(),q=c("p"),F=p(Vo),I=g(),Q=c("h2"),V=p(Xo),X=g(),$=c("div"),oo=c("p"),io=p($o),to=g(),eo=c("ol"),ro=c("li"),no=c("a"),ao=p(oi),so=p(","),mo=g(),lo=c("li"),co=c("a"),po=p(ii),go=g(),uo=c("li"),ho=c("a"),fo=p(ti),bo=g(),vo=p(ei),jo=g(),wo=c("li"),ko=c("a"),yo=p(ri),xo=g(),Po=c("p"),Ao=p(ni),No=g(),So=c("p"),To=p(ai),Do=g(),Ho=c("a"),Oo=p(si),zo=g(),Lo=p(mi),Mo=g(),Uo=c("a"),Bo=p(li),Eo=p(ci),Go=g(),Ro=c("map-component"),u(m.src,l="/img/common/join-group.svg")||d(m,"src","/img/common/join-group.svg"),d(m,"id","join-group"),d(m,"alt","join group"),d(j,"id","condition-list"),d(M,"id","value-proposition-list"),d(no,"href","/"+o[4]+"/groups"),d(co,"href","/"+o[4]+"/communes"),d(ho,"href","/"+o[4]+"/cooperatives"),d(ko,"href","/"+o[4]+"/parties"),d(eo,"id","entities-list"),d($,"id","call-to-action-list"),d(Ho,"href","https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh"),d(Ho,"target","_blank"),d(Ho,"rel","noreferrer"),d(Uo,"href","https://discord.gg/xAPZmyr8B6"),d(Uo,"target","_blank"),d(Uo,"rel","noreferrer"),h(Ro,"id","map"),h(Ro,"callback",Wo=o[6]),d(t,"id","text-container"),d(i,"id","container")},m(o,s){e(o,i,s),f(i,t),f(t,r),f(r,n),f(t,a),f(t,m),f(t,v),f(t,j),f(j,w),f(w,k),f(j,y),f(j,x),f(x,P),f(j,A),f(j,N),f(N,S),f(j,T),f(j,D),D.innerHTML=Ko,f(t,H),f(t,O),f(O,z),f(t,L),f(t,M),f(M,U),f(U,B),f(M,E),f(M,G),f(G,R),f(M,W),f(M,Y),f(Y,_),f(M,C),f(M,J),f(J,K),f(M,Z),f(M,q),f(q,F),f(t,I),f(t,Q),f(Q,V),f(t,X),f(t,$),f($,oo),f(oo,io),f($,to),f($,eo),f(eo,ro),f(ro,no),f(no,ao),f(ro,so),f(eo,mo),f(eo,lo),f(lo,co),f(co,po),f(eo,go),f(eo,uo),f(uo,ho),f(ho,fo),f(uo,bo),f(uo,vo),f(eo,jo),f(eo,wo),f(wo,ko),f(ko,yo),f($,xo),f($,Po),f(Po,Ao),f(t,No),f(t,So),f(So,To),f(So,Do),f(So,Ho),f(Ho,Oo),f(So,zo),f(So,Lo),f(So,Mo),f(So,Uo),f(Uo,Bo),f(So,Eo),f(t,Go),f(t,Ro)},p(o,i){2&i&&Yo!==(Yo=o[1].heading+"")&&b(n,Yo),2&i&&_o!==(_o=o[1].condition1+"")&&b(k,_o),2&i&&Co!==(Co=o[1].condition2+"")&&b(P,Co),2&i&&Jo!==(Jo=o[1].condition3+"")&&b(S,Jo),2&i&&Ko!==(Ko=o[1].conditionsOutcome+"")&&(D.innerHTML=Ko),2&i&&Zo!==(Zo=o[1].subheading1+"")&&b(z,Zo),2&i&&qo!==(qo=o[1].valueProposition1+"")&&b(B,qo),2&i&&Fo!==(Fo=o[1].valueProposition2+"")&&b(R,Fo),2&i&&Io!==(Io=o[1].valueProposition3+"")&&b(_,Io),2&i&&Qo!==(Qo=o[1].valueProposition4+"")&&b(K,Qo),2&i&&Vo!==(Vo=o[1].valueProposition5+"")&&b(F,Vo),2&i&&Xo!==(Xo=o[1].subheading2+"")&&b(V,Xo),2&i&&$o!==($o=o[1].findOur+"")&&b(io,$o),2&i&&oi!==(oi=o[1].group+"")&&b(ao,oi),2&i&&ii!==(ii=o[1].commune+"")&&b(po,ii),2&i&&ti!==(ti=o[1].cooperative+"")&&b(fo,ti),2&i&&ei!==(ei=o[1].or+"")&&b(vo,ei),2&i&&ri!==(ri=o[1].party+"")&&b(yo,ri),2&i&&ni!==(ni=o[1].nearYou+"")&&b(Ao,ni),2&i&&ai!==(ai=o[1].noneNear+"")&&b(To,ai),2&i&&si!==(si=o[1].WhatsAppGroup+"")&&b(Oo,si),2&i&&mi!==(mi=o[1].or+"")&&b(Lo,mi),2&i&&li!==(li=o[1].DiscordServer+"")&&b(Bo,li),2&i&&ci!==(ci=o[1].helpStart+"")&&b(Eo,ci),2&i&&Wo!==(Wo=o[6])&&h(Ro,"callback",Wo)},d(o){o&&s(i)}}}function A(o){let i,t=6==o[0]&&P(o);return{c(){t&&t.c(),i=n()},m(o,r){t&&t.m(o,r),e(o,i,r)},p(o,e){6==o[0]?t?t.p(o,e):(t=P(o),t.c(),t.m(i.parentNode,i)):t&&(t.d(1),t=null)},d(o){t&&t.d(o),o&&s(i)}}}function N(o){let i,t=o[0],m=A(o);return{c(){m.c(),i=n(),this.c=a},m(o,t){m.m(o,t),e(o,i,t)},p(o,[e]){1&e&&r(t,t=o[0])?(m.d(1),m=A(o),m.c(),m.m(i.parentNode,i)):m.p(o,e)},i:a,o:a,d(o){o&&s(i),m.d(o)}}}function S(o,i,t){let e,r,n=v(0);m(o,n,(o=>t(0,e=o)));let a=v({});m(o,a,(o=>t(1,r=o))),x(a,"groups-component",n),x(a,"communities-component",n),x(a,"cooperatives-component",n),x(a,"parties-component",n),x(a,"countries",n);let s=x(a,"join-us-component",n);function c(o,i){let t=o([22,0],2);j(t,i),k(t,i),w(t,i),y(t,i)}l((()=>{}));return[e,r,n,a,s,c,o=>c(o,r)]}class T extends o{constructor(o){super(),this.shadowRoot.innerHTML="",i(this,{target:this.shadowRoot,props:t(this.attributes),customElement:!0},S,N,r,{},null),o&&o.target&&e(o.target,this,o.anchor)}}customElements.define("join-us-component",T);export{T as default};
+import{S as o,i as t,a as i,b as e,s as r,e as n,n as a,d as s,c as m,o as l,f as c,t as p,g,j as u,h as d,k as h,l as f,m as b}from"./index-4348483d.js";import{w as v}from"./index-71440b21.js";import{addMarkersGroups as j,groupsMarkersLayer as w}from"../../../../../../../../../js/groups.js";import{addMarkersCoops as k,coopsMarkersLayer as y}from"../../../../../../../../../js/coops.js";import{addMarkersCommunes as x,communesMarkersLayer as P}from"../../../../../../../../../js/communes.js";import{addMarkersParties as T,partiesMarkersLayer as A}from"../../../../../../../../../js/parties.js";import{loadLocaleContent as N}from"../../../../../../../../../js/libraries/serverTools.js";import"../../../../../../../../../js/components/map-component.js";function S(o){let t,i,r,n,a,m,l,v,j,w,k,y,x,P,T,A,N,S,D,H,L,O,z,C,G,M,U,B,E,R,W,Y,_,J,K,Z,q,F,I,Q,V,X,$,oo,to,io,eo,ro,no,ao,so,mo,lo,co,po,go,uo,ho,fo,bo,vo,jo,wo,ko,yo,xo,Po,To,Ao,No,So,Do,Ho,Lo,Oo,zo,Co,Go,Mo,Uo,Bo,Eo,Ro,Wo=o[1].heading+"",Yo=o[1].condition1+"",_o=o[1].condition2+"",Jo=o[1].condition3+"",Ko=o[1].conditionsOutcome+"",Zo=o[1].subheading1+"",qo=o[1].valueProposition1+"",Fo=o[1].valueProposition2+"",Io=o[1].valueProposition3+"",Qo=o[1].valueProposition4+"",Vo=o[1].valueProposition5+"",Xo=o[1].subheading2+"",$o=o[1].findOur+"",ot=o[1].group+"",tt=o[1].commune+"",it=o[1].cooperative+"",et=o[1].or+"",rt=o[1].party+"",nt=o[1].nearYou+"",at=o[1].noneNear+"",st=o[1].WhatsAppGroup+"",mt=o[1].or+"",lt=o[1].DiscordServer+"",ct=o[1].helpStart+"";return{c(){t=c("div"),i=c("div"),r=c("h1"),n=p(Wo),a=g(),m=c("img"),v=g(),j=c("ol"),w=c("li"),k=p(Yo),y=g(),x=c("li"),P=p(_o),T=g(),A=c("li"),N=p(Jo),S=g(),D=c("p"),H=g(),L=c("h2"),O=p(Zo),z=g(),C=c("ol"),G=c("li"),M=p(qo),U=g(),B=c("li"),E=p(Fo),R=g(),W=c("li"),Y=p(Io),_=g(),J=c("li"),K=p(Qo),Z=g(),q=c("p"),F=p(Vo),I=g(),Q=c("h2"),V=p(Xo),X=g(),$=c("div"),oo=c("p"),to=p($o),io=g(),eo=c("ol"),ro=c("li"),no=c("a"),ao=p(ot),so=p(","),mo=g(),lo=c("li"),co=c("a"),po=p(tt),go=g(),uo=c("li"),ho=c("a"),fo=p(it),bo=g(),vo=p(et),jo=g(),wo=c("li"),ko=c("a"),yo=p(rt),xo=g(),Po=c("p"),To=p(nt),Ao=g(),No=c("p"),So=p(at),Do=g(),Ho=c("a"),Lo=p(st),Oo=g(),zo=p(mt),Co=g(),Go=c("a"),Mo=p(lt),Uo=p(ct),Bo=g(),Eo=c("map-component"),u(m.src,l="/img/common/join-group.svg")||d(m,"src","/img/common/join-group.svg"),d(m,"id","join-group"),d(m,"alt","join group"),d(j,"id","condition-list"),d(C,"id","value-proposition-list"),d(no,"href","/"+o[4]+"/groups"),d(co,"href","/"+o[4]+"/communes"),d(ho,"href","/"+o[4]+"/cooperatives"),d(ko,"href","/"+o[4]+"/parties"),d(eo,"id","entities-list"),d($,"id","call-to-action-list"),d(Ho,"href","https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh"),d(Ho,"target","_blank"),d(Ho,"rel","noreferrer"),d(Go,"href","https://discord.gg/xAPZmyr8B6"),d(Go,"target","_blank"),d(Go,"rel","noreferrer"),h(Eo,"id","map"),h(Eo,"callback",Ro=o[6]),d(i,"id","text-container"),d(t,"id","container")},m(o,s){e(o,t,s),f(t,i),f(i,r),f(r,n),f(i,a),f(i,m),f(i,v),f(i,j),f(j,w),f(w,k),f(j,y),f(j,x),f(x,P),f(j,T),f(j,A),f(A,N),f(j,S),f(j,D),D.innerHTML=Ko,f(i,H),f(i,L),f(L,O),f(i,z),f(i,C),f(C,G),f(G,M),f(C,U),f(C,B),f(B,E),f(C,R),f(C,W),f(W,Y),f(C,_),f(C,J),f(J,K),f(C,Z),f(C,q),f(q,F),f(i,I),f(i,Q),f(Q,V),f(i,X),f(i,$),f($,oo),f(oo,to),f($,io),f($,eo),f(eo,ro),f(ro,no),f(no,ao),f(ro,so),f(eo,mo),f(eo,lo),f(lo,co),f(co,po),f(eo,go),f(eo,uo),f(uo,ho),f(ho,fo),f(uo,bo),f(uo,vo),f(eo,jo),f(eo,wo),f(wo,ko),f(ko,yo),f($,xo),f($,Po),f(Po,To),f(i,Ao),f(i,No),f(No,So),f(No,Do),f(No,Ho),f(Ho,Lo),f(No,Oo),f(No,zo),f(No,Co),f(No,Go),f(Go,Mo),f(No,Uo),f(i,Bo),f(i,Eo)},p(o,t){2&t&&Wo!==(Wo=o[1].heading+"")&&b(n,Wo),2&t&&Yo!==(Yo=o[1].condition1+"")&&b(k,Yo),2&t&&_o!==(_o=o[1].condition2+"")&&b(P,_o),2&t&&Jo!==(Jo=o[1].condition3+"")&&b(N,Jo),2&t&&Ko!==(Ko=o[1].conditionsOutcome+"")&&(D.innerHTML=Ko),2&t&&Zo!==(Zo=o[1].subheading1+"")&&b(O,Zo),2&t&&qo!==(qo=o[1].valueProposition1+"")&&b(M,qo),2&t&&Fo!==(Fo=o[1].valueProposition2+"")&&b(E,Fo),2&t&&Io!==(Io=o[1].valueProposition3+"")&&b(Y,Io),2&t&&Qo!==(Qo=o[1].valueProposition4+"")&&b(K,Qo),2&t&&Vo!==(Vo=o[1].valueProposition5+"")&&b(F,Vo),2&t&&Xo!==(Xo=o[1].subheading2+"")&&b(V,Xo),2&t&&$o!==($o=o[1].findOur+"")&&b(to,$o),2&t&&ot!==(ot=o[1].group+"")&&b(ao,ot),2&t&&tt!==(tt=o[1].commune+"")&&b(po,tt),2&t&&it!==(it=o[1].cooperative+"")&&b(fo,it),2&t&&et!==(et=o[1].or+"")&&b(vo,et),2&t&&rt!==(rt=o[1].party+"")&&b(yo,rt),2&t&&nt!==(nt=o[1].nearYou+"")&&b(To,nt),2&t&&at!==(at=o[1].noneNear+"")&&b(So,at),2&t&&st!==(st=o[1].WhatsAppGroup+"")&&b(Lo,st),2&t&&mt!==(mt=o[1].or+"")&&b(zo,mt),2&t&<!==(lt=o[1].DiscordServer+"")&&b(Mo,lt),2&t&&ct!==(ct=o[1].helpStart+"")&&b(Uo,ct),2&t&&Ro!==(Ro=o[6])&&h(Eo,"callback",Ro)},d(o){o&&s(t)}}}function D(o){let t,i=6==o[0]&&S(o);return{c(){i&&i.c(),t=n()},m(o,r){i&&i.m(o,r),e(o,t,r)},p(o,e){6==o[0]?i?i.p(o,e):(i=S(o),i.c(),i.m(t.parentNode,t)):i&&(i.d(1),i=null)},d(o){i&&i.d(o),o&&s(t)}}}function H(o){let t,i=o[0],m=D(o);return{c(){m.c(),t=n(),this.c=a},m(o,i){m.m(o,i),e(o,t,i)},p(o,[e]){1&e&&r(i,i=o[0])?(m.d(1),m=D(o),m.c(),m.m(t.parentNode,t)):m.p(o,e)},i:a,o:a,d(o){o&&s(t),m.d(o)}}}function O(o,t,i){let e,r,n=v(0);m(o,n,(o=>i(0,e=o)));let a=v({});m(o,a,(o=>i(1,r=o))),N(a,"groups-component",n),N(a,"communes-component",n),N(a,"cooperatives-component",n),N(a,"parties-component",n),N(a,"countries",n);let s=N(a,"join-us-component",n);function c(o,t){let i=o([22,0],2);j(i,t),x(i,t),k(i,t),T(i,t);let e={Groups:w,Communes:P,Coops:y,Parties:A};L.control.layers(null,e).addTo(i)}l((()=>{}));return[e,r,n,a,s,c,o=>c(o,r)]}class z extends o{constructor(o){super(),this.shadowRoot.innerHTML="",t(this,{target:this.shadowRoot,props:i(this.attributes),customElement:!0},O,H,r,{},null),o&&o.target&&e(o.target,this,o.anchor)}}customElements.define("join-us-component",z);export{z as default};
diff --git a/Server/public/js/components/landing-component.js b/Server/public/js/components/landing-component.js
index 391cba4..5606ac5 100644
--- a/Server/public/js/components/landing-component.js
+++ b/Server/public/js/components/landing-component.js
@@ -1 +1 @@
-import{S as i,i as t,a as o,b as e,s as r,e as s,n as m,d as n,c as a,o as c,w as g,f as p,g as d,t as l,h as u,j as v,v as h,l as x,m as w}from"./index-4348483d.js";import{loadLocaleContent as f}from"../../../../../../../../../js/libraries/serverTools.js";import{w as T}from"./index-71440b21.js";function b(i){let t,o,r,s,m,a,c,g,f,T,b,y,j,z,E,H,L,M,N,R,S,k,q,A,B,C,D,F,G,I,J,K,O,P,Q,U,V,W,X,Y,Z,$,_,ii,ti,oi,ei,ri=i[3].top+"",si=i[3].groupsTitle+"",mi=i[3].groupsText+"",ni=i[3].communesTitle+"",ai=i[3].communesText+"",ci=i[3].cooperativesTitle+"",gi=i[3].cooperativesText+"",pi=i[3].partiesTitle+"",di=i[3].partiesText+"";return{c(){t=p("div"),o=p("picture"),o.innerHTML=' \n \n ',r=d(),s=p("div"),m=p("p"),a=l(ri),c=d(),g=p("div"),f=p("div"),T=p("h2"),b=l(si),y=d(),j=p("img"),E=d(),H=p("p"),L=l(mi),M=d(),N=p("div"),R=p("h2"),S=l(ni),k=d(),q=p("img"),B=d(),C=p("p"),D=l(ai),F=d(),G=p("div"),I=p("h2"),J=l(ci),K=d(),O=p("img"),Q=d(),U=p("p"),V=l(gi),W=d(),X=p("div"),Y=p("h2"),Z=l(pi),$=d(),_=p("img"),ti=d(),oi=p("p"),ei=l(di),u(j,"id","groups-img"),v(j.src,z="/img/common/groups.svg")||u(j,"src","/img/common/groups.svg"),u(j,"alt","groups"),u(q,"id","communes-img"),v(q.src,A="/img/common/commune.svg")||u(q,"src","/img/common/commune.svg"),u(q,"alt","communes"),u(O,"id","coops-img"),v(O.src,P="/img/common/coops.svg")||u(O,"src","/img/common/coops.svg"),u(O,"alt","coops"),u(_,"id","parties-img"),v(_.src,ii="/img/common/parties.svg")||u(_,"src","/img/common/parties.svg"),u(_,"alt","coops"),u(g,"id","container-grid"),h(g,"--grid-width",i[1]),u(s,"id","text-container"),u(t,"id","container")},m(n,p){e(n,t,p),x(t,o),x(t,r),x(t,s),x(s,m),x(m,a),x(s,c),x(s,g),x(g,f),x(f,T),x(T,b),x(f,y),x(f,j),x(f,E),x(f,H),x(H,L),x(g,M),x(g,N),x(N,R),x(R,S),x(N,k),x(N,q),x(N,B),x(N,C),x(C,D),x(g,F),x(g,G),x(G,I),x(I,J),x(G,K),x(G,O),x(G,Q),x(G,U),x(U,V),x(g,W),x(g,X),x(X,Y),x(Y,Z),x(X,$),x(X,_),x(X,ti),x(X,oi),x(oi,ei),i[6](g)},p(i,t){8&t&&ri!==(ri=i[3].top+"")&&w(a,ri),8&t&&si!==(si=i[3].groupsTitle+"")&&w(b,si),8&t&&mi!==(mi=i[3].groupsText+"")&&w(L,mi),8&t&&ni!==(ni=i[3].communesTitle+"")&&w(S,ni),8&t&&ai!==(ai=i[3].communesText+"")&&w(D,ai),8&t&&ci!==(ci=i[3].cooperativesTitle+"")&&w(J,ci),8&t&&gi!==(gi=i[3].cooperativesText+"")&&w(V,gi),8&t&&pi!==(pi=i[3].partiesTitle+"")&&w(Z,pi),8&t&&di!==(di=i[3].partiesText+"")&&w(ei,di),2&t&&h(g,"--grid-width",i[1])},d(o){o&&n(t),i[6](null)}}}function y(i){let t,o=2==i[2]&&b(i);return{c(){o&&o.c(),t=s()},m(i,r){o&&o.m(i,r),e(i,t,r)},p(i,e){2==i[2]?o?o.p(i,e):(o=b(i),o.c(),o.m(t.parentNode,t)):o&&(o.d(1),o=null)},d(i){o&&o.d(i),i&&n(t)}}}function j(i){let t,o=i[2],a=y(i);return{c(){a.c(),t=s(),this.c=m},m(i,o){a.m(i,o),e(i,t,o)},p(i,[e]){4&e&&r(o,o=i[2])?(a.d(1),a=y(i),a.c(),a.m(t.parentNode,t)):a.p(i,e)},i:m,o:m,d(i){i&&n(t),a.d(i)}}}function z(i,t,o){let e,r,s,m,n=T(0);a(i,n,(i=>o(2,e=i)));let p=T({});function d(i){o(1,m="1fr 1fr")}a(i,p,(i=>o(3,r=i))),f(p,"countries",n);f(p,"landing-component",n,d);return d(),c((()=>{})),[s,m,e,r,n,p,function(i){g[i?"unshift":"push"]((()=>{s=i,o(0,s)}))}]}class E extends i{constructor(i){super(),this.shadowRoot.innerHTML="",t(this,{target:this.shadowRoot,props:o(this.attributes),customElement:!0},z,j,r,{},null),i&&i.target&&e(i.target,this,i.anchor)}}customElements.define("landing-component",E);export{E as default};
+import{S as t,i,a as o,b as e,s as r,e as n,n as s,d as m,c as a,o as c,w as p,f as g,g as d,t as l,h as u,j as h,v as f,k as v,l as x,m as w}from"./index-4348483d.js";import{w as b}from"./index-71440b21.js";import{addMarkersGroups as j,groupsMarkersLayer as T}from"../../../../../../../../../js/groups.js";import{addMarkersCoops as y,coopsMarkersLayer as k}from"../../../../../../../../../js/coops.js";import{addMarkersCommunes as U,communesMarkersLayer as z}from"../../../../../../../../../js/communes.js";import{addMarkersParties as N,partiesMarkersLayer as A}from"../../../../../../../../../js/parties.js";import{loadLocaleContent as C}from"../../../../../../../../../js/libraries/serverTools.js";import"../../../../../../../../../js/components/map-component.js";function B(t){let i,o,r,n,s,a,c,p,b,j,T,y,k,U,z,N,A,C,L,B,E,F,H,M,R,W,D,P,S,Z,_,q,G,I,J,K,O,Q,V,X,Y,$,tt,it,ot,et,rt,nt,st,mt,at,ct,pt,gt,dt,lt,ut,ht,ft,vt,xt,wt,bt,jt,Tt,yt,kt,Ut=t[3].top+"",zt=t[3].groupsTitle+"",Nt=t[3].groupsText+"",At=t[3].communesTitle+"",Ct=t[3].communesText+"",Lt=t[3].cooperativesTitle+"",Bt=t[3].cooperativesText+"",Et=t[3].partiesTitle+"",Ft=t[3].partiesText+"",Ht=t[3].findUs+"",Mt=t[3].whatNow+"",Rt=t[3].joinUs+"",Wt=t[3].talkWithUs+"";return{c(){i=g("div"),o=g("picture"),o.innerHTML=' \n \n ',r=d(),n=g("div"),s=g("p"),a=l(Ut),c=d(),p=g("div"),b=g("div"),j=g("a"),T=g("h2"),y=l(zt),k=d(),U=g("img"),N=d(),A=g("p"),C=l(Nt),L=d(),B=g("div"),E=g("a"),F=g("h2"),H=l(At),M=d(),R=g("img"),D=d(),P=g("p"),S=l(Ct),Z=d(),_=g("div"),q=g("a"),G=g("h2"),I=l(Lt),J=d(),K=g("img"),Q=d(),V=g("p"),X=l(Bt),Y=d(),$=g("div"),tt=g("a"),it=g("h2"),ot=l(Et),et=d(),rt=g("img"),st=d(),mt=g("p"),at=l(Ft),ct=d(),pt=g("h1"),gt=l(Ht),dt=d(),lt=g("map-component"),ht=d(),ft=g("h1"),vt=l(Mt),xt=d(),wt=g("div"),bt=g("a"),jt=l(Rt),Tt=d(),yt=g("a"),kt=l(Wt),u(j,"href","/"+t[6]+"/groups"),u(U,"id","groups-img"),h(U.src,z="/img/common/groups.svg")||u(U,"src","/img/common/groups.svg"),u(U,"alt","groups"),u(E,"href","/"+t[6]+"/communes"),u(R,"id","communes-img"),h(R.src,W="/img/common/commune.svg")||u(R,"src","/img/common/commune.svg"),u(R,"alt","communes"),u(q,"href","/"+t[6]+"/coops"),u(K,"id","coops-img"),h(K.src,O="/img/common/coops.svg")||u(K,"src","/img/common/coops.svg"),u(K,"alt","coops"),u(tt,"href","/"+t[6]+"/parties"),u(rt,"id","parties-img"),h(rt.src,nt="/img/common/parties.svg")||u(rt,"src","/img/common/parties.svg"),u(rt,"alt","coops"),u(p,"id","container-grid"),f(p,"--grid-width",t[1]),v(lt,"id","map"),v(lt,"callback",ut=t[9]),v(lt,"colors",["#23AC20","#CA2437","#217BC9","#FFD326"]),u(bt,"class","link-button"),u(bt,"href","/"+t[6]+"/join-us"),u(yt,"class","link-button"),u(yt,"href","https://discord.gg/xAPZmyr8B6"),u(yt,"target","_blank"),u(yt,"rel","noreferrer"),u(wt,"id","action-container"),u(n,"id","text-container"),u(i,"id","container")},m(m,g){e(m,i,g),x(i,o),x(i,r),x(i,n),x(n,s),x(s,a),x(n,c),x(n,p),x(p,b),x(b,j),x(j,T),x(T,y),x(b,k),x(b,U),x(b,N),x(b,A),x(A,C),x(p,L),x(p,B),x(B,E),x(E,F),x(F,H),x(B,M),x(B,R),x(B,D),x(B,P),x(P,S),x(p,Z),x(p,_),x(_,q),x(q,G),x(G,I),x(_,J),x(_,K),x(_,Q),x(_,V),x(V,X),x(p,Y),x(p,$),x($,tt),x(tt,it),x(it,ot),x($,et),x($,rt),x($,st),x($,mt),x(mt,at),t[8](p),x(n,ct),x(n,pt),x(pt,gt),x(n,dt),x(n,lt),x(n,ht),x(n,ft),x(ft,vt),x(n,xt),x(n,wt),x(wt,bt),x(bt,jt),x(wt,Tt),x(wt,yt),x(yt,kt)},p(t,i){8&i&&Ut!==(Ut=t[3].top+"")&&w(a,Ut),8&i&&zt!==(zt=t[3].groupsTitle+"")&&w(y,zt),8&i&&Nt!==(Nt=t[3].groupsText+"")&&w(C,Nt),8&i&&At!==(At=t[3].communesTitle+"")&&w(H,At),8&i&&Ct!==(Ct=t[3].communesText+"")&&w(S,Ct),8&i&&Lt!==(Lt=t[3].cooperativesTitle+"")&&w(I,Lt),8&i&&Bt!==(Bt=t[3].cooperativesText+"")&&w(X,Bt),8&i&&Et!==(Et=t[3].partiesTitle+"")&&w(ot,Et),8&i&&Ft!==(Ft=t[3].partiesText+"")&&w(at,Ft),2&i&&f(p,"--grid-width",t[1]),8&i&&Ht!==(Ht=t[3].findUs+"")&&w(gt,Ht),8&i&&ut!==(ut=t[9])&&v(lt,"callback",ut),8&i&&Mt!==(Mt=t[3].whatNow+"")&&w(vt,Mt),8&i&&Rt!==(Rt=t[3].joinUs+"")&&w(jt,Rt),8&i&&Wt!==(Wt=t[3].talkWithUs+"")&&w(kt,Wt)},d(o){o&&m(i),t[8](null)}}}function E(t){let i,o=6==t[2]&&B(t);return{c(){o&&o.c(),i=n()},m(t,r){o&&o.m(t,r),e(t,i,r)},p(t,e){6==t[2]?o?o.p(t,e):(o=B(t),o.c(),o.m(i.parentNode,i)):o&&(o.d(1),o=null)},d(t){o&&o.d(t),t&&m(i)}}}function F(t){let i,o=t[2],a=E(t);return{c(){a.c(),i=n(),this.c=s},m(t,o){a.m(t,o),e(t,i,o)},p(t,[e]){4&e&&r(o,o=t[2])?(a.d(1),a=E(t),a.c(),a.m(i.parentNode,i)):a.p(t,e)},i:s,o:s,d(t){t&&m(i),a.d(t)}}}function H(t,i,o){let e,r,n,s,m=b(0);a(t,m,(t=>o(2,e=t)));let g=b({});function d(t){o(1,s="1fr 1fr")}a(t,g,(t=>o(3,r=t))),C(g,"groups-component",m),C(g,"communes-component",m),C(g,"cooperatives-component",m),C(g,"parties-component",m),C(g,"countries",m);let l=C(g,"landing-component",m,d);function u(t,i){let o=t([22,0],2);j(o,i),U(o,i),y(o,i),N(o,i);let e={};e[i.groups]=T,e[i.communes]=z,e[i.cooperatives]=k,e[i.parties]=A,L.control.layers(null,e).addTo(o)}d(),c((()=>{}));return[n,s,e,r,m,g,l,u,function(t){p[t?"unshift":"push"]((()=>{n=t,o(0,n)}))},t=>u(t,r)]}class M extends t{constructor(t){super(),this.shadowRoot.innerHTML="",i(this,{target:this.shadowRoot,props:o(this.attributes),customElement:!0},H,F,r,{},null),t&&t.target&&e(t.target,this,t.anchor)}}customElements.define("landing-component",M);export{M as default};
diff --git a/Server/public/js/components/map-component.js b/Server/public/js/components/map-component.js
index 6ba5414..ec2f98e 100644
--- a/Server/public/js/components/map-component.js
+++ b/Server/public/js/components/map-component.js
@@ -1 +1 @@
-import{S as t,i as a,a as e,b as s,u as o,s as r,f as i,n,h as c,d as l,o as p,w as m}from"./index-4348483d.js";function h(t){let a;return{c(){a=i("div"),this.c=n,c(a,"id","map")},m(e,o){s(e,a,o),t[2](a)},p:n,i:n,o:n,d(e){e&&l(a),t[2](null)}}}function u(t,a,e){let s,{callback:o=null}=a;function r(t,a){let e=L.map(s,{center:t,zoom:a});return L.tileLayer("https://tile.openstreetmap.org/{z}/{x}/{y}.png",{attribution:'© OpenStreetMap contributors',minNativeZoom:2,minZoom:2,maxNativeZoom:16,maxZoom:16}).addTo(e),e}return p((()=>{o(r)})),t.$$set=t=>{"callback"in t&&e(1,o=t.callback)},[s,o,function(t){m[t?"unshift":"push"]((()=>{s=t,e(0,s)}))}]}class d extends t{constructor(t){super(),this.shadowRoot.innerHTML="",a(this,{target:this.shadowRoot,props:e(this.attributes),customElement:!0},u,h,r,{callback:1},null),t&&(t.target&&s(t.target,this,t.anchor),t.props&&(this.$set(t.props),o()))}static get observedAttributes(){return["callback"]}get callback(){return this.$$.ctx[1]}set callback(t){this.$$set({callback:t}),o()}}customElements.define("map-component",d);export{d as default};
+import{S as t,i as e,a as o,b as s,u as a,s as r,f as l,n,h as i,d as c,o as m,w as h}from"./index-4348483d.js";function p(t){let e;return{c(){e=l("div"),this.c=n,i(e,"id","map")},m(o,a){s(o,e,a),t[3](e)},p:n,i:n,o:n,d(o){o&&c(e),t[3](null)}}}function u(t,e,o){let s,{callback:a=null}=e,{colors:r=null}=e;function l(t,e){let o=L.map(s,{center:t,zoom:e});return L.tileLayer("https://tile.openstreetmap.org/{z}/{x}/{y}.png",{attribution:'© OpenStreetMap contributors',minNativeZoom:2,minZoom:2,maxNativeZoom:14,maxZoom:14}).addTo(o),o}return m((()=>{if(a(l),null!=r){let t=s.getElementsByClassName("leaflet-control-layers-overlays")[0].children;for(let e=0;e{"callback"in t&&o(1,a=t.callback),"colors"in t&&o(2,r=t.colors)},[s,a,r,function(t){h[t?"unshift":"push"]((()=>{s=t,o(0,s)}))}]}class d extends t{constructor(t){super(),this.shadowRoot.innerHTML="",e(this,{target:this.shadowRoot,props:o(this.attributes),customElement:!0},u,p,r,{callback:1,colors:2},null),t&&(t.target&&s(t.target,this,t.anchor),t.props&&(this.$set(t.props),a()))}static get observedAttributes(){return["callback","colors"]}get callback(){return this.$$.ctx[1]}set callback(t){this.$$set({callback:t}),a()}get colors(){return this.$$.ctx[2]}set colors(t){this.$$set({colors:t}),a()}}customElements.define("map-component",d);export{d as default};
diff --git a/Server/public/js/components/navbar-component.js b/Server/public/js/components/navbar-component.js
index ea61619..4f63355 100644
--- a/Server/public/js/components/navbar-component.js
+++ b/Server/public/js/components/navbar-component.js
@@ -1 +1 @@
-import{S as e,i as o,a as t,b as n,s as i,e as a,n as r,d as s,c as l,o as c,f as d,g as m,t as p,h,j as g,l as u,q as f,m as b,p as v,r as k,w}from"./index-4348483d.js";import{w as y}from"./index-71440b21.js";import{loadLocaleContent as x,locales as j}from"../../../../../../../../../js/libraries/serverTools.js";function z(e,o,t){const n=e.slice();return n[14]=o[t][0],n[15]=o[t][1],n}function O(e){let o,t,i,a,r,l,c,w,y,x,O,H,L,M,N,S,E,R,U,q,I,X,A,B,C,D,F,G,J,K,P,Q,V,W,Y,Z,$,_,ee,oe,te,ne,ie,ae,re,se,le,ce,de=e[3].orgName+"",me=e[3].manifesto+"",pe=e[3].joinUs+"",he=e[3].groups+"",ge=e[3].communes+"",ue=e[3].cooperatives+"",fe=e[3].parties+"",be=e[3].partners+"",ve=Object.entries(j),ke=[];for(let o=0;o',r=m(),l=d("a"),c=d("img"),y=m(),x=d("span"),O=p(de),H=m(),L=d("nav"),M=d("ul"),N=d("li"),S=d("a"),E=p(me),R=m(),U=d("li"),q=d("a"),I=p(pe),X=m(),A=d("li"),B=d("a"),C=p(he),D=m(),F=d("li"),G=d("a"),J=p(ge),K=m(),P=d("li"),Q=d("a"),V=p(ue),W=m(),Y=d("li"),Z=d("a"),$=p(fe),_=m(),ee=d("li"),oe=d("a"),te=p(be),ne=m(),ie=d("li"),ae=d("button"),ae.innerHTML=' \n \n ',re=m(),se=d("div");for(let e=0;et(3,n=e)));let m=x(d,"navbar-component",s);function p(e){localStorage.setItem("locale",e);let o=location.href.split("/"),t=Object.keys(j);o=o.filter((e=>!t.includes(e)));let n=o.slice(0,o.length-1).join("/")+"/"+e+"/"+o[o.length-1];location.href=n}c((()=>{}));return[i,a,r,n,s,d,m,function(){i.checked?t(1,a.style.background="white",a):setTimeout((()=>{t(1,a.style.position="relative",a),t(1,a.style.background="",a),t(1,a.style.boxShadow="",a)}),510)},function(){"block"==r.style.display?t(2,r.style.display="none",r):t(2,r.style.display="block",r)},p,function(e){w[e?"unshift":"push"]((()=>{i=e,t(0,i)}))},e=>p(e),function(e){w[e?"unshift":"push"]((()=>{r=e,t(2,r)}))},function(e){w[e?"unshift":"push"]((()=>{a=e,t(1,a)}))}]}class M extends e{constructor(e){super(),this.shadowRoot.innerHTML="",o(this,{target:this.shadowRoot,props:t(this.attributes),customElement:!0},L,H,i,{},null),e&&e.target&&n(e.target,this,e.anchor)}}customElements.define("navbar-component",M);export{M as default};
+import{S as e,i as t,a as o,b as n,s as i,e as a,n as r,d as l,c as s,o as c,t as d,g as m,f as h,h as p,j as g,l as u,q as f,m as b,p as v,r as w,w as y}from"./index-4348483d.js";import{w as k}from"./index-71440b21.js";import{loadLocaleContent as x,locales as j}from"../../../../../../../../../js/libraries/serverTools.js";function H(e,t,o){const n=e.slice();return n[17]=t[o][0],n[18]=t[o][1],n}function z(e){let t,o,i,a,r,s,c,y,k,x,z,L,M,O,E,N,S,R,U,W,q,I,X,A,B,C,D,F,G,J,K,P,Q,V,Y,Z,$,_,ee,te,oe,ne,ie,ae,re,le,se,ce,de,me=e[11]()+"",he=e[4].orgName+"",pe=e[4].manifesto+"",ge=e[4].joinUs+"",ue=e[4].groups+"",fe=e[4].communes+"",be=e[4].cooperatives+"",ve=e[4].parties+"",we=e[4].partners+"",ye=Object.entries(j),ke=[];for(let t=0;t',c=m(),y=h("a"),k=h("img"),z=m(),L=h("span"),M=m(),O=h("nav"),E=h("ul"),N=h("li"),S=h("a"),R=d(pe),U=m(),W=h("li"),q=h("a"),I=d(ge),X=m(),A=h("li"),B=h("a"),C=d(ue),D=m(),F=h("li"),G=h("a"),J=d(fe),K=m(),P=h("li"),Q=h("a"),V=d(be),Y=m(),Z=h("li"),$=h("a"),_=d(ve),ee=m(),te=h("li"),oe=h("a"),ne=d(we),ie=m(),ae=h("li"),re=h("button"),re.innerHTML=' \n \n ',le=m(),se=h("div");for(let e=0;eo(4,n=e)));let h=x(m,"navbar-component",d);function p(e){localStorage.setItem("locale",e);let t=location.href.split("/"),o=Object.keys(j);t=t.filter((e=>!o.includes(e)));let n=t.slice(0,t.length-1).join("/")+"/"+e+"/"+t[t.length-1];location.href=n}c((()=>{}));return[i,a,r,l,n,d,m,h,function(){i.checked?o(1,a.style.background="white",a):setTimeout((()=>{o(1,a.style.position="relative",a),o(1,a.style.background="",a),o(1,a.style.boxShadow="",a)}),510)},function(){"block"==r.style.display?o(2,r.style.display="none",r):o(2,r.style.display="block",r)},p,function(){if("ru"==h){let e=()=>{null==l?setTimeout(e,100):window.innerWidth<400&&"100%"!=l.style.lineHeight?(o(3,l.style.lineHeight="120%",l),o(3,l.style.top="1rem",l),o(3,l.style.width="16rem",l)):window.innerWidth>400&&"400%"!=l.style.lineHeight&&(o(3,l.style.lineHeight="400%",l),o(3,l.style.top="0rem",l),o(3,l.style.width="auto",l))};e(),addEventListener("resize",e)}},function(e){y[e?"unshift":"push"]((()=>{i=e,o(0,i)}))},function(e){y[e?"unshift":"push"]((()=>{l=e,o(3,l)}))},e=>p(e),function(e){y[e?"unshift":"push"]((()=>{r=e,o(2,r)}))},function(e){y[e?"unshift":"push"]((()=>{a=e,o(1,a)}))}]}class O extends e{constructor(e){super(),this.shadowRoot.innerHTML="",t(this,{target:this.shadowRoot,props:o(this.attributes),customElement:!0},M,L,i,{},null),e&&e.target&&n(e.target,this,e.anchor)}}customElements.define("navbar-component",O);export{O as default};
diff --git a/Server/public/js/components/parties-component.js b/Server/public/js/components/parties-component.js
index 0163de6..f82e500 100644
--- a/Server/public/js/components/parties-component.js
+++ b/Server/public/js/components/parties-component.js
@@ -1 +1 @@
-import{S as t,i as e,a as n,b as o,s as i,e as r,n as a,d as m,c as l,o as s,f as c,t as g,g as p,h as d,j as h,k as f,l as u,m as b,p as x}from"./index-4348483d.js";import{w as y}from"./index-71440b21.js";import{addMarkersParties as w,partiesByCountry as j}from"../../../../../../../../../js/parties.js";import{loadLocaleContent as v}from"../../../../../../../../../js/libraries/serverTools.js";import"../../../../../../../../../js/components/map-component.js";function k(t,e,n){const o=t.slice();return o[6]=e[n][0],o[7]=e[n][1],o}function z(t,e,n){const o=t.slice();return o[10]=e[n],o}function D(t){let e,n,i,r,a,l,s,y,w,v,z,D,E,O,R,T,A,C=t[1].heading+"",H=t[1].p1+"",L=t[1].subheading1+"",M=Object.entries(j),S=[];for(let e=0;en(0,o=t)));let a=y({});function m(t,e){let n=t([22,0],2);w(n,e)}l(t,a,(t=>n(1,i=t))),v(a,"countries",r),v(a,"parties-component",r),s((()=>{}));return[o,i,r,a,m,t=>m(t,i)]}class A extends t{constructor(t){super(),this.shadowRoot.innerHTML="",e(this,{target:this.shadowRoot,props:n(this.attributes),customElement:!0},T,R,i,{},null),t&&t.target&&o(t.target,this,t.anchor)}}customElements.define("parties-component",A);export{A as default};
+import{S as t,i as e,a as n,b as o,s as i,e as r,n as a,d as m,c as s,o as l,f as c,t as g,g as p,h as d,j as h,k as f,l as u,m as b,p as x}from"./index-4348483d.js";import{w as y}from"./index-71440b21.js";import{addMarkersParties as w,partiesByCountry as j}from"../../../../../../../../../js/parties.js";import{loadLocaleContent as v}from"../../../../../../../../../js/libraries/serverTools.js";import"../../../../../../../../../js/components/map-component.js";function k(t,e,n){const o=t.slice();return o[6]=e[n][0],o[7]=e[n][1],o}function z(t,e,n){const o=t.slice();return o[10]=e[n],o}function D(t){let e,n,i,r,a,s,l,y,w,v,z,D,E,O,R,T,A,C=t[1].parties+"",H=t[1].p1+"",L=t[1].subheading1+"",M=Object.entries(j),S=[];for(let e=0;en(0,o=t)));let a=y({});function m(t,e){let n=t([22,0],2);w(n,e)}s(t,a,(t=>n(1,i=t))),v(a,"countries",r),v(a,"parties-component",r),l((()=>{}));return[o,i,r,a,m,t=>m(t,i)]}class A extends t{constructor(t){super(),this.shadowRoot.innerHTML="",e(this,{target:this.shadowRoot,props:n(this.attributes),customElement:!0},T,R,i,{},null),t&&t.target&&o(t.target,this,t.anchor)}}customElements.define("parties-component",A);export{A as default};
diff --git a/Server/public/js/coops.js b/Server/public/js/coops.js
index 6055a6c..5576119 100644
--- a/Server/public/js/coops.js
+++ b/Server/public/js/coops.js
@@ -34,10 +34,12 @@ for (let g of coops) {
}
}
+export let coopsMarkersLayer = L.layerGroup()
+
export function addMarkersCoops(map,content) {
for (let g of coops) {
let coordinates
- let text = ""
+ let text = "Cooperative "
for (let field in g) {
let fieldText
if (field!="logo") {
@@ -65,6 +67,7 @@ export function addMarkersCoops(map,content) {
text += fieldText + g[field] + " "
}
}
- L.marker(coordinates).addTo(map).bindPopup(text)
+ L.marker(coordinates).addTo(coopsMarkersLayer).bindPopup(text)
}
+ coopsMarkersLayer.addTo(map)
}
\ No newline at end of file
diff --git a/Server/public/js/groups.js b/Server/public/js/groups.js
index 9358261..665c3fe 100644
--- a/Server/public/js/groups.js
+++ b/Server/public/js/groups.js
@@ -47,15 +47,15 @@ for (let g of groups) {
}
}
-let groupsLoaded = false
+export let groupsMarkersLayer = L.layerGroup()
let groupsMarkersLayerOut = L.layerGroup()
let groupsMarkersLayerIn = L.layerGroup()
let contactGeneral =["https://discord.gg/4BUau4AZre","DiscordInviteLink"]
-function addMarkerGroups(g,layer,content) {
+function addMarkersToLayer(g,layer,content) {
let coordinates
- let text = ""
+ let text = "Group "
for (let field in g) {
let fieldText = content[field] + ": "
if (field=="contact") {
@@ -85,13 +85,13 @@ function addMarkerGroups(g,layer,content) {
export function addMarkersGroups(map,content) {
for (let g of groups) {
- addMarkerGroups(g,groupsMarkersLayerIn,content)
+ addMarkersToLayer(g,groupsMarkersLayerIn,content)
}
for (let gs of Object.values(groupsByCountry)) {
if (gs.length==1) {
let g = {...gs[0]}
g.location[0][1] = ""
- addMarkerGroups(g,groupsMarkersLayerOut,content)
+ addMarkersToLayer(g,groupsMarkersLayerOut,content)
}
else {
let locationName = [gs[0].location[0][0],""]
@@ -114,21 +114,22 @@ export function addMarkersGroups(map,content) {
contact: contact
}
- addMarkerGroups(gNew,groupsMarkersLayerOut,content)
+ addMarkersToLayer(gNew,groupsMarkersLayerOut,content)
}
}
- groupsMarkersLayerOut.addTo(map)
+ groupsMarkersLayerOut.addTo(groupsMarkersLayer)
+ groupsMarkersLayer.addTo(map)
map.on("zoomend", () => onZoomEnd(map))
}
function onZoomEnd(map) {
let zoomLevel = map.getZoom()
if (zoomLevel==3) {
- map.removeLayer(groupsMarkersLayerIn)
- groupsMarkersLayerOut.addTo(map)
+ groupsMarkersLayer.removeLayer(groupsMarkersLayerIn)
+ groupsMarkersLayerOut.addTo(groupsMarkersLayer)
}
else if (zoomLevel==4) {
- map.removeLayer(groupsMarkersLayerOut)
- groupsMarkersLayerIn.addTo(map)
+ groupsMarkersLayer.removeLayer(groupsMarkersLayerOut)
+ groupsMarkersLayerIn.addTo(groupsMarkersLayer)
}
}
\ No newline at end of file
diff --git a/Server/public/js/parties.js b/Server/public/js/parties.js
index a41269e..0302db1 100644
--- a/Server/public/js/parties.js
+++ b/Server/public/js/parties.js
@@ -20,10 +20,12 @@ for (let g of parties) {
}
}
+export let partiesMarkersLayer = L.layerGroup()
+
export function addMarkersParties(map,content) {
for (let g of parties) {
let coordinates
- let text = ""
+ let text = "Party "
for (let field in g) {
let fieldText
if (field!="logo") {
@@ -58,6 +60,7 @@ export function addMarkersParties(map,content) {
shadowSize: [41, 41]
});
let marker = L.marker(coordinates, {icon: markerIcon})
- marker.addTo(map).bindPopup(text)
+ marker.addTo(partiesMarkersLayer).bindPopup(text)
}
+ partiesMarkersLayer.addTo(map)
}
\ No newline at end of file
diff --git a/Server/public/locales/en/communes-component.json b/Server/public/locales/en/communes-component.json
index 55c5ab9..38004fe 100644
--- a/Server/public/locales/en/communes-component.json
+++ b/Server/public/locales/en/communes-component.json
@@ -1,5 +1,5 @@
{
- "heading": "Communes",
+ "communes": "Communes",
"p1": "We establish libertarian socialist communes by buying land, housing and the means of production which are then owned by the members of these communes. There is no private property within the communes and, therefore, exploitation and suffering that comes with it. Decisions are made using direct democracy with a focus on consensus, ensuring that each commune member has power over decisions that affect their life. Communes try to establish their own cooperatives in order to finance their development becoming financially independent and sustainable, which allows for their survival and growth. Within communes the gift economy is utilized whenever possible. Each commune is a small beacon of socialism within the dark capitalist world showing us how good life can be if only we achieve our goal.",
"subheading1": "Our Communes",
"subheading2": "Europe",
diff --git a/Server/public/locales/en/cooperatives-component.json b/Server/public/locales/en/cooperatives-component.json
index 9e43a5b..55cd22d 100644
--- a/Server/public/locales/en/cooperatives-component.json
+++ b/Server/public/locales/en/cooperatives-component.json
@@ -1,5 +1,5 @@
{
- "heading": "Cooperatives",
+ "cooperatives": "Cooperatives",
"p1": "We establish worker cooperatives, which is a business model where employees own and control the enterprise. Each worker has a voice in decision-making, and profits are distributed based on individual contributions. This participatory structure fosters ownership, motivation, and job satisfaction, creating a more fulfilling work experience as well as challenging the wealth concentration in traditional capitalist businesses. By focusing on employees' needs, our cooperatives create supportive and sustainable work environments that foster social cohesion and job security. We also prioritize the interests of local communities, taking a long-term perspective.",
"subheading1": "Our Cooperatives",
"subheading2": "Europe",
diff --git a/Server/public/locales/en/groups-component.json b/Server/public/locales/en/groups-component.json
index b4090ef..cc3b368 100644
--- a/Server/public/locales/en/groups-component.json
+++ b/Server/public/locales/en/groups-component.json
@@ -1,5 +1,5 @@
{
- "heading": "Groups",
+ "groups": "Groups",
"p1": "We aim to raise awareness about the negative impact of current politico-economic systems on our well-being. We engage in mutual aid and collective action to address immediate challenges within capitalism. Through mutual aid, we support each other by sharing resources, knowledge, and skills, fostering solidarity and resilience. Whether it's community gardens, food cooperatives, or support networks, our goal is to make life under capitalism more bearable and create pockets of resistance and alternatives within the system.",
"subheading1": "Our Groups",
"subheading2": "Europe",
diff --git a/Server/public/locales/en/landing-component.json b/Server/public/locales/en/landing-component.json
index 45d9e17..b581de9 100644
--- a/Server/public/locales/en/landing-component.json
+++ b/Server/public/locales/en/landing-component.json
@@ -7,5 +7,9 @@
"cooperativesTitle": "COOPERATIVES",
"cooperativesText": "We form worker cooperatives to finance the operations of our groups and communes. Recognizing that economic power influences political power, we consider the establishment of cooperatives to be one of the initial steps towards achieving socialism.",
"partiesTitle": "PARTIES",
- "partiesText": "We create political parties in order to push for reforms allowing us to easier further our goals, to move the Overton window as well as to gain popularity. However, we recognize that we cannot achieve libertarian socialism through institutions which act contrary to our goals."
+ "partiesText": "We create political parties in order to push for reforms allowing us to easier further our goals, to move the Overton window as well as to gain popularity. However, we recognize that we cannot achieve libertarian socialism through institutions which act contrary to our goals.",
+ "findUs": "Find Us",
+ "whatNow": "What Now?",
+ "joinUs": "Join Us",
+ "talkWithUs": "Talk With Us"
}
\ No newline at end of file
diff --git a/Server/public/locales/en/parties-component.json b/Server/public/locales/en/parties-component.json
index 0e142b6..22f9515 100644
--- a/Server/public/locales/en/parties-component.json
+++ b/Server/public/locales/en/parties-component.json
@@ -1,5 +1,5 @@
{
- "heading": "Parties",
+ "parties": "Parties",
"p1": "We create political parties in order to push for reforms allowing us to easier further our goals, to move the Overton window as well as to gain popularity. However, we recognize that we cannot achieve libertarian socialism through institutions which act contrary to our goals. Nevertheless, we must strategically utilize any opportunity that we have in order to succeed.",
"subheading1": "Our Parties",
"name": "Name",
diff --git a/Server/public/locales/ru/communes-component.json b/Server/public/locales/ru/communes-component.json
index fd3d06a..28b8ae9 100644
--- a/Server/public/locales/ru/communes-component.json
+++ b/Server/public/locales/ru/communes-component.json
@@ -1,5 +1,5 @@
{
- "heading": "Коммуны",
+ "communes": "Коммуны",
"p1": "Мы создаем либертарные социалистические коммуны, покупая землю, жилье и средства производства, которые затем принадлежат членам этих коммун. В коммунах нет частной собственности и, следовательно, эксплуатации и страданий, которые с ней связаны. Решения принимаются с использованием прямой демократии с упором на консенсус, гарантируя, что каждый член сообщества имеет право принимать решения, влияющие на его жизнь. Сообщества пытаются создавать свои собственные кооперативы, чтобы финансировать свое развитие, становясь финансово независимыми и устойчивыми, что позволяет им выживать и расти. В сообществах по возможности используется экономика дарения. Каждая коммуна — это маленький маяк социализма в темном капиталистическом мире, показывающий нам, насколько хорошей может быть жизнь, если мы только достигнем своей цели.",
"subheading1": "Наши коммуны",
"location": "Локация",
diff --git a/Server/public/locales/ru/cooperatives-component.json b/Server/public/locales/ru/cooperatives-component.json
index afda6c7..3847769 100644
--- a/Server/public/locales/ru/cooperatives-component.json
+++ b/Server/public/locales/ru/cooperatives-component.json
@@ -1,5 +1,5 @@
{
- "heading": "Кооперативы",
+ "cooperatives": "Кооперативы",
"p1": "Мы создаем рабочие кооперативы, которые представляют собой бизнес-модель, в которой работники владеют предприятием. Каждый работник имеет право голоса при принятии решений, а прибыль распределяется на основе индивидуальных вкладов. Эта структура способствует мотивации и удовлетворенности работой, создавая более приятные условия труда, а также бросает вызов концентрации богатства в традиционных капиталистических предприятиях. Сосредоточив внимание на потребностях сотрудников, наши кооперативы создают благоприятную и устойчивую рабочую среду, которая способствует социальной сплоченности и гарантиям занятости. Мы также уделяем первостепенное внимание интересам местных сообществ, ориентируясь на долгосрочную перспективу.",
"subheading1": "Наши кооперативы",
"subheading2": "Европа",
diff --git a/Server/public/locales/ru/groups-component.json b/Server/public/locales/ru/groups-component.json
index a63e041..2f966af 100644
--- a/Server/public/locales/ru/groups-component.json
+++ b/Server/public/locales/ru/groups-component.json
@@ -1,5 +1,5 @@
{
- "heading": "Группы",
+ "groups": "Группы",
"p1": "Мы стремимся повышать осведомленность о негативном влиянии нынешних политико-экономических систем на наше благополучие. Мы участвуем во взаимопомощи и коллективных действиях для решения насущных проблем. Посредством взаимопомощи мы поддерживаем друг друга, делясь ресурсами, знаниями и навыками, укрепляя солидарность и устойчивость к негодам. Будь то общественные сады, продовольственные кооперативы или сети поддержки, наша цель — сделать жизнь при капитализме более терпимой и создать очаги сопротивления и альтернатив внутри системы.",
"subheading1": "Наши группы",
"location": "Локация",
diff --git a/Server/public/locales/ru/landing-component.json b/Server/public/locales/ru/landing-component.json
index 519321a..b787caa 100644
--- a/Server/public/locales/ru/landing-component.json
+++ b/Server/public/locales/ru/landing-component.json
@@ -7,5 +7,9 @@
"cooperativesTitle": "КООПЕРАТИВЫ",
"cooperativesText": "Мы формируем рабочие кооперативы для финансирования операций наших групп и коммун, а также формирования основы новой социалистической экономики. Признавая, что экономическая власть влияет на политическую власть, мы считаем создание кооперативов одним из первых шагов на пути к социализму.",
"partiesTitle": "ПАРТИИ",
- "partiesText": "Мы создаем политические партии, чтобы продвигать реформы, которые позволят легче достичь наших целей, сдвигать окно Овертона и увеличивать нашу популярность. Однако мы признаем, что мы не можем достичь либертарианского социализма с помощью институтов, действующих против наших целей."
+ "partiesText": "Мы создаем политические партии, чтобы продвигать реформы, которые позволят легче достичь наших целей, сдвигать окно Овертона и увеличивать нашу популярность. Однако мы признаем, что мы не можем достичь либертарианского социализма с помощью институтов, действующих против наших целей.",
+ "findUs": "Найди нас",
+ "whatNow": "Что теперь?",
+ "joinUs": "Присоединяйся",
+ "talkWithUs": "Напиши нам"
}
\ No newline at end of file
diff --git a/Server/public/locales/ru/parties-component.json b/Server/public/locales/ru/parties-component.json
index c4bf96b..6ed9247 100644
--- a/Server/public/locales/ru/parties-component.json
+++ b/Server/public/locales/ru/parties-component.json
@@ -1,5 +1,5 @@
{
- "heading": "Партии",
+ "parties": "Партии",
"p1": "Мы создаем политические партии, чтобы продвигать реформы, которые позволят легче достичь наших целей, сдвигать окно Овертона и увеличивать нашу популярность. Однако мы признаем, что мы не можем достичь либертарного социализма с помощью институтов, действующих против наших целей. Тем не менее, мы должны стратегически использовать любую возможность, которая у нас есть, чтобы добиться успеха.",
"subheading1": "Наши партии",
"name": "Имя",