generated from ConductionNL/woo-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFooterContent.json
49 lines (49 loc) · 1.53 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
[
{
"title": "Contact",
"items": [
{
"ariaLabel": "Phone number",
"value": "14 0182",
"link": "tel:14 0182",
"icon": { "prefix": "fas", "icon": "phone", "placement": "left" }
},
{
"ariaLabel": "Email address",
"value": "[email protected]",
"link": "mailto:[email protected]",
"icon": { "prefix": "fas", "icon": "envelope", "placement": "left" }
}
]
}
,
{
"title": "Algemeen",
"items": [
{
"ariaLabel": "Website",
"value": "www.gouda.nl",
"link": "https://www.gouda.nl/",
"icon": { "prefix": "fas", "icon": "globe", "placement": "left" }
},
{
"ariaLabel": "Privacy",
"value": "Privacy",
"link": "https://www.gouda.nl/privacyverklaring/",
"icon": { "prefix": "fas", "icon": "circle-exclamation", "placement": "left" }
},
{
"ariaLabel": "Toegankelijkheid",
"value": "Toegankelijkheid",
"markdownLink": "https://github.com/ConductionNL/woo-website-template/blob/main/docs/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/docs/Over%20deze%20website.md",
"icon": { "prefix": "fas", "icon": "circle-info", "placement": "left" }
}
]
}
]