Skip to content

Commit

Permalink
Added Project Details
Browse files Browse the repository at this point in the history
  • Loading branch information
meeIbrahim committed Apr 21, 2024
1 parent 53f2fd5 commit 9317044
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Projects() {
className="absolute opacity-70 inset-0 w-full h-full object-cover object-center"
src={project.image}
/>
<div className="px-8 py-10 relative z-10 w-full border-4 border-gray-800 bg-gray-900 opacity-0 hover:opacity-100">
<div className="px-8 py-10 size-64 relative z-10 w-full border-4 border-gray-800 bg-gray-900 opacity-0 hover:opacity-100">
<h2 className="tracking-widest text-sm title-font font-medium text-green-400 mb-1">
{project.subtitle}
</h2>
Expand Down
10 changes: 5 additions & 5 deletions src/data/projects.tsx
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
export const projects = [
{
title: "C.A.R.E",
title: "Selenium in Cloud Agnostic Infrastructure",
subtitle: "Selenium Grid inside K8 Cluster",
description:
"Lorem ipsum dolor sit amet consectetur adipisicing elit. Praesentium dolore rerum laborum iure enim sint nemo omnis voluptate exercitationem eius?",
"A robust test automation cloud infra that provides parallel cross browser testing capabilities with enhanced scalibility while remaining cost effective and modular",
image: "src/assets/care.jpg",
link: "https://reedbarger.com",
},
{
title: "Automation with Intelligent State Management",
subtitle: "Java and Selenium",
description:
"Lorem ipsum dolor sit amet consectetur adipisicing elit. Praesentium dolore rerum laborum iure enim sint nemo omnis voluptate exercitationem eius?",
"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: "src/assets/automation_java.jpg",
link: "https://jsbootcamp.com",
},
{
title: "API Framework for Automation",
subtitle: "Java with Apache Http5",
description:
"Lorem ipsum dolor sit amet consectetur adipisicing elit. Praesentium dolore rerum laborum iure enim sint nemo omnis voluptate exercitationem eius?",
"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: "src/assets/api_automation.jpg",
link: "https://pythonbootcamp.com",
},
{
title: "This Website!",
subtitle: "React with Tailwind",
description:
"Lorem ipsum dolor sit amet consectetur adipisicing elit. Praesentium dolore rerum laborum iure enim sint nemo omnis voluptate exercitationem eius?",
"A fun project to showcase my skills and accomplishments, while also documenting my journey of growth and knowledge!",
image: "src/assets/portfolio.jpg",
link: "https://reactbootcamp.com",
},
Expand Down

0 comments on commit 9317044

Please sign in to comment.