diff --git a/_includes/picture-with-webp.html b/_includes/picture-with-webp.html
new file mode 100644
index 00000000..8e412ad3
--- /dev/null
+++ b/_includes/picture-with-webp.html
@@ -0,0 +1,4 @@
+
diff --git a/governance.html b/governance.html
index 86f36dd4..a71eb238 100644
--- a/governance.html
+++ b/governance.html
@@ -2,6 +2,7 @@
layout: page
title: Governance
permalink: /governance/
+# cspell:ignore headshots
---
@@ -60,9 +64,12 @@
David Massey
-
+ {%
+ include picture-with-webp.html
+ class="trustee-avatar"
+ image="/images/advertising/headshots/trustee-david-01.jpg"
+ alt="Headshot of David"
+ %}
@@ -74,9 +81,12 @@
Thomas "Scarzy" Scarsbrook
-
+ {%
+ include picture-with-webp.html
+ class="trustee-avatar"
+ image="/images/advertising/headshots/trustee-scarzy-01.jpg"
+ alt="Headshot of Thomas"
+ %}
diff --git a/images/advertising/headshots/competitor-becky-01.jpg.webp b/images/advertising/headshots/competitor-becky-01.jpg.webp
new file mode 100644
index 00000000..8254134f
Binary files /dev/null and b/images/advertising/headshots/competitor-becky-01.jpg.webp differ
diff --git a/images/advertising/headshots/competitor-james-01.jpg.webp b/images/advertising/headshots/competitor-james-01.jpg.webp
new file mode 100644
index 00000000..5389c5c0
Binary files /dev/null and b/images/advertising/headshots/competitor-james-01.jpg.webp differ
diff --git a/images/advertising/headshots/competitor-phil-01.jpg.webp b/images/advertising/headshots/competitor-phil-01.jpg.webp
new file mode 100644
index 00000000..67cb7854
Binary files /dev/null and b/images/advertising/headshots/competitor-phil-01.jpg.webp differ
diff --git a/images/advertising/headshots/trustee-david-01.jpg.webp b/images/advertising/headshots/trustee-david-01.jpg.webp
new file mode 100644
index 00000000..4377f0ca
Binary files /dev/null and b/images/advertising/headshots/trustee-david-01.jpg.webp differ
diff --git a/images/advertising/headshots/trustee-diane-01.jpg.webp b/images/advertising/headshots/trustee-diane-01.jpg.webp
new file mode 100644
index 00000000..0e6e72f7
Binary files /dev/null and b/images/advertising/headshots/trustee-diane-01.jpg.webp differ
diff --git a/images/advertising/headshots/trustee-scarzy-01.jpg.webp b/images/advertising/headshots/trustee-scarzy-01.jpg.webp
new file mode 100644
index 00000000..7af22106
Binary files /dev/null and b/images/advertising/headshots/trustee-scarzy-01.jpg.webp differ
diff --git a/index.html b/index.html
index 8ce58394..6c263466 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,6 @@
---
layout: home
+# cspell:ignore headshots
---
@@ -127,9 +128,12 @@
Testimonials
-
+ {%
+ include picture-with-webp.html
+ class="testimonial-avatar"
+ image="/images/advertising/headshots/competitor-phil-01.jpg"
+ alt="Headshot of Phil"
+ %}
@@ -146,9 +150,12 @@
Testimonials
-
+ {%
+ include picture-with-webp.html
+ class="testimonial-avatar"
+ image="/images/advertising/headshots/competitor-becky-01.jpg"
+ alt="Headshot of Becky"
+ %}
@@ -167,9 +174,12 @@
Testimonials
-
+ {%
+ include picture-with-webp.html
+ class="testimonial-avatar"
+ image="/images/advertising/headshots/competitor-james-01.jpg"
+ alt="Headshot of James"
+ %}