Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<!DOCTYPE html>
<html>
<head>
        <script type="text/javascript" src="<?php echo $base_url;?>js/jquery-1.10.2.js"></script>
        <title>Profitmandi</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"/> 
    <body>
        <div class="head">
                <div class="rupee">
                </div>
        </div>
        <div>
                <div>  
                        <h2 class="heading">Make more profits</h2>
                        <h4 class="subheading">Download our free Android Application.</h4>
                        <img src="/img/playstore.png" class="getitonplay" onclick="imageClick()"/>
                </div>
        </div>
    </body>
</head>
<script type="text/javascript">
function imageClick () {
        window.location="http://bit.ly/1LBesWK";
}
</script>
</html>


<style type="text/css">
*
{
        background-color: #58d936;
    margin:0;
    padding:0;
}
html,body
{
    margin:0;
    padding:0;
    font-family:Helvetica;
    
    background:#58d936; 
    width:100%;
    height:100%;
} 
.heading{
padding:10px;
text-align:center;
color:#fff;
font-weight:bold;             
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #58d936), color-stop(2%, #58d936), color-stop(100%, #58d936));
}  

.subheading{
text-align:center;
color:#fff;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #58d936), color-stop(2%, #58d936), color-stop(100%, #58d936)); 
} 
.rupee{
background-image: url("/img/pmlogonew.png");
height: 184px; 
width: 256px; 
margin-left: auto;
margin-right: auto;
}
.head{
background: #58d936;
}
.getitonplay{
padding: 10px;
margin-left: auto;
margin-right: auto;
display: block;
}
</style>