-
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.
Add testimonial from Farshid Chowdhury
- Loading branch information
Showing
6 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ export const testimonials: Testimonial[] = [ | |
company: "Code Rex", | ||
companyUrl: "https://coderex.co", | ||
companyLogo: "/assets/logo/coderex.webp", | ||
image: "/assets/testimonials/sadi.webp", | ||
image: "/assets/testimonials/sadi-coderex.webp", | ||
review: "Monir is a talented and passionate software professional. I worked with him for almost four years. He has been a great part of our team, showing amazing skills in R&D and solving problems calmly. He is kind-hearted, ethical, and a true team player. He's always ready to listen and learn, and loves sharing what he knows. Monir has a strong passion for clean, maintainable code, which reflects his commitment to quality. His ability to stay cool under pressure has been truly inspiring. Any team would be lucky to have him!", | ||
social: { | ||
github: "https://github.com/sadi22", | ||
|
@@ -37,7 +37,7 @@ export const testimonials: Testimonial[] = [ | |
company: "Code Rex", | ||
companyUrl: "https://coderex.co", | ||
companyLogo: "/assets/logo/coderex.webp", | ||
image: "/assets/testimonials/cssultan.webp", | ||
image: "/assets/testimonials/cssultan-coderex.webp", | ||
review: "He has been an amazing person to work with, always dedicated to solving any problems with precision. He has a concrete knowledge in programming and OOP, while also being an expert PHP developer. On top of these, he is a great ethical human being. A great individual and a gem for any team.", | ||
social: { | ||
linkedin: "https://www.linkedin.com/in/c-s-sultan-royal/", | ||
|
@@ -52,7 +52,7 @@ export const testimonials: Testimonial[] = [ | |
company: "Code Rex", | ||
companyUrl: "https://coderex.co", | ||
companyLogo: "/assets/logo/coderex.webp", | ||
image: "/assets/testimonials/mahi.webp", | ||
image: "/assets/testimonials/mahi-coderex.webp", | ||
review: "I had the opportunity to work with him for a long time. He is very good at problem-solving. He also knows how to manage a team, support individuals, and delegate tasks effectively. Most importantly, he is a great human being.", | ||
social: { | ||
linkedin: "https://www.linkedin.com/in/shahab-uddin-mahi-7a9704117/", | ||
|
@@ -61,4 +61,18 @@ export const testimonials: Testimonial[] = [ | |
email: "mailto:[email protected]", | ||
} | ||
}, | ||
{ | ||
name: "Farshid Chowdhury", | ||
role: "Chief Operating Officer", | ||
company: "Code Rex", | ||
companyUrl: "https://coderex.co", | ||
companyLogo: "/assets/logo/coderex.webp", | ||
image: "/assets/testimonials/farshid-coderex.webp", | ||
review: "Monir Hossain is a highly skilled backend developer with a proven ability to deliver practical, working solutions. His in-depth knowledge of the WooCommerce ecosystem makes him a go-to expert for building efficient and seamless integrations.", | ||
social: { | ||
linkedin: "https://www.linkedin.com/in/farshid-chowdhury/", | ||
facebook: "https://www.facebook.com/farshid.chowdhury.111", | ||
email: "mailto:[email protected]", | ||
} | ||
}, | ||
]; |