app/template/million01/Block/topic.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-topicRole">
  9.     <div class="ec-role">
  10.         <div class="ec-secHeading">
  11.             <span class="ec-secHeading__en">{{ 'TOPICS'|trans }}</span>
  12.             <span class="ec-secHeading__line"></span>
  13.             <span class="ec-secHeading__ja">{{ '特集'|trans }}</span>
  14.         </div>
  15.         <div class="ec-topicRole__list">
  16.             <div class="ec-topicRole__listItem">
  17.                 <a href="{{ url('homepage') }}vegetable-juice/sdgs-episode">
  18.                     <img src="{{ asset('assets/img/top/bnr_sdgs_1098x400.png') }}">
  19.                 </a>
  20.                 <p class="ec-topicRole__listItemTitle">{{ '現代の食品ロスを防止できる、SDGSな野菜ジュース'|trans }}</p>
  21.             </div>
  22.             <div class="ec-topicRole__listItem">
  23.                 <a href="{{ url('homepage') }}health-trend/beta-carotene">
  24.                     <img src="{{ asset('assets/img/top/bnr_carotene_1098x400.jpg') }}">
  25.                 </a>
  26.                 <p class="ec-topicRole__listItemTitle">{{ 'β-カロテンと美肌との関わりを詳しく解説'|trans }}</p>
  27.             </div>
  28.         </div>
  29.     </div>
  30. </div>