From 66d0f070eb493b9af86ac11723cf303cb9a34f09 Mon Sep 17 00:00:00 2001 From: Fahed Khan <127182880+12fahed@users.noreply.github.com> Date: Wed, 10 Jun 2026 13:36:51 +0530 Subject: [PATCH 1/2] Add CertiNova project details to projects.json Added a new project 'CertiNova' with details including owner, tech stack, and admin information. --- projects.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/projects.json b/projects.json index 4e79f67..011c225 100644 --- a/projects.json +++ b/projects.json @@ -213,6 +213,22 @@ } ] }, + { + "owner": "12fahed", + "repo": "CertiNova", + "projectName": "CertiNova", + "description": "A comprehensive, secure, and user-friendly platform for creating, managing,\nand distributing certificates in bulk. CertiNova enables organizations to\ngenerate personalized certificates efficiently while maintaining data security\nthrough advanced encryption.", + "techStack": [ + "Typerscript", + "ExpressJs", + "React", + "NextJs", + "MongoDb", + "TailwindCSS" + ], + "adminName": "Fahed Khan", + "linkedIn": "https://www.linkedin.com/in/fahed-khan-13b11025b" + }, { "owner": "umang24-cyber", "repo": "SmartCity", From 3d42173cf0f40bb1711624673c3d45e82bdfb6bf Mon Sep 17 00:00:00 2001 From: Fahed Khan <127182880+12fahed@users.noreply.github.com> Date: Thu, 11 Jun 2026 10:06:25 +0530 Subject: [PATCH 2/2] abide to 120-50 char contraint --- projects.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects.json b/projects.json index 011c225..62926ab 100644 --- a/projects.json +++ b/projects.json @@ -217,14 +217,13 @@ "owner": "12fahed", "repo": "CertiNova", "projectName": "CertiNova", - "description": "A comprehensive, secure, and user-friendly platform for creating, managing,\nand distributing certificates in bulk. CertiNova enables organizations to\ngenerate personalized certificates efficiently while maintaining data security\nthrough advanced encryption.", + "description": "A comprehensive platform for creating, managing, and distributing certificates in bulk while maintaining data security through advanced encryption", "techStack": [ "Typerscript", "ExpressJs", "React", "NextJs", "MongoDb", - "TailwindCSS" ], "adminName": "Fahed Khan", "linkedIn": "https://www.linkedin.com/in/fahed-khan-13b11025b"