-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathfooter.json
More file actions
62 lines (62 loc) · 1.61 KB
/
footer.json
File metadata and controls
62 lines (62 loc) · 1.61 KB
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
{
"socialLinks": [
{
"icon": "github",
"link": "https://github.com/nodejs/node",
"alt": "GitHub"
},
{
"icon": "discord",
"link": "https://discord.gg/nodejs",
"alt": "Discord"
},
{
"icon": "mastodon",
"link": "https://social.lfx.dev/@nodejs",
"alt": "Mastodon"
},
{
"icon": "bluesky",
"link": "https://bsky.app/profile/nodejs.org",
"alt": "Bluesky"
},
{
"icon": "twitter",
"link": "https://twitter.com/nodejs",
"alt": "Twitter"
},
{
"icon": "slack",
"link": "https://slack-invite.openjsf.org/",
"alt": "Slack"
},
{
"icon": "linkedin",
"link": "https://www.linkedin.com/company/node-js",
"alt": "LinkedIn"
}
],
"footerLinks": [
{ "link": "https://openjsf.org/", "text": "OpenJS Foundation" },
{ "link": "https://terms-of-use.openjsf.org/", "text": "Terms of Use" },
{ "link": "https://privacy-policy.openjsf.org/", "text": "Privacy Policy" },
{ "link": "https://bylaws.openjsf.org/", "text": "Bylaws" },
{
"link": "https://github.com/openjs-foundation/cross-project-council/blob/main/CODE_OF_CONDUCT.md",
"text": "Code of Conduct"
},
{
"link": "https://trademark-policy.openjsf.org/",
"text": "Trademark Policy"
},
{ "link": "https://trademark-list.openjsf.org/", "text": "Trademark List" },
{
"link": "https://www.linuxfoundation.org/cookies/",
"text": "Cookie Policy"
},
{
"link": "https://github.com/nodejs/node/security/policy",
"text": "Security Policy"
}
]
}