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

Open in your IDE?
  1. <div class="ec-otherRole">
  2.     <div class="ec-role">
  3.         <div class="ec-otherRole__list displayPc">
  4.             <div class="ec-otherRole__listItem">
  5.                 <a href="{{ url('product_list') }}?category_id=1">
  6.                     <img src="/html/images/top/banner/gore-tex-pc.png" alt="GORE-TEX">
  7.                 </a>
  8.             </div>
  9.             <div class="ec-otherRole__listItem">
  10.                 <a href="https://shichiyo.co.jp/#showroom-anchor" target="_blank">
  11.                     <img src="/html/images/top/banner/showroom-pc.png" alt="ショールーム">
  12.                 </a>
  13.             </div>
  14.             <div class="ec-otherRole__listItem">
  15.                 <a href="../user_data/Arcteryx-Restriction/" target="_blank">
  16.                     <img src="/html/images/top/banner/arcteryx-restriction-pc.png" alt="Arcteryx 販売対象と購入方法">
  17.                 </a>
  18.             </div>
  19.         </div>
  20.         <div class="ec-otherRole__list displaySp">
  21.             <div class="ec-otherRole__listItem mb10">
  22.                 <a href="{{ url('product_list') }}?category_id=1">
  23.                     <img src="/html/images/top/banner/gore-tex-sp.png" alt="GORE-TEX">
  24.                 </a>
  25.             </div>
  26.             <div class="ec-otherRole__listItem mb10">
  27.                 <a href="https://shichiyo.co.jp/#showroom-anchor" target="_blank">
  28.                     <img src="/html/images/top/banner/showroom-sp.png" alt="ショールーム">
  29.                 </a>
  30.             </div>
  31.             <div class="ec-otherRole__listItem mb10">
  32.                 <a href="../user_data/Arcteryx-Restriction/">
  33.                     <img src="/html/images/top/banner/arcteryx-restriction-sp.png" alt="Arcteryx 販売対象と購入方法">
  34.                 </a>
  35.             </div>
  36.         </div>
  37.     </div>
  38. </div>