-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFooterContent.json
99 lines (99 loc) · 2.75 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[
{
"title": "Menu",
"items": [
{
"value": "Componenten",
"ariaLabel": "Componenten",
"icon": { "prefix": "fas", "icon": "arrow-right", "placement": "left" }
},
{
"value": "About us",
"ariaLabel": "About us",
"icon": { "prefix": "fas", "icon": "arrow-right", "placement": "left" }
},
{
"value": "Products",
"ariaLabel": "Products",
"icon": { "prefix": "fas", "icon": "arrow-right", "placement": "left" }
},
{
"value": "Pricing",
"ariaLabel": "Pricing",
"icon": { "prefix": "fas", "icon": "arrow-right", "placement": "left" }
},
{
"value": "Vacancies",
"ariaLabel": "Vacancies",
"icon": { "prefix": "fas", "icon": "arrow-right", "placement": "left" }
}
]
},
{
"title": "Social",
"items": [
{
"value": "Twitter",
"ariaLabel": "Twitter",
"link": "https://twitter.com/conduction_nl",
"icon": { "prefix": "fas", "icon": "external-link", "placement": "left" }
},
{
"value": "LinkedIn",
"ariaLabel": "LinkedIn",
"link": "https://www.linkedin.com/company/conduction/about/",
"icon": { "prefix": "fas", "icon": "external-link", "placement": "left" }
},
{
"value": "Github",
"ariaLabel": "Github",
"link": "https://github.com/ConductionNL",
"icon": { "prefix": "fas", "icon": "external-link", "placement": "left" }
}
]
},
{
"title": "Contact",
"items": [
{
"label": "Digitaal contact",
"value": "conduction.nl",
"ariaLabel": "Website",
"link": "https://conduction.nl/",
"icon": { "prefix": "fas", "icon": "globe", "placement": "left" }
},
{
"value": "[email protected]",
"ariaLabel": "Email",
"link": "mail:[email protected]",
"icon": { "prefix": "fas", "icon": "envelope", "placement": "left" }
},
{
"value": "+31 (0)85 3036840",
"ariaLabel": "Phone number",
"link": "tel:+31 (0)85 3036840",
"icon": { "prefix": "fas", "icon": "phone", "placement": "left" }
},
{
"label": "Bezoek adres",
"value": "Lauriergracht 14h",
"ariaLabel": "Phone number"
},
{
"value": "1016 RL Amsterdam",
"ariaLabel": "Phone number"
},
{
"label": "Overige",
"value": "KVK: 76741850",
"ariaLabel": "KVK",
"icon": { "prefix": "fas", "icon": "email", "placement": "left" }
},
{
"value": "BTW: NL860784241B01",
"ariaLabel": "BTW",
"icon": { "prefix": "fas", "icon": "email", "placement": "left" }
}
]
}
]