Navigation Menu

Skip to content

Commit

Permalink
Added tweet button.
Browse files Browse the repository at this point in the history
  • Loading branch information
Giang NGUYEN committed Jun 7, 2012
1 parent 2c2c323 commit 25140ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions app/assets/stylesheets/homes.css.scss
Expand Up @@ -82,7 +82,7 @@ input[type="submit"] {
padding: 35px 0;
}

#signup > div {
#signup > div#signup-form {
margin: 0 auto;
width: 605px;
height: 50px;
Expand Down Expand Up @@ -146,7 +146,7 @@ input[type="submit"] {

#hiw #thankyou {
background: #19353c;
padding: 0 0 35px;
padding: 0;
}

#hiw #thankyou h1 {
Expand All @@ -160,6 +160,7 @@ input[type="submit"] {
color:#8BBCCE;
font-size:22px;
line-height:22px;
margin-top: 10px;
}


Expand Down
5 changes: 4 additions & 1 deletion app/views/homes/landing/_how_it_works.html.erb
Expand Up @@ -10,7 +10,10 @@

<div id="thankyou" style="display:none">
<h1>Thank you!</h1>
<h2>Please tweet: <h2>
<h2>Please tweet:
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://prizzm.com" data-text="Check out this site" data-via="prizzm">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</h2>
<h2> <%= mail_to "contact@prizzm.com", "Questions/comments?" %>
</div>
</div>
Expand Down

0 comments on commit 25140ba

Please sign in to comment.