Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeoffrey Mendez committed Aug 17, 2016
1 parent ea077e9 commit bc2cf09
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lightbox Assignment
# Lightbox

A web app that displays Flickr photo grid with lightbox view. Implemented with vanilla JavaScript.
A web app that displays Flickr photo grid with lightbox view. Implemented in vanilla JavaScript. Lightbox navigation supports left/right keyboard arrows and ESC key.

![App screen shot](https://github.com/mistermendez/lightbox/raw/master/src/assets/images/lb-ss.png)

Expand All @@ -10,7 +10,7 @@ A web app that displays Flickr photo grid with lightbox view. Implemented with v

## Install

1. Install [brew](http://brew.sh/): `ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
1. Install [brew](http://brew.sh/): `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`

2. Install git and node: `brew install git node`

Expand All @@ -22,4 +22,4 @@ A web app that displays Flickr photo grid with lightbox view. Implemented with v

6. Build the project by running `gulp`

7. Open in `/dist/index.html` browser.
7. Open `/dist/index.html` in browser.
Binary file modified src/assets/images/lb-ss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/scss/components/_lightbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
.caption {
color: #FFF;
padding: 10px 0 0 4px;
text-transform: lowercase;
}
}

Expand Down
1 change: 1 addition & 0 deletions src/scss/components/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
padding:8px 10px;
font-size:14px;
font-weight:200;
white-space: nowrap;

&:hover, &:active, &:focus {
background-color: $brand-highlight;
Expand Down

0 comments on commit bc2cf09

Please sign in to comment.