Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. var nonprofits = [
  2. {
  3. 'name' : 'Non-profit 1',
  4. 'categories' : 'Clothes, Shoes, Backpacks & Bags',
  5. 'img' : 'http://lorempixel.com/100/100/sports/',
  6. },
  7. {
  8. 'name' : 'Non-profit 2',
  9. 'categories' : 'School & Art Supplies, Tools & Garden, Health Accessories',
  10. 'img' : 'http://lorempixel.com/100/100/animals/',
  11. },
  12. {
  13. 'name' : 'Non-profit 3',
  14. 'categories' : 'Furniture, Gift Cards, Activity Passes & Tickets, Travel Passes, Musical Instruments & Equipment',
  15. 'img' : 'http://lorempixel.com/100/100/nautre/',
  16. },
  17. {
  18. 'name' : 'Non-profit 4',
  19. 'categories' : 'Audio/Visual, Bedding & Bath, Professional',
  20. 'img' : 'http://lorempixel.com/100/100/cats/',
  21. },
  22. {
  23. 'name' : 'Non-profit 5',
  24. 'categories' : 'Food, Toys',
  25. 'img' : 'http://lorempixel.com/100/100/fashion/',
  26. }
  27. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement