app/template/user_data/about.twig line 1

Open in your IDE?
  1. {% extends 'default_frame.twig' %}
  2. {% block main %}
  3.     
  4. <section>
  5.   <h1 class="o-secTtl">About</h1>
  6.   <div class="o-aboutCont1">
  7.     <picture>
  8.       <source media="(max-width:767px)" srcset="/html/user_data/img/about_cont1_sp@2x.png" width="375" height="2394">
  9.       <img src="/html/user_data/img/about_cont1_pc@2x.png" alt="" loading="lazy" width="1280" height="1995">
  10.     </picture>
  11.   </div>
  12.   <div class="o-aboutBtnBox">
  13.     <a href="/products/list">
  14.       <img src="/html/user_data/img/btn_search.svg" alt="アクティビティを探す" loading="lazy" width="335" height="96">
  15.     </a>
  16.     <a href="/user_data/feature">
  17.       <img src="/html/user_data/img/btn_feture.svg" alt="Shima-asoboの3つの特徴" loading="lazy" width="335" height="96">
  18.     </a>
  19.   </div>
  20. </section>
  21. <style>
  22.   .ec-layoutRole .ec-layoutRole__contents {
  23.     max-width: 100%;
  24.   }
  25. </style>
  26.     
  27. {% endblock %}