templates/portfolio/templates/entBatiment/EntBatiment.html.twig line 1

  1. {% extends 'base.html.twig' %}
  2. {% block title %}Entreprise du batiment {% endblock %}
  3. {% block stylesheets %}
  4.     <meta name="robots" content="noindex, nofollow">
  5.     {# TODO: Supprimer cette meta pour la production #}
  6.     {% for code, name in availableLanguages %}
  7.         <link rel="alternate" hreflang="{{ code }}" href="{{ baseUrl }}/{{ code }}">
  8.     {% endfor %}
  9.     <link rel="alternate" hreflang="x-default" href="{{ baseUrl }}/en">
  10.     <!-- Favicons -->
  11.     <link href="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/favicon.png') }}" rel="icon">
  12.     <link href="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/apple-touch-icon.png') }}" rel="apple-touch-icon">
  13.     <!-- Google Fonts -->
  14.     <link rel="preconnect" href="https://fonts.googleapis.com">
  15.     <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  16.     <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&family=Roboto:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
  17.     <!-- Vendor CSS Files -->
  18.     <link href="{{asset('build/portfolio/template/show/EntConstruction/assets/vendor/bootstrap/css/bootstrap.min.css') }}" rel="stylesheet">
  19.     <link href="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/bootstrap-icons/bootstrap-icons.css') }}" rel="stylesheet">
  20.     <link href="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/fontawesome-free/css/all.min.css') }}" rel="stylesheet">
  21.     <link href="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/aos/aos.css') }}" rel="stylesheet">
  22.     <link href="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/glightbox/css/glightbox.min.css') }}" rel="stylesheet">
  23.     <link href="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/swiper/swiper-bundle.min.css') }}" rel="stylesheet">
  24.     <!-- Template Main CSS File -->
  25.     <link href="{{ asset('build/portfolio/template/show/EntConstruction/assets/css/main.css') }}" rel="stylesheet">
  26. {% endblock %}
  27. {% block body %}
  28.     <!-- ======= Header ======= -->
  29.     <header id="header" class="header d-flex align-items-center">
  30.         <div class="container-fluid container-xl d-flex align-items-center justify-content-between">
  31.             <a href="#" class="logo d-flex align-items-center">
  32.                 <!-- Uncomment the line below if you also wish to use an image logo -->
  33.                 <!-- <img src="assets/img/logo.png" alt=""> -->
  34.                 <h1>{{entity.headerLogoTitle }}<span>.</span></h1>
  35.             </a>
  36.             <i class="mobile-nav-toggle mobile-nav-show bi bi-list"></i>
  37.             <i class="mobile-nav-toggle mobile-nav-hide d-none bi bi-x"></i>
  38.             <nav id="navbar" class="navbar">
  39.                 <ul>
  40.                     <li><a href="#" class="active">{{ entity.headerLi1 }}</a></li>
  41.                     <li><a href="#services">{{ entity.headerLi2 }}</a></li>
  42.                     <li><a href="#projects">{{ entity.headerLi3 }}</a></li>
  43.                     <li><a href="#contact">{{ entity.headerLi4 }}</a></li>
  44.                     <!-- Menu déroulant pour changer de langue -->
  45.                     {% set availableLanguages = {'fr': 'Français', 'en': 'Anglais', 'es': 'Espagnol', 'de': 'Allemand'} %}
  46.                     <li class="dropdown">
  47.                         <a href="#">
  48.                             <span><i class="bi bi-globe fs-5"></i></span>
  49.                             <i class="bi bi-chevron-down dropdown-indicator"></i>
  50.                         </a>
  51.                         <ul>
  52.                             {% for langCode, langName in availableLanguages %}
  53.                                 {% if langCode != currentLang %}
  54.                                         <li>
  55.                                             <a href="{{ path('app_portfolio_templates_entreprise_du_batiment_www', {'lang': langCode}) }}">
  56.                                                 {{ langName }}
  57.                                             </a>
  58.                                         </li>
  59.                                 {% endif %}
  60.                             {% endfor %}
  61.                         </ul>
  62.                     </li>
  63.                 </ul>
  64.             </nav>
  65.             <!-- .navbar -->
  66.         </div>
  67.     </header>
  68.     <!-- End Header -->
  69.     <!-- ======= Hero Section ======= -->
  70.     <section id="hero" class="hero">
  71.         <div class="info d-flex align-items-center">
  72.             <div class="container">
  73.                 <div class="row justify-content-center">
  74.                     <div class="col-lg-6 text-center" style="margin-top: 7em!important">
  75.                         <h2 data-aos="fade-down">{{ entity.heroTitle1 }}<br><span>{{ entity.heroTitle2 }}</span></h2>
  76.                         <p data-aos="fade-up">{{ entity.heroSubtitle }}</p>
  77.                         <a data-aos="fade-up" data-aos-delay="200" href="#get-started" class="btn-get-started">{{ entity.heroButton }}</a>
  78.                     </div>
  79.                 </div>
  80.             </div>
  81.         </div>
  82.         <div id="hero-carousel" class="carousel slide" data-bs-ride="carousel" data-bs-interval="5000">
  83.             <div class="carousel-item active" style="background-image: url('{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/office.jpg') }}')"></div>
  84.             <div class="carousel-item" style="background-image: url('{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/houseoffanusta.jpg') }}')"></div>
  85.             <div class="carousel-item" style="background-image: url('{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/restored-home.jpg') }}')"></div>
  86.             <div class="carousel-item" style="background-image: url('{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/living-room-boudoir.jpg') }}')"></div>
  87.             <div class="carousel-item" style="background-image: url('{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/bedroom.jpg') }}')"></div>
  88.             <a class="carousel-control-prev" href="#hero-carousel" role="button" data-bs-slide="prev">
  89.                 <span class="carousel-control-prev-icon bi bi-chevron-left" aria-hidden="true"></span>
  90.             </a>
  91.             <a class="carousel-control-next" href="#hero-carousel" role="button" data-bs-slide="next">
  92.                 <span class="carousel-control-next-icon bi bi-chevron-right" aria-hidden="true"></span>
  93.             </a>
  94.         </div>
  95.     </section>
  96.     <!-- End Hero Section -->
  97.     <main id="main">
  98.         <!-- ======= Get Started Section ======= -->
  99.         <section id="get-started" class="get-started section-bg">
  100.             <div class="container">
  101.                 <div class="row justify-content-between gy-4">
  102.                     <div class="col-lg-6 d-flex align-items-center" data-aos="fade-up">
  103.                         <div class="content">
  104.                             <h3>{{ entity.getStartedTitle1 }}</h3>
  105.                             <p>{{ entity.getStartedText1 }}</p>
  106.                             <p>{{ entity.getStartedText2 }}</p>
  107.                         </div>
  108.                     </div>
  109.                     <div class="col-lg-5" data-aos="fade">
  110.                         <form action="{#forms/quote.php#}" method="post" class="php-email-form">
  111.                             <h3>{{ entity.getStartedTitle2 }}</h3>
  112.                             <p>{{ entity.getStartedText3 }}</p>
  113.                             <div class="row gy-3">
  114.                                 <label>
  115.                                     <input type="text" name="name" class="form-control" placeholder="{{ entity.getStartedPlaceholder1 }}" required>
  116.                                 </label>
  117.                                 <label>
  118.                                     <input type="email" class="form-control" name="email" placeholder="{{ entity.getStartedPlaceholder2 }}" required>
  119.                                 </label>
  120.                                 <label>
  121.                                     <input type="text" class="form-control" name="phone" placeholder="{{ entity.getStartedPlaceholder3 }}" required>
  122.                                 </label>
  123.                                 <label>
  124.                                     <textarea class="form-control" name="message" rows="6" placeholder="{{ entity.getStartedPlaceholder4}}" required></textarea>
  125.                                 </label>
  126.                                 <div class="col-md-12 text-center">
  127.                                     <div class="loading">{{ entity.getStartedLoading }}</div>
  128.                                     <div class="error-message"></div>
  129.                                     <div class="sent-message">{{ entity.getStartedSentMessage }}</div>
  130.                                     <button type="submit">{{ entity.getStartedSubmitButton }}</button>
  131.                                 </div>
  132.                             </div>
  133.                         </form>
  134.                     </div>
  135.                     <!-- End Quote Form -->
  136.                 </div>
  137.             </div>
  138.         </section>
  139.         <!-- End Get Started Section -->
  140.         <!-- ======= Constructions Section ======= -->
  141.         <section id="constructions" class="constructions">
  142.             <div class="container" data-aos="fade-up">
  143.                 <div class="section-header">
  144.                     <h2>{{ entity.constructionTitle1 }}</h2>
  145.                     <p>{{ entity.constructionSubtitle1 }}</p>
  146.                 </div>
  147.                 <div class="row gy-4">
  148.                     <div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
  149.                         <div class="card-item">
  150.                             <div class="row">
  151.                                 <div class="col-xl-5">
  152.                                     <div class="card-bg" style="background-image: url('{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/plan.jpg') }}');"></div>
  153.                                 </div>
  154.                                 <div class="col-xl-7 d-flex align-items-center">
  155.                                     <div class="card-body">
  156.                                         <h4 class="card-title">{{ entity.constructionCard1Title }}</h4>
  157.                                         <p>{{ entity.constructionCard1Subtitle }}</p>
  158.                                     </div>
  159.                                 </div>
  160.                             </div>
  161.                         </div>
  162.                     </div><!-- End Card Item -->
  163.                     <div class="col-lg-6" data-aos="fade-up" data-aos-delay="200">
  164.                         <div class="card-item">
  165.                             <div class="row">
  166.                                 <div class="col-xl-5">
  167.                                     <div class="card-bg" style="background-image: url('{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/office.jpg') }}');"></div>
  168.                                 </div>
  169.                                 <div class="col-xl-7 d-flex align-items-center">
  170.                                     <div class="card-body">
  171.                                         <h4 class="card-title">{{ entity.constructionCard2Title }}</h4>
  172.                                         <p>{{ entity.constructionCard2Subtitle }}</p>
  173.                                     </div>
  174.                                 </div>
  175.                             </div>
  176.                         </div>
  177.                     </div><!-- End Card Item -->
  178.                     <div class="col-lg-6" data-aos="fade-up" data-aos-delay="300">
  179.                         <div class="card-item">
  180.                             <div class="row">
  181.                                 <div class="col-xl-5">
  182.                                     <div class="card-bg" style="background-image: url('{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/computer-code.jpg') }}');"></div>
  183.                                 </div>
  184.                                 <div class="col-xl-7 d-flex align-items-center">
  185.                                     <div class="card-body">
  186.                                         <h4 class="card-title">{{ entity.constructionCard3Title }}</h4>
  187.                                         <p>{{ entity.constructionCard3Subtitle }}</p>
  188.                                     </div>
  189.                                 </div>
  190.                             </div>
  191.                         </div>
  192.                     </div><!-- End Card Item -->
  193.                     <div class="col-lg-6" data-aos="fade-up" data-aos-delay="400">
  194.                         <div class="card-item">
  195.                             <div class="row">
  196.                                 <div class="col-xl-5">
  197.                                     <div class="card-bg" style="background-image: url('{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/cleanliness.jpg') }}');"></div>
  198.                                 </div>
  199.                                 <div class="col-xl-7 d-flex align-items-center">
  200.                                     <div class="card-body">
  201.                                         <h4 class="card-title">{{ entity.constructionCard4Title }}</h4>
  202.                                         <p>{{ entity.constructionCard4Subtitle }}</p>
  203.                                     </div>
  204.                                 </div>
  205.                             </div>
  206.                         </div>
  207.                     </div><!-- End Card Item -->
  208.                 </div>
  209.             </div>
  210.         </section>
  211.         <!-- End Constructions Section -->
  212.         <!-- ======= Services Section ======= -->
  213.         <section id="services" class="services section-bg">
  214.             <div class="container" data-aos="fade-up">
  215.                 <div class="section-header">
  216.                     <h2>{{ entity.serviceTitle }}</h2>
  217.                     <p>{{ entity.serviceSubtitle }}</p>
  218.                 </div>
  219.                 <div class="row gy-4">
  220.                     <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
  221.                         <div class="service-item position-relative">
  222.                             <div class="icon">
  223.                                 <i class="fa-solid fa-mountain-city"></i>
  224.                             </div>
  225.                             <h3>{{ entity.serviceItem1Title }}</h3>
  226.                             <p>{{ entity.serviceItem1Subtitle }}</p>
  227.                             <a href="{{ path('app_portfolio_templates_entreprise_du_batiment_service_1_www', {'lang': currentLang}) }}" class="readmore stretched-link">{{ entity.serviceItem1HrefText}} <i class="bi bi-arrow-right"></i></a>
  228.                         </div>
  229.                     </div><!-- End Service Item -->
  230.                     <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
  231.                         <div class="service-item position-relative">
  232.                             <div class="icon">
  233.                                 <i class="fa-solid fa-arrow-up-from-ground-water"></i>
  234.                             </div>
  235.                             <h3>{{ entity.serviceItem2Title }}</h3>
  236.                             <p>{{ entity.serviceItem2Subtitle }}</p>
  237.                             <a href="{{ path('app_portfolio_templates_entreprise_du_batiment_service_2_www', {'lang': currentLang}) }}" class="readmore stretched-link">{{ entity.serviceItem2HrefText}} <i class="bi bi-arrow-right"></i></a>
  238.                         </div>
  239.                     </div><!-- End Service Item -->
  240.                     <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="300">
  241.                         <div class="service-item position-relative">
  242.                             <div class="icon">
  243.                                 <i class="fa-solid fa-compass-drafting"></i>
  244.                             </div>
  245.                             <h3>{{ entity.serviceItem3Title }}</h3>
  246.                             <p>{{ entity.serviceItem3Subtitle }}</p>
  247.                             <a href="{{ path('app_portfolio_templates_entreprise_du_batiment_service_3_www', {'lang': currentLang}) }}" class="readmore stretched-link">{{ entity.serviceItem3HrefText }}<i class="bi bi-arrow-right"></i></a>
  248.                         </div>
  249.                     </div><!-- End Service Item -->
  250.                     <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="400">
  251.                         <div class="service-item position-relative">
  252.                             <div class="icon">
  253.                                 <i class="fa-solid fa-trowel-bricks"></i>
  254.                             </div>
  255.                             <h3>{{ entity.serviceItem4Title }}</h3>
  256.                             <p>{{ entity.serviceItem4Subtitle }}</p>
  257.                             <a href="{{ path('app_portfolio_templates_entreprise_du_batiment_service_4_www', {'lang': currentLang}) }}" class="readmore stretched-link">{{ entity.serviceItem4HrefText }}<i class="bi bi-arrow-right"></i></a>
  258.                         </div>
  259.                     </div><!-- End Service Item -->
  260.                     <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="500">
  261.                         <div class="service-item position-relative">
  262.                             <div class="icon">
  263.                                 <i class="fa-solid fa-helmet-safety"></i>
  264.                             </div>
  265.                             <h3>{{ entity.serviceItem5Title }}</h3>
  266.                             <p>{{ entity.serviceItem5Subtitle }}</p>
  267.                             <a href="{{ path('app_portfolio_templates_entreprise_du_batiment_service_5_www', {'lang': currentLang}) }}" class="readmore stretched-link">{{ entity.serviceItem5HrefText }}<i class="bi bi-arrow-right"></i></a>
  268.                         </div>
  269.                     </div><!-- End Service Item -->
  270.                     <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="600">
  271.                         <div class="service-item position-relative">
  272.                             <div class="icon">
  273.                                 <i class="fa-solid fa-arrow-up-from-ground-water"></i>
  274.                             </div>
  275.                             <h3>{{ entity.serviceItem6Title }}</h3>
  276.                             <p>{{ entity.serviceItem6Subtitle }}</p>
  277.                             <a href="{{ path('app_portfolio_templates_entreprise_du_batiment_service_6_www', {'lang': currentLang}) }}" class="readmore stretched-link">{{ entity.serviceItem6HrefText }}<i class="bi bi-arrow-right"></i></a>
  278.                         </div>
  279.                     </div><!-- End Service Item -->
  280.                 </div>
  281.             </div>
  282.         </section>
  283.         <!-- End Services Section -->
  284.         <!-- ======= Alt Services Section ======= -->
  285.         <section id="alt-services" class="alt-services">
  286.             <div class="container" data-aos="fade-up">
  287.                 <div class="row justify-content-around gy-4">
  288.                     <div class="col-lg-6 img-bg" style="background-image: url('{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/hands.png') }}');" data-aos="zoom-in" data-aos-delay="100"></div>
  289.                     <div class="col-lg-5 d-flex flex-column justify-content-center">
  290.                         <h3>{{ entity.altServiceTitle }}</h3>
  291.                         <p>{{ entity.altServiceText }}</p>
  292.                         <div class="icon-box d-flex position-relative" data-aos="fade-up" data-aos-delay="100">
  293.                             <i class="bi bi-easel flex-shrink-0"></i>
  294.                             <div>
  295.                                 <h4><a class="stretched-link">{{ entity.altServiceBox1Title }}</a></h4>
  296.                                 <p>{{ entity.altServiceBox1Subtitle }}</p>
  297.                             </div>
  298.                         </div><!-- End Icon Box -->
  299.                         <div class="icon-box d-flex position-relative" data-aos="fade-up" data-aos-delay="200">
  300.                             <i class="bi bi-patch-check flex-shrink-0"></i>
  301.                             <div>
  302.                                 <h4><a class="stretched-link">{{ entity.altServiceBox2Title }}</a></h4>
  303.                                 <p>{{ entity.altServiceBox2Subtitle }}</p>
  304.                             </div>
  305.                         </div><!-- End Icon Box -->
  306.                         <div class="icon-box d-flex position-relative" data-aos="fade-up" data-aos-delay="300">
  307.                             <i class="bi bi-brightness-high flex-shrink-0"></i>
  308.                             <div>
  309.                                 <h4><a class="stretched-link">{{ entity.altServiceBox3Title }}</a></h4>
  310.                                 <p>{{ entity.altServiceBox3Subtitle }}</p>
  311.                             </div>
  312.                         </div><!-- End Icon Box -->
  313.                         <div class="icon-box d-flex position-relative" data-aos="fade-up" data-aos-delay="400">
  314.                             <i class="bi bi-brightness-high flex-shrink-0"></i>
  315.                             <div>
  316.                                 <h4><a class="stretched-link">{{ entity.altServiceBox4Title }}</a></h4>
  317.                                 <p>{{ entity.altServiceBox4Subtitle }}</p>
  318.                             </div>
  319.                         </div><!-- End Icon Box -->
  320.                     </div>
  321.                 </div>
  322.             </div>
  323.         </section>
  324.         <!-- End Alt Services Section -->
  325.         <!-- ======= Features Section ======= -->
  326.         <section id="features" class="features section-bg">
  327.             <div class="container" data-aos="fade-up">
  328.                 <ul class="nav nav-tabs row g-2 d-flex">
  329.                     <li class="nav-item col-3">
  330.                         <a class="nav-link active show" data-bs-toggle="tab" data-bs-target="#tab-1">
  331.                             <h4>{{ entity.featureLink1 }}</h4>
  332.                         </a>
  333.                     </li><!-- End tab nav item -->
  334.                     <li class="nav-item col-3">
  335.                         <a class="nav-link" data-bs-toggle="tab" data-bs-target="#tab-2">
  336.                             <h4>{{ entity.featureLink2 }}</h4>
  337.                         </a><!-- End tab nav item -->
  338.                     </li><li class="nav-item col-3">
  339.                         <a class="nav-link" data-bs-toggle="tab" data-bs-target="#tab-3">
  340.                             <h4>{{ entity.featureLink3 }}</h4>
  341.                         </a>
  342.                     </li><!-- End tab nav item -->
  343.                     <li class="nav-item col-3">
  344.                         <a class="nav-link" data-bs-toggle="tab" data-bs-target="#tab-4">
  345.                             <h4>{{ entity.featureLink4 }}</h4>
  346.                         </a>
  347.                     </li><!-- End tab nav item -->
  348.                 </ul>
  349.                 <div class="tab-content">
  350.                     <div class="tab-pane active show" id="tab-1">
  351.                         <div class="row">
  352.                             <div class="col-lg-6 order-2 order-lg-1 mt-3 mt-lg-0 d-flex flex-column justify-content-center" data-aos="fade-up" data-aos-delay="100">
  353.                                 <h3>{{ entity.featureLink1Title }}</h3>
  354.                                 <p class="fst-italic">
  355.                                     {{ entity.featureLink1Subtitle }}
  356.                                 </p>
  357.                                 <ul>
  358.                                     <li><i class="bi bi-check2-all"></i>{{ entity.featureLink1Li1Text }}</li>
  359.                                     <li><i class="bi bi-check2-all"></i>{{ entity.featureLink1Li2Text }}</li>
  360.                                     <li><i class="bi bi-check2-all"></i>{{ entity.featureLink1Li3Text }}</li>
  361.                                 </ul>
  362.                             </div>
  363.                             <div class="col-lg-6 order-1 order-lg-2 text-center" data-aos="fade-up" data-aos-delay="200">
  364.                                 <img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/building.jpg') }}" alt="" class="img-fluid">
  365.                             </div>
  366.                         </div>
  367.                     </div><!-- End tab content item -->
  368.                     <div class="tab-pane" id="tab-2">
  369.                         <div class="row">
  370.                             <div class="col-lg-6 order-2 order-lg-1 mt-3 mt-lg-0 d-flex flex-column justify-content-center">
  371.                                 <h3>{{ entity.featureLink2Title }}</h3>
  372.                                 <p class="fst-italic">
  373.                                     {{ entity.featureLink2Subtitle }}
  374.                                 </p>
  375.                                 <ul>
  376.                                     <li><i class="bi bi-check2-all"></i>{{ entity.featureLink2Li1Text }}</li>
  377.                                     <li><i class="bi bi-check2-all"></i>{{ entity.featureLink2Li2Text }}</li>
  378.                                     <li><i class="bi bi-check2-all"></i>{{ entity.featureLink2Li3Text }}</li>
  379.                                 </ul>
  380.                             </div>
  381.                             <div class="col-lg-6 order-1 order-lg-2 text-center">
  382.                                 <img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/measurement.jpg') }}" alt="" class="img-fluid">
  383.                             </div>
  384.                         </div>
  385.                     </div><!-- End tab content item -->
  386.                     <div class="tab-pane" id="tab-3">
  387.                         <div class="row">
  388.                             <div class="col-lg-6 order-2 order-lg-1 mt-3 mt-lg-0 d-flex flex-column justify-content-center">
  389.                                 <h3>{{ entity.featureLink3Title }}</h3>
  390.                                 <p class="fst-italic">
  391.                                     {{ entity.featureLink3Subtitle }}
  392.                                 </p>
  393.                                 <ul>
  394.                                     <li><i class="bi bi-check2-all"></i>{{ entity.featureLink3Li1Text }}</li>
  395.                                     <li><i class="bi bi-check2-all"></i>{{ entity.featureLink3Li2Text }}</li>
  396.                                     <li><i class="bi bi-check2-all"></i>{{ entity.featureLink3Li3Text }}</li>
  397.                                 </ul>
  398.                             </div>
  399.                             <div class="col-lg-6 order-1 order-lg-2 text-center">
  400.                                 <img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/paint-brush-finition.jpg') }}" alt="" class="img-fluid">
  401.                             </div>
  402.                         </div>
  403.                     </div><!-- End tab content item -->
  404.                     <div class="tab-pane" id="tab-4">
  405.                         <div class="row">
  406.                             <div class="col-lg-6 order-2 order-lg-1 mt-3 mt-lg-0 d-flex flex-column justify-content-center">
  407.                                 <h3>{{ entity.featureLink4Title }}</h3>
  408.                                 <p class="fst-italic">
  409.                                     {{ entity.featureLink4Subtitle }}
  410.                                 </p>
  411.                                 <ul>
  412.                                     <li><i class="bi bi-check2-all"></i>{{ entity.featureLink4Li1Text }}</li>
  413.                                     <li><i class="bi bi-check2-all"></i>{{ entity.featureLink4Li2Text }}</li>
  414.                                     <li><i class="bi bi-check2-all"></i>{{ entity.featureLink4Li3Text }}</li>
  415.                                 </ul>
  416.                             </div>
  417.                             <div class="col-lg-6 order-1 order-lg-2 text-center">
  418.                                 <img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/startup-teams.jpg') }}" alt="" class="img-fluid">
  419.                             </div>
  420.                         </div>
  421.                     </div><!-- End tab content item -->
  422.                 </div>
  423.             </div>
  424.         </section>
  425.         <!-- End Features Section -->
  426.         <!-- ======= Our Projects Section ======= -->
  427.         <section id="projects" class="projects">
  428.             <div class="container" data-aos="fade-up">
  429.                 <div class="section-header">
  430.                     <h2>{{ entity.projectsTitle }}</h2>
  431.                     <p>{{ entity.projectsSubtitle }}</p>
  432.                 </div>
  433.                 <div class="portfolio-isotope" data-portfolio-filter="*" data-portfolio-layout="masonry" data-portfolio-sort="original-order">
  434.                     <ul class="portfolio-flters" data-aos="fade-up" data-aos-delay="100">
  435.                         <li data-filter="*" class="filter-active">{{ entity.projectsLink1 }}</li>
  436.                         <li data-filter=".filter-remodeling">{{ entity.projectsLink2 }}</li>
  437.                         <li data-filter=".filter-construction">{{ entity.projectsLink3 }}</li>
  438.                         <li data-filter=".filter-repairs">{{ entity.projectsLink4 }}</li>
  439.                         <li data-filter=".filter-design">{{ entity.projectsLink5 }}</li>
  440.                     </ul><!-- End Projects Filters -->
  441.                     <div class="row gy-4 portfolio-container" data-aos="fade-up" data-aos-delay="200">
  442.                         <div class="col-lg-4 col-md-6 portfolio-item filter-remodeling">
  443.                             <div class="portfolio-content h-100">
  444.                                 <img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/living-room.jpg') }}" class="img-fluid" alt="">
  445.                                 <div class="portfolio-info">
  446.                                     <h4>{{ entity.projectsItem1Title }}</h4>
  447.                                     <p>{{ entity.projectsItem1Subtitle }}</p>
  448.                                     <a href="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/living-room.jpg') }}" title="{{ entity.projectsItem1HrefTitle }}" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
  449.                                     <a href="{{ path('app_portfolio_templates_entreprise_du_batiment_project_1_www', {'lang': currentLang})}}" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
  450.                                 </div>
  451.                             </div>
  452.                         </div><!-- End Projects Item -->
  453.                         <div class="col-lg-4 col-md-6 portfolio-item filter-construction">
  454.                             <div class="portfolio-content h-100">
  455.                                 <img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/window.jpg') }}" class="img-fluid" alt="">
  456.                                 <div class="portfolio-info">
  457.                                     <h4>{{ entity.projectsItem2Title }}</h4>
  458.                                     <p>{{ entity.projectsItem2Subtitle }}</p>
  459.                                     <a href="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/window.jpg') }}" title="{{ entity.projectsItem2HrefTitle }}" data-gallery="portfolio-gallery-construction" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
  460.                                     <a href="{{ path('app_portfolio_templates_entreprise_du_batiment_project_4_www', {'lang': currentLang})}}" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
  461.                                 </div>
  462.                             </div>
  463.                         </div><!-- End Projects Item -->
  464.                         <div class="col-lg-4 col-md-6 portfolio-item filter-repairs">
  465.                             <div class="portfolio-content h-100">
  466.                                 <img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/vintage.jpg') }}" class="img-fluid" alt="">
  467.                                 <div class="portfolio-info">
  468.                                     <h4>{{ entity.projectsItem3Title }}</h4>
  469.                                     <p>{{ entity.projectsItem3Subtitle }}</p>
  470.                                     <a href="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/vintage.jpg') }}" title="{{ entity.projectsItem3HrefTitle }}" data-gallery="portfolio-gallery-repairs" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
  471.                                     <a href="{{ path('app_portfolio_templates_entreprise_du_batiment_project_7_www', {'lang': currentLang})}}" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
  472.                                 </div>
  473.                             </div>
  474.                         </div><!-- End Projects Item -->
  475.                         <div class="col-lg-4 col-md-6 portfolio-item filter-design">
  476.                             <div class="portfolio-content h-100">
  477.                                 <img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/bedroom.jpg') }}" class="img-fluid" alt="">
  478.                                 <div class="portfolio-info">
  479.                                     <h4>{{ entity.projectsItem4Title }}</h4>
  480.                                     <p>{{ entity.projectsItem4Subtitle }}</p>
  481.                                     <a href="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/bedroom.jpg') }}" title="{{ entity.projectsItem4HrefTitle }}" data-gallery="portfolio-gallery-book" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
  482.                                     <a href="{{ path('app_portfolio_templates_entreprise_du_batiment_project_10_www', {'lang': currentLang})}}" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
  483.                                 </div>
  484.                             </div>
  485.                         </div><!-- End Projects Item -->
  486.                         <div class="col-lg-4 col-md-6 portfolio-item filter-remodeling">
  487.                             <div class="portfolio-content h-100">
  488.                                 <img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/kitchen.jpg') }}" class="img-fluid" alt="">
  489.                                 <div class="portfolio-info">
  490.                                     <h4>{{ entity.projectsItem5Title }}</h4>
  491.                                     <p>{{ entity.projectsItem5Subtitle }}</p>
  492.                                     <a href="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/kitchen.jpg') }}" title="{{ entity.projectsItem5HrefTitle }}" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
  493.                                     <a href="{{ path('app_portfolio_templates_entreprise_du_batiment_project_2_www', {'lang': currentLang})}}" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
  494.                                 </div>
  495.                             </div>
  496.                         </div><!-- End Projects Item -->
  497.                         <div class="col-lg-4 col-md-6 portfolio-item filter-construction">
  498.                             <div class="portfolio-content h-100">
  499.                                 <img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/llucmajor.jpg') }}" class="img-fluid" alt="">
  500.                                 <div class="portfolio-info">
  501.                                     <h4>{{ entity.projectsItem6Title }}</h4>
  502.                                     <p>{{ entity.projectsItem6Subtitle }}</p>
  503.                                     <a href="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/llucmajor.jpg') }}" title="{{ entity.projectsItem6HrefTitle }}" data-gallery="portfolio-gallery-construction" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
  504.                                     <a href="{{ path('app_portfolio_templates_entreprise_du_batiment_project_5_www', {'lang': currentLang})}}" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
  505.                                 </div>
  506.                             </div>
  507.                         </div><!-- End Projects Item -->
  508.                         <div class="col-lg-4 col-md-6 portfolio-item filter-repairs">
  509.                             <div class="portfolio-content h-100">
  510.                                 <img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/houseoffanusta.jpg') }}" class="img-fluid" alt="">
  511.                                 <div class="portfolio-info">
  512.                                     <h4>{{ entity.projectsItem7Title }}</h4>
  513.                                     <p>{{ entity.projectsItem7Subtitle }}</p>
  514.                                     <a href="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/houseoffanusta.jpg') }}" title="{{ entity.projectsItem7HrefTitle }}" data-gallery="portfolio-gallery-repairs" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
  515.                                     <a href="{{ path('app_portfolio_templates_entreprise_du_batiment_project_8_www', {'lang': currentLang})}}" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
  516.                                 </div>
  517.                             </div>
  518.                         </div><!-- End Projects Item -->
  519.                         <div class="col-lg-4 col-md-6 portfolio-item filter-design">
  520.                             <div class="portfolio-content h-100">
  521.                                 <img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/living-room-tv.jpg') }}" class="img-fluid" alt="">
  522.                                 <div class="portfolio-info">
  523.                                     <h4>{{ entity.projectsItem8Title }}</h4>
  524.                                     <p>{{ entity.projectsItem8Subtitle }}</p>
  525.                                     <a href="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/living-room-tv.jpg') }}" title="{{ entity.projectsItem8HrefTitle }}" data-gallery="portfolio-gallery-book" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
  526.                                     <a href="{{ path('app_portfolio_templates_entreprise_du_batiment_project_11_www', {'lang': currentLang})}}" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
  527.                                 </div>
  528.                             </div>
  529.                         </div><!-- End Projects Item -->
  530.                         <div class="col-lg-4 col-md-6 portfolio-item filter-remodeling">
  531.                             <div class="portfolio-content h-100">
  532.                                 <img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/remodeling-3.jpg') }}" class="img-fluid" alt="">
  533.                                 <div class="portfolio-info">
  534.                                     <h4>{{ entity.projectsItem9Title }}</h4>
  535.                                     <p>{{ entity.projectsItem9Subtitle }}</p>
  536.                                     <a href="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/remodeling-3.jpg') }}" title="{{ entity.projectsItem9HrefTitle }}" data-gallery="portfolio-gallery-remodeling" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
  537.                                     <a href="{{ path('app_portfolio_templates_entreprise_du_batiment_project_3_www', {'lang': currentLang})}}" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
  538.                                 </div>
  539.                             </div>
  540.                         </div><!-- End Projects Item -->
  541.                         <div class="col-lg-4 col-md-6 portfolio-item filter-construction">
  542.                             <div class="portfolio-content h-100">
  543.                                 <img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/restored-home.jpg') }}" class="img-fluid" alt="">
  544.                                 <div class="portfolio-info">
  545.                                     <h4>{{ entity.projectsItem10Title }}</h4>
  546.                                     <p>{{ entity.projectsItem10Subtitle }}</p>
  547.                                     <a href="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/restored-home.jpg') }}" title="{{ entity.projectsItem10HrefTitle }}" data-gallery="portfolio-gallery-construction" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
  548.                                     <a href="{{ path('app_portfolio_templates_entreprise_du_batiment_project_6_www', {'lang': currentLang})}}" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
  549.                                 </div>
  550.                             </div>
  551.                         </div><!-- End Projects Item -->
  552.                         <div class="col-lg-4 col-md-6 portfolio-item filter-repairs">
  553.                             <div class="portfolio-content h-100">
  554.                                 <img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/white.jpg') }}" class="img-fluid" alt="">
  555.                                 <div class="portfolio-info">
  556.                                     <h4>{{ entity.projectsItem11Title }}</h4>
  557.                                     <p>{{ entity.projectsItem11Subtitle }}</p>
  558.                                     <a href="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/white.jpg') }}" title="{{ entity.projectsItem11HrefTitle }}" data-gallery="portfolio-gallery-repairs" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
  559.                                     <a href="{{ path('app_portfolio_templates_entreprise_du_batiment_project_9_www', {'lang': currentLang})}}" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
  560.                                 </div>
  561.                             </div>
  562.                         </div><!-- End Projects Item -->
  563.                         <div class="col-lg-4 col-md-6 portfolio-item filter-design">
  564.                             <div class="portfolio-content h-100">
  565.                                 <img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/living-room-boudoir.jpg') }}" class="img-fluid" alt="">
  566.                                 <div class="portfolio-info">
  567.                                     <h4>{{ entity.projectsItem12Title }}</h4>
  568.                                     <p>{{ entity.projectsItem12Subtitle }}</p>
  569.                                     <a href="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/living-room-boudoir.jpg') }}" title="{{ entity.projectsItem12HrefTitle }}" data-gallery="portfolio-gallery-book" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
  570.                                     <a href="{{ path('app_portfolio_templates_entreprise_du_batiment_project_12_www', {'lang': currentLang})}}" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
  571.                                 </div>
  572.                             </div>
  573.                         </div><!-- End Projects Item -->
  574.                     </div><!-- End Projects Container -->
  575.                 </div>
  576.             </div>
  577.         </section>
  578.         <!-- End Our Projects Section -->
  579.         <!-- ======= Contact Section ======= -->
  580.         <section id="contact" class="contact">
  581.             <div class="container" data-aos="fade-up" data-aos-delay="100">
  582.                 <div class="row gy-4">
  583.                     <div class="col-lg-6">
  584.                         <div class="info-item d-flex flex-column justify-content-center align-items-center">
  585.                             <i class="bi bi-map"></i>
  586.                             <h3>{{ entity.contactInfoItemTitle1 }}</h3>
  587.                             <p>{{ entity.contactInfoItemSubtitle1 }}</p>
  588.                         </div>
  589.                     </div><!-- End Info Item -->
  590.                     <div class="col-lg-3 col-md-6">
  591.                         <div class="info-item d-flex flex-column justify-content-center align-items-center">
  592.                             <i class="bi bi-envelope"></i>
  593.                             <h3>{{ entity.contactInfoItemTitle2 }}</h3>
  594.                             <p>{{ entity.contactInfoItemSubtitle2 }}</p>
  595.                         </div>
  596.                     </div><!-- End Info Item -->
  597.                     <div class="col-lg-3 col-md-6">
  598.                         <div class="info-item d-flex flex-column justify-content-center align-items-center">
  599.                             <i class="bi bi-telephone"></i>
  600.                             <h3>{{ entity.contactInfoItemTitle3 }}</h3>
  601.                             <p>{{ entity.contactInfoItemSubtitle3 }}</p>
  602.                         </div>
  603.                     </div><!-- End Info Item -->
  604.                 </div>
  605.                 <div class="row gy-4 mt-1">
  606.                     <div class="col-lg-6">
  607.                         <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12097.433213460943!2d-74.0062269!3d40.7101282!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb89d1fe6bc499443!2sDowntown+Conference+Center!5e0!3m2!1smk!2sbg!4v1539943755621" frameborder="0" style="border:0; width: 100%; height: 384px;" allowfullscreen></iframe>
  608.                     </div><!-- End Google Maps -->
  609.                     <div class="col-lg-6">
  610.                         <form action="#" method="post" role="form" class="php-email-form">
  611.                             <div class="row gy-4">
  612.                                 <div class="col-lg-6 form-group">
  613.                                     <input type="text" name="name" class="form-control" id="name" placeholder="{{ entity.contactFormInput1 }}" required>
  614.                                 </div>
  615.                                 <div class="col-lg-6 form-group">
  616.                                     <input type="email" class="form-control" name="email" id="email" placeholder="{{ entity.contactFormInput2 }}" required>
  617.                                 </div>
  618.                             </div>
  619.                             <div class="form-group">
  620.                                 <input type="text" class="form-control" name="subject" id="subject" placeholder="{{ entity.contactFormInput3 }}" required>
  621.                             </div>
  622.                             <div class="form-group">
  623.                                 <textarea class="form-control" name="message" rows="5" placeholder="{{ entity.contactFormInput4 }}" required></textarea>
  624.                             </div>
  625.                             <div class="my-3">
  626.                                 <div class="loading">{{ entity.contactFormInputLoading }}</div>
  627.                                 <div class="error-message"></div>
  628.                                 <div class="sent-message">{{ entity.contactFormInputSent }}</div>
  629.                             </div>
  630.                             <div class="text-center"><button type="submit">{{ entity.contactFormInputSubmit }}</button></div>
  631.                         </form>
  632.                     </div><!-- End Contact Form -->
  633.                 </div>
  634.             </div>
  635.         </section><!-- End Contact Section -->
  636.     </main><!-- End #main -->
  637.     <a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
  638. {% endblock %}
  639. {% block javascripts %}
  640.     <!-- Vendor JS Files -->
  641.     <script src="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/bootstrap/js/bootstrap.bundle.min.js') }}"></script>
  642.     <script src="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/aos/aos.js') }}"></script>
  643.     <script src="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/glightbox/js/glightbox.min.js') }}"></script>
  644.     <script src="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/isotope-layout/isotope.pkgd.min.js') }}"></script>
  645.     <script src="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/swiper/swiper-bundle.min.js') }}"></script>
  646.     <script src="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/purecounter/purecounter_vanilla.js') }}"></script>
  647.     <script src="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/php-email-form/validate.js') }}"></script>
  648.     <!-- Template Main JS File -->
  649.     <script src="{{ asset('build/portfolio/template/show/EntConstruction/assets/js/main.js') }}"></script>
  650. {% endblock %}