Skip to content

Instantly share code, notes, and snippets.

@Yvelious
Created May 17, 2017 06:48
Show Gist options
  • Save Yvelious/1b5bb12ae3fe6684a0d21069e0c6b1a3 to your computer and use it in GitHub Desktop.
Save Yvelious/1b5bb12ae3fe6684a0d21069e0c6b1a3 to your computer and use it in GitHub Desktop.
inspiration
[
{
"title": "Ford f-150 2011 Sema Show 2016",
"link": "/gallery/ford/f-150/2017/blue-lariat-with-6-inch-lift-on-asanti-offroad-wheels.html",
"img_counter": "12",
"gallery": {
"2": {
"id": "2",
"img_url": "/path/gallery-pic.jpg",
"description": "some text",
"alt": "some alt for picture"
},
"3": {
"id": "3",
"img_url": "/path/gallery-pic.jpg",
"description": "some text",
"alt": "some alt for picture"
}
}
},
{
"title": "Ford f-150 2011 Sema Show 2016",
"link": "/gallery/ford/f-150/2017/blue-lariat-with-6-inch-lift-on-asanti-offroad-wheels.html",
"img_counter": "24",
"gallery": {
"12": {
"id": "12",
"img_url": "/path/gallery-pic.jpg",
"description": "some text",
"alt": "some alt for picture"
},
"23": {
"id": "23",
"img_url": "/path/gallery-pic.jpg",
"description": "some text",
"alt": "some alt for picture"
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment