templates/main/default/hakkimizda.html.twig line 1

Open in your IDE?
  1. {% extends 'main_base.html.twig' %}
  2. {% block title %}Our Story{% endblock %}
  3. {% block description %}our-story{% endblock %}
  4. {% block content %}
  5.     <style>
  6.         {#<header>#}
  7.         {#    <div class="header-image"><img src="{{ asset('assets/main/images/hakkimizda.png') }}" alt=""></div>#}
  8.         {#    <div class="header-text">#}
  9.         {#        <a href="{{ path('app_main_default') }}">#}
  10.         {#            <div class="header-logo"><img src="{{ asset('assets/main/images/elefante.svg') }}" alt=""></div>#}
  11.         {#        </a>#}
  12.         {#        <div class="header-name"><span>{{ 'hakkimizda.hakkimizda'|trans }}</span></div>#}
  13.         {#        <div class="header-text-line">#}
  14.         {#            <span>SINCE</span>#}
  15.         {#            <span>1995</span>#}
  16.         {#        </div>#}
  17.         {#    </div>#}
  18.         {#</header>#}
  19.         {#<div class="about-us-cotton-svg-1">#}
  20.         {#    <img src="{{ asset('assets/main/images/cotton.svg') }}" alt="">#}
  21.         {#</div>#}
  22.         {#<div class="about-us-cotton-svg-2">#}
  23.         {#    <img src="{{ asset('assets/main/images/cotton.svg') }}" alt="">#}
  24.         {#</div>#}
  25.         {#<div id="container">#}
  26.         {#    <div class="content">#}
  27.         {#        <div class="content-text content-text-header">#}
  28.         {#            <div class="content-text-left">#}
  29.         {#                <div class="content-text-image" data-aos="fade-right" data-aos-duration="400" data-aos-easing="linear">#}
  30.         {#                    <img src="{{ asset('assets/main/images/ourPassionB.png') }}" alt="">#}
  31.         {#                    <div class="content-text-image-text">{{ 'hakkimizda.tutkumuzbiziyonlendiriyor'|trans }}</div>#}
  32.         {#                </div>#}
  33.         {#            </div>#}
  34.         {#            <div class="content-text-right content-text-right-header">#}
  35.         {#                <p class="animatext-aboutus">{{ entity.metin|raw }}</p>#}
  36.         {#            </div>#}
  37.         {#        </div>#}
  38.         {#        <div class="content-text content-text-hakkimizda">#}
  39.         {#            <div class="content-text-left">#}
  40.         {#                <p data-aos="fade-up" data-aos-duration="400" data-aos-easing="linear" data-aos-delay="300">#}
  41.         {#                    {{ entity.metin2|raw }}#}
  42.         {#                </p>#}
  43.         {#            </div>#}
  44.         {#        </div>#}
  45.         {#    </div>#}
  46.         {#    <div class="follow-us">#}
  47.         {#        <div class="follow-us-box">#}
  48.         {#            <div class="follow-us-box-content">#}
  49.         {#                <h3 data-aos="fade-right" data-aos-duration="400" data-aos-easing="linear" data-aos-delay="300">{{ 'bizitakipedin'|trans }}</h3>#}
  50.         {#                <p data-aos="fade-right" data-aos-duration="400" data-aos-easing="linear" data-aos-delay="500">#}
  51.         {#                    {{ entity.metin3|raw }}#}
  52.         {#                </p>#}
  53.         {#                <div class="follow-us-box-buttons" data-aos="fade-right" data-aos-duration="400" data-aos-easing="linear" data-aos-delay="700">#}
  54.         {#                    {% for sm in sosyalmedya %}#}
  55.         {#                        <button class="global-btn">#}
  56.         {#                            <a href="{{ sm.link }}" target="_blank">#}
  57.         {#                                <i class="fab fa-{{ sm.tip }}"></i>#}
  58.         {#                                <span>{{ sm.tip|capitalize }}</span>#}
  59.         {#                            </a>#}
  60.         {#                        </button>#}
  61.         {#                    {% endfor %}#}
  62.         {#                </div>#}
  63.         {#            </div>#}
  64.         {#        </div>#}
  65.         {#        <div class="follow-us-video-wrapper">#}
  66.         {#            <div class="follow-us-video-content">#}
  67.         {#                <video id="follow-us-video" muted="" loop="">#}
  68.         {#                    <source src="{{ asset('assets/main/videos/elefante.mp4') }}" type="video/mp4">#}
  69.         {#                    Your browser does not support the video tag.#}
  70.         {#                </video>#}
  71.         {#                <div class="follow-us-video-play"><img src="{{ asset('assets/main/images/homeCollection.png') }}" alt=""></div>#}
  72.         {#            </div>#}
  73.         {#        </div>#}
  74.         {#    </div>#}
  75.         {#</div>#}
  76.     </style>
  77.     <style>
  78.         .navbar__section-links__wrapper :not(.OUR) {
  79.             opacity: 0.4 !important;
  80.         }
  81.         .navbar__section-logo__wrapper-img {
  82.             filter: brightness(0) invert(1) !important;
  83.         }
  84.         .navbar__section::before {
  85.             content: "";
  86.             position: absolute;
  87.             top: 0;
  88.             right: 0;
  89.             left: 0;
  90.             bottom: 0;
  91.             background: rgba(0, 0, 0, 0.4);
  92.             z-index: -1;
  93.         }
  94.         .navbar__section::after {
  95.             content: "";
  96.             background-image: url("../../../public/assets/main/images/navbar/navbar-bg-our-story.png");
  97.             background-position: center;
  98.             background-size: cover;
  99.             position: absolute;
  100.             top: 0;
  101.             right: 0;
  102.             left: 0;
  103.             bottom: 0;
  104.             z-index: -2;
  105.         }
  106.         .video__section {
  107.             margin-top: 0 !important;
  108.             margin-bottom: 0 !important;
  109.         }
  110.         .our__story__section-description__two-img__wrapper-bg a {
  111.             display: none !important;
  112.         }
  113.         .our__story__section-active__page{
  114.             margin-bottom: 25px;
  115.             margin-top: 50px;
  116.         }
  117.         .our__story__section-description__two .our__story__section-description__one-img__section-description{
  118.             display: none !important;
  119.         }
  120.     </style>
  121.     <div id="ourstory">
  122.         {% include 'main/default/loader.html.twig' %}
  123.         {% include 'main/default/cookie.html.twig' %}
  124.         <div class="our__story__section">
  125.                 <div class="our__story__section-active__page">
  126.                     <p><a href="{{ path('app_main_default') }}">Elefante  </a>  / <a class="active" href="">Our Story</a></p>
  127.                 </div>
  128.             <div class="our__story__section-title">
  129.                 {% for urunsayfasi in sayfa[2].sayfabaslikDilleri %}
  130.                     <h1>{{ urunsayfasi.baslik|raw }}</h1>
  131.                     <h2>{{ urunsayfasi.title|raw }}</h2>
  132.                 {% endfor %}
  133.             </div>
  134.             <div class="our__story__main_flex__section">
  135.                 {% for entity in kurumsal %}
  136.                     {% set classNames = ['one', 'two'] %}
  137.                     {% if entity.kurumsal.listeDurum == 0 %}
  138.                         <section
  139.                                 class="our__story__section-description__{{ classNames[loop.index0] ?? classNames|last }}">
  140.                             <div class="our__story__section-description__{{ classNames[loop.index0] ?? classNames|last }}-img__section">
  141.                                 <div class="our__story__section-description__{{ classNames[loop.index0] ?? classNames|last }}-img__wrapper">
  142.                                     <div class="our__story__section-description__{{ classNames[loop.index0] ?? classNames|last }}-img__wrapper-bg">
  143.                                         <img src="{{ asset('uploads/kurumsal/banner/' ~ entity.kurumsal.banner) }}">
  144.                                         <a class="our__story__section-description__{{ classNames[loop.index0] ?? classNames|last }}-img__wrapper-bg-private__logo">
  145.                                             <img
  146.                                                     src="{{ asset('assets/main/images/our-story/header-logo-gray-v.png') }}"
  147.                                                     alt="logo"
  148.                                                     class="private-logo__wrapper-logo">
  149.                                         </a>
  150.                                     </div>
  151.                                 </div>
  152.                                     <div class="our__story__section-description__one-img__section-description">
  153.                                         <div class="about__email">
  154.                                             <p class="our__story__section-description__one-img__section-description-email__title">
  155.                                                 Looking to collaborate, or want to say hi, you can email me at</p>
  156.                                             {% for contact in contact %}
  157.                                             <a href="{{ contact.email}}"
  158.                                                class="our__story__section-description__one-img__section-description-email">
  159.                                                 {{ contact.email}}
  160.                                                 </a>  {% endfor %}
  161.                                         </div>
  162.                                         <div class="about__icons">
  163.                                             <p class="our__story__section-description__one-img__section-description-icons__title">
  164.                                                 Or if
  165.                                                 social media is more your thing, feel free to reach out to me there:</p>
  166.                                             <div class="our__story__section-description__one-img__section-description-icons">
  167.                                                 <a href="{{ sosyalmedya[3].link }}">
  168.                                                     <svg xmlns="http://www.w3.org/2000/svg" height="16" width="14"
  169.                                                          viewBox="0 0 448 512">
  170.                                                         <path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"/>
  171.                                                     </svg>
  172.                                                 </a>
  173.                                                 <a href="{{ sosyalmedya[2].link }}">
  174.                                                     <svg xmlns="http://www.w3.org/2000/svg" height="16" width="14"
  175.                                                          viewBox="0 0 448 512">
  176.                                                         <path d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7 .9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"/>
  177.                                                     </svg>
  178.                                                 </a>
  179.                                                 <a href="{{ sosyalmedya[4].link }}">
  180.                                                     <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100"
  181.                                                          viewBox="0 0 50 50">
  182.                                                         <path fill-rule="evenodd"
  183.                                                               d="M 13 5 L 16 14 L 16 20 L 18 20 L 18 14 L 21 5 L 19 5 L 17 11 L 15 5 Z M 24 9 C 22.933594 9 22.410156 9.167969 21.757813 9.703125 C 21.132813 10.230469 20.960938 10.636719 21 12 L 21 17 C 21 17.996094 21.164063 18.652344 21.765625 19.234375 C 22.390625 19.816406 22.980469 20 24 20 C 25.066406 20 25.648438 19.816406 26.25 19.234375 C 26.875 18.675781 27 17.996094 27 17 L 27 12 C 27 11.117188 26.84375 10.28125 26.238281 9.722656 C 25.613281 9.148438 24.96875 9 24 9 Z M 29 9 L 29 18 C 29 18.972656 29.980469 20 31 20 C 32.019531 20 32.558594 19.488281 33 19 L 33 20 L 35 20 L 35 9 L 33 9 L 33 17 C 32.988281 17.683594 32.183594 18 32 18 C 31.792969 18 31 17.957031 31 17 L 31 9 Z M 24 11 C 24.300781 11 25 10.996094 25 12 L 25 17 C 25 17.96875 24.324219 18 24 18 C 23.699219 18 23 17.988281 23 17 L 23 12 C 23 11.183594 23.433594 11 24 11 Z M 10 22 C 6.40625 22 4 24.382813 4 28 L 4 37.5 C 4 41.117188 6.40625 44 10 44 L 40 44 C 43.59375 44 46 41.617188 46 38 L 46 28 C 46 24.382813 43.59375 22 40 22 Z M 12 26 L 18 26 L 18 28 L 16 28 L 16 40 L 14 40 L 14 28 L 12 28 Z M 26 26 L 28 26 L 28 30 C 28.230469 29.640625 28.574219 29.355469 28.902344 29.195313 C 29.222656 29.03125 29.546875 28.9375 29.875 28.9375 C 30.523438 28.9375 31.03125 29.171875 31.378906 29.609375 C 31.726563 30.050781 32 30.636719 32 31.5 L 32 37.5 C 32 38.242188 31.75 38.703125 31.421875 39.097656 C 31.101563 39.492188 30.621094 39.992188 30 40 C 28.949219 40.011719 28.386719 39.449219 28 39 L 28 40 L 26 40 Z M 18 29 L 20 29 L 20 37 C 20 37.230469 20.269531 38.007813 21 38 C 21.8125 37.992188 21.820313 37.234375 22 37 L 22 29 L 24 29 L 24 40 L 22 40 L 22 39 C 21.628906 39.4375 21.4375 39.574219 21.019531 39.78125 C 20.605469 40.015625 20.183594 40 19.792969 40 C 19.308594 40 18.757813 39.5625 18.5 39.234375 C 18.269531 38.933594 18 38.625 18 38 Z M 36.199219 29 C 37.148438 29 37.816406 29.203125 38.320313 29.734375 C 38.835938 30.265625 39 30.886719 39 31.886719 L 39 35 L 35 35 L 35 36.546875 C 35 37.105469 35.074219 37.460938 35.21875 37.671875 C 35.355469 37.902344 35.632813 38.003906 36 38 C 36.40625 37.996094 36.664063 37.914063 36.800781 37.730469 C 36.941406 37.566406 37 37.101563 37 36.5 L 37 36 L 39 36 L 39 36.59375 C 39 37.683594 38.914063 38.496094 38.375 39.027344 C 37.867188 39.585938 37.074219 39.84375 36.035156 39.84375 C 35.085938 39.84375 34.34375 39.5625 33.8125 38.984375 C 33.28125 38.40625 33.003906 37.613281 33.003906 36.59375 L 33.003906 31.886719 C 33.003906 30.980469 33.320313 30.308594 33.902344 29.710938 C 34.371094 29.230469 35.25 29 36.199219 29 Z M 29 30.5 C 28.449219 30.5 28.007813 30.996094 28 31.5 L 28 37.5 C 28.007813 37.789063 28.449219 38 29 38 C 29.550781 38 30 37.574219 30 37.023438 L 30 32 C 30 31 29.550781 30.5 29 30.5 Z M 36 31 C 35.449219 31 35.007813 31.464844 35 32 L 35 33 L 37 33 L 37 32 C 37 31.386719 36.550781 31 36 31 Z"></path>
  184.                                                     </svg>
  185.                                                 </a>
  186.                                                 <a href="{{ sosyalmedya[0].link }}">
  187.                                                     <svg xmlns="http://www.w3.org/2000/svg" height="16" width="14"
  188.                                                          viewBox="0 0 448 512">
  189.                                                         <path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/>
  190.                                                     </svg>
  191.                                                 </a>
  192.                                                 <a href="{{ sosyalmedya[1].link }}">
  193.                                                     <svg xmlns="http://www.w3.org/2000/svg" height="16" width="10"
  194.                                                          viewBox="0 0 320 512">
  195.                                                         <path d="M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z"/>
  196.                                                     </svg>
  197.                                                 </a>
  198.                                             </div>
  199.                                         </div>
  200.                                     </div>
  201.                             </div>
  202.                             <div class="our__story__section-description__{{ classNames[loop.index0] ?? classNames|last }}-description">
  203.                                 <h3>{{ entity.baslik1|raw }}</h3>
  204.                                 <p>{{ entity.metin1|raw }}</p>
  205.                                 <div class="our__story__section-description__{{ classNames[loop.index0] ?? classNames|last }}-description-logos description-logos">
  206.                                     <img src="{{ asset('uploads/ayarlar/referans/' ~ ayarlar.referans) }}"
  207.                                          alt="references-logo">
  208.                                 </div>
  209.                             </div>
  210.                         </section>
  211.                     {% endif %}
  212.                 {% endfor %}
  213.             </div>
  214.             <section class="our__story__section-quality__works">
  215.                 {% set loopIndex = -1 %}
  216.                 {% for entity in kurumsal %}
  217.                     {% if entity.kurumsal.listeDurum == 1 %}
  218.                         <div class="our__story__section-quality__works-quality__work">
  219.                             <div class="our__story__section-quality__works-quality__work-mini__logo">
  220.                                 <p>N</p>
  221.                                 <span>0:</span>
  222.                             </div>
  223.                             <div class="our__story__section-quality__works-quality__work-number__title">
  224.                                 0{{ loopIndex }}
  225.                             </div>
  226.                             <div class="our__story__section-quality__works-quality__work-title">
  227.                                 {{ entity.baslik1|raw }}
  228.                             </div>
  229.                             <div class="our__story__section-quality__works-quality__work-description">
  230.                                 {{ entity.metin1|raw }}
  231.                             </div>
  232.                         </div>
  233.                     {% endif %}
  234.                     {% set loopIndex = loopIndex + 1 %}
  235.                 {% endfor %}
  236.             </section>
  237.         </div>
  238.         <div class="video__main__sectionr">
  239.             <div class="video__main__section">
  240.                 <section class="video__section video__section-items__wrapper">
  241.                     <div class="video__section-items__wrapper">
  242.                         {{ ayarlar.video|raw }}
  243.                         <button class="video__section-items__wrapper-button gizle">
  244.                         </button>
  245.                     </div>
  246.                 </section>
  247.             </div>
  248.         </div>
  249.     </div>
  250.     {% include 'main/default/new-catalogue.html.twig' %}
  251. {% endblock %}
  252. {% block body_js %}
  253.     {% include 'main/default/scripts.html.twig' %}
  254. {% endblock %}