Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added updated testimonials for Surendar & Diveakssh #134

Merged
merged 2 commits into from
Oct 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions data/tributes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,38 @@ const TRIBUTES: Tributes = [
"When you learn something, try to teach to others as much as you can.",
],
},
{
name: "Surendar PD",
website: "https://surendarpd.vercel.app/",
image:
"https://res.cloudinary.com/kunalkeshan/image/upload/v1696239014/Portfolio/tributes/surendar-pd.jpg",
testimonial: `I am delighted to endorse Kunal as an outstanding backend web developer. Over three years of collaboration on various full-stack projects, Kunal's expertise in backend development has consistently shone. His mastery of languages such as Python, JavaScript etc, coupled with his skill in database management systems like MySQL and MongoDB, distinguishes him in the field. Kunal's ability to architect and optimize backend systems is exceptional, and he excels at solving intricate problems with efficiency and elegance.
Kunal's commitment to excellence extends beyond technical proficiency. He approaches each project with meticulous attention to detail, producing maintainable and secure code. Kunal's collaborative nature, adaptability, and strong work ethic make him an invaluable team member. His enthusiasm for staying current with industry trends enriches our projects and demonstrates his dedication to continuous improvement.`,
company: {
name: "Codelance Devs",
description: "",
position: "Co-founder",
website: "https://codelancedevs.com",
logo: "https://res.cloudinary.com/kunalkeshan/image/upload/v1675427501/Portfolio/experience/codelance_devs_logo_katy7w.png",
},
slug: "surendar-pd",
},
{
name: "Diveakssh Schae",
website: "https://diveaksshschae.com/",
image:
"https://res.cloudinary.com/kunalkeshan/image/upload/v1696239051/Portfolio/tributes/diveakssh-schae.jpg",
testimonial: `I engaged Kunal's services to help me build a custom accordion with video embeds for my website. He did a fantastic job with understanding each of my needs, and keenly working to smoothen out the customer experience. You can see the results of his work here:
https://diveaksshschae.com/moments-of-clarity. Keep up the great work mate!`,
company: {
name: "diveaksshschae.com",
description: "",
position: "Audio Nomad",
website: "https://diveaksshschae.com/",
logo: "https://res.cloudinary.com/kunalkeshan/image/upload/v1696550912/Portfolio/tributes/diveakssh-schae-logo.png",
},
slug: "diveakssh-schae",
},
{
name: "Raman Shekhawat",
website: "https://www.linkedin.com/in/raman-shekhawat-1013381ba/",
Expand Down