Skip to content

Instantly share code, notes, and snippets.

@GirlBossRush
Created August 1, 2012 00:59
Show Gist options
  • Save GirlBossRush/3222156 to your computer and use it in GitHub Desktop.
Save GirlBossRush/3222156 to your computer and use it in GitHub Desktop.
.footer.wrapper
.contentFooter
.leftCol
.logoMin
.socialLinks.clearfix
.twitter
%a{:href => "http://www.twitter.com/par8o", :target => :blank}
.linkedin
%a{:href => "http://www.linkedin.com/company/par8o", :target => :blank}
.facebook
%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