Skip to content

Commit f056982

Browse files
authored
Add activist to listOfProjects.js
Hey there! Just open-sourced a new project and am hoping to get it on here like another one of mine 😊 Let me know if there's anything else I need to do!
1 parent bb5ffca commit f056982

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
@@ -1195,5 +1195,12 @@ const projectList = [
11951195
description: 'Daml is an open-source smart contract language for building future-proof distributed applications on a safe, privacy-aware runtime.',
11961196
tags: ['Scala','Haskell']
11971197
},
1198+
{
1199+
name: 'activist',
1200+
imageSrc: 'https://raw.githubusercontent.com/activist-org/Organization/main/logo/activistLogoRounded.png',
1201+
projectLink: 'https://github.com/activist-org/activist',
1202+
description: 'An open-source, nonprofit activism network',
1203+
tags: ['Nuxt', 'Vue', 'Activism', 'Good First Issue', 'Javascript', 'TypeScript']
1204+
}
11981205
];
11991206
export default projectList;

0 commit comments

Comments
 (0)