Skip to content

Commit

Permalink
Updated Links of Projects
Browse files Browse the repository at this point in the history
  • Loading branch information
meeIbrahim committed Apr 21, 2024
1 parent 688596d commit 90ab421
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/data/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,30 @@ export const projects = [
description:
"A robust test automation cloud infra that provides parallel cross browser testing capabilities with enhanced scalibility while remaining cost effective and modular",
image: "care.jpg",
link: "https://reedbarger.com",
link: "care/",
},
{
title: "Automation with Intelligent State Management",
subtitle: "Java and Selenium",
description:
"Custom Automation Framework using Selenium with Java that provides a smart mechanism to fulfill prerequisites and dynamically set up the application for each test case",
image: "automation_java.jpg",
link: "https://jsbootcamp.com",
link: "/",
},
{
title: "API Framework for Automation",
subtitle: "Java with Apache Http5",
description:
"Custom API Automation Framework written with Apache HttpClient 5 that allows for API testing and functional testing using APIs via the Page Object Model, integrating into the UI Automation Framework",
image: "api_automation.jpg",
link: "https://pythonbootcamp.com",
link: "/",
},
{
title: "This Website!",
subtitle: "React with Tailwind",
description:
"A fun project to showcase my skills and accomplishments, while also documenting my journey of growth and knowledge!",
image: "portfolio.jpg",
link: "https://reactbootcamp.com",
link: "/",
},
];

0 comments on commit 90ab421

Please sign in to comment.