/* routes Ŝi vous voulez ajouter un nouveau contenu,ca se passe ici Prenez les exemples et modifiez le contenu. Vous ne savez pas coder ? Ouvrez une issue sur git.duniter.org/g1land/website/issues */ import softbox from '@/components/SoftBox.vue' import choicebox from '@/components/ChoiceBox.vue' import home from '@/components/home.vue' export const routes = [ /* { path: '/gchange', component: softbox, props: { name: "gchange", img: "gchange.svg", desc: "Gchange est le marketplace le plus utilisé pour les achats en g1", licence:"AGPL V3", href:"https://gchange.fr" } }, */ { path: '/axiom', component: softbox, props: { name: "Axiom Team", img: "axiom.svg", desc: "Axiom Team a pour but de promouvoir la g1 dans ses antennes locales", licence:"AGPL V3", href:"https://axiom-team.fr", } }, { path: '/mlo', component: softbox, props: { name: "Monnaie Libre Occitanie", img: "mlo.png", desc: "Monnaie libre occitanie est le groupe local occitan de la g1", licence:"AGPL V3", href:"https://monnaielibreoccitanie.org", } }, { path: '/toilefr', component: softbox, props: { name: "Toile Francilienne", img: "toilefr.svg", desc: "La toile francilienne est le groupe local francilien de la g1", licence:"AGPL V3", href:"https://iledefrance.monnaie-libre.fr/", } }, { path: '/nlibre', component: softbox, props: { name: "Normandie Libre", img: "nlibre.png", desc: "Normandie Libre est le groupe local normand de la g1", licence:"AGPL V3", href:"https://normandie-libre.fr", } }, { path: '/mllille', component: softbox, props: { name: "Monnaie Libre Lille", img: "gchange.svg", desc: "Monnaie Libre Lille est le groupe local lillois de la g1", licence:"AGPL V3", href:"https://lille.monnaie-libre.fr/", } }, { path: '/sou', component: softbox, props: { name: "Le Sou", img: "sou.png", desc: "Le Sou est le groupe local mayennois de la g1", licence:"AGPL V3", href:"https://www.le-sou.org/", } }, { path: '/gchange', component: softbox, props: { name: "gchange", img: "gchange.svg", desc: "Gchange est le marketplace le plus utilisé pour les achats en g1", licence:"AGPL V3", href:"https://gchange.fr", } }, { path: '/silkaj', component: softbox, props: { name: "Silkaj", img: "silkaj.svg", desc: "Silkaj est un client duniter en ligne de commande", licence:"AGPL V3", href:"https://silkaj.duniter.org" } }, { path: '/duniter', component: softbox, props: { name: "Duniter", img: "duniter.svg", desc: "Duniter est le moteur de blockchain de la monnaie libre g1", licence:"AGPL V3", href:"https://duniter.org" } }, { path: '/sakia', component: softbox, props: { name: "Sakia", img: "sakia.svg", desc: "Sakia est un client duniter qui se synchronise sur plusieurs noeuds a la fois", licence:"AGPL V3", href:"https://sakia-wallet.org" } }, { path: '/cesium', component: softbox, props: { name: "Cesium", img: "cesium.svg", desc: "Cesium est le logiciel le plus simple pour gérer ses comptes g1", licence:"AGPL V3", href:"https://cesium.app" } }, { path: '/finance', component: choicebox , props: { buttons: "", links: "", }, }, { path: '/services-instances', component: choicebox , props: { buttons: "", links: "", }, }, { path: '/tools', component: choicebox , props: { buttons: "", links: "", }, }, { path: '/change', component: choicebox , props: { buttons: "", links: "", }, }, { path: '/faq', component: choicebox , props: { buttons: "", links: "", }, }, { path: '/blockchain', component: choicebox , props: { buttons: "", links: "", }, }, { path: '/trm', component: choicebox , props: { buttons: "", links: "", }, }, { path: '/asso', component: choicebox , props: { buttons: "", links: "", }, }, { path: '/forums', component: choicebox , props: { buttons: "", links: "", }, }, { path: '/agpl', component: choicebox , props: { buttons: "", links: "", }, }, { path: '/tdc', component: choicebox , props: { buttons: "", links: "", }, }, { path: '/com', component: choicebox , props: { buttons: "", links: "", }, }, { path: '/website', component: choicebox , props: { buttons: "Sites Locaux,Sites Officiels,Sites Individuels", links: "/#/webloc,/#/weboff,/#/webind", }, }, { path: '/weboff', component: choicebox , props: { buttons: "Cesium,Duniter,monnaie-libre.fr,Gchange,Gannonce", links: "https://cesium.app,https://duniter.org,https://monnaie-libre.fr,https://gchange.fr,https://gannonce.duniter.org", }, }, { path: '/', component: home } ]