Skip to content

Instantly share code, notes, and snippets.

@bitlyfied
Forked from anonymous/contributors.js
Last active December 15, 2016 05:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitlyfied/6bce2f80dfef822241a2536c60820a52 to your computer and use it in GitHub Desktop.
Save bitlyfied/6bce2f80dfef822241a2536c60820a52 to your computer and use it in GitHub Desktop.
var contributors = [
{ id: 35, firstName: "Mark", lastName: "Spencer", photo:"https://placekitten.com/200/201" },
{ id: 89, firstName: "Jordan", lastName: "Salinger", photo:"https://placekitten.com/200/202" },
{ id: 90, firstName: "Carl", lastName: "Jung", photo:"https://placekitten.com/200/203" },
{ id: 11, firstName: "Dwight", lastName: "Eisenhower", photo:"https://placekitten.com/200/204" },
{ id: 22, firstName: "Walter", lastName: "White", photo:"https://placekitten.com/200/205" },
{ id: 67, firstName: "Roger", lastName: "Rabbit", photo:"https://placekitten.com/200/206" },
{ id: 98, firstName: "Pen", lastName: "Pineapple", photo:"https://placekitten.com/200/207" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment