Skip to content

Instantly share code, notes, and snippets.

@jendiamond
Last active August 29, 2015 13:56
Show Gist options
  • Save jendiamond/9082996 to your computer and use it in GitHub Desktop.
Save jendiamond/9082996 to your computer and use it in GitHub Desktop.
crowdshop / influencer footer
<footer class="details">
<div class="row">
<section class="brand col-md-offset-1 col-md-4">
<header>
<h3><%= localization.footer.brand %></h3>
</header>
<ul class="list-unstyled">
<li>
<%= link_to localization.footer.brand.home, shop_path %>
</li>
<li>
<%= link_to localization.footer.brand.about, "#" %>
</li>
<li>
<%= link_to localization.brand.blog, "#" %>
</li>
<li>
<%= link_to localization.brand.contact, "#" %>
</li>
<li>
<%= link_to localization.footer.brand.facebook, "#" %>
</li>
<li>
<%= link_to localization.footer.brand.twitter, "#" %>
</li>
</ul>
</section>
<section class="conditions col-md-4">
<header>
<h3><%= localization.footer.brand_follow_us %></h3>
</header>
<ul class="list-unstyled">
<li>
<%= link_to localization.footer.policy, "http://www.webrand.com/policy" %>
</li>
<li>
<%= link_to localization.footer.terms, "http://www.webrand.com/terms" %>
</li>
<li>
<%= link_to localization.footer.return_policy, "#" %>
</li>
<li>
<%= link_to localization.footer.designer_agreement, "#" %>
</li>
<li>
<%= link_to localization.footer.customer_support, "#" %>
</li>
<li>
<%= link_to localization.footer.faq, "http://www.webrand.com/faq" %>
</li>
</ul>
</section>
<section class="webrand_info col-md-3">
<header>
<h3><%= localization.footer.legal %></h3>
</header>
<ul class="list-unstyled">
<li>
<%= link_to localization.footer.home, shop_path %>
</li>
<li>
<%= link_to localization.footer.how_it_works, "http://www.webrand.com/designers" %>
</li>
<li>
<%= link_to localization.footer.blog, "http://www.webrand.com/blog" %>
</li>
<li>
<%= link_to localization.footer.contact, "http://www.webrand.com/contact" %>
</li>
<li>
<a href="http://twitter.com/webrandsociety" target="_blank">
<i class="fa fa-twitter"></i>
Twitter
</a>
</li>
<li>
<a href="https://facebook.com/webrandsociety" target="_blank">
<i class="fa fa-facebook"></i>
Facebook
</a>
</li>
<li>
<a href="http://instagram.com/webrandsociety/" target="_blank">
<i class="fa fa-instagram"></i>
Instagram
</a>
</li>
<li>
<a href="http://pinterest.com/webrandsociety/" target="_blank">
<i class="fa fa-pinterest"></i>
Pinterest
</a>
</li>
<li>
<a href="https://github.com/webranddev" target="_blank">
<i class="fa fa-github"></i>
Github
</a>
</li>
</ul>
</section>
</div>
<div class="row">
<section class="copyright col-md-12">
<p class="center">This shop is proudly powered by </p>
<%= image_tag "logo.png", size: "50x50", class: "center-block" %>
<p class="center">
&copy; Techertainment, INC. 2014
</p>
</section>
</div>
</footer>
___________________________________
crowdshops:
details: "Details"
index:
subtitle: "See Our Designs"
show:
subtitle: "See Our Designs"
footer:
brand:
brand: "{{name}}"
home: "Home"
about: "About"
blog: "Blog"
contact: "Contact"
brand_follow_us: "Follow {{name}}"
about: "About"
blog: "Blog"
contact: "Contact Us"
faq: "F.A.Q."
follow_us: "Follow Us"
home: "Home"
how_it_works: "How To CrowdShop"
legal: "Legal"
policy: "Privacy Policy"
terms: "Terms & Conditions"
follow_us: "Follow WeBRAND"
________________________________________________
The footer looks Like this on my local server:
Localized text missing for influencer
Localized text missing for influencer
Localized text missing for influencer
Localized text missing for influencer
Localized text missing for influencer
Localized text missing for influencer
Localized text missing for influencer
Follow Us
Privacy Policy
Terms & Conditions
Localized text missing for return_policy
Localized text missing for designer_agreement
Localized text missing for customer_support
F.A.Q.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment