forked from rachelnicole/whatcat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontempt.js
27 lines (27 loc) · 853 Bytes
/
contempt.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module.exports = [
{
breedName: 'This is Buster',
breedDesc: 'He\'s contemptful about you disgregarding the bird gift he brought you',
breedImg: 'public/images/contempt-1.png'
},
{
breedName: 'This is Snyder',
breedDesc: 'He\'s contemptful about the dog stealing his spot on the couch',
breedImg: 'public/images/contempt-2.png'
},
{
breedName: 'This is Thomasson',
breedDesc: 'He\'s contemptful about your repeated attempts at belly rubs',
breedImg: 'public/images/contempt-3.png'
},
{
breedName: 'This is Beauregard',
breedDesc: 'He\'s contemptful about your sub par wet food choices',
breedImg: 'public/images/contempt-4.png'
},
{
breedName: 'This is Francis',
breedDesc: 'Francis is contemptful about your cat toy choices.',
breedImg: 'public/images/contempt-5.png'
},
];