templates/front_end/home/index.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Acceuil SCI CAWALLY !{% endblock %}
  3. {% block body %}
  4.     <!-- Header Start -->
  5.     <div class="container-fluid header bg-white p-0">
  6.         <div class="row g-0 align-items-center flex-column-reverse flex-md-row">
  7.             <div class="col-md-6 p-5 mt-lg-5">
  8.                 <h1 class="display-5 animated fadeIn  mb-4">Trouvez une <span class="text-primary">Maison parfaite</span> Pour vivre avec votre famille</h1>
  9.                 <p class="animated fadeIn mb-4 pb-2">Trouvez facilement votre bien immobilier en quelques clics.</p>
  10.                 <a href="{{ path('frontend_property') }}" class="btn btn-primary py-3 px-5 me-3 animated fadeIn">Voir Plus</a>
  11.             </div>
  12.             <div class="col-md-6 animated fadeIn">
  13.                 <div class="owl-carousel header-carousel">
  14.                     <div class="owl-carousel-item">
  15.                         <img class="img-fluid header-img" src="{{ absolute_url('build/images/SCI-CAWALLY-Projet-de-construction.jpeg') }}" alt="">
  16.                     </div>
  17.                     <div class="owl-carousel-item">
  18.                         <img class="img-fluid header-img" src="{{ absolute_url('build/images/SCI-CAWALLY-Projet.jpeg') }}" alt="">
  19.                     </div>
  20.                 </div>
  21.             </div>
  22.         </div>
  23.     </div>
  24.     <!-- Header End -->
  25.     <!-- Search Start -->
  26.     <div class="container-fluid bg-primary mb-5 wow fadeIn" data-wow-delay="0.1s" style="padding: 35px;">
  27.         <div class="container">
  28.             {{ form_start(Form) }}
  29.             <div class="row g-2">
  30.                 <div class="col-md-10">
  31.                     <div class="row g-2">
  32.                         <div class="col-md-4">
  33.                             {{ form_widget(Form.city)}}
  34.                         </div>
  35.                         <div class="col-md-4">
  36.                             {{ form_widget(Form.categorie) }}
  37.                         </div>
  38.                         <div class="col-md-4">
  39.                             {{ form_widget(Form.isToSal)}}
  40.                         </div>
  41.                     </div>
  42.                 </div>
  43.                 <div class="col-md-2">
  44.                     <button class="btn btn-dark btn-sm border-0 w-100 py-3">Recherche</button>
  45.                 </div>
  46.             </div>
  47.             {{ form_end(Form) }}
  48.         </div>
  49.     </div>
  50.     <!-- Search End -->
  51.     <!-- Category Start -->
  52.     <div class="container-xxl py-5">
  53.         <div class="container">
  54.             <div class="text-center mx-auto mb-5 wow fadeInUp" data-wow-delay="0.1s" style="max-width: 600px;">
  55.                 <h1 class="mb-3">Les catégories de bien disponible</h1>
  56.             </div>
  57.             <div class="row g-4">
  58.                 <div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.1s">
  59.                     <a class="cat-item d-block bg-light text-center link rounded p-3" href="{{ path('frontend_property') }}">
  60.                         <div class="rounded p-4">
  61.                             <div class="icon mb-3">
  62.                                 <img class="img-fluid" src="{{ absolute_url('build/images/icon-apartment.png')}}" alt="Icon">
  63.                             </div>
  64.                             <h6>Apartment</h6>
  65.                             <span>123 Propriétés</span>
  66.                         </div>
  67.                     </a>
  68.                 </div>
  69.                 <div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.3s">
  70.                     <a class="cat-item d-block bg-light text-center link  rounded p-3" href="">
  71.                         <div class="rounded p-4">
  72.                             <div class="icon mb-3">
  73.                                 <img class="img-fluid" src="{{ absolute_url('build/images/icon-villa.png')}}" alt="Icon">
  74.                             </div>
  75.                             <h6>Villa</h6>
  76.                             <span>12 Propriétés</span>
  77.                         </div>
  78.                     </a>
  79.                 </div>
  80.                 <div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.5s">
  81.                     <a class="cat-item d-block bg-light text-center link  rounded p-3" href="{{ path('frontend_property') }}">
  82.                         <div class="rounded p-4">
  83.                             <div class="icon mb-3">
  84.                                 <img class="img-fluid" src="{{ absolute_url('build/images/icon-house.png')}}" alt="Icon">
  85.                             </div>
  86.                             <h6>Maison</h6>
  87.                             <span>123 Propriétés</span>
  88.                         </div>
  89.                     </a>
  90.                 </div>
  91.                 <div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.7s">
  92.                     <a class="cat-item d-block bg-light text-center link  rounded p-3" href="{{ path('frontend_property') }}">
  93.                         <div class="rounded p-4">
  94.                             <div class="icon mb-3">
  95.                                 <img class="img-fluid" src="{{ absolute_url('build/images/icon-housing.png')}} " alt="Icon">
  96.                             </div>
  97.                             <h6>Bureaux</h6>
  98.                             <span>123 Propriétés</span>
  99.                         </div>
  100.                     </a>
  101.                 </div>
  102.                 <div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.1s">
  103.                     <a class="cat-item d-block bg-light text-center link  rounded p-3" href="{{ path('frontend_property') }}">
  104.                         <div class="rounded p-4">
  105.                             <div class="icon mb-3">
  106.                                 <img class="img-fluid" src="{{ absolute_url('build/images/icon-building.png')}}" alt="Icon">
  107.                             </div>
  108.                             <h6>Immeubles</h6>
  109.                             <span>123 Propriétés</span>
  110.                         </div>
  111.                     </a>
  112.                 </div>
  113.                 <div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.3s">
  114.                     <a class="cat-item d-block bg-light text-center link  rounded p-3" href="{{ path('frontend_property') }}">
  115.                         <div class="rounded p-4">
  116.                             <div class="icon mb-3">
  117.                                 <img class="img-fluid" src="{{ absolute_url('build/images/icon-neighborhood.png')}}" alt="Icon">
  118.                             </div>
  119.                             <h6>Duplexes</h6>
  120.                             <span>123 Properties</span>
  121.                         </div>
  122.                     </a>
  123.                 </div>
  124.                 <div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.5s">
  125.                     <a class="cat-item d-block bg-light text-center link  rounded p-3" href="{{ path('frontend_property') }}">
  126.                         <div class="rounded p-4">
  127.                             <div class="icon mb-3">
  128.                                 <img class="img-fluid" src="{{ absolute_url('build/images/icon-condominium.png')}}" alt="Icon">
  129.                             </div>
  130.                             <h6>Magasins</h6>
  131.                             <span>123 Propriétés</span>
  132.                         </div>
  133.                     </a>
  134.                 </div>
  135.                 <div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.7s">
  136.                     <a class="cat-item d-block bg-light text-center link  rounded p-3" href="{{ path('frontend_property') }}">
  137.                         <div class="rounded p-4">
  138.                             <div class="icon mb-3">
  139.                                 <img class="img-fluid" src="{{ absolute_url('build/images/icon-luxury.png')}}" alt="Icon">
  140.                             </div>
  141.                             <h6>Garages</h6>
  142.                             <span>123 Propriétés</span>
  143.                         </div>
  144.                     </a>
  145.                 </div>
  146.             </div>
  147.         </div>
  148.     </div>
  149.     <!-- Category End -->
  150.     <!-- About Start -->
  151.     <div class="container-xxl py-5">
  152.         <div class="container">
  153.             <div class="row g-5 align-items-center">
  154.                 <div class="col-lg-6 wow fadeIn" data-wow-delay="0.1s">
  155.                     <div class="about-img position-relative overflow-hidden p-5 pe-0">
  156.                         <img class="img-fluid w-100" src="{{ absolute_url('build/images/about.jpg')}}">
  157.                     </div>
  158.                 </div>
  159.                 <div class="col-lg-6 wow fadeIn" data-wow-delay="0.5s">
  160.                     <h1 class="mb-4">Un endroit pour trouver la propriété parfaite</h1>
  161.                     <p class="mb-4">Avec nous c’est la satisfaction assuré ! </p>
  162.                     <p><i class="fa fa-check text-primary me-3"></i>Professionnalisme </p>
  163.                     <p><i class="fa fa-check text-primary me-3"></i>Fiabilité </p>
  164.                     <p><i class="fa fa-check text-primary me-3"></i>Des propriétés de bonne qualité </p>
  165.                     <a class="btn btn-primary py-3 px-5 mt-3" href="">Voir plus</a>
  166.                 </div>
  167.             </div>
  168.         </div>
  169.     </div>
  170.     <!-- About End -->
  171.     <!-- Property List Start -->
  172.     <div class="container-xxl py-5">
  173.         <div class="container">
  174.             <div class="row g-0 gx-5 align-items-end">
  175.                 <div class="col-lg-6">
  176.                     <div class="text-start mx-auto mb-5 wow slideInLeft" data-wow-delay="0.1s">
  177.                         <h1 class="mb-3">Liste de nos Propriétés</h1>
  178.                         <p>Vous Trouverez les plus belles propriétés immobilières dans cette liste.</p>
  179.                     </div>
  180.                 </div>
  181.                 <div class="col-lg-6 text-start text-lg-end wow slideInRight" data-wow-delay="0.1s">
  182.                     <ul class="nav nav-pills d-inline-flex justify-content-end mb-5">
  183.                         <li class="nav-item me-2">
  184.                             <a class="btn btn-outline-primary active" data-bs-toggle="pill" href="#tab-1">En vedette</a>
  185.                         </li>
  186.                         <li class="nav-item me-2">
  187.                             <a class="btn btn-outline-primary" data-bs-toggle="pill" href="#tab-2">À vendre</a>
  188.                         </li>
  189.                         <li class="nav-item me-0">
  190.                             <a class="btn btn-outline-primary" data-bs-toggle="pill" href="#tab-3">À louer</a>
  191.                         </li>
  192.                     </ul>
  193.                 </div>
  194.             </div>
  195.             <div class="tab-content">
  196.                 <div id="tab-1" class="tab-pane fade show p-0 active">
  197.                     <div class="row g-4">
  198.                         {% for properties in property %}
  199.                         <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.5s">
  200.                             <div class="property-item rounded overflow-hidden">
  201.                                 <div class="position-relative overflow-hidden">
  202.                                     <a href="{{ path('frontend_property') }}"><img class="img-fluid img-miniature" src="{{ absolute_url('uploads/' ~ properties.firstimage)}}" alt=""></a>
  203.                                     <div class="bg-primary rounded text-white position-absolute start-0 top-0 m-4 py-1 px-3">{% if properties.isToSale == 1 %} À vendre{% else %} À Louer{% endif %}</div>
  204.                                     <div class="bg-white rounded-top text-primary position-absolute start-0 bottom-0 mx-4 pt-1 px-3">{{ properties.propertyTypes.title }}</div>
  205.                                 </div>
  206.                                 <div class="p-4  pb-0">
  207.                                     <h5 class="text-primary mb-3">{{ properties.price|number_format() }} FCFA</h5>
  208.                                     <a class="d-block text-truncate h5 mb-2" href="{{ path('frontend_property') }}">{{ properties.title }}</a>
  209.                                     <p><i class="fa fa-map-marker-alt text-primary me-2"></i>123 Street, New York, USA</p>
  210.                                 </div>
  211.                                 <div class="d-flex border-top">
  212.                                     <small class="flex-fill text-center border-end py-2"><i class="fa fa-ruler-combined text-primary me-2"></i>{{ properties.surface }} m²</small>
  213.                                     <small class="flex-fill text-center border-end py-2"><i class="fa fa-bed text-primary me-2"></i>{{ properties.room }} pièces</small>
  214.                                     <small class="flex-fill text-center py-2"><i class="fa fa-bath text-primary me-2"></i>{{ properties.shower}} douches</small>
  215.                                 </div>
  216.                             </div>
  217.                         </div>
  218.                         {% endfor %}
  219.                         <div class="col-12 text-center wow fadeInUp" data-wow-delay="0.1s">
  220.                             <a class="btn btn-primary py-3 px-5" href="{{ path('frontend_property') }}">Voir Plus de propriétés </a>
  221.                         </div>
  222.                     </div>
  223.                 </div>
  224.                 <div id="tab-2" class="tab-pane fade show p-0">
  225.                     <div class="row g-4">
  226.                         {% for properties in propertyTosel %}
  227.                         <div class="col-lg-4 col-md-6">
  228.                             <div class="property-item rounded overflow-hidden">
  229.                                 <div class="position-relative overflow-hidden">
  230.                                     <a href="{{ path('frontend_property') }}"><img class="img-fluid img-miniature" src="{{ absolute_url('uploads/' ~ properties.firstimage)}}" alt=""></a>
  231.                                     <div class="bg-primary rounded text-white position-absolute start-0 top-0 m-4 py-1 px-3">À vendre</div>
  232.                                     <div class="bg-white rounded-top text-primary position-absolute start-0 bottom-0 mx-4 pt-1 px-3">{{ properties.propertyTypes.title }}</div>
  233.                                 </div>
  234.                                 <div class="p-4 pb-0">
  235.                                     <h5 class="text-primary mb-3">{{ properties.price|number_format() }} FCFA</h5>
  236.                                     <a class="d-block h5 text-truncate mb-2" href="{{ path('frontend_property') }}">{{ properties.title }}</a>
  237.                                     <p><i class="fa fa-map-marker-alt text-primary me-2"></i>{{ properties.quatier }}, {{ properties.city }}</p>
  238.                                 </div>
  239.                                 <div class="d-flex border-top">
  240.                                     <small class="flex-fill text-center border-end py-2"><i class="fa fa-ruler-combined text-primary me-2"></i>{{ properties.surface }} m²</small>
  241.                                     <small class="flex-fill text-center border-end py-2"><i class="fa fa-bed text-primary me-2"></i>{{ properties.room }} Pièces</small>
  242.                                     <small class="flex-fill text-center py-2"><i class="fa fa-bath text-primary me-2"></i>{{ properties.shower}} douche(s)</small>
  243.                                 </div>
  244.                             </div>
  245.                         </div>
  246.                         {% endfor %}
  247.                         <div class="col-12 text-center">
  248.                             <a class="btn btn-primary py-3 px-5" href="{{ path('frontend_property') }}">Voir Plus de propriétés</a>
  249.                         </div>
  250.                     </div>
  251.                 </div>
  252.                 <div id="tab-3" class="tab-pane fade show p-0">
  253.                     <div class="row g-4">
  254.                         {% for properties in propertyTorent %}
  255.                         <div class="col-lg-4 col-md-6">
  256.                             <div class="property-item rounded overflow-hidden">
  257.                                 <div class="position-relative overflow-hidden">
  258.                                     <a href="{{ path('frontend_property') }}"><img class="img-fluid img-miniature" src="{{ absolute_url('uploads/' ~ properties.firstimage)}}" alt=""></a>
  259.                                     <div class="bg-primary rounded text-white position-absolute start-0 top-0 m-4 py-1 px-3">À louer</div>
  260.                                     <div class="bg-white rounded-top text-primary position-absolute start-0 bottom-0 mx-4 pt-1 px-3">{{ properties.propertyTypes.title }}</div>
  261.                                 </div>
  262.                                 <div class="p-4 pb-0">
  263.                                     <h5 class="text-primary mb-3">{{ properties.price|number_format() }} FCFA</h5>
  264.                                     <a class="d-block text-truncate h5 mb-2" href="{{ path('frontend_property') }}">{{ properties.title }}</a>
  265.                                     <p><i class="fa fa-map-marker-alt text-primary me-2"></i>{{ properties.quatier}}, {{ properties.city }}</p>
  266.                                 </div>
  267.                                 <div class="d-flex border-top">
  268.                                     <small class="flex-fill text-center border-end py-2"><i class="fa fa-ruler-combined text-primary me-2"></i>{{ properties.surface }} m²</small>
  269.                                     <small class="flex-fill text-center border-end py-2"><i class="fa fa-bed text-primary me-2"></i>{{ properties.room }} Pièces</small>
  270.                                     <small class="flex-fill text-center py-2"><i class="fa fa-bath text-primary me-2"></i>{{ properties.shower }} douches</small>
  271.                                 </div>
  272.                             </div>
  273.                         </div>
  274.                         {% endfor %}
  275.                         <div class="col-12 text-center">
  276.                             <a class="btn btn-primary py-3 px-5" href="{{ path('frontend_property') }}">Voir Plus de propriétés</a>
  277.                         </div>
  278.                     </div>
  279.                 </div>
  280.             </div>
  281.         </div>
  282.     </div>
  283.     <!-- Property List End -->
  284.     <!-- Call to Action Start -->
  285.     <div class="container-xxl py-5">
  286.         <div class="container">
  287.             <div class="bg-light rounded p-3">
  288.                 <div class="bg-white rounded p-4" style="border: 1px dashed rgba(0, 185, 142, .3)">
  289.                     <div class="row g-5 align-items-center">
  290.                         <div class="col-lg-6 wow fadeIn" data-wow-delay="0.1s">
  291.                             <img class="img-fluid rounded w-100" src=" {{ absolute_url('build/images/agent2.jpg')}} " alt="">
  292.                         </div>
  293.                         <div class="col-lg-6 wow fadeIn" data-wow-delay="0.5s">
  294.                             <div class="mb-4">
  295.                                 <h1 class="mb-3">Contactez  notre agent certifié</h1>
  296.                                 <p>Eirmod sed ipsum dolor sit rebum magna erat. Tempor lorem kasd vero ipsum sit sit diam justo sed vero dolor duo.</p>
  297.                             </div>
  298.                             <a href="tel:225 07 58 48 32 71" class="btn btn-primary py-3 px-4 me-2"><i class="fa fa-phone-alt me-2"></i>Appel Téléphonique</a>
  299.                             <a href="" class="btn btn-dark py-3 px-4"><i class="fa fa-calendar-alt me-2"></i>Obtenir un rendez-vous</a>
  300.                         </div>
  301.                     </div>
  302.                 </div>
  303.             </div>
  304.         </div>
  305.     </div>
  306.     <!-- Call to Action End -->
  307.     <!-- Team End -->
  308.     <!-- Testimonial Start -->
  309.     <div class="container-xxl py-5">
  310.         <div class="container">
  311.             <div class="text-center mx-auto mb-5 wow fadeInUp" data-wow-delay="0.1s" style="max-width: 600px;">
  312.                 <h1 class="mb-3">Ce que nos clients disent!</h1>
  313.                 <p>Vous troverez ci-dessous les temoignages de nos clients.</p>
  314.             </div>
  315.             <div class="owl-carousel testimonial-carousel wow fadeInUp" data-wow-delay="0.1s">
  316.                 <div class="testimonial-item bg-light rounded p-3">
  317.                     <div class="bg-white border rounded p-4">
  318.                         <p>Un personnel jeune, dynamique et professionnel .   </p>
  319.                         <div class="d-flex align-items-center">
  320.                             <img class="img-fluid flex-shrink-0 rounded" src="{{ absolute_url('build/images/user.jpg')}} " style="width: 45px; height: 45px;">
  321.                             <div class="ps-3">
  322.                                 <h6 class="fw-bold mb-1">Client </h6>
  323.                                 <small>Profession</small>
  324.                             </div>
  325.                         </div>
  326.                     </div>
  327.                 </div>
  328.                 <div class="testimonial-item bg-light rounded p-3">
  329.                     <div class="bg-white border rounded p-4">
  330.                         <p>Ils m'ont aider à trouver ma maison de rêves en un ci peut de temps. Ils sont vraiment éfficace .</p>
  331.                         <div class="d-flex align-items-center">
  332.                             <img class="img-fluid flex-shrink-0 rounded" src="{{ absolute_url('build/images/user.jpg')}}" style="width: 45px; height: 45px;">
  333.                             <div class="ps-3">
  334.                                 <h6 class="fw-bold mb-1">Client </h6>
  335.                                 <small>Profession</small>
  336.                             </div>
  337.                         </div>
  338.                     </div>
  339.                 </div>
  340.                 <div class="testimonial-item bg-light rounded p-3">
  341.                     <div class="bg-white border rounded p-4">
  342.                         <p>Les agens immobilier sont aimable, profesionnel et donne de très bons conseils.  </p>
  343.                         <div class="d-flex align-items-center">
  344.                             <img class="img-fluid flex-shrink-0 rounded" src="{{ absolute_url('build/images/user.jpg')}}" style="width: 45px; height: 45px;">
  345.                             <div class="ps-3">
  346.                                 <h6 class="fw-bold mb-1">Client</h6>
  347.                                 <small>Profession</small>
  348.                             </div>
  349.                         </div>
  350.                     </div>
  351.                 </div>
  352.             </div>
  353.         </div>
  354.     </div>
  355. {% endblock %}