Skip to content

Commit

Permalink
added favicons and fnished homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vallelunga committed Apr 6, 2014
1 parent f2354c5 commit 4c3e5c0
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
Binary file added public/favicons/1000.png
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 public/favicons/114.png
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 public/favicons/160.png
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 public/favicons/196.png
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 public/favicons/32.png
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 public/favicons/500.png
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 public/favicons/57.png
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 public/favicons/72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions public/less/home/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@

.guide {
position: relative;
width: 200px;
width: 210px;
height: 150px;
overflow: hidden;
margin: 0 15px 15px 0;
Expand All @@ -128,8 +128,8 @@
z-index: 1;
top: 0;
left: 0;
width: 200px;
height: 150px;
width: 100%;
height: auto;
}

.darkener {
Expand Down
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ app.configure(function() {
app.use(require("./public").express);

//Direct Assests
app.use("/favicons", express.static(__dirname + "/public/favicons"));
app.use("/favicon", express.static(__dirname + "/public/favicons"));
app.use("/fonts", express.static(__dirname + "/public/fonts"));
app.use("/img", express.static(__dirname + "/public/images"));

Expand Down

0 comments on commit 4c3e5c0

Please sign in to comment.