diff --git a/static/data/people.json b/static/data/people.json index 4333ffe84..7c12b72d5 100644 --- a/static/data/people.json +++ b/static/data/people.json @@ -100,6 +100,13 @@ "photo": "augustas.jpg", "team": "weaviate-labs" }, + { + "name": "Austin Freels", + "title": "Director of Customer Success Engineering", + "photo": "Austin.jpg", + "linkedin": "austin-freels", + "team": "delivery" + }, { "name": "Benjamin Sabrin", "title": "VP of Sales", @@ -279,6 +286,12 @@ "github": "thomashacker", "team": "developer-growth" }, + { + "name": "Elisa Seay", + "title": "Enterprise Account Executive", + "photo": "Elisa-Seay.jpg", + "team": "sales" + }, { "name": "Eric Caleb", "title": "Senior Software Engineer", @@ -440,6 +453,12 @@ "linkedin": "loic-reyreaud", "team": "database" }, + { + "name": "Madison Sanders", + "title": "Enterprise Account Executive", + "photo": "Madison.jpg", + "team": "sales" + }, { "name": "Marcin Antas", "title": "Core Engineer", @@ -511,6 +530,13 @@ "photo": "nate-wilkinson.jpg", "team": "database" }, + { + "name": "Nathaniel Ma", + "title": "Enterprise Account Executive", + "photo": "Nathaniel.jpg", + "linkedin": "manathaniel", + "team": "sales" + }, { "name": "Nenad Malić", "title": "Product Marketing Manager", diff --git a/static/img/people/team/Austin.jpg b/static/img/people/team/Austin.jpg new file mode 100644 index 000000000..95ca897e5 Binary files /dev/null and b/static/img/people/team/Austin.jpg differ diff --git a/static/img/people/team/Elisa-Seay.jpg b/static/img/people/team/Elisa-Seay.jpg new file mode 100644 index 000000000..96f87201a Binary files /dev/null and b/static/img/people/team/Elisa-Seay.jpg differ diff --git a/static/img/people/team/Madison.jpg b/static/img/people/team/Madison.jpg new file mode 100644 index 000000000..bc6f0546b Binary files /dev/null and b/static/img/people/team/Madison.jpg differ diff --git a/static/img/people/team/Nathaniel.jpg b/static/img/people/team/Nathaniel.jpg new file mode 100644 index 000000000..d0c315f7b Binary files /dev/null and b/static/img/people/team/Nathaniel.jpg differ