|
|
|
<!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-->
|
|
|
|
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<style>
|
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vcenter {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fill {
|
|
|
|
min-height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#top-bg {
|
|
|
|
width: 100%;
|
|
|
|
height: 280px;
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
background-color: rgb(255, 198, 218);
|
|
|
|
background-position: 50% 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
</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="container fill">
|
|
|
|
<div id="top-bg"></div>
|
|
|
|
<div class="row fill">
|
|
|
|
<div class="col-xs-1 col-md-3 col-lg-4 vcenter fill">
|
|
|
|
</div><!--
|
|
|
|
--><div class="col-xs-10 col-md-6 col-lg-4 vcenter" style="text-align:center">
|
|
|
|
<img class="img-responsive img-circle" alt="Expensy Logo" src="/static/images/web_hi_res_512.png">
|
|
|
|
<h1>Expensy</h1>
|
|
|
|
<p>A better way to keep tracking what you've spent</p>
|
|
|
|
<hr/>
|
|
|
|
<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" width="172" height="60"/></a>
|
|
|
|
<hr/>
|
|
|
|
<p><a href="http://blog.getexpensy.com/">Our blog</a></p>
|
|
|
|
<!-- Social thingy -->
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-3 vcenter">
|
|
|
|
<span class="fb-like" data-href="http://getexpensy.com" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></span>
|
|
|
|
</div>
|
|
|
|
<div class="col-lg-3 vcenter">
|
|
|
|
<span class="g-plusone" data-annotation="inline" data-width="50"></span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div><!--
|
|
|
|
--><div class="col-xs-1 col-md-3 col-lg-4 vcenter fill">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
//$.backstretch(["/static/images/feature-graphic.png"]);
|
|
|
|
//$("body").backstretch("/static/images/feature-graphic.png");
|
|
|
|
</script>
|
|
|
|
<script src="https://apis.google.com/js/platform.js" async defer></script>
|
|
|
|
<div id="fb-root"></div>
|
|
|
|
<script>(function(d, s, id) {
|
|
|
|
var js, fjs = d.getElementsByTagName(s)[0];
|
|
|
|
if (d.getElementById(id)) return;
|
|
|
|
js = d.createElement(s); js.id = id;
|
|
|
|
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=807502172597046&version=v2.0";
|
|
|
|
fjs.parentNode.insertBefore(js, fjs);
|
|
|
|
}(document, 'script', 'facebook-jssdk'));</script>
|
|
|
|
</body>
|
|
|
|
</html>
|