Subversion Repositories SmartDukaan

Rev

Rev 18501 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<style type="text/css">
h5{font-weight: bold;text-decoration: underline;}
h4{font-weight: bold;}
#eng{background:#58d936;}
#hin{background:white; }
.btn{border: #555 1px solid;}
#eng { color:white;}
#hin { color:#58d936;}
</style>
<script>
$(document).ready(function(){
        $('#hin').click(function(){
                $('#hin').css({'background':'#58d936', 'color':'white'});
                $('#eng').css({'background':'white', 'color':'#58d936'});
                $('#eng a').css('color','#58d936');
                $('#hin a').css('color','white');
                var scroll = $('#foreng').height()+$('h4').height()+30; 
                window.scrollTo(0,scroll );
                
        });
        $('#eng').click(function(){
                $('#eng').css({'background':'#58d936', 'color':'white'});
                $('#hin').css({'background':'white', 'color':'#58d936'});
                $('#hin a').css('color','#58d936');
                $('#eng a').css('color','white');
                var scroll = $('h4').height()+30;       
                window.scrollTo(0,scroll );             
        });
});
</script>
<div class="container">
        <div class="row-fluid"> 
                <div class="col-xs-12 bgwhite">
                
                        <div class="text-center">
                                <button type="button" class="btn btn-xs" id='eng'>English</button>
                                <button type="button" class="btn btn-xs" id='hin'>हिन्दी</button>
                        </div>
                        
                        <div id="foreng">
                                <h3 class="text-center">Rs. 1 Lakh Jackpot Offer</h3>
                                
                            <h5>Buy at ProfitMandi and win!  Buy More, win more.</h5>
                            <ul>
                            <li>Winner gets Rs 50,000/- Jackpot cashback</li>
                                <li>50 winners get Rs 1,000/- each cashback</li>
                                <li>50 winners get Rs 500/- each cashback</li>
                                </ul>
                                
                                <div>
                                        <h5>Terms and Conditions</h5>
                                        <ul>
                                        <li>Buy any product and from any website listed at ProfitMandi to become eligible for the offer.</li>
                                        <li>Only delivered orders will be considered</li>
                                        <li>More you buy, more are your chances of winning.</li>
                                        <li>Valid for orders placed during Feb 2016</li>
                                        <li>Winners will be declared by 31st March</li>
                                        <li>Rs 50,000/- cahsback will be paid via bank transfer and is subject to deduction of tax</li>
                                        <li>Rs 1,000/- cashback will be credited in Saholic wallet which can be used for recharge</li>
                                        </ul>
                                </div>
                        </div>
                        
                        <div id="forhin" style='word-wrap: break-word;'>
                                        <h3 class="text-center">1 लाख का जैकपोट ऑफर ।</h3>
                                        
                                    <h5>ProfitMandi से ख़रीदे ओर जैकपोट जीते । अधिक से अधिक खरीदें, अधिक से अधिक जीते ।</h5>
                                    <ul>
                                    <li>विजेता को मिलेगा 50,000/- रु का  जैकपोट cashback</li>
                                        <li>50 विजेताओ को मिलेगा 1,000/- रु का  जैकपोट cashback ।</li>
                                        <li>अन्य 50 विजेताओ को मिलेगा 500/- रु का  जैकपोट cashback ।</li>
                                        </ul>
                                        
                                        <div>
                                                <h5>नियम और शर्तें:</h5>
                                                <ul>
                                                <li>ProfitMandi पर लिस्टेड किसी भी वेबसाइट पर कोई भी प्रोडक्ट खरीदे और जैकपोट जीतने के योग्य बने ।</li>
                                                <li>सिर्फ Delivered आर्डर ही इस ऑफर के लिए मान्य होगे । </li>
                                                <li>जितना अधिक आप खरीदते है उतनी  ही जीतने की सम्भावना बनाते है ।</li>
                                                <li>यह सिर्फ फरवरी में दिए गए आर्डर पर मान्य है ।</li>
                                                <li>विजेता की घोषना 31st मार्च को की जाएगी ।</li>
                                                <li>50,000/- रु का cashback बैंक अकाउंट में ट्रांसफर किया जाएगा और यह कर की कटौती के अधीन होगा ।</li>
                                                <li>1,000/- रु का cashback आप के Saholic.com के wallet में ट्रांसफर किया जाएगा और यह रिचार्ज  में उपयोग किया जा सकता है ।</li>
                                                <li>500/- रु का cashback आप के Saholic.com के wallet में ट्रांसफर किया जाएगा और यह रिचार्ज  में उपयोग किया जा सकता है  ।</li>
                                                </ul>
                                        </div>
                                </div>
                </div>
        </div>
</div>