diff --git a/src/_data/pets.json b/src/_data/pets.json index 5a7932a..626cd28 100644 --- a/src/_data/pets.json +++ b/src/_data/pets.json @@ -133,5 +133,17 @@ "name": "Zoya", "photo": "zoya.png", "owner": "Lance" + }, + { + "name": "Ziti", + "photo": "ziti.png", + "owner": "Avishua" + }, + { + "name": "Alfredo", + "photo": "alfredo.png", + "owner": "Avishua" } + + ] \ No newline at end of file diff --git a/src/images/alfredo.png b/src/images/alfredo.png new file mode 100644 index 0000000..1ac8fa6 Binary files /dev/null and b/src/images/alfredo.png differ diff --git a/src/images/ziti.png b/src/images/ziti.png new file mode 100644 index 0000000..6def1a8 Binary files /dev/null and b/src/images/ziti.png differ