Skip to content

Commit 8c227f7

Browse files
committed
Add Darktable to list of Projects
1 parent 4005279 commit 8c227f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ const projectList = [
1111
projectLink: 'https://github.com/facebook/react-native/contribute',
1212
description: 'A framework for building native apps with React.',
1313
tags: ['JavaScript', 'React', 'React Native', 'Mobile App'],
14+
}, {
15+
name: 'Darktable',
16+
imageSrc: 'https://raw.githubusercontent.com/darktable-org/darktable/master/data/pixmaps/idbutton.png',
17+
projectLink: 'https://github.com/darktable-org/darktable',
18+
description: 'Open source photography workflow application and raw developer.',
19+
tags: ['C', 'Lua', 'OpenCL', 'Photography'],
1420
}, {
1521
name: 'Exercism',
1622
imageSrc: 'https://avatars2.githubusercontent.com/u/5624255?v=3&s=100',

0 commit comments

Comments
 (0)