diff --git a/_data/testimonials.yml b/_data/testimonials.yml index ee471c6..a0b3217 100644 --- a/_data/testimonials.yml +++ b/_data/testimonials.yml @@ -4,12 +4,11 @@ link: CTO href: https://twitter.com/tapster -- quote: Joe’s advice and insights helped kickstart my coding journey. 100% worth reading! - author: Derek Kolstad - image: testimonials/derek-kolstad.png - title: Founder of - link: Remotejobs.com - href: https://remotejobs.com +- quote: An indispensable part of my routine. Highly impressed and always looking forward to the next edition! + author: Aniket Patidar + image: testimonials/aniket-patidar.png + link: Ruby on Rails Developer + href: https://www.linkedin.com/in/aniketpatidar/ - quote: If you're ready to stop doing tutorials and take Rails and Turbo Native to the next level for your business, Joe's newsletter is where you get started. author: Andrew Mason @@ -18,6 +17,20 @@ link: Remote Ruby href: https://www.remoteruby.com +- quote: Joe’s advice and insights helped kickstart my coding journey. 100% worth reading! + author: Derek Kolstad + image: testimonials/derek-kolstad.png + title: Founder of + link: Remotejobs.com + href: https://remotejobs.com + +- quote: Hands down the best Howtire newsletter out there. So much interesting content that I would never come across otherwise. + author: Matt Kuras + image: testimonials/matt-kuras.jpg + title: Software Engineer at + link: Workforce.com + href: https://workforce.com + - quote: Joe's newsletter is always packed with interesting articles about the latest Turbo, Hotwire and Rails features. author: Harrison Broadbent image: testimonials/harrison-broadbent.png @@ -25,12 +38,6 @@ link: RailsNotes href: https://railsnotes.xyz -- quote: An indispensable part of my routine. Highly impressed and always looking forward to the next edition! - author: Aniket Patidar - image: testimonials/aniket-patidar.png - link: Ruby on Rails Developer - href: https://www.linkedin.com/in/aniketpatidar/ - - quote: Joe’s articles were like a gulp of fresh water amidst the arid desert of Turbo Native development. He is one of the few who covers turbo-ios. author: Kyrylo Silin image: testimonials/kyrylo-silin.jpg diff --git a/_pages/newsletter.liquid b/_pages/newsletter.liquid index b8acee9..192f13d 100644 --- a/_pages/newsletter.liquid +++ b/_pages/newsletter.liquid @@ -7,7 +7,7 @@ newsletter: true
- {% for testimonial in site.data.testimonials %} + {% for testimonial in site.data.testimonials limit: 6 %} {% include testimonial.liquid object=testimonial %} {% endfor %}
diff --git a/assets/images/testimonials/matt-kuras.jpg b/assets/images/testimonials/matt-kuras.jpg new file mode 100644 index 0000000..dbaec2c Binary files /dev/null and b/assets/images/testimonials/matt-kuras.jpg differ