// new_bachecas.js module.exports = { list: [ // Abitare Alternativo (1) { _id: 1, idSectorBacheca: [1], descr: 'Autocostruzione', icon: 'fas fa-hammer' }, { _id: 2, idSectorBacheca: [1], descr: 'Bioedilizia', icon: 'fas fa-leaf' }, { _id: 3, idSectorBacheca: [1], descr: 'Cohousing', icon: 'fas fa-home-heart' }, { _id: 4, idSectorBacheca: [1], descr: 'Ecovillaggi', icon: 'fas fa-users' }, { _id: 5, idSectorBacheca: [1], descr: 'Offerte Immobili', icon: 'fas fa-key' }, { _id: 6, idSectorBacheca: [1], descr: 'Stanze Condivise', icon: 'fas fa-door-open' }, // Agricoltura e Permacultura (2) { _id: 10, idSectorBacheca: [2], descr: 'Corsi Agricoltura', icon: 'fas fa-chalkboard-teacher' }, { _id: 11, idSectorBacheca: [2], descr: 'Orti Condivisi', icon: 'fas fa-seedling' }, { _id: 12, idSectorBacheca: [2], descr: 'Permacultura', icon: 'fas fa-recycle' }, { _id: 13, idSectorBacheca: [2], descr: 'Scambio Sementi', icon: 'fas fa-exchange-alt' }, { _id: 14, idSectorBacheca: [2], descr: 'Visite in Azienda', icon: 'fas fa-tractor' }, { _id: 15, idSectorBacheca: [2], descr: 'Wwoof e Volontariato', icon: 'fas fa-hands-helping' }, // Alimentazione Consapevole (3) { _id: 20, idSectorBacheca: [3], descr: 'Autoproduzione', icon: 'fas fa-jar' }, { _id: 21, idSectorBacheca: [3], descr: 'Cene Condivise', icon: 'fas fa-utensils' }, { _id: 22, idSectorBacheca: [3], descr: 'Corsi Cucina', icon: 'fas fa-cook' }, { _id: 23, idSectorBacheca: [3], descr: 'Fermentazione', icon: 'fas fa-flask' }, { _id: 24, idSectorBacheca: [3], descr: 'Gruppi Acquisto', icon: 'fas fa-shopping-basket' }, { _id: 25, idSectorBacheca: [3], descr: 'Panificazione', icon: 'fas fa-bread-slice' }, // Animali e Natura (4) { _id: 30, idSectorBacheca: [4], descr: 'Apicoltura', icon: 'fas fa-bee' }, { _id: 31, idSectorBacheca: [4], descr: 'Escursioni Natura', icon: 'fas fa-hiking' }, { _id: 32, idSectorBacheca: [4], descr: 'Pet Sitting Condiviso', icon: 'fas fa-paw' }, { _id: 33, idSectorBacheca: [4], descr: 'Riconoscimento Piante', icon: 'fas fa-leaf' }, // Benessere Olistico (5) { _id: 40, idSectorBacheca: [5], descr: 'Cerchi di Condivisione', icon: 'fas fa-circle' }, { _id: 41, idSectorBacheca: [5], descr: 'Costellazioni Familiari', icon: 'fas fa-users' }, { _id: 42, idSectorBacheca: [5], descr: 'Meditazione', icon: 'fas fa-om' }, { _id: 43, idSectorBacheca: [5], descr: 'Pratiche Energetiche', icon: 'fas fa-hand-sparkles' }, { _id: 44, idSectorBacheca: [5], descr: 'Yoga e Movimento', icon: 'fas fa-user-zen' }, // Cultura e Arte (6) { _id: 50, idSectorBacheca: [6], descr: 'Ballo e Danza', icon: 'fas fa-music' }, { _id: 51, idSectorBacheca: [6], descr: 'Cerchi di Canto', icon: 'fas fa-microphone' }, { _id: 52, idSectorBacheca: [6], descr: 'Cinema e Film', icon: 'fas fa-film' }, { _id: 53, idSectorBacheca: [6], descr: 'Concerti', icon: 'fas fa-guitar' }, { _id: 54, idSectorBacheca: [6], descr: 'Mostre e Arte', icon: 'fas fa-palette' }, { _id: 55, idSectorBacheca: [6], descr: 'Teatro', icon: 'fas fa-theater-masks' }, // Economia Solidale (7) { _id: 60, idSectorBacheca: [7], descr: 'Banca del Tempo', icon: 'fas fa-clock' }, { _id: 61, idSectorBacheca: [7], descr: 'Finanza Etica', icon: 'fas fa-piggy-bank' }, { _id: 62, idSectorBacheca: [7], descr: 'Mercatini Scambio', icon: 'fas fa-store' }, { _id: 63, idSectorBacheca: [7], descr: 'Monete Locali', icon: 'fas fa-coins' }, // Educazione Alternativa (8) { _id: 70, idSectorBacheca: [8], descr: 'Educazione Parentale', icon: 'fas fa-child' }, { _id: 71, idSectorBacheca: [8], descr: 'Laboratori Bambini', icon: 'fas fa-baby' }, { _id: 72, idSectorBacheca: [8], descr: 'Scuola Libertaria', icon: 'fas fa-book-reader' }, { _id: 73, idSectorBacheca: [8], descr: 'Workshop e Corsi', icon: 'fas fa-chalkboard-teacher' }, // Energie Rinnovabili (9) { _id: 80, idSectorBacheca: [9], descr: 'Autocostruzione Solare', icon: 'fas fa-solar-panel' }, { _id: 81, idSectorBacheca: [9], descr: 'Compostaggio', icon: 'fas fa-recycle' }, { _id: 82, idSectorBacheca: [9], descr: 'Comunità Energetiche', icon: 'fas fa-plug' }, { _id: 83, idSectorBacheca: [9], descr: 'Riciclo Creativo', icon: 'fas fa-trash-restore' }, // Lavoro e Autoproduzione (10) { _id: 90, idSectorBacheca: [10], descr: 'Artigianato', icon: 'fas fa-hammer' }, { _id: 91, idSectorBacheca: [10], descr: 'Autocostruzione', icon: 'fas fa-tools' }, { _id: 92, idSectorBacheca: [10], descr: 'Falegnameria', icon: 'fas fa-saw' }, { _id: 93, idSectorBacheca: [10], descr: 'Riparazione', icon: 'fas fa-wrench' }, { _id: 94, idSectorBacheca: [10], descr: 'Sartoria', icon: 'fas fa-cut' }, // Mobilità Sostenibile (11) { _id: 100, idSectorBacheca: [11], descr: 'Biciclette', icon: 'fas fa-bicycle' }, { _id: 101, idSectorBacheca: [11], descr: 'Camperisti', icon: 'fas fa-caravan' }, { _id: 102, idSectorBacheca: [11], descr: 'Car Pooling', icon: 'fas fa-car' }, { _id: 103, idSectorBacheca: [11], descr: 'Ciclofficine', icon: 'fas fa-tools' }, // Progetti Comunitari (12) { _id: 110, idSectorBacheca: [12], descr: 'Assemblee', icon: 'fas fa-users' }, { _id: 111, idSectorBacheca: [12], descr: 'Brainstorming', icon: 'fas fa-lightbulb' }, { _id: 112, idSectorBacheca: [12], descr: 'Co-progettazione', icon: 'fas fa-project-diagram' }, { _id: 113, idSectorBacheca: [12], descr: 'Eventi Comunitari', icon: 'fas fa-calendar-alt' }, { _id: 114, idSectorBacheca: [12], descr: 'Nuove Iniziative', icon: 'fas fa-rocket' }, // Salute Naturale (13) { _id: 120, idSectorBacheca: [13], descr: 'Erboristeria', icon: 'fas fa-leaf' }, { _id: 121, idSectorBacheca: [13], descr: 'Fitoterapia', icon: 'fas fa-mortar-pestle' }, { _id: 122, idSectorBacheca: [13], descr: 'Medicine Tradizionali', icon: 'fas fa-hand-holding-medical' }, { _id: 123, idSectorBacheca: [13], descr: 'Primo Soccorso', icon: 'fas fa-first-aid' }, // Tecnologie Appropriate (14) { _id: 130, idSectorBacheca: [14], descr: 'Linux e Open Source', icon: 'fas fa-linux' }, { _id: 131, idSectorBacheca: [14], descr: 'Privacy Digitale', icon: 'fas fa-shield-alt' }, { _id: 132, idSectorBacheca: [14], descr: 'Riparazione Devices', icon: 'fas fa-mobile-alt' }, { _id: 133, idSectorBacheca: [14], descr: 'Self Hosting', icon: 'fas fa-server' }, ], };