app/template/default/Block/eyecatch.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. <div class="ec-BlockHedder">
  9.     <h1 class="ec-BlockHedder__title">FEATURE<span class="ec-BlockHedder__subtitle">特集</span></h1>
  10. </div>
  11. <div class="ec-role">
  12.     <div class="ec-eyecatchRole">
  13.         <div class="ec-eyecatchRole__image">
  14.             <img src="{{ asset('assets/img/top/sample_topic.jpg') }}" alt="" role="presentation"/>
  15.             {#<img src="{{ asset('assets/img/top/img_about.jpg') }}" alt="" role="presentation"/>#}
  16.         </div>
  17.         <div class="ec-eyecatchRole__intro">
  18.             <p class="ec-eyecatchRole__introTitle">{{ 'リウッドデッキ 200'|trans }}</p>
  19.             <p class="ec-eyecatchRole__introDescription">{{ 'リウッドデッキ 200は木粉とポリプロピレンを混合したリウッド(再生木)でできた人工木デッキです。硬度・耐水性・耐候性・防腐朽性の高さが特徴で、水濡れやシロアリ・菌類による腐食の心配がありません。目地幅は安全性と意匠性を考慮した3mm幅設定。※束石の手配は別途。
  20. '|trans|nl2br }}</p>
  21.             <a class="ec-blockBtn--top" href="{{ url('product_list') }}?name=リウッドデッキ">{{ '一覧を見る'|trans }}</a>
  22.         </div>
  23.     </div>
  24. </div>