Skip to content

Buy Like #3156

Open
Open
@mdkaoserazom

Description

<title>ফেসবুক লাইক ও ফলোয়ার</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; }
    header {
        background-color: #007bff;
        color: white;
        padding: 20px 0;
        text-align: center;
    }

    .container {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .price-box {
        display: inline-block;
        background-color: white;
        padding: 20px;
        margin: 10px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .price-box h3 {
        color: #007bff;
    }

    .price-box p {
        font-size: 1.2em;
        margin: 10px 0;
    }

    .buy-btn {
        background-color: #28a745;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .buy-btn:hover {
        background-color: #218838;
    }

    .payment-info {
        margin-top: 20px;
        font-size: 1.1em;
    }

    .success-animation {
        display: none;
        margin-top: 20px;
        font-size: 1.5em;
        color: green;
    }
</style>

ফেসবুক লাইক ও ফলোয়ার ক্রয় করুন

নির্ভরযোগ্য এবং দ্রুত সেবা

প্যাকেজ নির্বাচন করুন

<div class="price-box">
    <h3>1000 লাইক</h3>
    <p>80 টাকা</p>
    <button class="buy-btn" onclick="showPaymentInfo('1000')">এখনই কিনুন</button>
</div>

<div class="price-box">
    <h3>5000 লাইক</h3>
    <p>120 টাকা</p>
    <button class="buy-btn" onclick="showPaymentInfo('5000')">এখনই কিনুন</button>
</div>

<div id="payment-info" class="payment-info" style="display: none;">
    <p>আপনার পেমেন্ট সম্পন্ন করতে নিচে ট্রানজেকশন নাম্বার দিন:</p>
    <input type="text" id="transaction-number" placeholder="ট্রানজেকশন নাম্বার">
    <button class="buy-btn" onclick="submitPayment()">পেমেন্ট সাবমিট করুন</button>
</div>

<div id="success-message" class="success-animation">
    <p>পেমেন্ট সফল! ধন্যবাদ!</p>
</div>
<script> function showPaymentInfo(package) { document.getElementById('payment-info').style.display = 'block'; document.getElementById('success-message').style.display = 'none'; } function submitPayment() { var transactionNumber = document.getElementById('transaction-number').value; if (transactionNumber) { document.getElementById('success-message').style.display = 'block'; setTimeout(function() { alert('পেমেন্ট সফল! আপনার লাইক ফলোয়ার অর্ডার প্রক্রিয়াধীন।'); }, 1000); } else { alert('দয়া করে ট্রানজেকশন নাম্বার দিন!'); } } </script>

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions