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.                             <div class="swiper" data-swiper="software">
  13.                                 <div class="swiper-wrapper">
  14.                                     {% if app.request.locale == 'fr' %}
  15.                                         {% for img in ['h_fr_plan_de_travail.webp', 'h_fr_tag.webp', 'h_fr_onglets.webp'] %}
  16.                                             <div class="swiper-slide">
  17.                                                 {{ m.imgSource(
  18.                                                     asset('img/homepage/900px/'~img),
  19.                                                     "La Suite",
  20.                                                     {"(min-width: 901px)":asset('img/homepage/900px/'~img),
  21.                                                         "(max-width: 900px)":asset('img/homepage/500px/'~img)},
  22.                                                     true,
  23.                                                     null,
  24.                                                     null,
  25.                                                     "100%"
  26.                                                 ) }}
  27.                                             </div>
  28.                                         {% endfor %}
  29.                                     {% else %}
  30.                                         {% for img in ['h_eng_plan_de_travail.webp', 'h_eng_tag.webp', 'h_eng_onglets.webp'] %}
  31.                                             <div class="swiper-slide">
  32.                                                 {{ m.imgSource(
  33.                                                     asset('img/homepage/900px/'~img),
  34.                                                     "La Suite",
  35.                                                     {"(min-width: 901px)":asset('img/homepage/900px/'~img),
  36.                                                         "(max-width: 900px)":asset('img/homepage/500px/'~img)},
  37.                                                     true,
  38.                                                     null,
  39.                                                     null,
  40.                                                     "100%"
  41.                                                 ) }}
  42.                                             </div>
  43.                                         {% endfor %}
  44.                                     {% endif %}
  45.                                 </div>
  46.                             </div>
  47.                         </div>
  48.                         <div class="bloc-description">
  49.                             <h3 class="h4">{{ 'Merge creation and narration.'|trans|raw }}</h3>
  50.                             <ul>
  51.                                 <li class="card_icon">
  52.                                     <div>
  53.                                         {{ m.icon('home/software_1') }}
  54.                                         <h4><strong>{{ 'Organize and navigate easily'|trans|raw }}</strong></h4>
  55.                                     </div>
  56.                                     <p>{{ 'Simplify the management of your content with categories and visually distinct tags.'|trans|raw }}</p>
  57.                                 </li>
  58.                                 <li class="card_icon">
  59.                                     <div>
  60.                                         {{ m.icon('home/software_2') }}
  61.                                         <h4><strong>{{ 'Your creative space, reinvented'|trans|raw }}</strong></h4>
  62.                                     </div>
  63.                                     <p>{{ 'Access all your information on a single screen with a tabbed workspace.'|trans|raw }}</p>
  64.                                 </li>
  65.                                 <li class="card_icon">
  66.                                     <div>
  67.                                         {{ m.icon('home/software_3') }}
  68.                                         <h4><strong>{{ 'Multi-platform compatibility'|trans|raw }}</strong></h4>
  69.                                     </div>
  70.                                     <p>{{ 'Windows, Apple or Linux: our suite adapts to your environment.'|trans|raw }}</p>
  71.                                 </li>
  72.                             </ul>
  73.                             <div class="icons_system">
  74.                                 {{ m.icon('home/windows') }}
  75.                                 {{ m.icon('home/mac') }}
  76.                                 {{ m.icon('home/linux') }}
  77.                             </div>
  78.                             <div class="bottom">
  79.                                 <div>
  80.                                     {% if app.request.locale == 'fr' %}
  81.                                         {{ m.btn('icons-ollam/contact', 'Acheter dès maintenant', path('shop'), {class:'btn btn-cta-secondary'}) }}
  82.                                     {% else %}
  83.                                         {{ m.btn('icons-ollam/contact', 'Buy now', path('shop'), {class:'btn btn-cta-secondary'}) }}
  84.                                     {% endif %}
  85.                                 </div>
  86.                                 <p class="small">{{ 'Software available in <strong>English</strong> and <strong>French</strong>'|trans|raw }}</p>
  87.                             </div>
  88.                         </div>
  89.                     </div>
  90.                 </div>
  91.                 {# Lore                #}
  92.                 <div class="swiper-slide">
  93.                     <div class="content_software" data-a-up>
  94.                         <div data-a-up class="large bloc-video">
  95.                             <div class="swiper" data-swiper="software">
  96.                                 <div class="swiper-wrapper">
  97.                                     {% if app.request.locale == 'fr' %}
  98.                                         {% for img in ['h_fr_template.webp', 'h_fr_rune.webp', 'h_fr_arbo.webp'] %}
  99.                                             <div class="swiper-slide">
  100.                                                 {{ m.imgSource(
  101.                                                     asset('img/homepage/900px/'~img),
  102.                                                     "Lore",
  103.                                                     {"(min-width: 901px)":asset('img/homepage/900px/'~img),
  104.                                                         "(max-width: 900px)":asset('img/homepage/500px/'~img)},
  105.                                                     true,
  106.                                                     null,
  107.                                                     null,
  108.                                                     "100%"
  109.                                                 ) }}
  110.                                             </div>
  111.                                         {% endfor %}
  112.                                     {% else %}
  113.                                         {% for img in ['h_eng_template.webp', 'h_eng_rune.webp', 'h_eng_arbo.webp'] %}
  114.                                             <div class="swiper-slide">
  115.                                                 {{ m.imgSource(
  116.                                                     asset('img/homepage/900px/'~img),
  117.                                                     "Lore",
  118.                                                     {"(min-width: 901px)":asset('img/homepage/900px/'~img),
  119.                                                         "(max-width: 900px)":asset('img/homepage/500px/'~img)},
  120.                                                     true,
  121.                                                     null,
  122.                                                     null,
  123.                                                     "100%"
  124.                                                 ) }}
  125.                                             </div>
  126.                                         {% endfor %}
  127.                                     {% endif %}
  128.                                 </div>
  129.                             </div>
  130.                         </div>
  131.                         <div class="bloc-description">
  132.                             <h3 class="h4">{{ 'Create rich, detailed universes'|trans|raw }}</h3>
  133.                             <ul>
  134.                                 <li class="card_icon">
  135.                                     <div>
  136.                                         {{ m.icon('home/software_4') }}
  137.                                         <h4><strong>{{ 'Centralize and save time'|trans|raw }}</strong></h4>
  138.                                     </div>
  139.                                     <p>{{ 'Create and organize your worlds intuitively with customized templates.'|trans|raw }}</p>
  140.                                 </li>
  141.                                 <li class="card_icon">
  142.                                     <div>
  143.                                         {{ m.icon('home/software_5') }}
  144.                                         <h4><strong>{{ 'Express your creativity without limits'|trans|raw }}</strong></h4>
  145.                                     </div>
  146.                                     <p>{{ 'Design rich, detailed game universes and establish a coherent framework for your players.'|trans|raw }}</p>
  147.                                 </li>
  148.                                 <li class="card_icon">
  149.                                     <div>
  150.                                         {{ m.icon('home/software_6') }}
  151.                                         <h4><strong>{{ 'Automate and simplify' }}</strong></h4>
  152.                                     </div>
  153.                                     <p>{{ 'Automate blocks to quickly fill in and maintain consistency across pages.'|trans|raw }}</p>
  154.                                 </li>
  155.                             </ul>
  156.                             <div class="icons_system">
  157.                                 {{ m.icon('home/windows') }}
  158.                                 {{ m.icon('home/mac') }}
  159.                                 {{ m.icon('home/linux') }}
  160.                             </div>
  161.                             <div class="bottom">
  162.                                 <div>
  163.                                     {{ m.btn('icons-ollam/contact', 'Learn more about Lore', path('software-lore'), {class:'btn'}) }}
  164.                                 </div>
  165.                                 <p class="small">{{ 'Software available in <strong>English</strong> and <strong>French</strong>'|trans|raw }}</p>
  166.                             </div>
  167.                         </div>
  168.                     </div>
  169.                 </div>
  170.                 {# Tome                #}
  171.                 <div class="swiper-slide">
  172.                     <div class="content_software" data-a-up>
  173.                         <div data-a-up class="large bloc-video">
  174.                             <div class="swiper" data-swiper="software">
  175.                                 <div class="swiper-wrapper">
  176.                                     {% if app.request.locale == 'fr' %}
  177.                                         {% for img in ['h_fr_choixjoueurs.webp', 'h_fr_connexionloretome.webp', 'h_fr_arbononlineaire.webp'] %}
  178.                                             <div class="swiper-slide">
  179.                                                 {{ m.imgSource(
  180.                                                     asset('img/homepage/900px/'~img),
  181.                                                     "Tome",
  182.                                                     {"(min-width: 901px)":asset('img/homepage/900px/'~img),
  183.                                                         "(max-width: 900px)":asset('img/homepage/500px/'~img)},
  184.                                                     true,
  185.                                                     null,
  186.                                                     null,
  187.                                                     "100%"
  188.                                                 ) }}
  189.                                             </div>
  190.                                         {% endfor %}
  191.                                     {% else %}
  192.                                         {% for img in ['h_eng_choixjoueurs.webp', 'h_eng_connexionloretome.webp', 'h_eng_arbononlineaire.webp'] %}
  193.                                             <div class="swiper-slide">
  194.                                                 {{ m.imgSource(
  195.                                                     asset('img/homepage/900px/'~img),
  196.                                                     "Tome",
  197.                                                     {"(min-width: 901px)":asset('img/homepage/900px/'~img),
  198.                                                         "(max-width: 900px)":asset('img/homepage/500px/'~img)},
  199.                                                     true,
  200.                                                     null,
  201.                                                     null,
  202.                                                     "100%"
  203.                                                 ) }}
  204.                                             </div>
  205.                                         {% endfor %}
  206.                                     {% endif %}
  207.                                 </div>
  208.                             </div>
  209.                         </div>
  210.                         <div class="bloc-description">
  211.                             <h3 class="h4">{{ 'Tell memorable stories'|trans|raw }}</h3>
  212.                             <ul>
  213.                                 <li class="card_icon">
  214.                                     <div>
  215.                                         {{ m.icon('home/software_7') }}
  216.                                         <h4><strong>{{ 'Track player choices'|trans|raw }}</strong></h4>
  217.                                     </div>
  218.                                     <p>{{ 'Keep track of your players’ decisions in real-time to enrich your story.'|trans|raw }}</p>
  219.                                 </li>
  220.                                 <li class="card_icon">
  221.                                     <div>
  222.                                         {{ m.icon('home/software_8') }}
  223.                                         <h4><strong>{{ 'World-story connection'|trans|raw }}</strong></h4>
  224.                                     </div>
  225.                                     <p>{{ 'Tell stories based on the universe you have created.'|trans|raw }}</p>
  226.                                 </li>
  227.                                 <li class="card_icon">
  228.                                     <div>
  229.                                         {{ m.icon('home/software_9') }}
  230.                                         <h4><strong>{{ 'Non-linear scenarios'|trans|raw }}</strong></h4>
  231.                                     </div>
  232.                                     <p>{{ 'Offer challenges and choices for an enriching gaming experience.'|trans|raw }}</p>
  233.                                 </li>
  234.                             </ul>
  235.                             <div class="icons_system">
  236.                                 {{ m.icon('home/windows') }}
  237.                                 {{ m.icon('home/mac') }}
  238.                                 {{ m.icon('home/linux') }}
  239.                             </div>
  240.                             <div class="bottom">
  241.                                 <div>
  242.                                     {{ m.btn('icons-ollam/contact', 'Learn more about Tome', path('software-tome'), {class:'btn'}) }}
  243.                                 </div>
  244.                                 <p class="small">{{ 'Software available in <strong>English</strong> and <strong>French</strong>'|trans|raw }}</p>
  245.                             </div>
  246.                         </div>
  247.                     </div>
  248.                 </div>
  249.             </div>
  250.         </div>
  251.     </div>
  252. </section>