Browse Source

Quick dry front

master
sipp11 10 years ago
parent
commit
b711d54b36
  1. 3
      .bowerrc
  2. 2
      .gitignore
  3. 14
      bower.json
  4. 60
      index.html
  5. BIN
      static/images/en_generic_rgb_wo_60.png
  6. BIN
      static/images/favicon.png
  7. BIN
      static/images/feature-graphic.png
  8. BIN
      static/images/logo_144.png
  9. BIN
      static/images/web_hi_res_512.png

3
.bowerrc

@ -0,0 +1,3 @@
{
"directory": "static/vendor"
}

2
.gitignore vendored

@ -0,0 +1,2 @@
.DS_Store
static/vendor

14
bower.json

@ -0,0 +1,14 @@
{
"name": "expensy-front",
"version": "1",
"dependencies": {
"jquery-backstretch": null
},
"ignore": [
"**/.*",
"node_modules",
"components",
"websites",
"source"
]
}

60
index.html

@ -0,0 +1,60 @@
<!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>

BIN
static/images/en_generic_rgb_wo_60.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

BIN
static/images/favicon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
static/images/feature-graphic.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

BIN
static/images/logo_144.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
static/images/web_hi_res_512.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Loading…
Cancel
Save