Skip to content

Commit 6dc1f7e

Browse files
authored
Merge pull request #100 from cjpatoilo/patch-3
Add Milligram
2 parents 2fbb289 + ec9e41b commit 6dc1f7e

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
@@ -608,5 +608,12 @@ const projectList = [
608608
description: 'Functional HTML forms for Front-End Developers.',
609609
tags: ['airform', 'serverless', 'sendmail', 'mailer', 'html-forms', 'forms', 'smtp', 'sendgrid', 'mailchimp', 'mailgun'],
610610
},
611+
{
612+
name: 'Milligram',
613+
imageSrc: 'https://avatars0.githubusercontent.com/u/16243913',
614+
githubLink: 'https://github.com/milligram/milligram/contribute',
615+
description: 'A minimalist CSS framework.',
616+
tags: ['milligram', 'css', 'html', 'framework', 'css-framework', 'design', 'minimalist', 'flexbox', 'amp'],
617+
},
611618
];
612619
export default projectList;

0 commit comments

Comments
 (0)