File "test-campaign.php"

Full path: /home/fsibplc/public_html/firstcash/test-campaign.php
File size: 2.37 B (2.37 KB bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php
include('./all/config.php');
include('./all/header.php');
include('./all/navbar.php'); ?>


<section>
    <div class="container" style="margin-top: 85px;margin-bottom:100px;">
        <div class="row text-center">
            <h4 style="margin-bottom: 10px;color:#2D3290"><strong>Payment</strong></h4>
            <h6 style="margin-bottom: 35px;">Pay with FirstCash to get amazing offers</h6>
        </div>


        <div class="flex-container">
            <div class="flex-item" style="">
                <img src="assets/images/campaign-1.webp" alt="Avatar" style="width:100%;border-radius: 5px 5px 0 0;">
                <div class="container">
                    <h5 style="font-size:18px;padding-top: 15px;"><b>জুতার কেনাকাটায় ৳৩০০ ক্যাশব্যাক</b></h5>
                    <p><span>FirstCash</span> is here with an exciting offer for this Eid!</p>
                </div>
            </div>
            <div class="flex-item" style="">
                <img src="assets/images/campaign-1.webp" alt="Avatar" style="width:100%;border-radius: 5px 5px 0 0;">
                <div class="container">
                    <h5 style="font-size:18px;padding-top: 15px;"><b>৳300 cashback on shoe brands!</b></h5>
                    <p><span>FirstCash</span> is here with an exciting offer for this Eid!</p>
                </div>
            </div>
            <div class="flex-item" style="">
                <img src="assets/images/campaign-1.webp" alt="Avatar" style="width:100%;border-radius: 5px 5px 0 0;">
                <div class="container">
                    <h5 style="font-size:18px;padding-top: 15px;"><b>৳300 cashback on shoe brands!</b></h5>
                    <p><span>FirstCash</span> is here with an exciting offer for this Eid!</p>
                </div>
            </div>
            
        </div>
        <!-- <button class="btn btn-lg offerButton" style="border-radius:30px;width:300px;background-color:white;border: 1px solid green;color:green;">View More Offers</button> -->

            <button class="button-24">View More Offers</button>
   
       
    </div>

    

</section>


<?php include('./all/footer.php') ?>

<script>
    document.getElementById('campaign1').onclick = function() {
        window.open('campaign-1.php')
    };
</script>

</body>

</html>