templates/app/pages/_softwares-homepage.html.twig line 1

Open in your IDE?
  1. {% import 'app/_inc/macros.html.twig' as m %}
  2. <section id="software_homepage" class="software">
  3.     <div class="ct">
  4.         <h2 class="h2">{{ 'Create and tell stories, simply.'|trans|raw }}</h2>
  5.         <div class="swiper" data-swiper="large">
  6.             {{ m.SwiperPagination('large') }}
  7.             <div class="swiper-wrapper">
  8.                 {# La suite                #}
  9.                 <div class="swiper-slide">
  10.                     <div class="content_software" data-a-up>
  11.                         <div data-a-up class="large bloc-video">
  12.                             {% if app.request.locale == 'fr' %}
  13.                                 {{ m.img(asset('img/homepage/suiteFR.png')) }}
  14.                             {% else %}
  15.                                 {{ m.img(asset('img/homepage/suiteEN.png')) }}
  16.                             {% endif %}
  17.                         </div>
  18.                         <div class="bloc-description">
  19.                             <h3 class="h4">{{ 'Merge creation and narration.'|trans|raw }}</h3>
  20.                             <ul>
  21.                                 <li class="card_icon">
  22.                                     <div>
  23.                                         {{ m.icon('home/software_1') }}
  24.                                         <h4><strong>{{ 'Organize and navigate easily'|trans|raw }}</strong></h4>
  25.                                     </div>
  26.                                     <p>{{ 'Simplify the management of your content with categories and visually distinct tags.'|trans|raw }}</p>
  27.                                 </li>
  28.                                 <li class="card_icon">
  29.                                     <div>
  30.                                         {{ m.icon('home/software_2') }}
  31.                                         <h4><strong>{{ 'Your creative space, reinvented'|trans|raw }}</strong></h4>
  32.                                     </div>
  33.                                     <p>{{ 'Access all your information on a single screen with a tabbed workspace.'|trans|raw }}</p>
  34.                                 </li>
  35.                                 <li class="card_icon">
  36.                                     <div>
  37.                                         {{ m.icon('home/software_3') }}
  38.                                         <h4><strong>{{ 'Multi-platform compatibility'|trans|raw }}</strong></h4>
  39.                                     </div>
  40.                                     <p>{{ 'Windows, Apple or Linux: our suite adapts to your environment.'|trans|raw }}</p>
  41.                                 </li>
  42.                             </ul>
  43.                             <div class="icons_system">
  44.                                 {{ m.icon('home/windows') }}
  45.                                 {{ m.icon('home/mac') }}
  46.                                 {{ m.icon('home/linux') }}
  47.                             </div>
  48.                             <div class="bottom">
  49.                                 <div>
  50.                                     {% if app.request.locale == 'fr' %}
  51.                                         {{ m.btn('icons-ollam/contact', 'Acheter dès maintenant', path('shop'), {class:'btn btn-cta-secondary'}) }}
  52.                                     {% else %}
  53.                                         {{ m.btn('icons-ollam/contact', 'Buy now', path('shop'), {class:'btn btn-cta-secondary'}) }}
  54.                                     {% endif %}
  55.                                 </div>
  56.                                 <p class="small">{{ 'Software available in <strong>English</strong> and <strong>French</strong>'|trans|raw }}</p>
  57.                             </div>
  58.                         </div>
  59.                     </div>
  60.                 </div>
  61.                 {# Lore                #}
  62.                 <div class="swiper-slide">
  63.                     <div class="content_software" data-a-up>
  64.                         <div data-a-up class="large bloc-video">
  65.                             {% if app.request.locale == 'fr' %}
  66.                                 {{ m.img(asset('img/homepage/loreFR.png')) }}
  67.                             {% else %}
  68.                                 {{ m.img(asset('img/homepage/loreEN.png')) }}
  69.                             {% endif %}
  70.                         </div>
  71.                         <div class="bloc-description">
  72.                             <h3 class="h4">{{ 'Create rich, detailed universes'|trans|raw }}</h3>
  73.                             <ul>
  74.                                 <li class="card_icon">
  75.                                     <div>
  76.                                         {{ m.icon('home/software_4') }}
  77.                                         <h4><strong>{{ 'Centralize and save time'|trans|raw }}</strong></h4>
  78.                                     </div>
  79.                                     <p>{{ 'Create and organize your worlds intuitively with customized templates.'|trans|raw }}</p>
  80.                                 </li>
  81.                                 <li class="card_icon">
  82.                                     <div>
  83.                                         {{ m.icon('home/software_5') }}
  84.                                         <h4><strong>{{ 'Express your creativity without limits'|trans|raw }}</strong></h4>
  85.                                     </div>
  86.                                     <p>{{ 'Design rich, detailed game universes and establish a coherent framework for your players.'|trans|raw }}</p>
  87.                                 </li>
  88.                                 <li class="card_icon">
  89.                                     <div>
  90.                                         {{ m.icon('home/software_6') }}
  91.                                         <h4><strong>{{ 'Automate and simplify' }}</strong></h4>
  92.                                     </div>
  93.                                     <p>{{ 'Automate blocks to quickly fill in and maintain consistency across pages.'|trans|raw }}</p>
  94.                                 </li>
  95.                             </ul>
  96.                             <div class="icons_system">
  97.                                 {{ m.icon('home/windows') }}
  98.                                 {{ m.icon('home/mac') }}
  99.                                 {{ m.icon('home/linux') }}
  100.                             </div>
  101.                             <div class="bottom">
  102.                                 <div>
  103.                                     {{ m.btn('icons-ollam/contact', 'Learn more about Lore', path('software-lore'), {class:'btn'}) }}
  104.                                 </div>
  105.                                 <p class="small">{{ 'Software available in <strong>English</strong> and <strong>French</strong>'|trans|raw }}</p>
  106.                             </div>
  107.                         </div>
  108.                     </div>
  109.                 </div>
  110.                 {# Tome                #}
  111.                 <div class="swiper-slide">
  112.                     <div class="content_software" data-a-up>
  113.                         <div data-a-up class="large bloc-video">
  114.                             {% if app.request.locale == 'fr' %}
  115.                                 {{ m.img(asset('img/homepage/tomeFR.png')) }}
  116.                             {% else %}
  117.                                 {{ m.img(asset('img/homepage/tomeEN.png')) }}
  118.                             {% endif %}
  119.                         </div>
  120.                         <div class="bloc-description">
  121.                             <h3 class="h4">{{ 'Tell memorable stories'|trans|raw }}</h3>
  122.                             <ul>
  123.                                 <li class="card_icon">
  124.                                     <div>
  125.                                         {{ m.icon('home/software_7') }}
  126.                                         <h4><strong>{{ 'Track player choices'|trans|raw }}</strong></h4>
  127.                                     </div>
  128.                                     <p>{{ 'Keep track of your players’ decisions in real-time to enrich your story.'|trans|raw }}</p>
  129.                                 </li>
  130.                                 <li class="card_icon">
  131.                                     <div>
  132.                                         {{ m.icon('home/software_8') }}
  133.                                         <h4><strong>{{ 'World-Story Connection'|trans|raw }}</strong></h4>
  134.                                     </div>
  135.                                     <p>{{ 'Tell stories based on the universe you have created.'|trans|raw }}</p>
  136.                                 </li>
  137.                                 <li class="card_icon">
  138.                                     <div>
  139.                                         {{ m.icon('home/software_9') }}
  140.                                         <h4><strong>{{ 'Non-linear stories'|trans|raw }}</strong></h4>
  141.                                     </div>
  142.                                     <p>{{ 'Offer challenges and choices for an enriching gaming experience.'|trans|raw }}</p>
  143.                                 </li>
  144.                             </ul>
  145.                             <div class="icons_system">
  146.                                 {{ m.icon('home/windows') }}
  147.                                 {{ m.icon('home/mac') }}
  148.                                 {{ m.icon('home/linux') }}
  149.                             </div>
  150.                             <div class="bottom">
  151.                                 <div>
  152.                                     {{ m.btn('icons-ollam/contact', 'Learn more about Tome', path('software-tome'), {class:'btn'}) }}
  153.                                 </div>
  154.                                 <p class="small">{{ 'Software available in <strong>English</strong> and <strong>French</strong>'|trans|raw }}</p>
  155.                             </div>
  156.                         </div>
  157.                     </div>
  158.                 </div>
  159.             </div>
  160.         </div>
  161.     </div>
  162. </section>