diff --git a/static/data/people.json b/static/data/people.json index bedb239baa..b0425a27e7 100644 --- a/static/data/people.json +++ b/static/data/people.json @@ -130,6 +130,13 @@ "photo": "daniel.png", "team": "developer-relations" }, + { + "name": "Daniel Williams", + "title": "Machine Learning Engineer", + "photo": "daniel-williams.jpg", + "linkedin": "dannyjameswilliams", + "team": "developer-growth" + }, { "name": "David Cuthbert", "title": "Technical Documentation Writer", @@ -483,6 +490,13 @@ "twitter": "sohammaniar", "team": "sales" }, + { + "name": "Staci Blue", + "title": "Event Marketing Manager", + "photo": "staci.jpg", + "linkedin": "staci-blue", + "team": "marketing" + }, { "name": "Stefan Bogdan", "title": "Solution Engineer", diff --git a/static/img/people/team/daniel-williams.jpg b/static/img/people/team/daniel-williams.jpg new file mode 100644 index 0000000000..4780ebd742 Binary files /dev/null and b/static/img/people/team/daniel-williams.jpg differ diff --git a/static/img/people/team/staci.jpg b/static/img/people/team/staci.jpg new file mode 100644 index 0000000000..485747a641 Binary files /dev/null and b/static/img/people/team/staci.jpg differ