Skip to content

Commit

Permalink
completely revised
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqname committed Jun 26, 2012
1 parent c87def5 commit 01a8acf
Show file tree
Hide file tree
Showing 14 changed files with 51 additions and 181 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
UIDev-substrate
===============
===============

Clone this repo and create a responsive image gallery using the gallery.json file for data. Include and/or create what ever other resources you may need then submit a pull request and.

Make sure to document your decision process in your code and elaborate on challenges and solutions in your commit messages.

Keep in mind, this is more a window in how you problem solve rather than strictly skill with code. Highlight areas you are strong in, but don't sweat any weaker areas too much.
Empty file removed gallery.html
Empty file.
44 changes: 44 additions & 0 deletions gallery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"gallery-title": "Famous Creatures",
"photos": [{
"attribution": "Carter Brown",
"creation-data": "2009-01-08T19:20:30+01:00",
"description": "Annoyed at the length of the photo shoot, this otter diva barks at her assistant for another cuppachino.",
"title": "otter",
"src": " img/otter.jpeg"
}, {
"attribution": "Harrision K. B.",
"creation-data": "2011-10-28T16:43:00+04:00",
"description": "Considered a star in the snail community, this little guy can be seen in two shots in Pixar's 'A Bug's Life' and acheived child star status with his premiering role in 'Honey I Shrunk the Kids'. ",
"title": "snail",
"src": " img/snail.jpeg "
}, {
"attribution": "Amber Crockett",
"creation-data": "2007-07-07T13:00:00+01:00",
"description": "In a shameful and desperate attempt for attention, this granddaughter of the once great fox of Fox in Socks fame, claims to have been the inspiration behind the ears on Josie and her Pussycats. Aside from the obvious problem of the band's ears being feline in nature and foxes being of the canine varity, there is also the anachronistic problems, Josie predating this young fox by several decades... Just shameful!",
"title": "Fox",
"src": " img/fox.jpeg"
}, {
"attribution": "Creative Commons",
"description": "Widely roumored to be the site of the elusive Durmstrang school for wizards, made famous (infamous?) in the works of renouned biographer J.K. Rowling's epic seven part expose on one Harry Potter, this lake in northern Russia Baikal region has long been known for it's magical properites and unexplained evnets.",
"src": " img/Northern_Baikal_Russia.jpeg"
}, {
"description": "This gentle giant of the land-based arachnids is a common house pet for a legion of adolesant and pre-adolesant boys.",
"title": "Taranchula",
"src": " img/taranchula.jpeg"
}, {
"attribution": "Creative Commons",
"description": "A plesant picnic in the grass adds some extra color to another beautiful day on the preserve",
"title": "Chimpanzes",
"src": " img/chimps.jpeg"
}, {
"attribution": "Creative Commons",
"title": "African elephants",
"src": " img/African_elephant.jpeg"
}, {
"attribution": "Creative Commons",
"description": "A mysogonist bird makes cat calls at a passing female on his lunch break. The bird was later reported to H.R. and his union rep, but was merely given a slap on the wrist. When questioned about the diminutive punishment, the H.R. rep stated unapologetically, 'birds will be birds.' Of no comfort to the passing female as this was the thrid time this week she had been whistled at in a tone denoting that the male is available for mating",
"title": "Bird is the word",
"src": " img/bird.jpeg"
}]
}
Binary file added img/African_elephant.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Northern_Baikal_Russia.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/bird.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/chimps.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/fox.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/otter.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/snail.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/taranchula.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file removed index.html
Empty file.
69 changes: 0 additions & 69 deletions static/css/modules.css

This file was deleted.

111 changes: 0 additions & 111 deletions static/js/utils.js

This file was deleted.

0 comments on commit 01a8acf

Please sign in to comment.