Skip to content

Commit

Permalink
JG-30 - [FE] Add Sir Arden and Sir AJ Testimony (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
acatzk authored Feb 27, 2024
1 parent c908656 commit c8e034c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 18 additions & 9 deletions frontend/src/utils/constant/testimonials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ export const testimonials: Testimony[] = [
position: 'Fullstack Developer at Sun Asterisk Philippines',
companyImageUrl: '/images/company/sun-asterisk.png'
},
{
profileImageUrl: '/images/testimonials/abdul-jalil-palala.png',
name: 'Abdul Jalil Palala',
text: `
I recommend Joshua Galit because he wants to achieve 6k digits HAHAHAHA
`,
position: 'Fullstack Web Developer at Sun Asterisk Philippines',
companyImageUrl: '/images/company/sun-asterisk.png'
},
{
profileImageUrl: '/images/testimonials/nilo-castillano-jr.png',
name: 'Nilo Castillano Jr.',
Expand All @@ -55,6 +64,15 @@ export const testimonials: Testimony[] = [
position: 'Web Developer at Sun Asterisk Philippines',
companyImageUrl: '/images/company/sun-asterisk.png'
},
{
profileImageUrl: '/images/testimonials/arden-dave-cabotaje.png',
name: 'Arden Dave Cabotaje',
text: `
Working with sir Joshua has been a learning journey for me. He is a reliable colleague and teammate that is willing to share his knowledge and learnings and very commited to his tasks. The works that he delivers are of high quality and adheres perfectly to the requirements which also shows his proficiency to the technologies used. Not only he is good at his work but he is also quick to deliver them. He is also very effective as a team member, participating in productive brainstorming for ideas and solutions to the problems. In addition to all of this, he is very fun to work with and easy to get along with.
`,
position: 'Fullstack Developer at Sun Asterisk Philippines',
companyImageUrl: '/images/company/sun-asterisk.png'
},
{
profileImageUrl: '/images/testimonials/gilchrist-calunia.png',
name: 'Gilchrist Calunia',
Expand All @@ -67,13 +85,4 @@ export const testimonials: Testimony[] = [
position: 'Top Rated Video Editor Freelancer at Upwork',
companyImageUrl: '/images/company/upwork.png'
}
// {
// profileImageUrl: '/images/testimonials/abdul-jalil-palala.png',
// name: 'Abdul Jalil Palala',
// text: `
// I recommend Joshua Galit because he wants to achieve 6k digits HAHAHAHA
// `,
// position: 'Fullstack Web Developer at Sun Asterisk Philippines',
// companyImageUrl: '/images/company/sun-asterisk.png'
// }
]

0 comments on commit c8e034c

Please sign in to comment.