Skip to content

Commit

Permalink
redirect from canvas page to main site
Browse files Browse the repository at this point in the history
  • Loading branch information
suneliot committed Apr 4, 2011
1 parent 7d4fd76 commit 4c9ba83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/home/canvas.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script>top.location.href="http://getfrankd.com"</script>
<title>getFrankd</title>
<%= stylesheet_link_tag "style" %>
<%= stylesheet_link_tag "modalbox" %>
Expand Down Expand Up @@ -40,7 +41,7 @@
<h2>Rank your friends based on their hotness.</h2>
<h2>Find out how hot your friends think you are.</h2>
<%= image_tag("/images/podium.png" , :class=>"smaller") %>
<div id="buttonhold"><span class="button"><%= link_to "Sign in with Facebook", "http://getfrankd.com/auth/facebook", target="_new" %></span></div>
<div id="buttonhold"><span class="button"><%= link_to "Sign in with Facebook", "http://getfrankd.com/auth/facebook" %></span></div>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fgetfrankd.com&amp;layout=button_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe>
<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.getFrankd.com" data-counturl="http://getFrankd.com/" data-text="I've been Frankd!" data-count="horizontal" data-via="getFrankd">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</div>
Expand Down

0 comments on commit 4c9ba83

Please sign in to comment.