Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Commit

Permalink
added footer, changed bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Apr 22, 2015
1 parent f3a944e commit 7a72b88
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions _sass/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ footer{
bottom:0;
position:fixed;
z-index:-1;
background-color: #cecece;
background-color: #eee;
background-image:url('../images/animation/ferry_bg.png');
background-position:0px 55px;
background-repeat: repeat-x;
height: $footer-h;
.container{
color: #666;
margin: 0 auto;
margin: 0 auto;
padding-top:40px;
max-width:800px;
}
ul{
Expand All @@ -17,9 +21,6 @@ footer{
text-align: center;
li{font-weight: 400; display:inline; padding:0 5px;}
}
.container{
padding-top:$spacing-unit;
}
.fa{padding-right:5px;}
}

Expand All @@ -33,7 +34,7 @@ footer{
.container{
top:5%;
height:100%;
padding-top:$spacing-unit;
padding-top:40px;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion _sass/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}

#developer-playground{
background-color:#000;
background-color:#232c31;
padding:50px 0;
margin-bottom:$footer-h;
}
Expand Down
Binary file added images/animation/bike.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 images/animation/bike_bg.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 images/animation/bus.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 images/animation/bus_bg.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 images/animation/ferry.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 images/animation/ferry_bg.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 images/animation/train.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 images/animation/train_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7a72b88

Please sign in to comment.