-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from meeIbrahim/dev
Dev
- Loading branch information
Showing
7 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
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?", | ||
image: "./project-2.gif", | ||
"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?", | ||
image: "./project-3.gif", | ||
"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?", | ||
image: "./project-4.gif", | ||
"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?", | ||
image: "./project-1.gif", | ||
"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", | ||
}, | ||
]; |