You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.7 KiB
60 lines
1.7 KiB
10 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Expensy</title>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="description" content="A better way to keep tracking what you've spent.">
|
||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||
|
<meta name="apple-touch-fullscreen" content="yes">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
||
|
<link rel="icon" type="image/png" href="http://getexpensy.com/static/images/favicon.png">
|
||
|
<link rel="apple-touch-icon" type="image/png" href="http://getexpensy.com/static/images/logo_144.png">
|
||
|
<!-- Style-->
|
||
|
<style>
|
||
|
html, body {
|
||
|
height:100%;
|
||
|
padding: 0px;
|
||
|
margin: 0px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.mastfoot {
|
||
|
color: #999; /* IE8 proofing */
|
||
|
color: rgba(255,255,255,.5);
|
||
|
}
|
||
|
/*
|
||
|
* Affix and center
|
||
|
*/
|
||
|
@media (min-width: 768px) {
|
||
|
.mastfoot {
|
||
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
/* Handle the widths */
|
||
|
width: 100%; /* Must be percentage or pixels for horizontal alignment */
|
||
|
}
|
||
|
}
|
||
|
@media (min-width: 992px) {
|
||
|
.mastfoot {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
</style>
|
||
|
<!-- HTML5 shim, for IE6-8 support of HTML elements--><!--[if lt IE 9]>
|
||
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="mastfoot">
|
||
|
<a href="https://play.google.com/store/apps/details?id=co.zzyzx.expensy">
|
||
|
<img alt="Get it on Google Play"
|
||
|
src="/static/images/en_generic_rgb_wo_60.png" />
|
||
|
</a>
|
||
|
</div>
|
||
|
|
||
|
<script src="/static/vendor/jquery/jquery.min.js"></script>
|
||
|
<script src="/static/vendor/jquery-backstretch/jquery.backstretch.min.js"></script>
|
||
|
<script>
|
||
|
$.backstretch(["/static/images/feature-graphic.png"]);
|
||
|
$("body").backstretch("/static/images/feature-graphic.png");
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|