Skip to content

Commit 02a93f7

Browse files
authored
Merge pull request #262 from andrewtavis/patch-1
2 parents ca2d221 + d1f8889 commit 02a93f7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,6 +1132,13 @@ const projectList = [
11321132
projectLink: 'https://github.com/codenameone/CodenameOne',
11331133
description: 'Cross-platform mobile app development framework for Java & Kotlin developers',
11341134
tags: ['Cross-Platform', 'OpenSource', 'Java', 'Kotlin', 'Android', 'iOS', 'Framework']
1135+
},
1136+
{
1137+
name: 'Scribe - Language Keyboards',
1138+
imageSrc: 'https://raw.githubusercontent.com/scribe-org/Organization/main/logo/ScribeAppLogo.png',
1139+
projectLink: 'https://github.com/scribe-org/Scribe-iOS',
1140+
description: 'Keyboards for language learners with translation, verb conjugation and more!',
1141+
tags: ['iOS', 'Swift', 'Productivity', 'Good First Issue', 'Beginner']
11351142
}
11361143
];
11371144
export default projectList;

0 commit comments

Comments
 (0)