Skip to content

Commit

Permalink
Testimonials update
Browse files Browse the repository at this point in the history
  • Loading branch information
carltrepanier committed Jun 13, 2024
1 parent 5908416 commit d608452
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
Binary file added src/assets/images/martin_choquette.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ import annickstdenis from './images/annick-st-denis.png';
import gentremblay from './images/genbev.jpg';
import emmanuellecote from './images/emmanuelle_cote.png';
import samgarneau from './images/sam_garneau.jpg';
import martinchoquette from './images/martin_choquette.jpg';

export {
logo,
Expand Down Expand Up @@ -84,4 +85,5 @@ export {
gentremblay,
emmanuellecote,
samgarneau,
martinchoquette,
};
11 changes: 10 additions & 1 deletion src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import {
gentremblay,
emmanuellecote,
samgarneau,
martinchoquette,
} from '../assets';

export const navLinks = [
Expand Down Expand Up @@ -170,7 +171,15 @@ const experiences = [
const testimonials = [
{
testimonial:
"Ma première collaboration avec Carl fut très positive! J'avais besoin de lui pour faire des modifications dans un site web désuet et il a traité ma demande avec grand professionnalisme. Je l'ai trouvé très à l'écoute de mes besoins, il m'a fait de bonnes suggestions, il était très efficace et fiable, ses indications étaient claires et il savait bien vulgariser les choses. Carl est définitivement une personne de confiance à qui vous pouvez confier vos mandats web! ",
"Carl est un développeur Web exceptionnel dont la maîtrise technique et la créativité font de chaque projet un succès. Sa capacité à comprendre nos besoins et à les traduire en solutions fonctionnelles et innovantes est impressionnante. Travailler avec lui est toujours un plaisir, car il est réactif, professionnel et dédié à l'excellence.",
name: 'Martin Choquette-Scott',
designation: 'Développeur web',
company: 'Catapulte communication',
image: martinchoquette,
},
{
testimonial:
"Ma première collaboration avec Carl fut très positive! J'avais besoin de lui pour faire des modifications dans un site web désuet et il a traité ma demande avec grand professionnalisme. Je l'ai trouvé très à l'écoute de mes besoins, il m'a fait de bonnes suggestions, il était très efficace et fiable, ses indications étaient claires et il savait bien vulgariser les choses. Carl est définitivement une personne de confiance à qui vous pouvez confier vos mandats web!",
name: 'Emmanuelle Côté',
designation: 'Gestionnaire de projets',
company: 'Erod agence créative',
Expand Down

0 comments on commit d608452

Please sign in to comment.