Skip to content

Commit

Permalink
#20 #14 Take down unpublished sign at frontpage
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed Dec 22, 2014
1 parent 21cc2c5 commit 467329c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion public/modules/pages/less/home.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
margin: 0;
&, a {
font-size: @font-size-base;
color: rgba(255, 255, 255, 0.8);
color: rgba(255, 255, 255, 0.9);
text-decoration: none;
}
a:hover {
Expand Down
4 changes: 2 additions & 2 deletions public/modules/pages/views/about.client.view.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container">
<div class="row">
<div class="col-md-offset-3 col-md-6 text-center lead">
<a ui-sref="home" class="logo logo-sm logo-white center-block"></a>
<a ui-sref="home" class="logo logo-sm logo-blue center-block"></a>
<br>
<div ng-include src="'/modules/pages/views/manifesto-text.client.partial.html'"></div>
</div>
Expand Down Expand Up @@ -90,7 +90,7 @@ <h3>Geeky stuff</h3>
</div>
</div>
<div class="row">
<div class="col-xs-4 col-xs-offset-4 text-center lead">
<div class="col-xs-12 col-sm-4 col-sm-offset-4 text-center lead">
<hr>
<a ui-sref="todo">Feature todo list</a>
</div>
Expand Down
9 changes: 1 addition & 8 deletions public/modules/pages/views/home.client.view.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="btn-group">
<a ui-sref="signin" class="btn btn-lg btn-home-login">Login</a>
<a ui-sref="signup" class="btn btn-lg btn-home-signup">Become a member</a>
<a ui-sref="about" class="btn btn-lg btn-home-readmore">Show me more</a>
<a ui-sref="about" class="btn btn-lg btn-home-readmore">Tell me more</a>
</div>
<div class="home-intro col-xs-offset-2 col-xs-8">
<h3>
Expand All @@ -18,13 +18,6 @@ <h3>
</p>
<br><br>
</div>
<div class="col-xs-offset-4 col-xs-4 alert alert-warning" style="text-shadow:none">
Hey! This is unpublished demo and still work in progress.<br>
You can click around but things are likely to break, change or data might disappear before we publish this widely.<br>
<a ui-sref="contact" style="color:#8a6d3b;text-decoration:underline;">Contact us</a> if you find bugs or have questions.
<br>
Thanks & enjoy!
</div>
</div>
</div><!-- .row -->

Expand Down

0 comments on commit 467329c

Please sign in to comment.