https://streamqashh.net/

ID de exploración:
84598f7e-b031-47c6-878c-07c0c6e23c45Finalizado
URL enviada:
https://streamqashh.net/
Informe finalizado:

Enlaces: 5 encontrados

Los enlaces salientes identificados en la página

https://wa.me/254713584938?text=Hello%F0%9F%8C%B8%20am%20intrested%20in%20StreamQash%20💬
https://www.streamwa-ve.com/user/register.php?ref=GramKeRegister
https://www.streamwa-ve.com/user/index.phpLogin
https://wa.me/254729556714?text=Heloo%20🌸🙋%20Am%20interested%20in%20STREAMQASH%20AGENCIESLog In
https://wa.me/254758238459Developed by Tedan

Variables JavaScript: 10 encontradas

Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual

onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
gtagfunction
dataLayerobject
toggleSidebarfunction
google_tag_managerobject
google_tag_dataobject
onYouTubeIframeAPIReadyfunction
gaGlobalobject

Mensajes de registro de la consola: 0 encontrados

Mensajes registrados en la consola web

HTML

El cuerpo HTML sin procesar de la página

<!DOCTYPE html><html lang="en"><head>
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtm.js?id=GTM-PWVXDLW3"></script><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-GJ4XS5MLLG"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-GJ4XS5MLLG');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PWVXDLW3');</script>
<!-- End Google Tag Manager -->

    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="StreamQash Agencies offers innovative online earning opportunities for members through various digital income streams.">
    <meta name="keywords" content="StreamQash, Online Income, Affiliate Marketing, Forex Trading, Digital Earning, Educational Resources,streamqash login ,login, streamqash legit">
    <meta name="author" content="StreamQash">
    <title>StreamQash Agencies - Unlock Your Earning Potential</title>
    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&amp;display=swap">
    <link rel="icon" type="image/png" href="saving.png" sizes="32x32">

    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Roboto', sans-serif;
            background-color: #f0f4f8;
            color: #333;
            overflow-x: hidden;
        }

        /* Navbar */
        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 2rem;
            background-color: #3a86ff;
            color: white;
            position: sticky;
            top: 0;
            z-index: 999;
            transition: background-color 0.3s;
        }

        .navbar h1 {
            font-size: 2rem;
            color: #ffbe0b;
        }

        .navbar .actions {
            display: flex;
            gap: 15px;
        }

        .navbar .actions a {
            padding: 10px 20px;
            background-color: #ffbe0b;
            color: #3a86ff;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            transition: background-color 0.3s;
        }

        .navbar .actions a:hover {
            background-color: #ffd60a;
        }

        .navbar .hamburger {
            display: none;
            font-size: 2rem;
            cursor: pointer;
        }

        /* Sidebar */
        .sidebar {
            position: fixed;
            top: 0;
            left: -300px;
            width: -300px;
            height: 100%;
            background-color: #4a4e69;
            color: white;
            transition: left 0.3s ease-in-out;
            z-index: 999;
            padding-top: 60px;
        }

        .sidebar.active {
            left: 0;
        }

        .sidebar ul {
            list-style: none;
            padding: 0;
        }

        .sidebar ul li {
            padding: 15px;
            text-align: center;
        }

        .sidebar ul li a {
            color: white;
            text-decoration: none;
            font-size: 1.2rem;
            display: block;
            transition: background 0.3s;
        }

        .sidebar ul li a:hover {
            background-color: #9a8c98;
        }

        /* Hero Section */
        .hero {
            background-image: url('bg_image.jpg');
            background-size: cover;
            background-position: center;
            height: 90vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: white;
            text-align: center;
            position: relative;
            z-index: 1;
            padding: 20px;
            animation: fadeIn 1.5s ease-in-out;
        }

        .hero::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            z-index: -1;
        }

        .hero h2 {
            font-size: 3.5rem;
            margin-bottom: 20px;
        }

        .hero p {
            font-size: 1.5rem;
            margin-bottom: 30px;
        }

        .hero a {
            padding: 15px 30px;
            background-color: #ffbe0b;
            color: #3a86ff;
            text-decoration: none;
            border-radius: 8px;
            font-size: 1.2rem;
            transition: background-color 0.3s ease;
        }

        .hero a:hover {
            background-color: #ffd60a;
        }

        /* Main Content Section */
        .content {
            padding: 50px 20px;
            background-color: white;
            text-align: center;
        }

        .content h3 {
            font-size: 2rem;
            color: #3a86ff;
            margin-bottom: 20px;
        }

        .content p {
            margin: 10px 0;
            line-height: 1.6;
            color: #555;
        }

        /* Registration Section */
        .registration {
            padding: 50px 20px;
            background-color: #e0f4f4;
            border-radius: 10px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
        }

        .registration h4 {
            font-size: 1.8rem;
            color: #3a86ff;
            margin-bottom: 15px;
        }

        .registration ul {
            list-style: none;
            padding: 0;
            text-align: left;
            display: inline-block;
        }

        .registration ul li {
            margin: 10px 0;
        }

        /* Why Choose Section */
        .why-choose {
            background-color: #fff3e0;
            padding: 50px 20px;
            border-radius: 10px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
        }

        /* YouTube Video Section */
        .video-section {
            text-align: center;
            padding: 40px 20px;
        }

        .video-section h3 {
            font-size: 2rem;
            margin-bottom: 20px;
            color: #3a86ff;
        }

        .video-section iframe {
            width: 100%;
            height: 315px;
            max-width: 800px; /* Responsive max width */
        }

        /* Footer */
        .footer {
            background-color: #3a86ff;
            padding: 30px;
            color: white;
            text-align: center;
        }

        .footer h4 {
            margin-bottom: 10px;
        }

        .footer a {
            color: #ffbe0b;
            text-decoration: none;
            margin: 0 10px;
        }

        /* Keyframes for animation */
        @keyframes fadeIn {
            0% {
                opacity: 0;
                transform: translateY(50px);
            }

            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .navbar h1 {
                font-size: 1.5rem;
            }

            .hero h2 {
                font-size: 2.5rem;
            }

            .hero a {
                font-size: 1rem;
                padding: 12px 24px;
            }

            .content h3 {
                font-size: 1.5rem;
            }

            .registration h4 {
                font-size: 1.5rem;
            }

            .navbar .hamburger {
                display: block;
            }

            .navbar .actions {
                display: none; /* Hide the desktop buttons */
            }

            /* Mobile Button Positioning */
            .navbar .mobile-actions {
                display: flex;
                gap: 10px;
                position: absolute;
                top: 60px; /* below navbar */
                right: 10px;
                background-color: #1c2331;
                padding: 10px;
                border-radius: 5px;
                box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
                z-index: 9999;
                flex-direction: column; /* Arrange buttons vertically */
                width: max-content; /* Only as wide as buttons */
            }

            .navbar .mobile-actions a {
                padding: 10px 15px;
                font-size: 0.9rem;
                width: 100%;
                text-align: center;
                background-color: #ffbe0b; /* Button color */
                border-radius: 5px; /* Rounded corners */
                color: #3a86ff; /* Text color */
                text-decoration: none; /* Remove underline */
                transition: background-color 0.3s; /* Animation */
            }

            .navbar .mobile-actions a:hover {
                background-color: #ffd60a; /* Hover color */
            }

            /* Sidebar adjustments */
            .sidebar {
                width: 50%;
                height: auto;
                position: fixed;
                left: -100%;
                z-index: 999;
                transition: left 0.3s ease-in-out;
            }

            .sidebar.active {
                left: 0;
            }
        }




        header {
            background-color: #283593; /* Dark Blue Header */
            color: white;
            text-align: center;
            padding: 30px 10px;
            position: relative;
        }

        header h1 {
            margin: 0;
            font-size: 2.5em;
            font-weight: bold;
        }

        header p {
            margin-top: 10px;
            font-size: 1.2em;
        }

        .container {
            width: 90%;
            max-width: 1200px;
            margin: auto;
            padding: 20px 0;
        }

        .section {
            padding: 30px;
            margin: 20px 0;
            background-color: white;
            border-radius: 10px;
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
        }

        .section:hover {
            transform: translateY(-3px); /* Elevate on hover */
        }

        .section h2 {
            color: #283593; /* Dark Blue for Headings */
            font-size: 2em;
            border-bottom: 2px solid #283593;
            padding-bottom: 10px;
        }

        .cta-button {
            background-color: #43a047; /* Green Button */
            color: white;
            padding: 12px 25px;
            border-radius: 5px;
            margin-top: 20px;
            display: inline-block;
            text-decoration: none;
            font-weight: bold;
            transition: background 0.3s;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }

        .cta-button:hover {
            background-color: #388e3c; /* Darker green on hover */
        }

        /* Image Gallery */
        .image-gallery {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
        }

        .image-gallery img {
            width: 100%;
            height: auto;
            border-radius: 5px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        /* Testimonials Section */
        .testimonial {
            background-color: #e8f5e9;
            padding: 20px;
            margin-top: 15px;
            border-radius: 8px;
            font-style: italic;
            border-left: 5px solid #43a047;
        }

        .testimonial strong {
            display: block;
            color: #43a047;
            font-weight: bold;
        }

        /* Floating Button */
        .floating-button {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background-color: #f44336; /* Red Floating Button */
            color: white;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            font-size: 24px;
            text-decoration: none;
            transition: background 0.3s;
        }

        .floating-button:hover {
            background-color: #d32f2f; /* Darker red on hover */
        }

        /* Footer */
        footer {
            background-color: #283593;
            color: white;
            padding: 20px 0;
            text-align: center;
            margin-top: 20px;
        }

        footer a {
            color: #43a047; /* Color for links in footer */
            text-decoration: none;
        }

        @media screen and (max-width: 768px) {
            .container {
                width: 95%;
            }

            .section {
                margin: 10px 0;
            }
        }







    </style>
    <script>
        function toggleSidebar() {
            document.getElementById('sidebar').classList.toggle('active');
        }

        window.onclick = function (event) {
            if (!event.target.matches('.hamburger') && !event.target.matches('.sidebar') && !document.getElementById('sidebar').contains(event.target)) {
                document.getElementById('sidebar').classList.remove('active');
            }
        }
    
(function(w, d) {
  w.PushEngage = w.PushEngage || [];
  w._peq = w._peq || [];
  PushEngage.push(['init', {
      appId: '97ef4b18-94c5-41ff-be45-6f114fd975f4'
  }]);

  var e = d.createElement('script');

  e.src = 'https://clientcdn.pushengage.com/sdks/pushengage-web-sdk.js';
  e.async = true;
  e.type = 'text/javascript';
  d.head.appendChild(e);
})(window, document);
</script>
</head>

<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PWVXDLW3"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
    <!-- Navbar -->
    <nav class="navbar">
        <h1>StreamQash</h1>
        <div class="actions">
            <a href="https://wa.me/254713584938?text=Hello%F0%9F%8C%B8%20am%20intrested%20in%20StreamQash%20">Call Now</a>
            <a href="https://www.streamwa-ve.com/user/register.php?ref=GramKe">Register</a>
            <a href="https://wa.me/254713584938?text=Hello%F0%9F%8C%B8%20am%20intrested%20in%20StreamQash%20">WhatsApp</a>
            <a href="https://www.streamwa-ve.com/user/index.php">Login</a>
        </div>
        <div class="hamburger" onclick="toggleSidebar()">☰</div>
        <div class="mobile-actions">
            <a href="https://wa.me/254713584938?text=Hello%F0%9F%8C%B8%20am%20intrested%20in%20StreamQash%20">Call Now</a>
            <a href="https://www.streamwa-ve.com/user/register.php?ref=GramKe">Register</a>
            <a href="https://wa.me/254713584938?text=Hello%F0%9F%8C%B8%20am%20intrested%20in%20StreamQash%20">WhatsApp</a>
            <a href="https://www.streamwa-ve.com/user/index.php">Login</a>
        </div>
    </nav>

    <!-- Sidebar -->
    <div class="sidebar" id="sidebar">
        <ul>
            <li><a href="https://wa.me/254713584938?text=Hello%F0%9F%8C%B8%20am%20intrested%20in%20StreamQash%20">Home</a></li>
            <li><a href="https://www.streamwa-ve.com/user/register.php?ref=GramKe">Create Account</a></li>
            <li><a href="https://wa.me/254713584938?text=Hello%F0%9F%8C%B8%20am%20intrested%20in%20StreamQash%20">About Us</a></li>
            <li><a href="https://wa.me/254713584938?text=Hello%F0%9F%8C%B8%20am%20intrested%20in%20StreamQash%20">Legitimacy</a></li>
            <li><a href="https://wa.me/254713584938?text=Hello%F0%9F%8C%B8%20am%20intrested%20in%20StreamQash%20">Contact</a></li>
            <li><a href="https://wa.me/254713584938?text=Hello%F0%9F%8C%B8%20am%20intrested%20in%20StreamQash%20">Tips</a></li>
            <li><a href="https://wa.me/254713584938?text=Hello%F0%9F%8C%B8%20am%20intrested%20in%20StreamQash%20">FAQ</a></li>
        </ul>
    </div>

    <!-- Hero Section -->
    <section class="hero">
        <h2>Unlock Your Earning Potential!</h2>
        <p>Join StreamQash Agencies Worldwide for innovative online earning opportunities!</p>
        <a href="https://www.streamwa-ve.com/user/register.php?ref=GramKe">Get Started Now</a>
    </section>

    <!-- Main Content Section -->
    <div class="content">
       



        <!-- Introduction Section -->
    <div class="container">
        <div class="section">
            <h2>Unlock Your Earning Potential</h2>
            <p>At StreamQash, we empower you to transform everyday activities into income. By engaging in activities like watching videos, clicking on ads, or answering fun quizzes, you can start earning from the comfort of your home. We recognize that financial stability is a challenge in today’s world, and we’re dedicated to supporting your path to financial freedom.</p>
            <p>Our platform is crafted to be user-friendly and accessible, so you can earn whenever it suits you. Are you ready to dive in?</p>
            <a href="https://www.streamwa-ve.com/user/register.php?ref=GramKe" class="cta-button">Create account!</a>
        </div>
        
        <!-- Ways of Earning Section -->
        <div class="section">
            <h2>Ways to Earn on StreamQash</h2>
            <ul>
                <li><strong>Affiliate Marketing:</strong> Share your unique referral link with friends and family and earn for each successful registration.</li>
                <li><strong>Welcome Bonus:</strong> New members receive KSH 150 upon signing up!</li>
                <li><strong>Watch Videos:</strong> Earn up to KSH 50 for each video you watch, including popular content from Instagram, YouTube, and TikTok.</li>
                <li><strong>Trivia Questions:</strong> Earn cash for every correct answer to simple and enjoyable trivia questions.</li>
                <li><strong>Click Ads:</strong> Generate income by clicking on ads displayed on your dashboard—an effortless way to earn.</li>
                <li><strong>Tournaments &amp; Bonuses:</strong> Engage in weekly competitions and gain additional rewards.</li>
                <li><strong>Ebooks:</strong> Access complimentary and premium ebooks that enrich your knowledge in business, finance, and networking.</li>
            </ul>
        </div>

        <!-- Testimonials Section -->
        <div class="section">
            <h2>Discover How We've Impacted Lives</h2>

            <!-- Testimonial 1 -->
            <div class="testimonial">
                <strong>MENTOR KEN 🎊🔥 - Student</strong>
                <p>"As a student, I struggled to find flexible ways to earn money. StreamQash has revolutionized my life. I can now generate income by watching videos, engaging with ads, and referring friends—all from my phone!"</p>
            </div>

            <!-- Testimonial 2 -->
            <div class="testimonial">
                <strong>TEDAN 🔥💻 - Freelancer</strong>
                <p>"Finding consistent work as a freelancer was often a challenge. StreamQash has provided me with a reliable income stream, and I can work entirely from my phone!"</p>
            </div>

            <!-- Testimonial 3 -->
            <div class="testimonial">
                <strong>Mary Ke 👶 - Stay-at-home Mom</strong>
                <p>"As a stay-at-home mom, I wanted to contribute financially without leaving home. StreamQash enabled me to earn during my free time by watching videos and completing simple tasks on my phone!"</p>
            </div>
        </div>

        <!-- Image Gallery Section -->
        <div class="section">
            <h2>Our Community &amp; Achievements</h2>
            <p>StreamQash continues to grow daily, and our users benefit from a variety of earning methods. Below are some images highlighting our successful community and business:</p>

            <!-- Image Gallery -->
            <div class="image-gallery">
                <div>
                    <img src="business_certificate.jpeg" alt="StreamQash Business Certificate">
                    <p>CERTIFICATE OF REGISTRATION  <br>

                        A legit business platform must be registered by the Government 
                        
                         STREAMQASH AGENCIES is registered under Reg. No   BN-93SQZV67 pursuant to and in accordance with the provisions of the Registration of Business Names Act.
                        
                        Your Trusted and Legitimate online platform.</p>
                </div>
                <div>
                    <img src="team-img.jpeg" alt="Team Collaboration">
                    <p>Team Collaboration: Our dedicated team brainstorming innovative strategies to enhance your earning experience.</p>
                </div>
                <div>
                    <img src="success.jpeg" alt="Successful Members">
                    <p>Successful Members: Celebrating the achievements of our users who have attained financial freedom through StreamQash.</p>
                </div>
                <div>
                    <img src="community.jpeg" alt="StreamQash Community Events">
                    <p>StreamQash Community Events: Engaging with our users during events and webinars to share tips and success stories.</p>
                </div>
            </div>
        </div>
    </div>

    <!-- Floating Button -->
    <a href="https://wa.me/254713584938?text=Hello%F0%9F%8C%B8%20am%20intrested%20in%20StreamQash%20" class="floating-button" title="WhatsApp Us!">
        <strong>💬</strong>
    </a>

   


</div>
    <!-- Footer -->
    <footer class="footer">
        <h4>StreamQash - Your Earning Potential Awaits!</h4>
        <p>© 2024 StreamQash. All Rights Reserved.</p>
        <p>Useful Links: <a href="https://wa.me/254713584938?text=Hello%F0%9F%8C%B8%20am%20intrested%20in%20StreamQash%20">Home</a> | <a href="https://wa.me/254729556714?text=Heloo%20🌸🙋%20Am%20interested%20in%20STREAMQASH%20AGENCIES">About</a> | <a href="https://wa.me/254729556714?text=Heloo%20🌸🙋%20Am%20interested%20in%20STREAMQASH%20AGENCIES">Log In</a> | <a href="https://wa.me/254729556714?text=Heloo%20🌸🙋%20Am%20interested%20in%20STREAMQASH%20AGENCIES">Create Account</a> | <a href="https://wa.me/254729556714?text=Heloo%20🌸🙋%20Am%20interested%20in%20STREAMQASH%20AGENCIES">Contact Us</a></p>
        <div>
            <form>
                <input type="email" placeholder="Your email" required="">
                <button type="submit">Subscribe</button>
            </form>
        </div>
       <a style="text-decoration: underline;" href="https://wa.me/254758238459"> <p>Developed by Tedan</p></a>
    </footer>



</body></html>