diff --git a/.bowerrc b/.bowerrc new file mode 100644 index 0000000..75c8bbe --- /dev/null +++ b/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "static/vendor" +} \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..760babc --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +static/vendor \ No newline at end of file diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..76d2f8c --- /dev/null +++ b/bower.json @@ -0,0 +1,14 @@ +{ + "name": "expensy-front", + "version": "1", + "dependencies": { + "jquery-backstretch": null + }, + "ignore": [ + "**/.*", + "node_modules", + "components", + "websites", + "source" + ] +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..b38e399 --- /dev/null +++ b/index.html @@ -0,0 +1,60 @@ + + + +Expensy + + + + + + + + + + + + +
+ + Get it on Google Play + +
+ + + + + + \ No newline at end of file diff --git a/static/images/en_generic_rgb_wo_60.png b/static/images/en_generic_rgb_wo_60.png new file mode 100644 index 0000000..9a50aff Binary files /dev/null and b/static/images/en_generic_rgb_wo_60.png differ diff --git a/static/images/favicon.png b/static/images/favicon.png new file mode 100644 index 0000000..2de8cee Binary files /dev/null and b/static/images/favicon.png differ diff --git a/static/images/feature-graphic.png b/static/images/feature-graphic.png new file mode 100644 index 0000000..0ce1fe0 Binary files /dev/null and b/static/images/feature-graphic.png differ diff --git a/static/images/logo_144.png b/static/images/logo_144.png new file mode 100644 index 0000000..3dde091 Binary files /dev/null and b/static/images/logo_144.png differ diff --git a/static/images/web_hi_res_512.png b/static/images/web_hi_res_512.png new file mode 100755 index 0000000..9391a0e Binary files /dev/null and b/static/images/web_hi_res_512.png differ