templates/portfolio/templates/entBatiment/EntBatiment.html.twig line 1
{% extends 'base.html.twig' %}
{% block title %}Entreprise du batiment {% endblock %}
{% block stylesheets %}
<meta name="robots" content="noindex, nofollow">
{# TODO: Supprimer cette meta pour la production #}
{% for code, name in availableLanguages %}
<link rel="alternate" hreflang="{{ code }}" href="{{ baseUrl }}/{{ code }}">
{% endfor %}
<link rel="alternate" hreflang="x-default" href="{{ baseUrl }}/en">
<!-- Favicons -->
<link href="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/favicon.png') }}" rel="icon">
<link href="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/apple-touch-icon.png') }}" rel="apple-touch-icon">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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">
<!-- Vendor CSS Files -->
<link href="{{asset('build/portfolio/template/show/EntConstruction/assets/vendor/bootstrap/css/bootstrap.min.css') }}" rel="stylesheet">
<link href="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/bootstrap-icons/bootstrap-icons.css') }}" rel="stylesheet">
<link href="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/fontawesome-free/css/all.min.css') }}" rel="stylesheet">
<link href="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/aos/aos.css') }}" rel="stylesheet">
<link href="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/glightbox/css/glightbox.min.css') }}" rel="stylesheet">
<link href="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/swiper/swiper-bundle.min.css') }}" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="{{ asset('build/portfolio/template/show/EntConstruction/assets/css/main.css') }}" rel="stylesheet">
{% endblock %}
{% block body %}
<!-- ======= Header ======= -->
<header id="header" class="header d-flex align-items-center">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="#" class="logo d-flex align-items-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.png" alt=""> -->
<h1>{{entity.headerLogoTitle }}<span>.</span></h1>
</a>
<i class="mobile-nav-toggle mobile-nav-show bi bi-list"></i>
<i class="mobile-nav-toggle mobile-nav-hide d-none bi bi-x"></i>
<nav id="navbar" class="navbar">
<ul>
<li><a href="#" class="active">{{ entity.headerLi1 }}</a></li>
<li><a href="#services">{{ entity.headerLi2 }}</a></li>
<li><a href="#projects">{{ entity.headerLi3 }}</a></li>
<li><a href="#contact">{{ entity.headerLi4 }}</a></li>
<!-- Menu déroulant pour changer de langue -->
{% set availableLanguages = {'fr': 'Français', 'en': 'Anglais', 'es': 'Espagnol', 'de': 'Allemand'} %}
<li class="dropdown">
<a href="#">
<span><i class="bi bi-globe fs-5"></i></span>
<i class="bi bi-chevron-down dropdown-indicator"></i>
</a>
<ul>
{% for langCode, langName in availableLanguages %}
{% if langCode != currentLang %}
<li>
<a href="{{ path('app_portfolio_templates_entreprise_du_batiment_www', {'lang': langCode}) }}">
{{ langName }}
</a>
</li>
{% endif %}
{% endfor %}
</ul>
</li>
</ul>
</nav>
<!-- .navbar -->
</div>
</header>
<!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="hero">
<div class="info d-flex align-items-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 text-center" style="margin-top: 7em!important">
<h2 data-aos="fade-down">{{ entity.heroTitle1 }}<br><span>{{ entity.heroTitle2 }}</span></h2>
<p data-aos="fade-up">{{ entity.heroSubtitle }}</p>
<a data-aos="fade-up" data-aos-delay="200" href="#get-started" class="btn-get-started">{{ entity.heroButton }}</a>
</div>
</div>
</div>
</div>
<div id="hero-carousel" class="carousel slide" data-bs-ride="carousel" data-bs-interval="5000">
<div class="carousel-item active" style="background-image: url('{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/office.jpg') }}')"></div>
<div class="carousel-item" style="background-image: url('{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/houseoffanusta.jpg') }}')"></div>
<div class="carousel-item" style="background-image: url('{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/restored-home.jpg') }}')"></div>
<div class="carousel-item" style="background-image: url('{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/living-room-boudoir.jpg') }}')"></div>
<div class="carousel-item" style="background-image: url('{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/bedroom.jpg') }}')"></div>
<a class="carousel-control-prev" href="#hero-carousel" role="button" data-bs-slide="prev">
<span class="carousel-control-prev-icon bi bi-chevron-left" aria-hidden="true"></span>
</a>
<a class="carousel-control-next" href="#hero-carousel" role="button" data-bs-slide="next">
<span class="carousel-control-next-icon bi bi-chevron-right" aria-hidden="true"></span>
</a>
</div>
</section>
<!-- End Hero Section -->
<main id="main">
<!-- ======= Get Started Section ======= -->
<section id="get-started" class="get-started section-bg">
<div class="container">
<div class="row justify-content-between gy-4">
<div class="col-lg-6 d-flex align-items-center" data-aos="fade-up">
<div class="content">
<h3>{{ entity.getStartedTitle1 }}</h3>
<p>{{ entity.getStartedText1 }}</p>
<p>{{ entity.getStartedText2 }}</p>
</div>
</div>
<div class="col-lg-5" data-aos="fade">
<form action="{#forms/quote.php#}" method="post" class="php-email-form">
<h3>{{ entity.getStartedTitle2 }}</h3>
<p>{{ entity.getStartedText3 }}</p>
<div class="row gy-3">
<label>
<input type="text" name="name" class="form-control" placeholder="{{ entity.getStartedPlaceholder1 }}" required>
</label>
<label>
<input type="email" class="form-control" name="email" placeholder="{{ entity.getStartedPlaceholder2 }}" required>
</label>
<label>
<input type="text" class="form-control" name="phone" placeholder="{{ entity.getStartedPlaceholder3 }}" required>
</label>
<label>
<textarea class="form-control" name="message" rows="6" placeholder="{{ entity.getStartedPlaceholder4}}" required></textarea>
</label>
<div class="col-md-12 text-center">
<div class="loading">{{ entity.getStartedLoading }}</div>
<div class="error-message"></div>
<div class="sent-message">{{ entity.getStartedSentMessage }}</div>
<button type="submit">{{ entity.getStartedSubmitButton }}</button>
</div>
</div>
</form>
</div>
<!-- End Quote Form -->
</div>
</div>
</section>
<!-- End Get Started Section -->
<!-- ======= Constructions Section ======= -->
<section id="constructions" class="constructions">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>{{ entity.constructionTitle1 }}</h2>
<p>{{ entity.constructionSubtitle1 }}</p>
</div>
<div class="row gy-4">
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<div class="card-item">
<div class="row">
<div class="col-xl-5">
<div class="card-bg" style="background-image: url('{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/plan.jpg') }}');"></div>
</div>
<div class="col-xl-7 d-flex align-items-center">
<div class="card-body">
<h4 class="card-title">{{ entity.constructionCard1Title }}</h4>
<p>{{ entity.constructionCard1Subtitle }}</p>
</div>
</div>
</div>
</div>
</div><!-- End Card Item -->
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="200">
<div class="card-item">
<div class="row">
<div class="col-xl-5">
<div class="card-bg" style="background-image: url('{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/office.jpg') }}');"></div>
</div>
<div class="col-xl-7 d-flex align-items-center">
<div class="card-body">
<h4 class="card-title">{{ entity.constructionCard2Title }}</h4>
<p>{{ entity.constructionCard2Subtitle }}</p>
</div>
</div>
</div>
</div>
</div><!-- End Card Item -->
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="300">
<div class="card-item">
<div class="row">
<div class="col-xl-5">
<div class="card-bg" style="background-image: url('{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/computer-code.jpg') }}');"></div>
</div>
<div class="col-xl-7 d-flex align-items-center">
<div class="card-body">
<h4 class="card-title">{{ entity.constructionCard3Title }}</h4>
<p>{{ entity.constructionCard3Subtitle }}</p>
</div>
</div>
</div>
</div>
</div><!-- End Card Item -->
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="400">
<div class="card-item">
<div class="row">
<div class="col-xl-5">
<div class="card-bg" style="background-image: url('{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/cleanliness.jpg') }}');"></div>
</div>
<div class="col-xl-7 d-flex align-items-center">
<div class="card-body">
<h4 class="card-title">{{ entity.constructionCard4Title }}</h4>
<p>{{ entity.constructionCard4Subtitle }}</p>
</div>
</div>
</div>
</div>
</div><!-- End Card Item -->
</div>
</div>
</section>
<!-- End Constructions Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services section-bg">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>{{ entity.serviceTitle }}</h2>
<p>{{ entity.serviceSubtitle }}</p>
</div>
<div class="row gy-4">
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="service-item position-relative">
<div class="icon">
<i class="fa-solid fa-mountain-city"></i>
</div>
<h3>{{ entity.serviceItem1Title }}</h3>
<p>{{ entity.serviceItem1Subtitle }}</p>
<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>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="service-item position-relative">
<div class="icon">
<i class="fa-solid fa-arrow-up-from-ground-water"></i>
</div>
<h3>{{ entity.serviceItem2Title }}</h3>
<p>{{ entity.serviceItem2Subtitle }}</p>
<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>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="service-item position-relative">
<div class="icon">
<i class="fa-solid fa-compass-drafting"></i>
</div>
<h3>{{ entity.serviceItem3Title }}</h3>
<p>{{ entity.serviceItem3Subtitle }}</p>
<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>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="400">
<div class="service-item position-relative">
<div class="icon">
<i class="fa-solid fa-trowel-bricks"></i>
</div>
<h3>{{ entity.serviceItem4Title }}</h3>
<p>{{ entity.serviceItem4Subtitle }}</p>
<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>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="500">
<div class="service-item position-relative">
<div class="icon">
<i class="fa-solid fa-helmet-safety"></i>
</div>
<h3>{{ entity.serviceItem5Title }}</h3>
<p>{{ entity.serviceItem5Subtitle }}</p>
<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>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="600">
<div class="service-item position-relative">
<div class="icon">
<i class="fa-solid fa-arrow-up-from-ground-water"></i>
</div>
<h3>{{ entity.serviceItem6Title }}</h3>
<p>{{ entity.serviceItem6Subtitle }}</p>
<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>
</div>
</div><!-- End Service Item -->
</div>
</div>
</section>
<!-- End Services Section -->
<!-- ======= Alt Services Section ======= -->
<section id="alt-services" class="alt-services">
<div class="container" data-aos="fade-up">
<div class="row justify-content-around gy-4">
<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>
<div class="col-lg-5 d-flex flex-column justify-content-center">
<h3>{{ entity.altServiceTitle }}</h3>
<p>{{ entity.altServiceText }}</p>
<div class="icon-box d-flex position-relative" data-aos="fade-up" data-aos-delay="100">
<i class="bi bi-easel flex-shrink-0"></i>
<div>
<h4><a class="stretched-link">{{ entity.altServiceBox1Title }}</a></h4>
<p>{{ entity.altServiceBox1Subtitle }}</p>
</div>
</div><!-- End Icon Box -->
<div class="icon-box d-flex position-relative" data-aos="fade-up" data-aos-delay="200">
<i class="bi bi-patch-check flex-shrink-0"></i>
<div>
<h4><a class="stretched-link">{{ entity.altServiceBox2Title }}</a></h4>
<p>{{ entity.altServiceBox2Subtitle }}</p>
</div>
</div><!-- End Icon Box -->
<div class="icon-box d-flex position-relative" data-aos="fade-up" data-aos-delay="300">
<i class="bi bi-brightness-high flex-shrink-0"></i>
<div>
<h4><a class="stretched-link">{{ entity.altServiceBox3Title }}</a></h4>
<p>{{ entity.altServiceBox3Subtitle }}</p>
</div>
</div><!-- End Icon Box -->
<div class="icon-box d-flex position-relative" data-aos="fade-up" data-aos-delay="400">
<i class="bi bi-brightness-high flex-shrink-0"></i>
<div>
<h4><a class="stretched-link">{{ entity.altServiceBox4Title }}</a></h4>
<p>{{ entity.altServiceBox4Subtitle }}</p>
</div>
</div><!-- End Icon Box -->
</div>
</div>
</div>
</section>
<!-- End Alt Services Section -->
<!-- ======= Features Section ======= -->
<section id="features" class="features section-bg">
<div class="container" data-aos="fade-up">
<ul class="nav nav-tabs row g-2 d-flex">
<li class="nav-item col-3">
<a class="nav-link active show" data-bs-toggle="tab" data-bs-target="#tab-1">
<h4>{{ entity.featureLink1 }}</h4>
</a>
</li><!-- End tab nav item -->
<li class="nav-item col-3">
<a class="nav-link" data-bs-toggle="tab" data-bs-target="#tab-2">
<h4>{{ entity.featureLink2 }}</h4>
</a><!-- End tab nav item -->
</li><li class="nav-item col-3">
<a class="nav-link" data-bs-toggle="tab" data-bs-target="#tab-3">
<h4>{{ entity.featureLink3 }}</h4>
</a>
</li><!-- End tab nav item -->
<li class="nav-item col-3">
<a class="nav-link" data-bs-toggle="tab" data-bs-target="#tab-4">
<h4>{{ entity.featureLink4 }}</h4>
</a>
</li><!-- End tab nav item -->
</ul>
<div class="tab-content">
<div class="tab-pane active show" id="tab-1">
<div class="row">
<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">
<h3>{{ entity.featureLink1Title }}</h3>
<p class="fst-italic">
{{ entity.featureLink1Subtitle }}
</p>
<ul>
<li><i class="bi bi-check2-all"></i>{{ entity.featureLink1Li1Text }}</li>
<li><i class="bi bi-check2-all"></i>{{ entity.featureLink1Li2Text }}</li>
<li><i class="bi bi-check2-all"></i>{{ entity.featureLink1Li3Text }}</li>
</ul>
</div>
<div class="col-lg-6 order-1 order-lg-2 text-center" data-aos="fade-up" data-aos-delay="200">
<img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/building.jpg') }}" alt="" class="img-fluid">
</div>
</div>
</div><!-- End tab content item -->
<div class="tab-pane" id="tab-2">
<div class="row">
<div class="col-lg-6 order-2 order-lg-1 mt-3 mt-lg-0 d-flex flex-column justify-content-center">
<h3>{{ entity.featureLink2Title }}</h3>
<p class="fst-italic">
{{ entity.featureLink2Subtitle }}
</p>
<ul>
<li><i class="bi bi-check2-all"></i>{{ entity.featureLink2Li1Text }}</li>
<li><i class="bi bi-check2-all"></i>{{ entity.featureLink2Li2Text }}</li>
<li><i class="bi bi-check2-all"></i>{{ entity.featureLink2Li3Text }}</li>
</ul>
</div>
<div class="col-lg-6 order-1 order-lg-2 text-center">
<img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/measurement.jpg') }}" alt="" class="img-fluid">
</div>
</div>
</div><!-- End tab content item -->
<div class="tab-pane" id="tab-3">
<div class="row">
<div class="col-lg-6 order-2 order-lg-1 mt-3 mt-lg-0 d-flex flex-column justify-content-center">
<h3>{{ entity.featureLink3Title }}</h3>
<p class="fst-italic">
{{ entity.featureLink3Subtitle }}
</p>
<ul>
<li><i class="bi bi-check2-all"></i>{{ entity.featureLink3Li1Text }}</li>
<li><i class="bi bi-check2-all"></i>{{ entity.featureLink3Li2Text }}</li>
<li><i class="bi bi-check2-all"></i>{{ entity.featureLink3Li3Text }}</li>
</ul>
</div>
<div class="col-lg-6 order-1 order-lg-2 text-center">
<img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/paint-brush-finition.jpg') }}" alt="" class="img-fluid">
</div>
</div>
</div><!-- End tab content item -->
<div class="tab-pane" id="tab-4">
<div class="row">
<div class="col-lg-6 order-2 order-lg-1 mt-3 mt-lg-0 d-flex flex-column justify-content-center">
<h3>{{ entity.featureLink4Title }}</h3>
<p class="fst-italic">
{{ entity.featureLink4Subtitle }}
</p>
<ul>
<li><i class="bi bi-check2-all"></i>{{ entity.featureLink4Li1Text }}</li>
<li><i class="bi bi-check2-all"></i>{{ entity.featureLink4Li2Text }}</li>
<li><i class="bi bi-check2-all"></i>{{ entity.featureLink4Li3Text }}</li>
</ul>
</div>
<div class="col-lg-6 order-1 order-lg-2 text-center">
<img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/startup-teams.jpg') }}" alt="" class="img-fluid">
</div>
</div>
</div><!-- End tab content item -->
</div>
</div>
</section>
<!-- End Features Section -->
<!-- ======= Our Projects Section ======= -->
<section id="projects" class="projects">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>{{ entity.projectsTitle }}</h2>
<p>{{ entity.projectsSubtitle }}</p>
</div>
<div class="portfolio-isotope" data-portfolio-filter="*" data-portfolio-layout="masonry" data-portfolio-sort="original-order">
<ul class="portfolio-flters" data-aos="fade-up" data-aos-delay="100">
<li data-filter="*" class="filter-active">{{ entity.projectsLink1 }}</li>
<li data-filter=".filter-remodeling">{{ entity.projectsLink2 }}</li>
<li data-filter=".filter-construction">{{ entity.projectsLink3 }}</li>
<li data-filter=".filter-repairs">{{ entity.projectsLink4 }}</li>
<li data-filter=".filter-design">{{ entity.projectsLink5 }}</li>
</ul><!-- End Projects Filters -->
<div class="row gy-4 portfolio-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-4 col-md-6 portfolio-item filter-remodeling">
<div class="portfolio-content h-100">
<img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/living-room.jpg') }}" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>{{ entity.projectsItem1Title }}</h4>
<p>{{ entity.projectsItem1Subtitle }}</p>
<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>
<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>
</div>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-construction">
<div class="portfolio-content h-100">
<img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/window.jpg') }}" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>{{ entity.projectsItem2Title }}</h4>
<p>{{ entity.projectsItem2Subtitle }}</p>
<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>
<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>
</div>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-repairs">
<div class="portfolio-content h-100">
<img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/vintage.jpg') }}" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>{{ entity.projectsItem3Title }}</h4>
<p>{{ entity.projectsItem3Subtitle }}</p>
<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>
<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>
</div>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-design">
<div class="portfolio-content h-100">
<img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/bedroom.jpg') }}" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>{{ entity.projectsItem4Title }}</h4>
<p>{{ entity.projectsItem4Subtitle }}</p>
<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>
<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>
</div>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-remodeling">
<div class="portfolio-content h-100">
<img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/kitchen.jpg') }}" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>{{ entity.projectsItem5Title }}</h4>
<p>{{ entity.projectsItem5Subtitle }}</p>
<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>
<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>
</div>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-construction">
<div class="portfolio-content h-100">
<img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/llucmajor.jpg') }}" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>{{ entity.projectsItem6Title }}</h4>
<p>{{ entity.projectsItem6Subtitle }}</p>
<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>
<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>
</div>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-repairs">
<div class="portfolio-content h-100">
<img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/houseoffanusta.jpg') }}" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>{{ entity.projectsItem7Title }}</h4>
<p>{{ entity.projectsItem7Subtitle }}</p>
<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>
<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>
</div>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-design">
<div class="portfolio-content h-100">
<img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/living-room-tv.jpg') }}" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>{{ entity.projectsItem8Title }}</h4>
<p>{{ entity.projectsItem8Subtitle }}</p>
<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>
<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>
</div>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-remodeling">
<div class="portfolio-content h-100">
<img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/remodeling-3.jpg') }}" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>{{ entity.projectsItem9Title }}</h4>
<p>{{ entity.projectsItem9Subtitle }}</p>
<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>
<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>
</div>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-construction">
<div class="portfolio-content h-100">
<img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/restored-home.jpg') }}" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>{{ entity.projectsItem10Title }}</h4>
<p>{{ entity.projectsItem10Subtitle }}</p>
<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>
<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>
</div>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-repairs">
<div class="portfolio-content h-100">
<img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/white.jpg') }}" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>{{ entity.projectsItem11Title }}</h4>
<p>{{ entity.projectsItem11Subtitle }}</p>
<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>
<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>
</div>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-design">
<div class="portfolio-content h-100">
<img src="{{ asset('build/portfolio/template/show/EntConstruction/assets/img/projects/living-room-boudoir.jpg') }}" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>{{ entity.projectsItem12Title }}</h4>
<p>{{ entity.projectsItem12Subtitle }}</p>
<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>
<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>
</div>
</div>
</div><!-- End Projects Item -->
</div><!-- End Projects Container -->
</div>
</div>
</section>
<!-- End Our Projects Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4">
<div class="col-lg-6">
<div class="info-item d-flex flex-column justify-content-center align-items-center">
<i class="bi bi-map"></i>
<h3>{{ entity.contactInfoItemTitle1 }}</h3>
<p>{{ entity.contactInfoItemSubtitle1 }}</p>
</div>
</div><!-- End Info Item -->
<div class="col-lg-3 col-md-6">
<div class="info-item d-flex flex-column justify-content-center align-items-center">
<i class="bi bi-envelope"></i>
<h3>{{ entity.contactInfoItemTitle2 }}</h3>
<p>{{ entity.contactInfoItemSubtitle2 }}</p>
</div>
</div><!-- End Info Item -->
<div class="col-lg-3 col-md-6">
<div class="info-item d-flex flex-column justify-content-center align-items-center">
<i class="bi bi-telephone"></i>
<h3>{{ entity.contactInfoItemTitle3 }}</h3>
<p>{{ entity.contactInfoItemSubtitle3 }}</p>
</div>
</div><!-- End Info Item -->
</div>
<div class="row gy-4 mt-1">
<div class="col-lg-6">
<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>
</div><!-- End Google Maps -->
<div class="col-lg-6">
<form action="#" method="post" role="form" class="php-email-form">
<div class="row gy-4">
<div class="col-lg-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="{{ entity.contactFormInput1 }}" required>
</div>
<div class="col-lg-6 form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="{{ entity.contactFormInput2 }}" required>
</div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="{{ entity.contactFormInput3 }}" required>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" placeholder="{{ entity.contactFormInput4 }}" required></textarea>
</div>
<div class="my-3">
<div class="loading">{{ entity.contactFormInputLoading }}</div>
<div class="error-message"></div>
<div class="sent-message">{{ entity.contactFormInputSent }}</div>
</div>
<div class="text-center"><button type="submit">{{ entity.contactFormInputSubmit }}</button></div>
</form>
</div><!-- End Contact Form -->
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
{% endblock %}
{% block javascripts %}
<!-- Vendor JS Files -->
<script src="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/bootstrap/js/bootstrap.bundle.min.js') }}"></script>
<script src="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/aos/aos.js') }}"></script>
<script src="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/glightbox/js/glightbox.min.js') }}"></script>
<script src="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/isotope-layout/isotope.pkgd.min.js') }}"></script>
<script src="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/swiper/swiper-bundle.min.js') }}"></script>
<script src="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/purecounter/purecounter_vanilla.js') }}"></script>
<script src="{{ asset('build/portfolio/template/show/EntConstruction/assets/vendor/php-email-form/validate.js') }}"></script>
<!-- Template Main JS File -->
<script src="{{ asset('build/portfolio/template/show/EntConstruction/assets/js/main.js') }}"></script>
{% endblock %}