Skip to content

Commit

Permalink
Merge pull request #360 from edray28/edray28
Browse files Browse the repository at this point in the history
Added Pub project link
  • Loading branch information
Roshanjossey authored Dec 22, 2024
2 parents ee8bb8d + 737c9ae commit 81d5438
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/ProjectList/listOfProjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,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",
Expand Down

0 comments on commit 81d5438

Please sign in to comment.