online
A carregar...
 
Português Français Deutsch English русский العربية 中国的 Italiano român Brasileiro Polski

Estos son los resultados de la búsqueda:

Resultado de la búsqueda: “Asistencia a Domicilio

  • 1Douro
  • Actividad:Asistencia a Domicilio
  • Dirección:
  • Avenida De Ovar , R/
  • 5050 - 223 Peso da R�gua - Lamego
  • 4Inácio Israel
  • Actividad:Asistencia a Domicilio
  • 00 351 919 411 909
  • Dirección:
  • Calle RUA DAS ESCALÓNIAS , RUA DAS ESCALÓNIAS
  • 4425-4 - 442 MAIA
  • Descripción:
  • Apoio a 3ª idade
  • 5FJM Reparação de Eletrodomésticos ao domicilio
  • Actividad:Las ventas de electrodomésticos y asistencia técnica
  • 00 351 915 831 473
  • Dirección:
  • Carretera da Luz , 134 A/B
  • 1600 - 162 Porto Gaia Espinho Maia Matosinhos
  • Descripción:
  • <a href="https://api.whatsapp.com/send?phone=+351915831473"&text=Pode vir agora?%20 class="bt-whatsApp" target="_blank" >
    <img id="imgwats" src="https://netmeios.com/icons/070421071957whatsapporiginal.png" alt="WhatsApp!">
    <div id="msg1" style="background-color:rgb(255, 255, 255);border-color:rgb(21, 84, 151);color:rgb(21, 84, 151);height:auto;width:auto;padding:10px 20px;">Olá, sou o Fernando, o que avariou? Toque aqui para me contactar</div>
    </a>



    <b>
    <font color="#155394">
    <div style="text-align:center;">


    Quando nos deslocamos já levamos as peças para reparar o seu frigorifico ou maquina de lavar!

    <br>
    </div>
    </font>
    </b>
    <br>





    <!--e80546c3920159de--><table border="0" align="center" width="100%">
    <tr>
    <td align="center" width="10%"> </td>

    <td align="center" width="20%">
    <a href='tel:+351915831473'>
    <img src="https://netmeios.com/administracao/admin_clientes_show_icon.php?id=5" width="95%" />
    </a>
    </td>

    <td align="center" width="10%"> </td>

    <td align="center" width="20%">
    <a href='mailto:geral@fjm-reparacoes.pt'>
    <img src="https://netmeios.com/administracao/admin_clientes_show_icon.php?id=7" width="95%" />
    </a>
    </td>

    <td align="center" width="10%"> </td>

    <td align="center" width="20%">
    <a href='https://www.fjm-reparacoes.pt/'>
    <img src="https://netmeios.com/administracao/admin_clientes_show_icon.php?id=16" width="95%" />
    </a>
    </td>

    <td align="center" width="10%"> </td>
    </tr>
    </table>




  • 6SENIORMAIS, Apoio ao Domicílio
  • Actividad:Divulgación digital - Posicionamento y visibilidad en buscadores.
  • Dirección:
  • Avenida IIha do Sal , 10, r/c esq.
  • 5340 - 194 Macedo de Cavaleiros
  • 8AqueciChaves
  • Actividad:Asistencia Tecnica Apple IPhone Ipad
  • Dirección:
  • inf.indisponivel ,
  • - inf.indisponivel
  • 9Artcam - J. C. Magina Lda.
  • Actividad:Asistencia tecnica y reparaciones (PORTO MAIA MATOSINHOS)
  • Dirección:
  • Calle do Grés , 79
  • 4445 - 266 Alfena Ermesinde ( Parque Industrial )
  • 10Uniaudi Edificios mais Sustentaveis
  • Actividad:Asistencia Tecnica Apple IPhone Ipad
  • 00 351 962 963 049
  • Dirección:
  • Calle de São Brás ,
  • 4000 - 436 Porto
  • Descripción:
  • <br>
    <!DOCTYPE html>
    <html>
    <head>
    <style>
    body {
    margin: 5px;
    padding: 0;
    padding-top: 100px; /* Add 20px space from the top */
    }
    #videoContainer {
    display: flex;
    justify-content: center;
    margin: 1px 0;
    }
    video {
    width: auto;
    max-width: calc(100% - 1px); /* Subtract the margins from the available width */
    height: auto;
    }
    #playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    padding: 12px 24px;
    }
    @media (max-width: 850px) {
    #playButton {
    font-size: 36px;
    padding: 18px 36px;
    }
    }
    </style>
    </head>
    <body>
    <div id="videoContainer">
    <video id="video" src="https://uniaudi.mem.pt/edificios.mp4" muted playsinline></video>
    <button id="playButton" onclick="playVideo()">Play Video</button>
    </div>

    <!--e80546c3920159de--><script>
    function playVideo() {
    var video = document.getElementById("video");
    video.play();
    document.getElementById("playButton").style.display = "none";
    }

    function replayVideo() {
    var video = document.getElementById("video");
    video.currentTime = 0;
    video.play();
    }

    function adjustVideoSize() {
    var video = document.getElementById("video");
    var videoContainer = document.getElementById("videoContainer");
    var width = videoContainer.offsetWidth;
    var height = width * 1; // 4:4 aspect ratio (4 / 4 = 1)
    video.style.width = width + "10px";
    video.style.height = height + "px";
    }

    window.addEventListener("DOMContentLoaded", function() {
    adjustVideoSize();

    // Play the video when the user interacts with the play button
    var playButton = document.getElementById("playButton");
    playButton.addEventListener("click", function() {
    playVideo();
    });

    // Play the video when the video metadata is loaded
    var video = document.getElementById("video");
    video.addEventListener("loadedmetadata", function() {
    video.play();
    playButton.style.display = "none";
    });

    // Replay the video when it ends
    video.addEventListener("ended", function() {
    replayVideo();
    });
    });

    window.addEventListener("resize", function() {
    adjustVideoSize();
    });
    </script>
    </body>
    </html>

Resultados 1 hasta 10 de 119.

corriente | 2 | 3 | reciente | Siguiente »