diff --git a/public/images/recommendations/joe-howell.jpg b/public/images/recommendations/joe-howell.jpg new file mode 100644 index 00000000..628585ef Binary files /dev/null and b/public/images/recommendations/joe-howell.jpg differ diff --git a/src/components/Testimonials.astro b/src/components/Testimonials.astro index da69f62d..3ebdba22 100644 --- a/src/components/Testimonials.astro +++ b/src/components/Testimonials.astro @@ -11,6 +11,7 @@ const defaultNames = [ 'brian-hartwell', 'anonymous', 'huw-davies', + 'joe-howell', 'michael-itkoff', 'mick-felton', 'scott-euser', diff --git a/src/content/testimonial/joe-howell.json b/src/content/testimonial/joe-howell.json new file mode 100644 index 00000000..8afa83a9 --- /dev/null +++ b/src/content/testimonial/joe-howell.json @@ -0,0 +1,7 @@ +{ + "name": "Joe Howell", + "tagline": "Director, Bastion Insurance", + "text": "

I've worked with Oliver for a number of years on B2C and B2B web projects and he has always demonstrated himself to be an expert in his field. As an insurance provider, some of our products and services don't naturally fit within a traditional ecommerce journey - but Oliver has always been able to come up with innovative ways to leverage core Drupal functionality and develop custom modules to meet our needs. Friendly, flexible and diligent – I wouldn't hesitate to recommend Oliver to anyone looking for a Drupal developer to progress their next project.", + "image": "joe-howell.jpg", + "url": "https://bastioninsurance.co.uk" +} diff --git a/src/pages/testimonials.mdx b/src/pages/testimonials.mdx index 65a2599f..8e63062a 100644 --- a/src/pages/testimonials.mdx +++ b/src/pages/testimonials.mdx @@ -18,6 +18,7 @@ import Testimonials from "~/components/Testimonials.astro"; 'holly-ross', 'huw-davies', 'james-chapman', + 'joe-howell', 'jon-hallett', 'josh-mitchell', 'leonie-watson',