diff --git a/src/_data/homepage.json b/src/_data/homepage.json index b92f7247d9f07206628787a8d80fd2fe4ba3e48b..dfa2882f5c1682d6541134fc7bdc7c8af50c161f 100644 --- a/src/_data/homepage.json +++ b/src/_data/homepage.json @@ -19,11 +19,11 @@ ], "spotlight": [ { - "name": "Kevin Mar-Molinero", - "role": "Director of Experience Technologies", - "description": "Kevin is an inclusive design strategist, speaker, researcher, and mentor. He is the Director of Experience Technologies for Kin+Carta EU, and sits on the British Interactive Media Association's Inclusive Design Council.", - "image": "kevin-mar-molinero.png", - "cta": "Meet Kevin" + "name": "Rachele DiTullio", + "role": "Accessibility engineer", + "description": "Rachele is an accessibility engineer who enjoys helping teams prevent accessibility problems by designing for people not like themselves while using semantic markup.", + "image": "rachele-ditullio.png", + "cta": "Meet Rachele" } ] } diff --git a/src/_data/spotlight.json b/src/_data/spotlight.json index a283df25f3b0baa49a32421d09697102678dfbdc..0cd62859410500a56ced93e6bd08e5902721891d 100644 --- a/src/_data/spotlight.json +++ b/src/_data/spotlight.json @@ -56,6 +56,13 @@ "photo": "/img/spotlight/kevin-mar-molinero.png", "biography": "Kevin is an inclusive design strategist, speaker, researcher, and mentor. He is the Director of Experience Technologies for Kin+Carta EU, and sits on the British Interactive Media Association's Inclusive Design Council." }, + { + "name": "Rachele DiTullio", + "first": "Rachele", + "website": "/spotlight/rachele-ditullio", + "photo": "/img/spotlight/rachele-ditullio.png", + "biography": "Rachele is an accessibility engineer who enjoys helping teams prevent accessibility problems by designing for people not like themselves while using semantic markup." + }, { "name": "Want to nominate someone?", "website": "{{ '/contact/' | url }}", diff --git a/src/img/spotlight/rachele-ditullio.png b/src/img/spotlight/rachele-ditullio.png new file mode 100644 index 0000000000000000000000000000000000000000..f52aa26939f0980ab2ba13a05adb5275bcf5186f Binary files /dev/null and b/src/img/spotlight/rachele-ditullio.png differ diff --git a/src/spotlight/rachele-ditullio.md b/src/spotlight/rachele-ditullio.md new file mode 100644 index 0000000000000000000000000000000000000000..c52326895dde8113f3ea3dbb9c3ec527ffb2a0fb --- /dev/null +++ b/src/spotlight/rachele-ditullio.md @@ -0,0 +1,18 @@ +--- +layout: layouts/featured +title: Rachele DiTullio +image: /spotlight/rachele-ditullio.png +category: Spotlight +further_reading: + - title: Twitter + url: https://twitter.com/racheleditullio + - title: Personal website + url: https://racheleditullio.com/ +eleventyNavigation: + key: Rachele DiTullio + parent: Spotlight +tags: + - spotlight +--- + +I believe in information integrity and accessibility for all through inclusive design principles. I started out as a frontend web developer and through learning about web standards found a passion for accessibility. As an accessibility engineer, I enjoy helping teams prevent accessibility problems by designing for people not like themselves while using semantic markup.