Skip to content

Commit

Permalink
work on #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoica Vlad committed Dec 29, 2014
1 parent 3020ea9 commit 27e8271
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
Binary file modified app/images/Thumbs.db
Binary file not shown.
Binary file added app/images/ss+(2014-12-29+at+12.39.14).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion app/styles/homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
background-image: url('../images/splash.jpg');
background-size: cover;
height: 600px;
margin-top: -72px;
@media (min-width: $screen-sm-min){
margin-top: -72px;
}
@media (max-width: $screen-sm-min){
margin-top: -20px;
}
background-position: center center;

.inner{
margin: 0 auto;
Expand Down
12 changes: 7 additions & 5 deletions app/styles/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
margin-right: 5px;
}
.transparentNavBar{
background-color:rgba(0,0,0,0.1);
border-radius: 0px;
border: 0px;
a, p ,.navbar-brand{
color:white!important;
@media (min-width: $screen-sm-min){
background-color:rgba(0,0,0,0.1);
border-radius: 0px;
border: 0px;
a, p ,.navbar-brand{
color:white!important;
}
}
}
2 changes: 1 addition & 1 deletion app/views/main.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="homeSplash">
<div class="inner">
<div class="inner container">
<h1 class="title">All your links from your messages in one place</h1>
<h3>We save all the links you recieve so you will never have to search through messages again for that link</h3>
</div>
Expand Down

0 comments on commit 27e8271

Please sign in to comment.