Skip to content

Commit 81d5438

Browse files
authored
Merge pull request #360 from edray28/edray28
Added Pub project link
2 parents ee8bb8d + 737c9ae commit 81d5438

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
@@ -193,6 +193,13 @@ const projectList = [
193193
description: "pandas: powerful Python data analysis toolkit",
194194
tags: ["Python", "data science", "data analysis", "math", "Module"],
195195
},
196+
{
197+
name: "Pug",
198+
imageSrc: "https://cdn.rawgit.com/pugjs/pug-logo/eec436cee8fd9d1726d7839cbe99d1f694692c0c/SVG/pug-final-logo-_-colour-128.svg",
199+
projectLink: "https://github.com/pugjs/pug",
200+
description: "Pug is a high-performance template engine heavily influenced by Haml and implemented with JavaScript for Node.js and browsers.",
201+
tags: ["JavaScript", "HTML", "NodeJS", "Template-Engine"],
202+
},
196203
{
197204
name: "Elasticsearch",
198205
imageSrc: "https://avatars2.githubusercontent.com/u/6764390?v=3&s=100",

0 commit comments

Comments
 (0)