From 8c3e30eecaa3d7b5446a0c69edc8779b899790b2 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sat, 16 May 2026 16:47:01 -0500 Subject: [PATCH 1/2] add Responsively App to project list --- src/data/projects.js | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..2058f48a 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1437,6 +1437,21 @@ export const projectList = [ description: "The world’s fastest framework for building websites.", tags: ["Go", "Static Site Generator", "Web"], }, + { + name: "Responsively App", + imageSrc: "https://avatars.githubusercontent.com/u/69102126?s=200&v=4", + projectLink: "https://github.com/responsively-org/responsively-app/contribute", + description: + "A modified web browser that helps developers build responsive web apps faster.", + tags: [ + "TypeScript", + "React", + "Electron", + "Developer Tools", + "Responsive Web Design", + "Good First Issue", + ], + }, { name: "Mattermost", imageSrc: "https://avatars.githubusercontent.com/u/9131861?s=200&v=4", @@ -1458,4 +1473,4 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file +]; From 9b9357ff91925d254f7ed0b3b24bd50110f1ddb8 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sat, 16 May 2026 16:50:58 -0500 Subject: [PATCH 2/2] add Checkmate to project list --- src/data/projects.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/data/projects.js b/src/data/projects.js index 2058f48a..8a9e13c5 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1452,6 +1452,21 @@ export const projectList = [ "Good First Issue", ], }, + { + name: "Checkmate", + imageSrc: "https://avatars.githubusercontent.com/u/165089105?s=200&v=4", + projectLink: "https://github.com/bluewave-labs/Checkmate/contribute", + description: + "An open-source, self-hosted uptime and server monitoring tool with incident tracking.", + tags: [ + "TypeScript", + "React", + "Monitoring", + "Infrastructure", + "Self Hosted", + "Good First Issue", + ], + }, { name: "Mattermost", imageSrc: "https://avatars.githubusercontent.com/u/9131861?s=200&v=4",