generated from ConductionNL/woo-website-template-apiv2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFooterContent.json
60 lines (60 loc) · 2.04 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
[
{
"title": "Contact",
"items": [
{
"ariaLabel": "Phone number",
"value": "+31 71 36 60 000",
"link": "tel:+31713660000",
"icon": { "prefix": "fas", "icon": "phone", "placement": "left" }
},
{
"ariaLabel": "Email address",
"value": "[email protected]",
"link": "mailto:[email protected]",
"icon": { "prefix": "fas", "icon": "at", "placement": "left" }
},
{
"ariaLabel": "Address",
"value": "Locaties en openingstijden",
"link": "https://www.noordwijk.nl/contact/locaties/",
"icon": { "prefix": "fas", "icon": "location-dot", "placement": "left" }
},
{
"ariaLabel": "Contact",
"value": "Contact",
"link": "https://www.noordwijk.nl/contact/",
"icon": { "prefix": "fas", "icon": "earth-europe", "placement": "left" }
}
]
},
{
"title": "Algemeen",
"items": [
{
"ariaLabel": "Website",
"value": "www.noordwijk.nl",
"link": "https://www.noordwijk.nl/",
"icon": { "prefix": "fas", "icon": "globe", "placement": "left" }
},
{
"ariaLabel": "Privacy",
"value": "Privacy",
"link": "https://www.noordwijk.nl/",
"icon": { "prefix": "fas", "icon": "circle-exclamation", "placement": "left" }
},
{
"ariaLabel": "Toegankelijkheid",
"value": "Toegankelijkheid",
"markdownLink": "https://github.com/ConductionNL/woo-website-noordwijk/blob/main/Toegankelijkheid.md",
"icon": { "prefix": "fas", "icon": "user-shield", "placement": "left" }
},
{
"ariaLabel": "Over deze website",
"value": "Over deze website",
"markdownLink": "https://github.com/ConductionNL/woo-website-template/blob/main/assets/Over%20deze%20website.md",
"icon": { "prefix": "fas", "icon": "circle-info", "placement": "left" }
}
]
}
]