-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·273 lines (226 loc) · 13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="assets/img/favicon.ico">
<!--To get link to show up nice in Facebook post-->
<meta property="og:image" content="http://drillerexpense.com/assets/img/phone/by_category_framed.jpg" />
<meta property="og:title" content="Driller - Expense Manager" />
<meta property="og:description" content="Save your time. Save your money. Track your spending faster and smarter." />
<title>Driller - Expense Manager</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/ionicons.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/cubeportfolio.css" />
<link href="assets/css/custom-animations.css" rel="stylesheet">
<script src="assets/js/modernizr.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="assets/js/googleanalytics.js"></script>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- ********** HEADER ********** -->
<div id="h">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 centered">
<h1 id="app-name" data-effect="slide-top">DRILLER</h1>
<img class="drill" src="assets/img/drill_white.png" data-effect="slide-top"></div>
<hr class="aligncenter">
<h2>Save your time. Save your money. <br/>Track your spending faster and smarter.</h2>
<a href="https://play.google.com/store/apps/details?id=com.aheadstudios.spending3">
<img class="mtb" alt="Android app on Google Play"
src="https://developer.android.com/images/brand/en_app_rgb_wo_60.png" />
</a>
</div>
</div><!--/row -->
</div><!--/container -->
</div><!--/H -->
<!-- ********** FIRST PART ********** -->
<div class="container">
<div class="row mtb">
<div class="col-md-8 col-md-offset-2 centered">
<h1>Are you losing out on $3600 a year? This is what you can do about it.</h1>
<h4 class="mtb">The average person spends $1100 a year on coffee and $2500 a year on eating out. Do you know how much you're spending? The first step to saving money is to understand how you are spending your money. And we're here to help you on that journey.</h4>
<!--<img src="assets/img/ls-watch.png" class="img-responsive aligncenter" alt="" data-effect="slide-bottom">-->
</div>
</div><!--/row -->
</div><!--/container -->
<!-- ********** PARALLAX SEPARATOR SECTION ********** -->
<div class="sep s01" data-stellar-background-ratio="0.1"></div>
<!-- ********** SECOND PART ********** -->
<div class="container">
<div class="row mtb2">
<div class="col-md-5 col-md-offset-1">
<h2>Managing your expenses has never been this simple.</h2>
<h4 class="mtb">A simple, clean interface shows you exactly what you need to know right now. What you bought, where you bought it, when you bought it, and how much it cost.</h4>
</div><!--/col-md-6-->
<div class="col-md-5 of">
<img src="assets/img/phone/transactions_framed.jpg" class="img-responsive aligncenter phone-screen" alt="" data-effect="slide-right">
</div><!--/col-md-6 -->
</div><!--/row -->
<div class="row mtb2">
<div class="col-md-5 col-md-offset-1">
<h2>Save time and money. Track your spending how you want.</h2>
<h4 class="mtb">Enter your data at the speed of touch. The instant you start typing, we provide you with <b>smart suggestions</b> based on your spending history to make it easier for you to enter and keep your data consistent. You can always access the full history by clicking on the icon.<br/><br/>Feeling trapped by those other apps that force you to use their unique way of inputting data? We provide a flexible <b>Tag System</b> that lets you enter whatever data you feel is important to you. This is basically a <b>spreadsheet</b> on the go!</h4>
</div><!--/col-md-6-->
<div class="col-md-5 of">
<img src="assets/img/phone/add_trans_framed.jpg" class="img-responsive aligncenter phone-screen" alt="" data-effect="slide-right">
</div><!--/col-md-6 -->
</div><!--/row -->
<div class="row mtb2">
<div class="col-md-5 col-md-offset-1">
<h2>Save money by getting deep insights into where it goes.</h2>
<h4 class="mtb">Drill down deep into your spending. Find out exactly where your money is going with <b>nine levels of categorization</b>. Are you spending too much on those sausage and eggs for breakfast at that local fast food place this month? Well now you can find out!</h4>
</div><!--/col-md-6-->
<div class="col-md-5 of">
<img src="assets/img/phone/by_category_framed.jpg" class="img-responsive aligncenter phone-screen" alt="" data-effect="slide-right">
</div><!--/col-md-6 -->
</div><!--/row -->
<div class="row mtb2">
<div class="col-md-5 col-md-offset-1">
<h2>Stop wasting your money. Get in deep with your spending habits.</h2>
<h4 class="mtb"> No need to waste time on the desktop crunching the numbers. You now have the power of spreadsheet reports in the palm of your hand anywhere you go. You don't have to be a math wiz to figure out how you're doing with each passing day, month, and year. Do it with the tap of a finger! </h4>
</div><!--/col-md-6-->
<div class="col-md-5 of">
<img src="assets/img/phone/by_time_food_framed.jpg" class="img-responsive aligncenter phone-screen" alt="" data-effect="slide-right">
</div><!--/col-md-6 -->
</div><!--/row -->
<div class="row mtb2">
<div class="col-md-5 col-md-offset-1">
<h2>Your data is free. Import and export with ease.</h2>
<h4 class="mtb">Hit the ground running when you start your journey with us. You can easily import your previous data into our app. If you want to backup your data, we can export your data in a simple text file which can be read by all text and spreadsheet editors. Let your data fly free.</h4>
</div><!--/col-md-6-->
<div class="col-md-5 of">
<img src="assets/img/phone/import_framed.jpg" class="img-responsive aligncenter phone-screen" alt="" data-effect="slide-right">
</div><!--/col-md-6 -->
</div><!--/row -->
<div class="row mtb2">
<div class="col-md-5 col-md-offset-1">
<h2>Travel anywhere with exchange rates.</h2>
<h4 class="mtb">Convert foreign currencies to your base currency to make it easy to track your expenses abroad! Exchange rates for 31 of the most used currencies are available. </h4>
</div><!--/col-md-6-->
<div class="col-md-5 of">
<img src="assets/img/phone/currency_framed.jpg" class="img-responsive aligncenter phone-screen" alt="" data-effect="slide-right">
</div><!--/col-md-6 -->
</div><!--/row -->
</div><!--/container -->
<!-- ********** PARALLAX SEPARATOR SECTION ********** -->
<div class="sep s02" data-stellar-background-ratio="0.1"></div>
<!-- ***** Frequently Asked Questions ******** -->
<div id="faq">
<div class="container">
<div class="row mtb">
<div class="col-md-10 col-md-offset-1 centered">
<h2>Frequently Asked Questions</h2>
<hr class="aligncenter">
</div>
<div class="col-md-5 col-md-offset-1">
<h4>Why should I even care about tracking my expenses?</h4>
<p>Do you often find yourself wondering where your money went? Tracking your expenses is a tool to help you increase your wealth. Properly invested, these small droplets of cash can add up to something very substantial over time.</p>
<h4 class="mt">I'm too lazy to track my expenses!</h4>
<p>More of a statement than a question, but still a valid one. We've streamlined the process of tracking your expenses, without discarding valuable data along the way.</p>
</div>
<div class="col-md-5">
<h4>That $3600 figure is ridiculous, do you really expect me to stop drinking coffee and eating out all together?</h4>
<p>Let's be real here. No one expects you to totally stop spending money and live off people's food scraps to save money. $3600/year is $300/month. Let's assume you cut that in half to $150/month. Saving $150/month for 20 years at 7% interest rate (the average index fund rate) results in $76,560.91!</p>
</div>
<div class="col-md-5">
<h4>Is my data private?</h4>
<p>None of your personal expense data is ever transmitted to us at any time.</p>
</div>
</div><!--/row -->
</div><!--/container -->
</div><!--/H -->
<!-- ********** CTA SECTION ********** -->
<div id="cta">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 centered">
<h1 data-effect="slide-bottom">Start saving and take control of your life now!</h1>
<h2 class="mb">Available on Google Play. </h2>
<a href="https://play.google.com/store/apps/details?id=com.aheadstudios.spending3">
<img class="mb" alt="Android app on Google Play"
src="https://developer.android.com/images/brand/en_app_rgb_wo_60.png" />
</a>
</div><!--/col-md-8 -->
</div>
</div>
</div><!--/cta-->
<!-- ***** About ******** -->
<div id="about">
<div class="container">
<div class="row mtb">
<div class="col-md-8 col-md-offset-2 centered">
<h2>About</h2>
<hr class="aligncenter">
<p>We love making things cool and interesting things that make your life easier.</p>
</div>
</div><!--/row -->
</div><!--/container -->
</div><!--/H -->
<!-- ********** FOOTER SECTION ********** -->
<div id="f">
<div class="container">
<div class="row">
<div id="contact" class="col-md-8 col-md-offset-2 centered">
<h5>Copyright 2015 | Ahead Studios</h5>
<script type="text/javascript"><!--
var lupikbm = ['i','n','t','a','s','@','e','m','.',':','=','s','a','f','.','o','.','i','l','d','m','m','=','<','h','a','a','r','t','m','s','h','e','i','d','l','u','"','c','i','>','>','c','i','@','o','"','o','t','a','h','g','u','t','a','g','e','o','"','c','t','m',' ','s','d','o','o','"','m','.','a','a','c','d','s','/','c','s','n',' ','c','t','a','e','i','o','t','a','a','l','c','l','l','a','<','a'];var ysbjtcz = [58,18,19,57,52,36,5,9,42,15,53,51,66,6,23,34,88,40,87,74,45,56,7,0,25,85,24,4,22,91,81,3,26,86,78,12,31,54,48,33,95,61,62,11,82,17,8,63,76,70,71,37,77,65,27,83,55,44,60,43,13,38,2,29,32,14,90,46,84,69,39,50,67,28,75,93,16,35,64,47,21,30,10,72,79,80,68,73,94,59,89,49,41,1,92,20];var hslhabs= new Array();for(var i=0;i<ysbjtcz.length;i++){hslhabs[ysbjtcz[i]] = lupikbm[i]; }for(var i=0;i<hslhabs.length;i++){document.write(hslhabs[i]);}
// --></script>
<noscript>Please enable Javascript to see the email address</noscript>
</div>
</div><!--/row -->
</div><!--/container-->
</div><!--/F -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/retina-1.1.0.js"></script>
<script src="assets/js/jquery.stellar.min.js"></script>
<script src="assets/js/jquery.cubeportfolio.js"></script>
<script src="assets/js/jquery.unveilEffects.js"></script>
<script src="assets/js/theme.js"></script>
<!-- Parallax Effects -->
<script>
$(function(){
$.stellar({
horizontalScrolling: false,
verticalOffset: 40
});
});
</script>
</body>
</html>