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

Open in your IDE?
  1. {% block stylesheet %}
  2.     <style>
  3.         /*.l-footer {*/
  4.         /*    margin-top: 100px;*/
  5.         /*}*/
  6.     </style>
  7. {% endblock %}
  8. <!-- strat footer -->
  9.     <footer class="l-footer">
  10.         <div class="l-footer__conteiner">
  11.         
  12.             <div class="l-footer__left">
  13.                 <h1 class="l-footer__logo">
  14.                     <a href="{{ url('homepage')}}"><img src="{{asset ('/test-ec-05/html/user_data/assets/img/common/moo-side-log.svg')}}" alt="肉の再生工房〜moo side〜"></a>
  15.                 </h1>
  16.                 {#<div class="l-footer__snscontents">#}
  17.                 {#    <h2 class="l-footer__snscontents__title">SNSはこちらから</h2>#}
  18.                 {#    <div class="l-footer__snscontents__instagram"><a href=""><span></span>Instagram</a></div>#}
  19.                 {#    <div class="l-footer__snscontents__twitter"><a href=""><span></span>Twitter</a></div>#}
  20.                 {#</div>#}
  21.             </div>
  22.             <div class="l-footer__right">
  23.                 <h2 class="l-footer__title">肉の再生工房</h2>
  24.                 <p class="l-footer__text">〜moo side〜</p>
  25.                 <nav class="l-footer__menu_nav">
  26.                     <h3 class="l-footer__nav__title">メニュー</h3>
  27.                     <ul class="l-footer__menu_nav__lists">
  28.                         <li class="l-footer__menu_nav__lists__item"><a href="{{ url('homepage')}}">トップページ</a></li>
  29.                         <li class="l-footer__menu_nav__lists__item"><a href="{{ url('product_list') }}">商品一覧</a></li>
  30.                         <li class="l-footer__menu_nav__lists__item"><a href="{{ url('help_about') }}">当サイトについて</a></li>
  31.                         <li class="l-footer__menu_nav__lists__item"><a href="{{ url('help_guide') }}">ご利用ガイド</a></li>
  32.                         <li class="l-footer__menu_nav__lists__item"><a href="{{ url('help_guide') }}#question">よくある質問</a></li>
  33.                     </ul>
  34.                 </nav>
  35.     
  36.                 <nav class="l-footer__policy_nav">
  37.                     <h3 class="l-footer__nav__title">ポリシー</h3>
  38.                     <ul class="l-footer__policy_nav__lists">
  39.                         <li class="l-footer__policy_nav__lists__item"><a href="{{ url('help_privacy') }}">プライバシーポリシー</a></li>
  40.                         <li class="l-footer__policy_nav__lists__item"><a href="{{ url('help_tradelaw') }}">{{ '特定商取引法に基づく表記'|trans }}</a></li>
  41.                         <li class="l-footer__policy_nav__lists__item"><a href="{{ url('contact') }}">お問い合わせ</a></li>
  42.                     </ul>
  43.                 </nav>
  44.             </div>
  45.         </div>
  46.         <div class="l-footer__copyright">
  47.             <small class="l-footer__copyright__text">CopyRihgt©︎肉の再生工房〜moo side〜</small>
  48.         </div>
  49.     </footer>
  50.     <!-- end footer -->