Skip to content

Instantly share code, notes, and snippets.

@Marie000
Created January 16, 2017 23:45
Show Gist options
  • Save Marie000/c22552c32b52b410577d2a53f77b261f to your computer and use it in GitHub Desktop.
Save Marie000/c22552c32b52b410577d2a53f77b261f to your computer and use it in GitHub Desktop.
Dog list
[{
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