diff --git a/dogs.json b/dogs.json index 867967d..cf3acea 100644 --- a/dogs.json +++ b/dogs.json @@ -246,5 +246,13 @@ "color": "Black, Brown, and White", "imageUrl": "https://raw.githubusercontent.com/FormidableLabs/dogs/main/reyn.jpg", "description": "Reyn is a sweet and shy girl who loves her treats and walks with her sister." + }, + { + "key": "sc0ut_0mxld", + "name": "Scout", + "breed": "Schnauzer Mix", + "color": "Black and White", + "imageUrl": "https://raw.githubusercontent.com/FormidableLabs/dogs/main/scout.jpg", + "description": "Scout is a wild rescue who barks at any kind of large vehicle she sees. She enjoys a greenie treat every morning and knows about 8 tricks so far." } ] diff --git a/scout.jpg b/scout.jpg new file mode 100644 index 0000000..e3fff0c Binary files /dev/null and b/scout.jpg differ