diff --git a/config/ourteam.json b/config/ourteam.json index 7a5e295..7b0d0a5 100644 --- a/config/ourteam.json +++ b/config/ourteam.json @@ -163,12 +163,12 @@ { "name": "Vincent Wu", "title": "Outreach Lead", - "image": "temp.png" + "image": "bigpanda.jpeg" }, { "name": "Uma Iyer", "title": "Social Media Manager", - "image": "temp.png" + "image": "uiyer.jpeg" }, { "name": "Linda Ru", @@ -205,7 +205,7 @@ { "name": "Samuel Tan", "title": "Educational Resource Creator", - "image": "temp.png" + "image": "tansam.jpeg" } ] } diff --git a/public/images/team/bigpanda.jpeg b/public/images/team/bigpanda.jpeg new file mode 100644 index 0000000..803727e Binary files /dev/null and b/public/images/team/bigpanda.jpeg differ diff --git a/public/images/team/tansam.jpeg b/public/images/team/tansam.jpeg new file mode 100644 index 0000000..d6d0e68 Binary files /dev/null and b/public/images/team/tansam.jpeg differ diff --git a/public/images/team/uiyer.jpeg b/public/images/team/uiyer.jpeg new file mode 100644 index 0000000..27b19a4 Binary files /dev/null and b/public/images/team/uiyer.jpeg differ