app/template/default/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="mv">
  12.     <div class="loading__overlay"></div>
  13.     <div class="loading__logo"><img src="{{ asset('assets/img/common/logo_loading.png', 'user_data')}}" alt=""></div>
  14.     <div class="mv__box">
  15.         <h1 class="mv__title --en">HITOTOKI</h1>
  16.         <p class="mv__lead">茗茶香で始まる贅沢なひととき</p>
  17.     </div>
  18.     <div class="mv__scroll">
  19.         <span class="mv__scroll-arrow"><img src="{{ asset('assets/img/common/icon-arrow_scroll.svg', 'user_data')}}" alt=""></span>
  20.         <span class="mv__scroll-text --en">Scroll</span>
  21.     </div>
  22. </section>
  23. <!-- /.mv -->
  24. {% endblock %}