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

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) LOCKON CO.,LTD. All Rights Reserved.
  4. http://www.lockon.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. <div class="b-footer">
  9.     <div class="b-footer__body">
  10.         <div class="b-footer__top">
  11.             <div class="b-footer__top-contents">
  12.                 <div class="b-footer__logo">
  13.                     <a class="b-footer__logo-link" href="{{ url('homepage') }}">
  14.                         <span class="b-footer__logo-link-text">THE SUPERMARKET TOKYO</span>
  15.                     </a>
  16.                 </div>
  17.                 <nav class="b-footer__menu">
  18.                     <ul class="b-footer__menu-list">
  19.                         <li class="b-footer__menu-list-item">
  20.                             <a class="b-footer__menu-link" href="{{ url('help_about') }}">
  21.                                 <span class="b-footer__menu-link-text">{{ 'About'|trans }}</span>
  22.                             </a>
  23.                         </li>
  24.                         <li class="b-footer__menu-list-item">
  25.                             <a class="b-footer__menu-link" href="/user_data/about_portrunks">
  26.                                 <span class="b-footer__menu-link-text">{{ 'ABOUT PORTRUNKS'|trans }}</span>
  27.                             </a>
  28.                         </li>
  29.                         <li class="b-footer__menu-list-item">
  30.                             <a class="b-footer__menu-link" href="/user_data/sdgs">
  31.                                 <span class="b-footer__menu-link-text">{{ 'SDGsへの取り組み'|trans }}</span>
  32.                             </a>
  33.                         </li>
  34.                         <li class="b-footer__menu-list-item">
  35.                             <a class="b-footer__menu-link" href="{{ url('product_list') }}">
  36.                                 <span class="b-footer__menu-link-text">{{ 'Line up'|trans }}</span>
  37.                             </a>
  38.                         </li>
  39.                         <li class="b-footer__menu-list-item">
  40.                             <a class="b-footer__menu-link" href="{{ url('contact') }}">
  41.                                 <span class="b-footer__menu-link-text">{{ 'Contact'|trans }}</span>
  42.                             </a>
  43.                         </li>
  44.                     </ul>
  45.                 </nav>
  46.                 <div class="b-footer__sns">
  47.                     <ul class="b-footer__sns-list">
  48.                         {#<li class="b-footer__sns-list-item">#}
  49.                         {#    <a class="b-footer__sns-link is-twitter" href="#" target="_blank" rel="noopener">Twitter</a>#}
  50.                         {#</li>#}
  51.                         <li class="b-footer__sns-list-item">
  52.                             <a class="b-footer__sns-link is-instagram" href="https://www.instagram.com/the.supermarket.tokyo/" target="_blank" rel="noopener">Instagram</a>
  53.                         </li>
  54.                         <li class="b-footer__sns-list-item">
  55.                             <a class="b-footer__sns-link is-facebook" href="https://www.facebook.com/tsmt.tokyo/" target="_blank" rel="noopener">Facebook</a>
  56.                         </li>
  57.                     </ul>
  58.                 </div>
  59.             </div>
  60.         </div>
  61.         <div class="b-footer__bottom">
  62.             <div class="b-footer__bottom-contents">
  63.                 <nav class="b-footer__navi">
  64.                     <ul class="b-footer__navi-list u-list-sanitize">
  65.                         <li class="b-footer__navi-list-item">
  66.                             <a class="b-footer__navi-link" href="{{ url('help_privacy') }}">
  67.                                 <span class="b-footer__navi-link-text">{{ 'プライバシーポリシー'|trans }}</span>
  68.                             </a>
  69.                         </li>
  70.                         <li class="b-footer__navi-list-item">
  71.                             <a class="b-footer__navi-link" href="{{ url('help_tradelaw') }}">
  72.                                 <span class="b-footer__navi-link-text">{{ '特定商取引法に基づく表記'|trans }}</span>
  73.                             </a>
  74.                         </li>
  75.                     </ul>
  76.                 </nav>
  77.                 <p class="b-footer__copy">
  78.                     <small class="b-footer__copy-text">copyright (c) {{ BaseInfo.shop_name }}, Inc. all rights reserved.</small>
  79.                 </p>
  80.             </div>
  81.         </div>
  82.     </div>
  83. </div>