app/template/blueshop/index.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. {% extends 'default_frame.twig' %}
  9. {% set body_class = 'front_page' %}
  10. {% block main %}
  11.   <section class="fv">
  12.     <div class="container">
  13.       <div class="fv-main">
  14.         <h1 class="wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" style="visibility: visible; animation-duration: 1s; animation-delay: 0.3s; animation-name: fadeInUp;">
  15.           プロが選んだ<br>
  16.           家庭で使えるDIYグッズを<br>お届けします
  17.         </h1>
  18.         <p class="wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" style="visibility: visible; animation-duration: 1s; animation-delay: 0.3s; animation-name: fadeInUp;">
  19.           BLUU SHOPでは家庭でのDIY等で役立つツールを<br class="forsp">建築のプロが選んで販売いたします。<br>
  20.           もっとDIYがあなたの身近な存在になっていきます。
  21.         </p>
  22.         <a href="#new-products" class="wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" style="visibility: visible; animation-duration: 1s; animation-delay: 0.3s; animation-name: fadeInUp;">
  23.           新商品を見る
  24.         </a>
  25.       </div>
  26.       <div class="fv-img">
  27.         <img src="{{ asset('assets/img/fv_img.webp') }}" alt="">
  28.       </div>
  29.     </div>
  30.     <div class="scroll-down">
  31.       <p>SCROLL</p>
  32.       <div class="scroll-bar">
  33.         <div class="scroll-bar-anime"></div>
  34.       </div>
  35.     </div>
  36.   </section>
  37. {% endblock %}