Skip to content

Commit 737c9ae

Browse files
committed
Added Pub project link
1 parent 1848948 commit 737c9ae

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
@@ -177,6 +177,13 @@ const projectList = [
177177
description: "pandas: powerful Python data analysis toolkit",
178178
tags: ["Python", "data science", "data analysis", "math", "Module"],
179179
},
180+
{
181+
name: "Pug",
182+
imageSrc: "https://cdn.rawgit.com/pugjs/pug-logo/eec436cee8fd9d1726d7839cbe99d1f694692c0c/SVG/pug-final-logo-_-colour-128.svg",
183+
projectLink: "https://github.com/pugjs/pug",
184+
description: "Pug is a high-performance template engine heavily influenced by Haml and implemented with JavaScript for Node.js and browsers.",
185+
tags: ["JavaScript", "HTML", "NodeJS", "Template-Engine"],
186+
},
180187
{
181188
name: "Elasticsearch",
182189
imageSrc: "https://avatars2.githubusercontent.com/u/6764390?v=3&s=100",

0 commit comments

Comments
 (0)