Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
18192 manas 1
<!DOCTYPE html>
2
<html>
3
<head>
4
	<script type="text/javascript" src="<?php echo $base_url;?>js/jquery-1.10.2.js"></script>
5
	<title>Profitmandi</title>
6
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"/> 
7
    <body>
8
    	<div class="head">
9
    		<div class="rupee">
10
    		</div>
11
    	</div>
12
    	<div>
13
    		<div>  
14
	    		<h2 class="heading">Make more profits</h2>
15
	    		<h4 class="subheading">Download our free Android Application.</h4>
16
	    		<img src="/img/playstore.png" class="getitonplay" onclick="imageClick()"/>
17
	    	</div>
18
    	</div>
19
    </body>
20
</head>
21
<script type="text/javascript">
22
function imageClick () {
23
	window.location="http://bit.ly/1LBesWK";
24
}
25
</script>
26
</html>
27
 
28
 
29
<style type="text/css">
30
*
31
{
32
	background-color: #58d936;
33
    margin:0;
34
    padding:0;
35
}
36
html,body
37
{
38
    margin:0;
39
    padding:0;
40
    font-family:Helvetica;
41
 
42
    background:#58d936; 
43
    width:100%;
44
    height:100%;
45
} 
46
.heading{
47
padding:10px;
48
text-align:center;
49
color:#fff;
50
font-weight:bold;             
51
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #58d936), color-stop(2%, #58d936), color-stop(100%, #58d936));
52
}  
53
 
54
.subheading{
55
text-align:center;
56
color:#fff;
57
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #58d936), color-stop(2%, #58d936), color-stop(100%, #58d936)); 
58
} 
59
.rupee{
60
background-image: url("/img/pmlogonew.png");
61
height: 184px; 
62
width: 256px; 
63
margin-left: auto;
64
margin-right: auto;
65
}
66
.head{
67
background: #58d936;
68
}
69
.getitonplay{
70
padding: 10px;
71
margin-left: auto;
72
margin-right: auto;
73
display: block;
74
}
75
</style>