CPA Grip – Complete Guide for Beginners

If you are looking for a smart way to make money online without selling products directly, then CPA Grip is one of the best platforms to start with. It is a CPA (Cost Per Action) affiliate network that connects publishers with advertisers, allowing you to earn money whenever someone completes an action such as signing up, downloading an app, or filling out a form.


What is CPA Grip?

CPA Grip is a popular affiliate marketing platform where you can promote offers and earn commissions. Unlike traditional affiliate marketing that requires sales, CPA Grip pays you when users take small actions. This makes it much easier for beginners to start making money online.

Some examples of actions include:

  • Submitting an email address 📧

  • Completing a survey 📋

  • Installing a mobile app 📱

  • Signing up for a free trial 🎁

Why Choose CPA Grip?

There are hundreds of CPA networks, but CPA Grip is well-known for:

  1. Beginner-Friendly Interface – Easy dashboard and quick setup.

  2. Global Offers – Work with offers available in different countries.

  3. Multiple Tools – Content lockers, URL lockers, and monetization widgets.

  4. Weekly Payments – Fast and reliable payout system through PayPal, Payoneer, or bank transfer.

  5. Real-Time Statistics – Track clicks, leads, and earnings instantly.

How to Get Started with CPA Grip?

  1. Sign Up – Visit the CPA Grip website and create a free publisher account.

  2. Get Approved – Usually, approval is quick, but make sure to provide real information.

  3. Choose Offers – Select offers that match your audience or niche.

  4. Promote Offers – Share your links on websites, blogs, YouTube, or social media.

  5. Earn Money – You get paid whenever users complete the required action.

Tips to Succeed with CPA Grip

  • Pick offers that have high conversion rates ✅

  • Use content locking to give value in exchange for user actions

  • Drive traffic using social media, SEO, or paid ads

  • Always follow CPA Grip’s policies to avoid account bans 🚫

Payment Proof & Trust

CPA Grip is a legit platform used by thousands of affiliates worldwide. Many beginners share payment proofs showing consistent weekly earnings. With dedication, you can turn CPA Grip into a stable income stream.

Final Thoughts

If you want to start affiliate marketing without investing a lot of money, CPA Grip is a reliable option. It provides powerful tools, easy offers, and timely payouts. Whether you’re a student, freelancer, or digital marketer, CPA Grip can help you make money online with simple actions.

Start today, and turn your clicks into cash with CPA Grip! 💰

HTML Script


<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>EasytasksEarn - Complete Small Tasks & Earn Money</title>

    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">

    <style>

        /* Global Styles */

        * {

            margin: 0;

            padding: 0;

            box-sizing: border-box;

            font-family: 'Poppins', sans-serif;

        }

        

        :root {

            --primary: #4e54c8;

            --secondary: #8f94fb;

            --accent: #ff6b6b;

            --light: #f8f9fa;

            --dark: #343a40;

            --success: #28a745;

        }

        

        body {

            background: linear-gradient(to right, #f5f7fa, #e4e8f5);

            color: #333;

            overflow-x: hidden;

        }

        

        .container {

            width: 100%;

            max-width: 1200px;

            margin: 0 auto;

            padding: 0 20px;

        }

        

        .btn {

            display: inline-block;

            padding: 12px 28px;

            background: linear-gradient(to right, var(--primary), var(--secondary));

            color: white;

            border-radius: 50px;

            text-decoration: none;

            font-weight: 600;

            transition: all 0.3s ease;

            border: none;

            cursor: pointer;

            box-shadow: 0 4px 15px rgba(78, 84, 200, 0.3);

        }

        

        .btn:hover {

            transform: translateY(-3px);

            box-shadow: 0 8px 20px rgba(78, 84, 200, 0.4);

        }

        

        .btn-accent {

            background: linear-gradient(to right, var(--accent), #ff8e8e);

            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);

        }

        

        .btn-accent:hover {

            box-shadow: 0 8px 20px rgba(255, 107, 107, 0.4);

        }

        

        .section {

            padding: 80px 0;

        }

        

        .section-title {

            text-align: center;

            margin-bottom: 50px;

            font-size: 2.5rem;

            color: var(--primary);

            position: relative;

        }

        

        .section-title:after {

            content: '';

            display: block;

            width: 80px;

            height: 4px;

            background: linear-gradient(to right, var(--primary), var(--secondary));

            margin: 15px auto;

            border-radius: 2px;

        }

        

        /* Header Styles */

        header {

            background: linear-gradient(to right, var(--primary), var(--secondary));

            padding: 15px 0;

            position: sticky;

            top: 0;

            z-index: 1000;

            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);

        }

        

        .header-container {

            display: flex;

            justify-content: space-between;

            align-items: center;

        }

        

        .logo {

            display: flex;

            align-items: center;

        }

        

        .logo h1 {

            color: white;

            font-size: 1.8rem;

            font-weight: 700;

        }

        

        .logo span {

            color: #ffd700;

        }

        

        nav ul {

            display: flex;

            list-style: none;

        }

        

        nav ul li {

            margin-left: 25px;

        }

        

        nav ul li a {

            color: white;

            text-decoration: none;

            font-weight: 500;

            transition: all 0.3s ease;

        }

        

        nav ul li a:hover {

            color: #ffd700;

        }

        

        /* Hero Section */

        .hero {

            padding: 100px 0;

            background: linear-gradient(135deg, rgba(78, 84, 200, 0.9), rgba(143, 148, 251, 0.9)), url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1471&q=80');

            background-size: cover;

            background-position: center;

            color: white;

            text-align: center;

        }

        

        .hero-content {

            max-width: 800px;

            margin: 0 auto;

        }

        

        .hero h2 {

            font-size: 3rem;

            margin-bottom: 20px;

            animation: fadeInDown 1s ease;

        }

        

        .hero p {

            font-size: 1.2rem;

            margin-bottom: 30px;

            animation: fadeInUp 1s ease;

        }

        

        .owner-info {

            display: flex;

            align-items: center;

            justify-content: center;

            margin-top: 40px;

            animation: fadeIn 1.5s ease;

        }

        

        .owner-img {

            width: 80px;

            height: 80px;

            border-radius: 50%;

            border: 3px solid white;

            margin-right: 15px;

            background: url('https://th.bing.com/th/id/OIP.sYWxDVGHHNBus5jM836mkQHaHa?w=163&h=180&c=7&r=0&o=7&dpr=1.3&pid=1.7&rm=3') center/cover;

        }

        

        .owner-details {

            text-align: left;

        }

        

        .owner-details h3 {

            font-size: 1.5rem;

            margin-bottom: 5px;

        }

        

        .signature {

            font-family: 'Dancing Script', cursive;

            font-size: 1.8rem;

            color: #ffd700;

        }

        

        /* Features Section */

        .features {

            background-color: white;

        }

        

        .features-grid {

            display: grid;

            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

            gap: 30px;

        }

        

        .feature-card {

            background: white;

            border-radius: 15px;

            padding: 30px;

            text-align: center;

            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);

            transition: all 0.3s ease;

        }

        

        .feature-card:hover {

            transform: translateY(-10px);

            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);

        }

        

        .feature-icon {

            font-size: 3rem;

            color: var(--primary);

            margin-bottom: 20px;

        }

        

        .feature-card h3 {

            font-size: 1.5rem;

            margin-bottom: 15px;

            color: var(--dark);

        }

        

        .feature-card p {

            color: #666;

        }

        

        /* Wallets Section */

        .wallets {

            background: linear-gradient(to right, #f5f7fa, #e4e8f5);

        }

        

        .wallets-grid {

            display: grid;

            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

            gap: 25px;

        }

        

        .wallet-card {

            background: white;

            border-radius: 15px;

            padding: 25px;

            text-align: center;

            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);

            transition: all 0.3s ease;

        }

        

        .wallet-card:hover {

            transform: translateY(-5px);

            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);

        }

        

        .country-flag {

            width: 60px;

            height: 60px;

            border-radius: 50%;

            margin: 0 auto 15px;

            background-size: cover;

            background-position: center;

            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

        }

        

        .pakistan { background: url('https://flagcdn.com/w320/pk.png') center/cover; }

        .india { background: url('https://flagcdn.com/w320/in.png') center/cover; }

        .bangladesh { background: url('https://flagcdn.com/w320/bd.png') center/cover; }

        .usa { background: url('https://flagcdn.com/w320/us.png') center/cover; }

        

        .wallet-card h3 {

            font-size: 1.4rem;

            margin-bottom: 10px;

            color: var(--primary);

        }

        

        /* Tasks Section */

        .tasks {

            background-color: white;

        }

        

        .tasks-grid {

            display: grid;

            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

            gap: 30px;

        }

        

        .task-card {

            background: white;

            border-radius: 15px;

            overflow: hidden;

            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);

            transition: all 0.3s ease;

        }

        

        .task-card:hover {

            transform: translateY(-8px);

            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);

        }

        

        .task-header {

            background: linear-gradient(to right, var(--primary), var(--secondary));

            color: white;

            padding: 20px;

            text-align: center;

        }

        

        .task-price {

            font-size: 1.8rem;

            font-weight: 700;

            margin: 10px 0;

        }

        

        .task-content {

            padding: 25px;

        }

        

        .task-content h3 {

            font-size: 1.4rem;

            margin-bottom: 15px;

            color: var(--dark);

        }

        

        .task-content ul {

            list-style: none;

            margin-bottom: 20px;

        }

        

        .task-content ul li {

            padding: 8px 0;

            border-bottom: 1px solid #eee;

        }

        

        .task-content ul li:last-child {

            border-bottom: none;

        }

        

        .task-content ul li i {

            color: var(--success);

            margin-right: 10px;

        }

        

        .task-button {

            text-align: center;

            padding: 0 25px 25px;

        }

        

        .pulse {

            animation: pulse 2s infinite;

        }

        

        /* CTA Section */

        .cta {

            background: linear-gradient(135deg, var(--primary), var(--secondary));

            color: white;

            text-align: center;

            padding: 80px 0;

        }

        

        .cta h2 {

            font-size: 2.5rem;

            margin-bottom: 20px;

        }

        

        .cta p {

            font-size: 1.2rem;

            max-width: 700px;

            margin: 0 auto 30px;

        }

        

        /* Reviews Section */

        .reviews {

            background: linear-gradient(to right, #f5f7fa, #e4e8f5);

        }

        

        .reviews-grid {

            display: grid;

            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

            gap: 30px;

        }

        

        .review-card {

            background: white;

            border-radius: 15px;

            padding: 25px;

            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);

        }

        

        .review-header {

            display: flex;

            align-items: center;

            margin-bottom: 15px;

        }

        

        .

        

        .reviewer-info h3 {

            font-size: 1.2rem;

            margin-bottom: 5px;

        }

        

        .stars {

            color: #ffd700;

        }

        

        .review-content p {

            color: #555;

            font-style: italic;

            line-height: 1.6;

        }

        

        /* Footer */

        footer {

            background: linear-gradient(to right, #2c3e50, #4a5568);

            color: white;

            padding: 60px 0 30px;

        }

        

        .footer-grid {

            display: grid;

            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

            gap: 40px;

            margin-bottom: 40px;

        }

        

        .footer-column h3 {

            font-size: 1.4rem;

            margin-bottom: 20px;

            position: relative;

            padding-bottom: 10px;

        }

        

        .footer-column h3:after {

            content: '';

            position: absolute;

            bottom: 0;

            left: 0;

            width: 40px;

            height: 3px;

            background: var(--accent);

        }

        

        .footer-column ul {

            list-style: none;

        }

        

        .footer-column ul li {

            margin-bottom: 12px;

        }

        

        .footer-column ul li a {

            color: #ddd;

            text-decoration: none;

            transition: all 0.3s ease;

        }

        

        .footer-column ul li a:hover {

            color: white;

            padding-left: 5px;

        }

        

        .footer-column p {

            color: #ddd;

            line-height: 1.6;

            margin-bottom: 20px;

        }

        

        .social-icons {

            display: flex;

            gap: 15px;

        }

        

        .social-icons a {

            display: inline-flex;

            align-items: center;

            justify-content: center;

            width: 40px;

            height: 40px;

            background: rgba(255, 255, 255, 0.1);

            border-radius: 50%;

            color: white;

            transition: all 0.3s ease;

        }

        

        .social-icons a:hover {

            background: var(--primary);

            transform: translateY(-3px);

        }

        

        .footer-bottom {

            text-align: center;

            padding-top: 30px;

            border-top: 1px solid rgba(255, 255, 255, 0.1);

        }

        

        /* Animations */

        @keyframes fadeIn {

            from { opacity: 0; }

            to { opacity: 1; }

        }

        

        @keyframes fadeInUp {

            from {

                opacity: 0;

                transform: translateY(20px);

            }

            to {

                opacity: 1;

                transform: translateY(0);

            }

        }

        

        @keyframes fadeInDown {

            from {

                opacity: 0;

                transform: translateY(-20px);

            }

            to {

                opacity: 1;

                transform: translateY(0);

            }

        }

        

        @keyframes pulse {

            0% {

                transform: scale(1);

                box-shadow: 0 0 0 0 rgba(78, 84, 200, 0.7);

            }

            70% {

                transform: scale(1.05);

                box-shadow: 0 0 0 10px rgba(78, 84, 200, 0);

            }

            100% {

                transform: scale(1);

                box-shadow: 0 0 0 0 rgba(78, 84, 200, 0);

            }

        }

        

        /* Responsive Design */

        @media (max-width: 768px) {

            .header-container {

                flex-direction: column;

            }

            

            nav ul {

                margin-top: 20px;

                flex-wrap: wrap;

                justify-content: center;

            }

            

            nav ul li {

                margin: 5px 10px;

            }

            

            .hero h2 {

                font-size: 2.2rem;

            }

            

            .section-title {

                font-size: 2rem;

            }

        }

    </style>

</head>

<body>

    <!-- Header -->

    <header>

        <div class="container header-container">

            <div class="logo">

                <h1>Easy<span>Tasks</span>Earn</h1>

            </div>

            <nav>

                <ul>

                    <li><a href="https://www.adsterra.com" target="_blank">Home</a></li>

                    <li><a href="https://www.adsterra.com" target="_blank">Tasks</a></li>

                    <li><a href="https://www.adsterra.com" target="_blank">Earnings</a></li>

                    <li><a href="https://www.adsterra.com" target="_blank">Withdraw</a></li>

                    <li><a href="https://www.adsterra.com" target="_blank">Contact</a></li>

                </ul>

            </nav>

        </div>

    </header>


    <!-- Hero Section -->

    <section class="hero">

        <div class="container hero-content">

            <h2>Complete Small Tasks & Earn Money</h2>

            <p>Earn $2.50 to $5.00 for each task you complete. Withdraw instantly to your wallet!</p>

            <a href="https://www.adsterra.com" target="_blank" class="btn btn-accent">Get Started Now</a>

            

            <div class="owner-info">

                <div class="owner-img"></div>

                <div class="owner-details">

                    <h3>John Smith</h3>

                    <p>Founder & CEO</p>

                    <p class="signature">John Smith</p>

                </div>

            </div>

        </div>

    </section>


    <!-- Features Section -->

    <section class="section features">

        <div class="container">

            <h2 class="section-title">How It Works</h2>

            <div class="features-grid">

                <div class="feature-card">

                    <div class="feature-icon">

                        <i class="fas fa-tasks"></i>

                    </div>

                    <h3>Choose Tasks</h3>

                    <p>Select from hundreds of small tasks that match your interests</p>

                </div>

                

                <div class="feature-card">

                    <div class="feature-icon">

                        <i class="fas fa-check-circle"></i>

                    </div>

                    <h3>Complete Tasks</h3>

                    <p>Finish simple tasks like surveys, app testing, or watching videos</p>

                </div>

                

                <div class="feature-card">

                    <div class="feature-icon">

                        <i class="fas fa-money-bill-wave"></i>

                    </div>

                    <h3>Get Paid Instantly</h3>

                    <p>Receive $2.50 to $5.00 per task directly to your wallet</p>

                </div>

            </div>

        </div>

    </section>


    <!-- Wallets Section -->

    <section class="section wallets">

        <div class="container">

            <h2 class="section-title">Supported Wallets</h2>

            <div class="wallets-grid">

                <div class="wallet-card">

                    <div class="country-flag pakistan"></div>

                    <h3>Pakistan</h3>

                    <p>JazzCash, EasyPaisa, Payoneer</p>

                </div>

                

                <div class="wallet-card">

                    <div class="country-flag india"></div>

                    <h3>India</h3>

                    <p>Paytm, PhonePe, Google Pay</p>

                </div>

                

                <div class="wallet-card">

                    <div class="country-flag bangladesh"></div>

                    <h3>Bangladesh</h3>

                    <p>bKash, Nagad, Rocket</p>

                </div>

                

                <div class="wallet-card">

                    <div class="country-flag usa"></div>

                    <h3>USA</h3>

                    <p>PayPal, Venmo, Cash App</p>

                </div>

            </div>

        </div>

    </section>


    <!-- Tasks Section -->

    <section class="section tasks">

        <div class="container">

            <h2 class="section-title">Available Tasks</h2>

            <div class="tasks-grid">

                <div class="task-card">

                    <div class="task-header">

                        <h3>Basic Task</h3>

                        <div class="task-price">$2.50</div>

                        <p>Quick & Easy</p>

                    </div>

                    <div class="task-content">

                        <h3>What you'll do:</h3>

                        <ul>

                            <li><i class="fas fa-check"></i> Complete a short survey</li>

                            <li><i class="fas fa-check"></i> Watch a 30-second video</li>

                            <li><i class="fas fa-check"></i> Answer 3 simple questions</li>

                            <li><i class="fas fa-check"></i> Takes only 2-3 minutes</li>

                        </ul>

                    </div>

                    <div class="task-button">

                        <a href="https://www.cpagrip.com" target="_blank" class="btn pulse">Start & Earn Now</a>

                    </div>

                </div>

                

                <div class="task-card">

                    <div class="task-header">

                        <h3>Standard Task</h3>

                        <div class="task-price">$3.75</div>

                        <p>Most Popular</p>

                    </div>

                    <div class="task-content">

                        <h3>What you'll do:</h3>

                        <ul>

                            <li><i class="fas fa-check"></i> Sign up for a free trial</li>

                            <li><i class="fas fa-check"></i> Install a mobile app</li>

                            <li><i class="fas fa-check"></i> Complete a longer survey</li>

                            <li><i class="fas fa-check"></i> Takes 5-7 minutes</li>

                        </ul>

                    </div>

                    <div class="task-button">

                        <a href="https://www.cpagrip.com" target="_blank" class="btn pulse">Start & Earn Now</a>

                    </div>

                </div>

                

                <div class="task-card">

                    <div class="task-header">

                        <h3>Premium Task</h3>

                        <div class="task-price">$5.00</div>

                        <p>Highest Payout</p>

                    </div>

                    <div class="task-content">

                        <h3>What you'll do:</h3>

                        <ul>

                            <li><i class="fas fa-check"></i> Complete a financial offer</li>

                            <li><i class="fas fa-check"></i> Sign up for a subscription</li>

                            <li><i class="fas fa-check"></i> Provide detailed feedback</li>

                            <li><i class="fas fa-check"></i> Takes 8-10 minutes</li>

                        </ul>

                    </div>

                    <div class="task-button">

                        <a href="https://www.cpagrip.com" target="_blank" class="btn pulse">Start & Earn Now</a>

                    </div>

                </div>

            </div>

        </div>

    </section>


    <!-- CTA Section -->

    <section class="cta">

        <div class="container">

            <h2>Ready to Start Earning?</h2>

            <p>Join thousands of users who are earning money by completing simple tasks. Sign up now and get a $1 bonus!</p>

            <a href="https://www.adsterra.com" target="_blank" class="btn btn-accent">Sign Up Now</a>

        </div>

    </section>


    <!-- Reviews Section -->

    <section class="section reviews">

        <div class="container">

            <h2 class="section-title">What Our Users Say</h2>

            <div class="reviews-grid">

                <div class="review-card">

                    <div class="review-header">

                        <div class="reviewer-img"></div>

                        <div class="reviewer-info">

                            <h3>Sarah K.</h3>

                            <div class="stars">

                                <i class="fas fa-star"></i>

                                <i class="fas fa-star"></i>

                                <i class="fas fa-star"></i>

                                <i class="fas fa-star"></i>

                                <i class="fas fa-star"></i>

                            </div>

                        </div>

                    </div>

                    <div class="review-content">

                        <p>"I've earned over $200 in just two weeks by completing tasks during my free time. The withdrawals are instant!"</p>

                    </div>

                </div>

                

                <div class="review-card">

                    <div class="review-header">

                        <div class="reviewer-img"></div>

                        <div class="reviewer-info">

                            <h3>Michael T.</h3>

                            <div class="stars">

                                <i class="fas fa-star"></i>

                                <i class="fas fa-star"></i>

                                <i class="fas fa-star"></i>

                                <i class="fas fa-star"></i>

                                <i class="fas fa-star"></i>

                            </div>

                        </div>

                    </div>

                    <div class="review-content">

                        <p>"The tasks are really simple and the payout is great. I use this platform to earn extra money while commuting."</p>

                    </div>

                </div>

                

                <div class="review-card">

                    <div class="review-header">

                        <div class="reviewer-img"></div>

                        <div class="reviewer-info">

                            <h3>Priya R.</h3>

                            <div class="stars">

                                <i class="fas fa-star"></i>

                                <i class="fas fa-star"></i>

                                <i class="fas fa-star"></i>

                                <i class="fas fa-star"></i>

                                <i class="fas fa-star-half-alt"></i>

                            </div>

                        </div>

                    </div>

                    <div class="review-content">

                        <p>"I was skeptical at first, but I've withdrawn $150 to my Paytm account without any issues. Highly recommended!"</p>

                    </div>

                </div>

            </div>

        </div>

    </section>


    <!-- Footer -->

    <footer>

        <div class="container">

            <div class="footer-grid">

                <div class="footer-column">

                    <h3>EasyTasksEarn</h3>

                    <p>Complete small tasks and earn money instantly. We offer a secure and reliable platform for everyone to make extra income.</p>

                    <div class="social-icons">

                        <a href="https://www.adsterra.com" target="_blank"><i class="fab fa-facebook-f"></i></a>

                        <a href="https://www.adsterra.com" target="_blank"><i class="fab fa-twitter"></i></a>

                        <a href="https://www.adsterra.com" target="_blank"><i class="fab fa-instagram"></i></a>

                        <a href="https://www.adsterra.com" target="_blank"><i class="fab fa-linkedin-in"></i></a>

                    </div>

                </div>

                

                <div class="footer-column">

                    <h3>Quick Links</h3>

                    <ul>

                        <li><a href="https://www.adsterra.com" target="_blank">Home</a></li>

                        <li><a href="https://www.adsterra.com" target="_blank">How It Works</a></li>

                        <li><a href="https://www.adsterra.com" target="_blank">Tasks</a></li>

                        <li><a href="https://www.adsterra.com" target="_blank">Earnings</a></li>

                        <li><a href="https://www.adsterra.com" target="_blank">Testimonials</a></li>

                    </ul>

                </div>

                

                <div class="footer-column">

                    <h3>Support</h3>

                    <ul>

                        <li><a href="https://www.adsterra.com" target="_blank">FAQ</a></li>

                        <li><a href="https://www.adsterra.com" target="_blank">Help Center</a></li>

                        <li><a href="https://www.adsterra.com" target="_blank">Contact Us</a></li>

                        <li><a href="https://www.adsterra.com" target="_blank">Privacy Policy</a></li>

                        <li><a href="https://www.adsterra.com" target="_blank">Terms of Service</a></li>

                    </ul>

                </div>

                

                <div class="footer-column">

                    <h3>Contact Info</h3>

                    <p><i class="fas fa-map-marker-alt"></i> 123 Business Ave, Suite 100</p>

                    <p><i class="fas fa-envelope"></i> support@easytasksearn.com</p>

                    <p><i class="fas fa-phone"></i> +1 (555) 123-4567</p>

                </div>

            </div>

            

            <div class="footer-bottom">

                <p>&copy; 2023 EasyTasksEarn. All rights reserved.</p>

            </div>

        </div>

    </footer>


    <script>

        // Simple animation for the pulse effect

        document.addEventListener('DOMContentLoaded', function() {

            const pulseButtons = document.querySelectorAll('.pulse');

            

            setInterval(() => {

                pulseButtons.forEach(button => {

                    button.classList.toggle('pulse');

                });

            }, 2000);

        });

    </script>

</body>

</html>


No comments:

Post a Comment

If you have any question you can ask me feelfree.