Skip to content
Permalink
gh-pages
Switch branches/tags
Go to file
…nction to load images, code to build display
0 contributors

Users who have contributed to this file

26 lines (21 sloc) 1.15 KB
var Path = 'gallery/';
var Gallery = { 'images' : [
{
'name' : 'Darth Vader',
'alt' : 'A Black Clad warrior lego toy',
'url': 'gallery/myLittleVader.jpg',
'credit': '<a href="https://www.flickr.com/photos/legofenris/">legOfenris</a>, published under a <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">Attribution-NonCommercial-NoDerivs 2.0 Generic</a> license.'
},
{
'name' : 'Snow Troopers',
'alt' : 'Two lego solders in white outfits walking across an icy plain',
'url': 'gallery/snowTroopers.jpg',
'credit': '<a href="https://www.flickr.com/photos/legofenris/">legOfenris</a>, published under a <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">Attribution-NonCommercial-NoDerivs 2.0 Generic</a> license.'
},
{
'name' : 'Bounty Hunters',
'alt' : 'A group of bounty hunters meeting, aliens and humans in costumes.',
'url': 'gallery/bountyHunters.jpg',
'credit': '<a href="https://www.flickr.com/photos/legofenris/">legOfenris</a>, published under a <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">Attribution-NonCommercial-NoDerivs 2.0 Generic</a> license.'
},
]};