Skip to content

Commit ddcd18a

Browse files
authored
Add Metro as user (facebook#755)
* Add Metro as user * Remove redundant React logo
1 parent 902db36 commit ddcd18a

29 files changed

+245
-244
lines changed

website/data/users.js

+221
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,221 @@
1+
module.exports = [
2+
// Please add your logo in alphabetical order of caption.
3+
{
4+
caption: 'Almin',
5+
image: '/img/users/almin.png',
6+
infoLink: 'https://almin.js.org/',
7+
fbOpenSource: false,
8+
pinned: false,
9+
},
10+
{
11+
caption: 'Anssr Data Platform',
12+
image: '/img/users/anssr.svg',
13+
infoLink: 'https://anssr.io/',
14+
fbOpenSource: false,
15+
pinned: false,
16+
},
17+
{
18+
caption: 'Bemuse',
19+
image: '/img/users/bemuse.png',
20+
infoLink: 'https://bemuse.ninja/project/',
21+
fbOpenSource: false,
22+
pinned: false,
23+
},
24+
{
25+
caption: 'BlueWhale',
26+
image: '/img/users/BlueWhale.png',
27+
infoLink: 'https://facebookresearch.github.io/BlueWhale/',
28+
fbOpenSource: true,
29+
pinned: true,
30+
},
31+
{
32+
caption: 'BuckleScript',
33+
image: '/img/users/bucklescript.svg',
34+
infoLink: 'https://bucklescript.github.io/',
35+
fbOpenSource: false,
36+
pinned: true,
37+
},
38+
{
39+
caption: 'CaptainDuckDuck',
40+
image: '/img/users/captainduckduck.png',
41+
infoLink: 'https://captainduckduck.com/',
42+
fbOpenSource: false,
43+
pinned: false,
44+
},
45+
{
46+
caption: 'Dep',
47+
image: '/img/users/golang-dep.svg',
48+
infoLink: 'https://golang.github.io/dep/',
49+
fbOpenSource: false,
50+
pinned: false,
51+
},
52+
{
53+
caption: 'Docusaurus',
54+
image: '/img/users/docusaurus.svg',
55+
infoLink: 'https://www.docusaurus.io',
56+
fbOpenSource: true,
57+
pinned: true,
58+
},
59+
{
60+
caption: 'Draft.js',
61+
image: '/img/users/draftjs.png',
62+
infoLink: 'https://draftjs.org/',
63+
fbOpenSource: true,
64+
pinned: true,
65+
},
66+
{
67+
caption: 'FastText',
68+
image: '/img/users/fasttext.png',
69+
infoLink: 'https://fasttext.cc',
70+
fbOpenSource: true,
71+
pinned: true,
72+
},
73+
{
74+
caption: 'Instant Articles Builder',
75+
image: '/img/users/facebook-instant-articles-rules-editor.svg',
76+
infoLink: 'https://facebook.github.io/instant-articles-builder/',
77+
fbOpenSource: true,
78+
pinned: false,
79+
},
80+
{
81+
caption: 'Goby',
82+
image: 'https://goby-lang.org/img/goby-logo.svg',
83+
infoLink: 'https://goby-lang.org',
84+
fbOpenSource: false,
85+
pinned: false,
86+
},
87+
{
88+
caption: 'Home Assistant',
89+
image: 'https://developers.home-assistant.io/img/logo-responsive.svg',
90+
infoLink: 'https://developers.home-assistant.io/',
91+
fbOpenSource: false,
92+
pinned: false,
93+
},
94+
{
95+
caption: 'Jest',
96+
image: '/img/users/jest.png',
97+
infoLink: 'https://facebook.github.io/jest/',
98+
fbOpenSource: true,
99+
pinned: true,
100+
},
101+
{
102+
caption: 'MakeItOpen',
103+
image: '/img/users/makeitopen.png',
104+
infoLink: 'http://makeitopen.com/',
105+
fbOpenSource: true,
106+
pinned: true,
107+
},
108+
{
109+
caption: 'Metro',
110+
image: '/img/users/metro.svg',
111+
infoLink: 'https://facebook.github.io/metro/',
112+
fbOpenSource: true,
113+
pinned: true,
114+
},
115+
{
116+
caption: 'Open Power Quality',
117+
image: 'https://openpowerquality.org/img/opqlogo.png',
118+
infoLink: 'https://openpowerquality.org/',
119+
fbOpenSource: false,
120+
pinned: false,
121+
},
122+
{
123+
caption: 'pnpm',
124+
image: 'https://pnpm.js.org/img/pnpm.svg',
125+
infoLink: 'https://pnpm.js.org/',
126+
fbOpenSource: false,
127+
pinned: false,
128+
},
129+
{
130+
caption: 'Prettier',
131+
image: '/img/users/prettier.png',
132+
infoLink: 'https://www.prettier.io',
133+
fbOpenSource: false,
134+
pinned: true,
135+
},
136+
{
137+
caption: 'Pyre',
138+
image: '/img/users/pyre.svg',
139+
infoLink: 'https://pyre-check.org',
140+
fbOpenSource: true,
141+
pinned: true,
142+
},
143+
{
144+
caption: 'React Native',
145+
image: '/img/users/react-native.svg',
146+
infoLink: 'https://facebook.github.io/react-native',
147+
fbOpenSource: true,
148+
pinned: true,
149+
},
150+
{
151+
caption: 'React Native Elements',
152+
image: '/img/users/react-native-elements.png',
153+
infoLink: 'https://react-native-training.github.io/react-native-elements/',
154+
fbOpenSource: false,
155+
pinned: false,
156+
},
157+
{
158+
caption: 'react-native-ios-kit',
159+
image: '/img/users/react-native-ios-kit.svg',
160+
infoLink: 'https://callstack.github.io/react-native-ios-kit',
161+
fbOpenSource: false,
162+
pinned: false,
163+
},
164+
{
165+
caption: 'Reason',
166+
image: '/img/users/reason.svg',
167+
infoLink: 'https://reasonml.github.io/',
168+
fbOpenSource: true,
169+
pinned: true,
170+
},
171+
{
172+
caption: 'ReasonReact',
173+
image: '/img/users/reason-react.svg',
174+
infoLink: 'https://reasonml.github.io/reason-react/',
175+
fbOpenSource: true,
176+
pinned: true,
177+
},
178+
{
179+
caption: 'Rejoiner',
180+
image: '/img/users/rejoiner.svg',
181+
infoLink: 'http://rejoiner.io/',
182+
fbOpenSource: false,
183+
pinned: false,
184+
},
185+
{
186+
caption: 'Relay',
187+
image: '/img/users/relay.svg',
188+
infoLink: 'https://facebook.github.io/relay/',
189+
fbOpenSource: true,
190+
pinned: true,
191+
},
192+
{
193+
caption: 'textlint',
194+
image: 'https://textlint.github.io/img/textlint-icon.png',
195+
infoLink: 'https://textlint.github.io/',
196+
fbOpenSource: false,
197+
pinned: false,
198+
},
199+
{
200+
caption: 'Verdaccio',
201+
image: 'http://www.verdaccio.org/img/[email protected]',
202+
infoLink: 'http://www.verdaccio.org/',
203+
fbOpenSource: false,
204+
pinned: false,
205+
},
206+
{
207+
caption: 'Vuls',
208+
image: 'https://vuls.io/img/docs/vuls_logo.png',
209+
infoLink: 'https://vuls.io/',
210+
fbOpenSource: false,
211+
pinned: false,
212+
},
213+
{
214+
caption: 'WarriorJS',
215+
image: '/img/users/warriorjs.svg',
216+
infoLink: 'https://warrior.js.org/',
217+
fbOpenSource: false,
218+
pinned: false,
219+
},
220+
// Please add your logo in alphabetical order of caption.
221+
];

0 commit comments

Comments
 (0)