Skip to content

Commit ea6bae8

Browse files
committed
Add Gatsby to projects list
1 parent 6dc1f7e commit ea6bae8

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
@@ -615,5 +615,12 @@ const projectList = [
615615
description: 'A minimalist CSS framework.',
616616
tags: ['milligram', 'css', 'html', 'framework', 'css-framework', 'design', 'minimalist', 'flexbox', 'amp'],
617617
},
618+
{
619+
name: 'Gatsby',
620+
imageSrc: 'https://camo.githubusercontent.com/ac31ac54c2013850b0fb8a3a4926f4718a398fb3/68747470733a2f2f7777772e6761747362796a732e6f72672f6d6f6e6f6772616d2e737667',
621+
githubLink: 'https://github.com/gatsbyjs/gatsby/contribute',
622+
description: 'A free and open source framework based on React that helps developers build blazing fast websites and apps.',
623+
tags: ['React', 'Javascript', 'HTML', 'CSS', 'GraphQL', 'Web Development', 'Markdown'],
624+
},
618625
];
619626
export default projectList;

0 commit comments

Comments
 (0)