diff --git a/website/public/images/daily/marcos-duran.jpg b/website/public/images/daily/marcos-duran.jpg new file mode 100644 index 00000000..21b236ac Binary files /dev/null and b/website/public/images/daily/marcos-duran.jpg differ diff --git a/website/src/pages/daily.mdx b/website/src/pages/daily.mdx index 42559d48..e2359ecd 100644 --- a/website/src/pages/daily.mdx +++ b/website/src/pages/daily.mdx @@ -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: "
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.
", + image: "marcos-duran.jpg" } ]