templates/pages/index/_brand.html.twig line 1

Open in your IDE?
  1. <section class="pg_index_brand">
  2.   <div class="pg_index_brand_img">
  3.     <img src="{{ asset('build/images/index/sp_brand.jpg') }}" alt="" class="sp-style">
  4.     <img src="{{ asset('build/images/index/brand.jpg') }}" alt="" class="pc-style">
  5.   </div>
  6.   <div class="pg_index_brand_inner">
  7.     {% include "components/common/_content-title.html.twig" with {
  8.       title:'BRAND',
  9.       japan :'ブランド展開',
  10.       class:'c-content-title',
  11.       }%}
  12.     <p class="pg_index_brand_text">
  13.       私たちは、あらゆるジャンルの食で<br>お客様の笑顔を創造いたします。
  14.     </p>
  15.     <ul class="pg_index_brand_logo-area">
  16.       <li class="pg_index_brand_logo_item">
  17.         <img src="{{ asset('build/images/index/brand01.png') }}" alt="炭火焼肉 快">
  18.       </li>
  19.       <li class="pg_index_brand_logo_item">
  20.         <img src="{{ asset('build/images/index/brand02.png') }}" alt="やきとりの快">
  21.       </li>
  22.       <li class="pg_index_brand_logo_item">
  23.         <img src="{{ asset('build/images/index/brand03.png') }}" alt="海鮮問屋ふじ丸">
  24.       </li>
  25.       <li class="pg_index_brand_logo_item">
  26.         <img src="{{ asset('build/images/index/brand04.png') }}" alt="江戸前回転寿司ふじ丸">
  27.       </li>
  28.       <li class="pg_index_brand_logo_item">
  29.         <img src="{{ asset('build/images/index/brand05.png') }}" alt="ふじきっちん">
  30.       </li>
  31.       <li class="pg_index_brand_logo_item">
  32.         <img src="{{ asset('build/images/index/brand06.png') }}" alt="ロココファーム">
  33.       </li>
  34.       <li class="pg_index_brand_logo_item">
  35.         <img src="{{ asset('build/images/index/brand07.png') }}" alt="ふじきっちんカレー">
  36.       </li>
  37.       <li class="pg_index_brand_logo_item">
  38.         <img src="{{ asset('build/images/index/brand08.png') }}" alt="ふじ丸水産">
  39.       </li>
  40.     </ul>
  41.     <div class="pg_index_brand_button">
  42.       {% include "components/common/_button.html.twig" with {
  43.         text: 'ブランド一覧',
  44.         src: 'build/images/common/arrow_white.svg',
  45.         href: path('brand_index'),
  46.         width: '8',
  47.         height: '12',
  48.         class: 'c-black-button',
  49.       }%}
  50.      {# {% include "components/common/_button.html.twig" with {
  51.         text: 'オンラインショップ',
  52.         src: 'build/images/common/arrow_white.svg',
  53.         href: path('online_shop_index'),
  54.         width: '8',
  55.         height: '12',
  56.         class: 'c-black-button',
  57.       }%}#}
  58.     </div>
  59.   </div>
  60. </section>