Skip to content

Commit a148a07

Browse files
authored
initail development of partners
1 parent d45ec56 commit a148a07

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

apps/site/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@
117117
"branding": {
118118
"link": "/about/branding",
119119
"label": "components.navigation.about.links.branding"
120+
},
121+
"partners": {
122+
"link": "/about/partners",
123+
"label": "components.navigation.about.links.partners"
120124
}
121125
}
122126
},
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Partners
3+
layout: about
4+
---
5+
6+
# Partners
7+
8+
Importance of partners and their role and explains our partner categories (Ecosystem Sustainability Program, Infrastructure, Security, etc)
9+
10+
## Infrastructure
11+
12+
Projects with their logo, name, tier, the description and a CTA button
13+
14+
## Security
15+
16+
Projects with their logo, name, tier, the description and a CTA button
17+
18+
## Ecosystem Sustainability Program (ESP)
19+
20+
Projects with their logo, name, tier, the description and a CTA button
21+
22+
## Backers (Open Collective and GitHub Sponsors)
23+
24+
Show a list of lists direct individual or organizational support that can be done through OpenCollective and GitHub Sponsors
25+
26+
## Become a Partner
27+
28+
this section isn't in the specification

packages/i18n/src/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@
139139
"branding": "Branding of Node.js",
140140
"governance": "Project Governance",
141141
"releases": "Node.js Releases",
142-
"security": "Security Reporting"
142+
"security": "Security Reporting",
143+
"partners": "Partners"
143144
}
144145
},
145146
"getInvolved": {

0 commit comments

Comments
 (0)