Created
August 1, 2012 00:59
-
-
Save GirlBossRush/3222156 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
.footer.wrapper | |
.contentFooter | |
.leftCol | |
.logoMin | |
.socialLinks.clearfix | |
%a{:href => "http://www.twitter.com/par8o", :target => :blank} | |
%a{:href => "http://www.linkedin.com/company/par8o", :target => :blank} | |
%a{:href => "http://www.facebook.com/par8o", :target => :blank} | |
.slide | |
%a{:href => "http://www.slideshare.net/par8o", :target => :blank} | |
.txtFooter Copyright © #{Time.current.year} Par8o, Inc. All Rights Reserved | |
.rightCol | |
%ul | |
%li | |
%span THE COMPANY | |
%li= link_to "How par8o Works", "/how-it-works" | |
%li= link_to "Request Invite", request_invite_path | |
%li= link_to "About Us", "/about-us" | |
%ul | |
%li | |
%span LEGAL | |
%li= link_to "Terms of Use", "/terms-of-service" | |
%li= link_to "Privacy Policy", "javascript:alert('Not yet implemented');" | |
%li= link_to "HIPAA Compliance", "/how-it-works/hipaa" | |
= debug(params) unless Rails.env.production? | |
= javascript_include_tag "//www.snapengage.com/snapabug.js" | |
= javascript_tag do | |
SnapABug.addButton("ef1e2a77-cfda-4cf3-8970-4c377be6815a","0","55%"); | |
SnapABug.showScreenshotOption(false); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment