Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. <div class="argento-grid">
  2. <div class="col-md-4">
  3. <div class="h4">Company Information</div>
  4. <ul class="footer links argento-grid">
  5. <li class="col-md-6 col-xs-6">
  6. <ul>
  7. <li><a href="{{store direct_url='blog'}}">Blog</a></li>
  8. <li><a href="{{store direct_url='location'}}">Store location</a></li>
  9. <li><a href="{{store direct_url='privacy'}}">Privacy policy</a></li>
  10. <li><a href="{{store direct_url='terms'}}">Terms of Use</a></li>
  11. <li><a href="{{store direct_url='our-company'}}">Our company</a></li>
  12. <li><a href="{{store direct_url='about'}}">About Us</a></li>
  13. </ul>
  14. </li>
  15. <li class="col-md-6 col-xs-6">
  16. <ul>
  17. <li><a href="{{store direct_url='sales/order/history'}}">Order Status</a></li>
  18. <li><a href="{{store direct_url='wishlist'}}">Wishlist</a></li>
  19. <li><a href="{{store direct_url='customer/account'}}">My Account</a></li>
  20. <li><a href="{{store direct_url='exchanges'}}">Returns and Exchanges</a></li>
  21. <li><a href="{{store direct_url='carriers'}}">Carriers</a></li>
  22. <li><a href="{{store direct_url='shipping'}}">Shipping</a></li>
  23. </ul>
  24. </li>
  25. </ul>
  26. </div>
  27. <div class="col-md-4">
  28. <div class="argento-grid">
  29. <div class="col-sm-6 col-md-12">
  30. <div class="block block-social">
  31. <div class="h4">Get Social</div>
  32. <p>Join our on Facebook and get recent news about our new products and offers.</p>
  33. <div class="social-icons colorize-fa-hover">
  34. <a href="twitter.com"><i class="fa fa-2x fa-fw fa-twitter"></i></a>
  35. <a href="facebook.com"><i class="fa fa-2x fa-fw fa-facebook"></i></a>
  36. <a href="youtube.com"><i class="fa fa-2x fa-fw fa-youtube"></i></a>
  37. <a href="rss.com"><i class="fa fa-2x fa-fw fa-rss"></i></a>
  38. </div>
  39. </div>
  40. </div>
  41. <div class="col-sm-6 col-md-12">
  42. {{block class="Magento\Newsletter\Block\Subscribe" template="subscribe.phtml"}}
  43. </div>
  44. </div>
  45. </div>
  46. <div class="col-md-4 footer-contacts">
  47. <div class="h4">About Us</div>
  48. <address style="margin-bottom: 10px;">
  49. 221B Baker Street<br>
  50. West Windsor, NJ 08550<br>
  51. <strong>1.800.555.1903</strong><br>
  52. </address>
  53. <p>Natural Herbs is truly professional company on vitamine and sport nutrition supplements' marketplace. We sell only the highest-grade substances needed for health and bodily growth. Our web-store offers a huge choice of products for better physical wellbeing. Let's engage people to be healthy!</p>
  54. <img width="302" height="33" style="margin: 5px 0 7px;"
  55. src="{{view url='images/payments.png'}}"
  56. srcset="{{view url='images/payments.png'}} 1x, {{view url='images/payments@2x.png'}} 2x"
  57. alt="Credit cards, we accept"
  58. />
  59. </div>
  60. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement