Skip to content

Commit eb4c1f4

Browse files
authored
Add project: Collabora Online
1 parent c549cae commit eb4c1f4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,13 @@ const projectList = [
796796
projectLink: 'https://github.com/facebook/jest/contribute',
797797
description: 'Delightful JavaScript Testing',
798798
tags: ['OpenSource', 'Facebook', 'Testing', 'Immersive', 'JavaScript', 'TypeScript'],
799+
},
800+
{
801+
name: 'Collabora Online',
802+
imageSrc: 'https://avatars.githubusercontent.com/u/22418908?s=200&v=4',
803+
projectLink: 'https://github.com/CollaboraOnline/online/contribute',
804+
description: 'A collaborative online office suite based on LibreOffice technology. This is also the source for the Collabora Office apps for iOS and Android.',
805+
tags: ['javascript', 'css', 'android', 'c++', 'design', 'ios', 'web', 'productivity', 'typescript', 'libreoffice', 'office', 'documents']
799806
}
800807
];
801-
export default projectList;
808+
export default projectList;

0 commit comments

Comments
 (0)