app/template/daido/Block/footer.twig line 1

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  4. http://www.ec-cube.co.jp/
  5. For the full copyright and license information, please view the LICENSE
  6. file that was distributed with this source code.
  7. #}
  8. <footer class="footer">
  9. <div class="footer_wrap">
  10. <div class="footer_cont_left">
  11. <div>
  12. <img src="/html/template/daido/assets/img/daido_ec_logo.png" alt="大同ステーショナリーロゴ">
  13. <div class="footer_sns">
  14. <a href="https://www.facebook.com/sapporodaidop/" target="_blank"><img src="/html/template/daido/assets/img/footer_fb.png" alt="facebook"></a>
  15. <a href="https://www.instagram.com/sapporodaido/" target="_blank"><img src="/html/template/daido/assets/img/footer_inst.png" alt="Instagram"></a>
  16. <a href="https://twitter.com/sappprodaido" target="_blank"><img src="/html/template/daido/assets/img/footer_x.png" alt="X"></a>
  17. </div>
  18. </div>
  19. </div>
  20. <div class="footer_cont_right"> 
  21. <div>
  22. <div class="footer_cont_link">
  23. <ul>
  24. <!--<li><a href="{{ url('homepage') }}#news">NEWS</a></li>-->
  25. <li><a href="{{ url('homepage') }}#allitems">商品一覧</a></li>
  26. <li><a href="{{ url('making') }}">MAKING</a></li>
  27. <li><a href="{{ url('homepage') }}#gallaly">GALLARY</a></li>
  28. <li><a href="{{ url('help_guide') }}">ご利用ガイド</a></li>
  29. <li><a href="{{ url('help_faq') }}">Q&A</a></li>
  30. <li><a href="https://www.dioce.co.jp/daido/">印刷laboratory</a></li>
  31. </ul>
  32. </div>
  33. <div class="footer_cont_other">
  34. <div class="footer_contact"><a href="{{ url('contact') }}">お問い合わせ</a></div>
  35. <div>
  36. <ul>
  37. <li><a href="{{ url('help_privacy') }}">・プライバシーポリシー</a></li>
  38. <li><a href="{{ url('help_tradelaw') }}">・特定商取引法に基づく表記</a></li>
  39. </ul>
  40. </div>
  41. </div>
  42. <div class="footer_cont_hp">
  43. <a href="https://cororuse.com/" target="_blank"><img src="/html/template/daido/assets/img/footer_rogo.png" alt="コロルセロゴ"></a>
  44. <a href="https://www.dioce.co.jp/daido/" target="_blank"><img src="/html/template/daido/assets/img/footer_daido.png" alt="大同印刷ロゴ"></a>
  45. </div>
  46. </div>
  47. <div class="footer_copy">
  48. <p>© SAPPORO DAIDO PRINTING . ALL RIGHTS RESERVED.</p>
  49. </div>
  50. </div>
  51. </div>
  52. </footer>