From 737c9aed7dea00c943ee33f7638d1b404632b22c Mon Sep 17 00:00:00 2001 From: edray28 Date: Mon, 21 Aug 2023 11:24:30 +0800 Subject: [PATCH] Added Pub project link --- src/components/ProjectList/listOfProjects.js | 7 +++++++ 1 file changed, 7 insertions(+) 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",