Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add another featured restaurant
  • Loading branch information
sunwooz committed Jan 26, 2013
1 parent 7d80510 commit a91e310
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions app/views/pages/home.html.erb
Expand Up @@ -2,7 +2,7 @@
<div class="span12">
<h1 style="text-align:center;">Easily Create & Manage your Restaurant Website</h1>
<div style="text-align:center;">
<button href="/signup" class="btn btn-large">Create Website</button>
<button onClick="window.open('/signup')" class="btn btn-large">Create Website</button>
</div>
</div>
</div>
Expand All @@ -21,16 +21,10 @@
</a>
</div>
<div class="span4">
<a href="http://www.sugarcider.com/restaurants/3">
<img src="http://ctrlq.org/files/screenshots/ed89af397e81b9bd465a2884090526e1.png"/>
<a href="http://www.sugarcider.com/restaurants/12">
<img src="http://ctrlq.org/files/screenshots/10046f6ea55526705cbe8d08c036ecfe.png"/>
</a>
</div>
</div>

</div>
<!-- <script type="text/javascript">
url1 = "/signup"
$('#home_signup').click(function () {
window.location = url1;
});
</script> -->
</div>

0 comments on commit a91e310

Please sign in to comment.