Commit 8086deb8 authored by Sven Franck's avatar Sven Franck

data: removed navbar from footer, add custom footer class

parent 004b5996
......@@ -193,56 +193,53 @@
"type": "footer",
"property_dict": {
"fixed": false,
"class_list": "custom_footer",
"theme": "slapos-black"
},
"children": [{
"generate": "widget",
"type": "navbar",
"children": [{
"generate": "widget",
"type": "listview",
"property_dict": {
"inset": true,
"theme": "slapos-white",
"map_children": "listItem"
},
"children": [
{"type": "divider", "center": [{"type": "h3", "text": "Nous connaître", "text_i18n": "global_dict.about"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "A propos de bip&go", "text_i18n": "global_dict.about_beep"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Groupe sanef", "text_i18n": "global_dict.about_sanef"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Nos agences", "text_i18n": "global_dict.about_agents"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Nos partenaires", "text_i18n": "global_dict.about_partners"}]}
]
}, {
"generate": "widget",
"type": "listview",
"property_dict": {
"inset": true,
"theme": "slapos-white",
"map_children": "listItem"
},
"children": [
{"type": "divider", "center": [{"type": "h3", "text": "Comprendre le télépéage", "text_i18n": "global_dict.understand"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Comment ça marche", "text_i18n": "global_dict.why"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Trucs et astuces", "text_i18n": "global_dict.statutes"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Foire aux questions", "text_i18n": "global_dict.faq"}]}
]
}, {
"generate": "widget",
"type": "listview",
"property_dict": {
"inset": true,
"theme": "slapos-white",
"map_children": "listItem"
},
"children": [
{"type": "divider", "center": [{"type": "h3", "text": "Infos légales", "text_i18n": "global_dict.legal"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Conditions générales", "text_i18n": "global_dict.conditions"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "De vente", "text_i18n": "global_dict.sales"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Mentions légales", "text_i18n": "global_dict.terms"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Plan du site", "text_i18n": "global_dict.sitemap"}]}
]
}]
"type": "listview",
"property_dict": {
"inset": true,
"theme": "slapos-black",
"map_children": "listItem"
},
"children": [
{"type": "divider", "center": [{"type": "h3", "text": "Nous connaître", "text_i18n": "global_dict.about"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "A propos de bip&go", "text_i18n": "global_dict.about_beep"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Groupe sanef", "text_i18n": "global_dict.about_sanef"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Nos agences", "text_i18n": "global_dict.about_agents"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Nos partenaires", "text_i18n": "global_dict.about_partners"}]}
]
}, {
"generate": "widget",
"type": "listview",
"property_dict": {
"inset": true,
"theme": "slapos-black",
"map_children": "listItem"
},
"children": [
{"type": "divider", "center": [{"type": "h3", "text": "Comprendre le télépéage", "text_i18n": "global_dict.understand"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Comment ça marche", "text_i18n": "global_dict.why"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Trucs et astuces", "text_i18n": "global_dict.statutes"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Foire aux questions", "text_i18n": "global_dict.faq"}]}
]
}, {
"generate": "widget",
"type": "listview",
"property_dict": {
"inset": true,
"theme": "slapos-black",
"map_children": "listItem"
},
"children": [
{"type": "divider", "center": [{"type": "h3", "text": "Infos légales", "text_i18n": "global_dict.legal"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Conditions générales", "text_i18n": "global_dict.conditions"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "De vente", "text_i18n": "global_dict.sales"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Mentions légales", "text_i18n": "global_dict.terms"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Plan du site", "text_i18n": "global_dict.sitemap"}]}
]
}]
}]
}
......
......@@ -273,10 +273,7 @@
"attributes": {"data-i18n": "global_dict.find_out_more"},
"logic": {"text":"En savoir plus"}
}]
}
]
}]
}
}
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment