-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite-metadata.json
121 lines (121 loc) · 3.86 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"base_font": "nunito-sans",
"palette": "pink",
"header": {
"logo_img": "images/aliancelogo.jpg",
"logo_img_alt": "Logo",
"has_nav": true,
"nav_links": [
{
"label": "Home",
"url": "/",
"style": "link"
},
{
"label": "Manifesto",
"url": "/manifesto",
"style": "link"
},
{
"label": "Telegram",
"url": "https://t.me/DotValidators",
"style": "link",
"icon": "discord",
"has_icon": false
},
{
"label": "Discord",
"url": "https://discord.gg/Kwfbe6YRAd",
"style": "link",
"has_icon": false,
"icon": "arrow-left",
"icon_position": "left",
"new_window": false,
"no_follow": false,
"type": "action"
},
{
"label": "How to nominate",
"url": "/blog/how-to-stake",
"style": "link",
"has_icon": false,
"icon": "arrow-left",
"icon_position": "left",
"new_window": false,
"no_follow": false,
"type": "action"
}
]
},
"footer": {
"sections": [
{
"type": "footer_text",
"image": "images/VA_colorTransparent_Panel_Panel_transparent.png",
"image_url": "/",
"image_alt": "Footer logo",
"content": "Community initiative\n"
},
{
"type": "footer_nav",
"title": "Company",
"nav_links": [
{
"label": "Manifesto",
"url": "/manifesto",
"style": "link"
},
{
"label": "Contact",
"url": "/contact",
"style": "link"
}
]
},
{
"type": "footer_nav",
"title": "Community",
"nav_links": [
{
"label": "Telegram",
"url": "https://t.me/DotValidators",
"style": "link",
"has_icon": false,
"icon": "twitter",
"icon_position": "left"
},
{
"label": "Discord",
"url": "https://discord.com/invite/Kwfbe6YRAd",
"style": "link",
"has_icon": false,
"icon": "linkedin",
"icon_position": "left"
}
]
},
{
"type": "footer_form",
"title": "Subscribe",
"content": "Stay up to date with our latest news.\n",
"form_id": "contactForm",
"hide_labels": true,
"form_fields": [
{
"input_type": "email",
"name": "email",
"label": "Email",
"default_value": "Enter email address",
"is_required": true
}
],
"submit_label": "Subscribe"
}
],
"has_nav": true,
"nav_links": [],
"content": "© DOT Validators Alliance. All rights reserved."
},
"title": "DOT-Validators-Alliance",
"domain": "https://dot-validators-alliance-ec202.netlify.app"
}