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

These are the search results:

Searched for “Boat Rental

  • 1Teste 98
  • Activity:Boat Rental
  • 00 351 919 411 909
  • Address:
  • Street Rua das Escalónias, 30 - 0.5 , Rua das Escalónias, 30 - 0.5
  • 4425-4 - 442 Maia
  • Description:
  • Teste 1234
  • 2ONDASTAR, LDA
  • Activity:Repair and Maintenance of Recreational Boats
  • Address:
  • Lane Bairro , 119
  • 4485 - 010 Aveleda
  • 3SelfQuestion - Desennvolvimento de App em renting ( aluguer )
  • Activity:App (Application) development renting (rental)
  • 00 351 919 112 681
  • Address:
  • Street do Outeiro , Lote 6
  • 4475 - 105 Some Examples
  • Description:
  • <div id="appcontent">
    <div style="width:100%;display:grid;text-align:center;grid-template-columns:5% 18% 18% 18% 18% 18% 5%;">
    <div> </div>
    <div>
    <a href='tel:+353214344452'>
    <img src="https://app.dennehyscrossparish.ie/icontelf.png" alt="Call" title="Phone" style="width:50%" />
    </a>
    </div>
    <div>
    <a href='mailto:holyspiritparishcork@gmail.com'>
    <img src="https://app.dennehyscrossparish.ie/iconmail.png" alt="Send Mail" title="e-Mail" style="width:50%" />
    </a>
    </div>

    <div>
    <a href='https://vcard.link/card/DHFJ'>
    <img src="https://app.dennehyscrossparish.ie/iconvcard.png" alt="Contacts" title="vCard" style="width:50%" />
    </a>
    </div>
    <div>
    <a href='https://goo.gl/maps/xh7dyeeHqoAvozSq6'>
    <img src="https://app.dennehyscrossparish.ie/iconmaps.png" alt="Location" title="Maps" style="width:50%" />
    </a>
    </div>
    <div>
    <a href='https://www.facebook.com/profile.php?id=100090070114444'>
    <img src="https://app.dennehyscrossparish.ie/iconfb.png" alt="Facebook" title="FaceBook" style="width:50%" />
    </a>
    </div>
    <div> </div>
    </div>

    <p> </p>
    <p style="text-align: center; font-size: 55px;"><b> Church of Descent of the Holy Spirit</b></p>
    <p style="text-align: center; font-size: 55px;"><b> Dennehy´s Cross Church, Cork</b></p>
    <p> </p>

    <a href='https://www.churchservices.tv/holyspiritcork' title="Mass">
    <img src="https://55.netmeios.com/imagens/mass2.png" alt="Mass Readings" class="imagelarge">
    </a>

    <a href='https://www.catholicireland.net/readings/?feature=today' title="Live Service">
    <img src="https://55.netmeios.com/imagens/readings6.png" alt="Live Service" class="imagelarge">
    </a>


    <a href='https://www.dennehyscrossparish.ie/bulletin/' title="Bulletin">
    <img src="https://55.netmeios.com/imagens/bulletin.jpg" alt="Bulletin" class="imagelarge">
    </a>


    <a href='https://www.catholicireland.net/saint-day/' title="Saint of the Day">
    <img src="https://55.netmeios.com/imagens/saintoftheday.png" alt="Saint of the Day" class="imagelarge">
    </a>


    <img src="https://55.netmeios.com/imagens/teste1.png" alt="Amos" class="imagelarge">

    <iframe loading="lazy" id="iframepc99" src="https://www.youtube.com/embed/mGgWaPGpGz4" title="YouTube video player" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

    <img src="https://55.netmeios.com/imagens/teste.png" alt="Amos" class="imagelarge">

    <p> </p>

    </div>

  • 4App Site
  • Activity:App (Application) development renting (rental)
  • 00 351 936 700 370
  • Address:
  • Street Baião , 23
  • 4150 - 000 Some Examples
  • Description:
  • <!DOCTYPE html>
    <html>
    <head>
    <style>
    body {
    margin: 5px;
    padding: 0;
    padding-top: 10px; /* Add 10px space from the top */
    }
    #videoContainer {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    }
    video {
    width: auto;
    max-width: calc(100% - 20px); /* 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: 600px) {
    #playButton {
    font-size: 36px;
    padding: 18px 36px;
    }
    }
    </style>
    </head>
    <body>
    <div id="videoContainer">
    <video id="video" src="https://uniaudi.mem.pt/sobrenos.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 + "px";
    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>
  • 5F. A. M. Correia Lda.
  • Activity:Sale and Rental Equipment
  • Address:
  • Street da Lama , 41
  • 4595 - 222 Paços de Ferreira
  • 6Web App - Progressive Web Aplications
  • Activity:App (Application) development renting (rental)
  • 00 351 911 025 298
  • Address:
  • Rua Godinho Faria , 825
  • 4465 - 156 São Mamede Infesta
  • Description:
  • 9Copylivre, Unipessoal, Lda
  • Activity:Sale and Rental Equipment
  • Address:
  • Square da Republica , Lote 4, R/C Esq
  • 2416 - 902 Marinheiros
  • 10MOTOJARDIM - EQUIPAMENTOS E JARDINS, LDA.
  • Activity:Sale and Rental Equipment
  • 00 351 000 000 000
  • Address:
  • Road D. Miguel , 714 Armazém 8
  • 4510 - 243 Gondomar
  • Description:
  • Comercialização de Material de Rega, Maquinaria, Moto Serras, Corta Relvas, Moto Enxada, Moto Cultivadores, Roçadoras, Corta Sebes, Sopradoras, Atomizadores, Lavadoras de Alta Pressão, Destroçadores de Mato, Todos os Produtos para Piscinas, Calçado e Vestuário de Proteção, Sementes de Relva e Adubos. (Fazemos demonstrações gratuitas).

results 1 until 10 of 10.