generated from ConductionNL/woo-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFooterContent.json
85 lines (85 loc) · 2.33 KB
/
FooterContent.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[
{
"title": "Contact",
"items": [
{
"ariaLabel": "Phone number",
"value": "Telefoon: 010 800 40 00",
"link": "tel:+31 (0)85 3036840",
"icon": { "prefix": "fas", "icon": "phone-flip", "placement": "left" }
},
{
"ariaLabel": "WhatsApp",
"value": "WhatsApp: 06 46 00 10 84",
"link": "https://wa.me/31646001084",
"icon": { "prefix": "fab", "icon": "whatsapp", "placement": "left" }
},
{
"ariaLabel": "Locations",
"value": "Onze locaties",
"link": "https://www.lansingerland.nl/contact#servicepunten",
"icon": { "prefix": "fas", "icon": "location-dot", "placement": "left" }
}
]
},
{
"title": "Ga naar",
"items": [
{
"ariaLabel": "Contact",
"value": "Contact",
"link": "https://www.lansingerland.nl/contact/"
},
{
"ariaLabel": "Agenda",
"value": "Agenda",
"link": "https://www.lansingerland.nl/agenda/"
},
{
"ariaLabel": "Vacatures",
"value": "Vacatures",
"link": "https://www.lansingerland.nl/vacatures/"
},
{
"ariaLabel": "Archief",
"value": "Archief",
"link": "https://www.lansingerland.nl/archief/"
},
{
"ariaLabel": "Sociale Media",
"value": "Sociale Media",
"link": "https://www.lansingerland.nl/sociale-media/"
}
]
},
{
"title": "Algemeen",
"items": [
{
"ariaLabel": "Bekendmakingen en regelgeving",
"value": "Bekendmakingen en regelgeving",
"link": "https://www.lansingerland.nl/politiek-en-organisatie/bekendmakingen-en-regelgeving/"
},
{
"ariaLabel": "Privacyverklaring",
"value": "Privacyverklaring",
"link": "https://www.lansingerland.nl/privacyverklaring/"
},
{
"ariaLabel": "Toegankelijkheidsverklaring",
"value": "Toegankelijkheidsverklaring",
"link": "https://www.lansingerland.nl/toegankelijkheidsverklaring/"
},
{
"ariaLabel": "Proclaimer",
"value": "Proclaimer",
"link": "https://www.lansingerland.nl/proclaimer/"
},
{
"ariaLabel": "Datalek",
"value": "Datalek",
"link": "https://www.lansingerland.nl/responsible-disclosure/"
}
]
}
]