diff --git a/src/routes/heroes/+page.svelte b/src/routes/heroes/+page.svelte index f742d79194..0d398e0699 100644 --- a/src/routes/heroes/+page.svelte +++ b/src/routes/heroes/+page.svelte @@ -106,6 +106,15 @@ twitter: 'https://x.com/malomz', linkedin: 'https://www.linkedin.com/in/malomoademola/', avatar: 'images/heroes/avatars/demola.png' + }, + { + name: 'Danny Thompson', + role: 'Director of Technology', + bio: 'Danny Thompson is the Director of Technology at This Dot Labs, a software development consultancy specializing in digital innovation and modernization. In addition to his leadership role, he co-hosts "The Programming Podcast" alongside Leon Noel, where they discuss technical challenges, industry insights, and career advice. Danny is also active in organizing tech conferences, such as Commit Your Code, and engages with the tech community through various platforms.', + github: 'https://github.com/TheDThompsonDev', + twitter: 'https://x.com/DThompsonDev', + linkedin: 'https://www.linkedin.com/in/dthompsondev', + avatar: 'images/heroes/avatars/danny.png' } ]; diff --git a/static/images/heroes/avatars/danny.png b/static/images/heroes/avatars/danny.png new file mode 100644 index 0000000000..77300c553e Binary files /dev/null and b/static/images/heroes/avatars/danny.png differ