-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite-metadata.json
107 lines (107 loc) · 3.25 KB
/
site-metadata.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
100
101
102
103
104
105
106
107
{
"title": "Alliances Infinite",
"palette": "purple",
"base_font": "nunito-sans",
"header": {
"type": "header",
"logo_img": "/images/logo-new-v2.svg",
"logo_img_alt": "Alliances Infinite",
"has_nav": true,
"nav_links": [
{
"type": "action",
"label": "About",
"url": "/about",
"style": "link"
},
{
"label": "Contact Us",
"url": "#contact",
"style": "link",
"has_icon": false,
"icon": "arrow-left",
"icon_position": "left",
"new_window": false,
"no_follow": false,
"type": "action"
}
]
},
"footer": {
"type": "footer",
"sections": [
{
"type": "footer_text",
"image": "/images/logo-new-v2.svg",
"image_alt": "Footer logo",
"image_url": "/"
},
{
"type": "footer_nav",
"title": "Company",
"nav_links": [
{
"type": "action",
"label": "About Us",
"url": "/about",
"style": "link"
},
{
"type": "action",
"label": "Blog",
"url": "/blog",
"style": "link"
},
{
"type": "action",
"label": "Contact",
"url": "/contact",
"style": "link"
}
]
},
{
"type": "footer_nav",
"title": "Community",
"nav_links": [
{
"type": "action",
"label": "Twitter",
"url": "https://twitter.com/",
"style": "link",
"has_icon": true,
"icon": "twitter",
"icon_position": "left"
},
{
"type": "action",
"label": "LinkedIn",
"url": "https://www.linkedin.com/",
"style": "link",
"has_icon": true,
"icon": "linkedin",
"icon_position": "left"
}
]
}
],
"has_nav": true,
"nav_links": [
{
"type": "action",
"label": "Terms of Service",
"url": "/terms-of-service",
"style": "link"
},
{
"type": "action",
"label": "Privacy Policy",
"url": "/privacy-policy",
"style": "link"
}
],
"content": "© Alliances Infinite. All rights reserved."
},
"domain": "https://alliancesinfinite.com/",
"favicon": "/images/ai-logo.svg"
}