diff --git a/src/components/ProjectList/listOfProjects.js b/src/components/ProjectList/listOfProjects.js index 139c09b..68dea8c 100644 --- a/src/components/ProjectList/listOfProjects.js +++ b/src/components/ProjectList/listOfProjects.js @@ -177,6 +177,13 @@ const projectList = [ description: "pandas: powerful Python data analysis toolkit", tags: ["Python", "data science", "data analysis", "math", "Module"], }, + { + name: "Pug", + imageSrc: "https://cdn.rawgit.com/pugjs/pug-logo/eec436cee8fd9d1726d7839cbe99d1f694692c0c/SVG/pug-final-logo-_-colour-128.svg", + projectLink: "https://github.com/pugjs/pug", + description: "Pug is a high-performance template engine heavily influenced by Haml and implemented with JavaScript for Node.js and browsers.", + tags: ["JavaScript", "HTML", "NodeJS", "Template-Engine"], + }, { name: "Elasticsearch", imageSrc: "https://avatars2.githubusercontent.com/u/6764390?v=3&s=100",