/*

    node structure
    --------------

    // the node name also define the page/node titile
    node_name : {
        path:  (string) - the relative path to be used to access this node
        color: (string) - the node main color
        image: (string) - the relative path for the image use as background in the infinite space
        nodes: (object) - (optional) the list of subnodes, use the same structure
    }

*/

{   
    "path": "/",
    "color": "#D8D8D8",
    "nodes": 
    {

        "Dar Madrassat": {
            "path": "/madrasat",
            "color": "#000000",
            "image": "/img/infinite-space-marrakech.jpg",
            "nodes": {
                "": {
                    "path": "/madrasat/intention"
                },
                "": {
                    "path": "/madrasat/ressources",
                    "nodes": {
                         }
                },
                
                
                "": {
                    
                }
            }
        },
        "Twiza": {
            "path": "/twiza",
            "color": "#000000",
            "image": "/img/infinite-space-marrakech.jpg",
            "nodes": {
               
            }
        },
        "Agraw": {
            "path": "/agraw",
            "color": "#000000",
            "image": "/img/infinite-space-marrakech.jpg",
            "nodes": {
               
            }
        },
        "Ighrem": {
            "path": "/igrem",
            "color": "#000000",
            "image": "/img/infinite-space-marrakech.jpg",
            "nodes": {
               
            }
        },
        "Atelier d’artistes": {
            "path": "/artistes",
            "color": "#000000",
            "image": "/img/infinite-space-marrakech.jpg",
            "nodes": {
               
            }
        },
        "Habiter la Terre": {
            "path": "/habiter",
            "color": "#000000",
            "image": "/img/infinite-space-marrakech.jpg",
            "nodes": {
               
            }
        },
        "Souffle": {
            "path": "/souffle",
            "color": "#000000",
            "image": "/img/infinite-space-marrakech.jpg",
            "nodes": {
               
            }
        },
        "Ressources": {
            "path": "/ressources",
            "color": "#000000",
            "image": "/img/infinite-space-marrakech.jpg",
            "nodes": {
               
            }
        },
        "À votre écoute": {
            "path": "/contact",
            "color": "#000000",
            "image": "/img/infinite-space-azilal.jpg",
            "nodes": {
                "": {
                    "path": "/transmission/thema"
                },
                "": {
                    "path": "/transmission/calendar",
                    "nodes": {
                        "": {
                            "path": ""
                        },
                        "": {
                            "path": ""
                        }
                    }
                }
            }
        },

        

        "": {
            "path": "",
            "color": "#000000",
            "image": "/img/infinite-space-habitat.jpg",
            "nodes": {
                "": {
                    "path": ""
                },
                "": {
                    "path": ""
                },
                "": {
                    "path": ""
                }
            }  
        }
    }
}

