app/template/bootcube2/Block/heder3.twig line 1

Open in your IDE?
  1. <script type="text/javascript" src="/html/user_data/assets/js/footerFixed.js"></script>
  2. <header class="block-header">
  3.    <div class="py-3">
  4.     <div class="container d-lg-flex justify-content-between align-items-center">
  5.       <h1 class="block-heasder__logo m-0">
  6.         <a href="https://herba-collabo.com/"><img src="/html/user_data/assets/all/logo.png" alt=""></a>
  7.       </h1>
  8.       <ul class="nav flex-column flex-lg-row mt-5 mt-lg-0 ml-lg-0 align-items-center">
  9.         <li class="py-3 py-lg-0 mx-5 ta-center"><a href="https://herba-collabo.com/mypage/">
  10.           <i data-feather="user" width="24" height="24" stroke-width="1"></i>
  11.           <span></span>
  12.         </a></li>
  13.         <li class="py-3 py-lg-0 mx-0"><a class="d-flex" href="https://herba-collabo.com/cart">
  14.           <div class="pos-relative px-2">
  15.             <i data-feather="shopping-cart" width="24" height="24" stroke-width="1"></i>
  16.             <div class="pos-absolute pos-3 ta-center c-white">
  17.                 <span class="d-block w-1 h-1 bgc-key bdrs-circle fz-2">0</span>
  18.             </div>
  19.           </div>
  20.           <span class="ml-3">カート</span>
  21.         </a></li>
  22.       </ul>
  23.     </div>
  24. </div>
  25.   <nav class="headnav my-0 my-lg-0 bgc-dark-b">
  26.     <div class="container">
  27.       <ul class="nav d-block d-lg-flex justify-content-between ta-center">
  28.         <li class="flex-fill">
  29.           <a class="d-inline-block py-4 c-white ch-gray" href="https://www.herba.co.jp/works/" target="_blank">
  30.             ヘルバについて
  31.           </a>
  32.         </li>
  33.         <li class="flex-fill">
  34.           <a class="d-inline-block py-4 c-white ch-gray" href="https://www.herba.co.jp/works/pvntmed/" target="_blank">
  35.            予防医学研究会
  36.           </a>
  37.         </li>
  38.         <li class="flex-fill">
  39.           <a class="d-inline-block py-4 c-white ch-gray" href="{{ url('product_list') }}">
  40.            製品のご紹介
  41.           </a>
  42.         </li>
  43.         <li class="flex-fill">
  44.           <a class="d-inline-block py-4 c-white ch-gray" href="https://www.herba.co.jp/works/voice_index/" target="_blank">
  45.            ご愛用者の便り
  46.           </a>
  47.         </li>
  48.         <li class="flex-fill">
  49.           <a class="d-inline-block py-4 c-white ch-gray" href="https://www.herba.co.jp/works/forum/" target="_blank">
  50.            予防医学フォーラム
  51.           </a>
  52.         </li>
  53.         <li class="flex-fill">
  54.           <a class="d-inline-block py-4 c-white ch-gray" href="https://www.herba.co.jp/category/video_all/" target="_blank">
  55.            MOVIE
  56.           </a>
  57.         </li>
  58.          <li class="flex-fill">
  59.           <a class="d-inline-block py-4 c-white ch-gray" href="{{ url('help_about') }}">
  60.             {{ 'ショッピングガイド'|trans }}
  61.           </a>
  62.         </li>
  63.     </ul>
  64.     </div>
  65.   </nav>
  66. </header>