chore(daily): add Marcos' testimonial
This commit is contained in:
parent
b6bdc92e0d
commit
b3c9b6a0b8
BIN
website/public/images/daily/marcos-duran.jpg
Normal file
BIN
website/public/images/daily/marcos-duran.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
|
@ -18,6 +18,11 @@ export const testimonials = [
|
|||
name: "Stephen Mulvihill",
|
||||
text: "I like the \"$ git log -S\" and \"$ git log --grep\" commands, will definitely be using these, thanks!",
|
||||
image: "stephen-mulvihill.jpg"
|
||||
},
|
||||
{
|
||||
name: "Marcos Duran",
|
||||
text: "<p> I am a big fan of your git approaches. I especially remember pairing with you and watching how many commands you run to solve many problems and how fast you were. It's a skill I believe not many have, particularly those who are used to working with a GUI like me, and personally I think it is quite valuable.</p>",
|
||||
image: "marcos-duran.jpg"
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue