Created
January 16, 2017 23:45
-
-
Save Marie000/c22552c32b52b410577d2a53f77b261f to your computer and use it in GitHub Desktop.
Dog list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
img: 'https://images.pexels.com/photos/59523/pexels-photo-59523.jpeg?h=350&auto=compress', | |
name: 'Max', | |
sex: 'M', | |
id:1 | |
}, { | |
img: 'https://images.pexels.com/photos/192550/pexels-photo-192550.jpeg?h=350&auto=compress', | |
name: 'Gracie', | |
sex: 'F', | |
id:2 | |
}, { | |
img: 'https://images.pexels.com/photos/36436/dalmatians-dog-animal-head.jpg?h=350&auto=compress', | |
name: 'Spotty McSpotface', | |
sex: 'M', | |
id:3 | |
}, { | |
img: 'https://images.pexels.com/photos/5018/animal-dog-pet-brown.jpg?h=350&auto=compress', | |
name: 'Reginald', | |
sex: 'M', | |
id:4 | |
}, { | |
img: 'https://images.pexels.com/photos/239685/pexels-photo-239685.jpeg?h=350&auto=compress&cs=tinysrgb', | |
name: 'Rosita', | |
sex: 'F', | |
id:5 | |
}, { | |
img: 'https://images.pexels.com/photos/119592/pexels-photo-119592.jpeg?h=350&auto=compress', | |
name: 'Champ', | |
sex: 'M', | |
id:6 | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment