Created
August 1, 2012 01:00
-
-
Save GirlBossRush/3222158 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="footer wrapper"> | |
<div class="contentFooter"> | |
<div class="leftCol"> | |
<div class="logoMin"></div> | |
<div class="socialLinks clearfix"> | |
<div class="twitter"><a href="http://www.twitter.com/par8o" target="_blank"></a></div> | |
<div class="linkedin"><a href="http://www.linkedin.com/company/par8o" target="_blank"></a></div> | |
<div class="facebook"><a href="http://www.facebook.com/par8o" target="_blank"></a></div> | |
<div class="slide"><a href="http://www.slideshare.net/par8o" target="_blank"></a></div> | |
</div> | |
<div class="txtFooter">Copyright © <%= Time.current.year %> par8o, Inc. All Rights Reserved</div> | |
</div> | |
<div class="rightCol"> | |
<ul> | |
<li><span>THE COMPANY</span></li> | |
<li><%= link_to "How par8o Works", "/how-it-works" %></li> | |
<li><%= link_to "Request Invite", request_invite_path %></li> | |
<li><%= link_to "About Us", "/about-us" %></li> | |
</ul> | |
<ul> | |
<li><span>LEGAL</span></li> | |
<li><%= link_to "Terms of Use", "/terms-of-service" %></li> | |
<li><%= link_to "Privacy Policy", "javascript:alert('Not yet implemented');"%></li> | |
<li><%= link_to "HIPAA Compliance", "/how-it-works/hipaa" %></li> | |
</ul> | |
</div> | |
</div> | |
<%= debug(params) unless Rails.env.production? %> | |
</div> | |
<script type="text/javascript"> | |
document.write(unescape("%3Cscript src='" + ((document.location.protocol=="https:")?"https://www.snapengage.com":"http://www.snapengage.com") + "/snapabug.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript"> | |
SnapABug.addButton("ef1e2a77-cfda-4cf3-8970-4c377be6815a","0","55%"); | |
SnapABug.showScreenshotOption(false); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment