templates/immobiliaria.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html lang="es">
  3. <head>
  4.   <meta charset="utf-8">
  5.   <meta name="viewport" content="width=device-width, initial-scale=1">
  6.   <title>IMMO EXEM - IMMO EXEM</title>
  7.   <link rel="icon" href="Imatges-300x264.png">
  8.   <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
  9.   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
  10.   <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
  11.   <!-- Google tag (gtag.js) -->
  12.   <script async src="https://www.googletagmanager.com/gtag/js?id=AW-16495662094">
  13.   </script>
  14.   <script>
  15.     window.dataLayer = window.dataLayer || [];
  16.     function gtag(){dataLayer.push(arguments);}
  17.     gtag('js', new Date());
  18.     gtag('config', 'AW-16495662094');
  19.   </script>
  20. </head>
  21. <body>
  22.   <div class="container container-fluid">
  23.   
  24.     <div class="row">
  25.       <!-- Columna izquierda con logo -->
  26.       <div class="col-12 col-lg-6">
  27.         <div style="text-align: center;">
  28.           <img src="images/LOGO-300x264.png" class="img-thumbnail border border-0" alt="...">
  29.         </div>
  30.       </div>
  31.       <!-- Columna derecha con enlace y botón -->
  32.       <div class="col-12 col-lg-6 text-center d-flex align-items-center w3-center w3-animate-zoom">
  33.         <a href="http://www.exem.cat/" style="color: white; text-decoration: none; width: 100%">
  34.           <button type="button" class="ps-5 pe-5 mb-3" style="position: relative; background: linear-gradient(#193771, #7da9b2); border: none; width: 100%;">
  35.             <div style="width: 100%; height: 110px; display: flex; justify-content: center; align-items: center;">
  36.               <span class="text-white fs-2" style="font-family: 'Martel Sans', sans-serif; font-weight: bold; text-align: center;">
  37.                 <img src="images/finger-of-a-hand-pointing-to-right-direction.png" class="me-3"> <span>BORSA D'IMMOBLES</span>
  38.               </span>
  39.             </div>
  40.           </button>
  41.         </a>
  42.       </div>
  43.     </div>
  44.     <!--Imagen  Obro Nueva en Alpicat-->
  45.     <div class="text-center mb-4 row w3-animate-right ">
  46.         <div class="col-12">
  47.             <img class="img-fluid" src="images/Cartell_Alpicat.png" alt="">
  48.         </div>
  49.     </div>
  50.     <!-- Sección de texto animado -->
  51.     <div class="animated tada infinite w3-animate-left">
  52.       <div class="p-3">
  53.         <h1 style="color:#193771; font-style: italic; font-weight: bold;">VOLS VENDRE EL TEU PIS?</h1>
  54.         <h1 style="color:#193771; font-weight: bold;">NOSALTRES T'AJUDEM.</h1>
  55.       </div>
  56.     </div>
  57.     <!-- Sección de texto a la derecha -->
  58.     <div class="d-flex flex-row-reverse w3-animate-right">
  59.       <div class="p-3 text-center">
  60.         <div data-aos="fade-left">
  61.         </div>
  62.         <div style="text-align: center; max-width: 100%; padding: 0 10px;">
  63.           <h1 style="color:#193771; font-style: italic; margin: 0;">VOLS UN LLOGUER FÀCIL?</h1>
  64.           <h1 style="color:#193771; margin: 0;">DEIXA’T ASSESSORAR.</h1>
  65.         </div>
  66.       </div>
  67.     </div>
  68.     <div class="row gx-0">
  69.         <div class="col-md-9 col-sm-12 mt-3">
  70.           <!-- Carrusel de imágenes -->
  71.           <div id="carouselExampleInterval" class="carousel slide" data-bs-ride="carousel" data-bs-interval="10000">
  72.             <div style="animation-duration: 1s;" class="carousel-inner w3-center w3-animate-top">
  73.               <div class="carousel-item active">
  74.                 <img src="images/imagenImmoExemCartel-1536x579.jpeg" class="d-block w-100" alt="Primera imagen">
  75.               </div>
  76.               <div class="carousel-item">
  77.                 <img src="images/Imagen1ImmoExemCartel.jpeg" class="d-block w-100" alt="Segunda imagen">
  78.               </div>
  79.             </div>
  80.             <button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleInterval" data-bs-slide="prev">
  81.               <span class="carousel-control-prev-icon" aria-hidden="true"></span>
  82.               <span class="visually-hidden">Previous</span>
  83.             </button>
  84.             <button class="carousel-control-next" type="button" data-bs-target="#carouselExampleInterval" data-bs-slide="next">
  85.               <span class="carousel-control-next-icon" aria-hidden="true"></span>
  86.               <span class="visually-hidden">Next</span>
  87.             </button>
  88.           </div>
  89.         </div>
  90.         <div class="col-md-3  mt-3">
  91.           <!-- Video -->
  92.           <div class="video-container w-100 d-flex justify-content-center align-items-center">
  93.               <video id="myVideo" controls autoplay muted class="w3-center w3-animate-opacity" style="width: 70%;">
  94.                   <source src="images/videoImmoExem.mp4" type="video/mp4">
  95.               </video>
  96.           </div>
  97.         </div>
  98.         <script>
  99.           function ajustarTamañoVideo() { 
  100.               var video = document.getElementById('myVideo');
  101.               var carousel = document.getElementById("carouselExampleInterval");
  102.               var windowWidth = window.innerWidth;
  103.               if (windowWidth >= 756) {
  104.                   video.style.height = carousel.offsetHeight + 'px';
  105.                   video.style.width = (carousel.offsetWidth / 2) + 'px';
  106.               } else {
  107.                   video.style.height = 'auto';
  108.                   video.style.width = '50%';
  109.               }
  110.           }
  111.         
  112.           window.onload = ajustarTamañoVideo;
  113.           window.onresize = ajustarTamañoVideo;
  114.       </script>
  115.     
  116.     <!-- Botón de oficinas -->
  117.     <div class="container text-center mt-3 w3-center w3-animate-top ">
  118.       <button type="button" class="ps-3 pe-3 mb-3" data-bs-toggle="popover" style="position: relative; background: linear-gradient(#83b5e8, #b4cce2); border: none; width: 100%;">
  119.         <span class="text-white fs-7" style="font-family: 'Martel Sans', sans-serif; font-weight: bold; text-align: center;">
  120.           <span style="color:#62686a;">LES NOSTRES OFICINES</span>
  121.         </span>
  122.       </button>
  123.     </div>
  124.     <!-- Mapas -->
  125.     <div class="container">
  126.       <div class="row justify-content-center">
  127.         <div class="col-12 col-lg-6 text-center">
  128.           <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d1491.6546461600885!2d0.64346!3d41.60582300000001!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12a6e086c0919439%3A0x10359f6e052f1905!2sCarrer%20Sant%20Jaume%2C%2011%2C%2025001%20Lleida%2C%20Espa%C3%B1a!5e0!3m2!1ses!2sus!4v1707996915671!5m2!1ses!2sus" width="100%" height="300" style="border:0; margin-bottom: 10px;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
  129.         </div>
  130.         <div class="col-12 col-lg-6 text-center">
  131.           <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d5965.129574675283!2d0.635779!3d41.621922!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12a6e05ef569ae17%3A0xfe1110665614e3fc!2sCarrer%20Bar%C3%B3%20de%20Maials%2C%2023%2C%2025005%20Lleida%2C%20Espa%C3%B1a!5e0!3m2!1ses!2sus!4v1707996157284!5m2!1ses!2sus" width="100%" height="300" style="border:0; margin-bottom: 10px;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
  132.         </div>
  133.       </div>
  134.     </div>
  135.   </div>
  136.   <!-- Pie de página -->
  137.     <div style="width: 100%; max-width: 100%; height: 100px; background-color: #1e316f; color: rgb(119, 119, 119); text-align: center; line-height: 100px;">
  138.       <a href="{{ path('app_homepage') }}">Inmobiliaria EXEM 2021</a>
  139.       - 
  140.       <a href="{{ path('app_politica_privacidad_immo') }}" style="color: white; margin-right: 0px;">Política de privacidad</a>
  141.     </div>
  142.     <!-- Botón de ir arriba -->
  143.     <button onclick="irArriba()" id="botonIrArriba" title="Ir arriba"><i class="fa-solid fa-chevron-up"></i> </button>
  144.     <script>
  145.       function irArriba() {
  146.         document.body.scrollTop = 0; 
  147.         document.documentElement.scrollTop = 0; 
  148.       }
  149.       window.onscroll = function() {mostrarBoton()};
  150.       function mostrarBoton() {
  151.         if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
  152.           document.getElementById("botonIrArriba").style.display = "block";
  153.         } else {
  154.           document.getElementById("botonIrArriba").style.display = "none";
  155.         }
  156.       }
  157.     </script>
  158.     <style>
  159.       #botonIrArriba {
  160.         display: none;
  161.         position: fixed;
  162.         bottom: 20px;
  163.         right: 20px;
  164.         z-index: 99;
  165.         font-size: 18px;
  166.         border: none;
  167.         outline: none;
  168.         background-color: rgba(0, 0, 0, 0.5); 
  169.         color: white;
  170.         cursor: pointer;
  171.         padding: 15px;
  172.         border-radius: 10px; 
  173.         width: 50px; 
  174.         height: 50px; 
  175.         text-align: center; 
  176.         line-height: 1; 
  177.       }
  178.     </style>
  179.     <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
  180.     </body>
  181. </html>