-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
388 lines (353 loc) · 15.9 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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
<!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">
<!-- <title>DevLess - Simplest way to integrate services into your application</title> -->
<title>DevLess - Simplest way to collect and validate your data today</title>
<!-- main css file -->
<link rel="stylesheet" href="css/custom/style.css">
<!-- responsive css file -->
<link rel="stylesheet" href="css/responsive/responsive.css">
<link rel="stylesheet" href="css/helper.css">
<link rel="stylesheet" href="css/custom.css">
<!-- favicon -->
<link rel="icon" type="image/png" href="img/favicon.png">
<!--[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]-->
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107114005-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-107114005-1');
</script>
</head>
<body class="home v2">
<!-- ======= 1.01 Header Area ====== -->
<header id="home">
<div class="headerTopArea">
<div class="container">
<div class="row">
<div class="col-sm-6 col-xs-12">
<div class="langOpt">
<span class="langTxt">View on: </span>
<span class="langIcon"><a href="https://github.com/DevlessTeam"><img src="img/github.png" alt=""></a></span>
</div>
</div>
<div class="col-sm-6 col-xs-12">
<ul class="topInfo">
<li class="herokuBtn"><a href="https://dashboard.heroku.com/new?button-url=https://elements.heroku.com/buttons/devlessteam/dv-php-core&template=https%3A//github.com/DevlessTeam/DV-PHP-CORE/tree/heroku3"><i class="icofont icofont-rocket-alt-1"></i>1-click Heroku Install</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="headerBottomArea">
<div class="container">
<div class="row">
<div class="col-md-2 col-sm-3 col-xs-9">
<a href="./" class="logo"><img src="images/dv_logo_rev.png" alt=""></a>
</div>
<div class="col-md-10 menuCol col-sm-9 col-xs-9">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only"></span>
<i class="fa fa-navicon"></i>
</button>
</div>
<nav id="navbar" class="collapse navbar-collapse">
<ul id="nav">
<!-- <li ><a href="tutorials.html" target="blank">Tutorials</a></li> -->
<!-- <li ><a href="https://github.com/DevlessTeam/web-starter-pack/archive/master.zip" target="blank">Starter Pack</a></li> -->
<li><a href="features.html">Features</a>
<li><a href="why_use.html">Why DevLess</a>
<li><a href="pricing.html">Pricing</a>
<li><a href="tutorials.html">Tutorials</a>
<li class="current-menu-item"><a href="https://devless.gitbooks.io/devless-docs-1-3-0/quick-start.html" target="blank">Documentation</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</header>
<!-- ======= /1.01 Header Area ====== -->
<!-- ======= 1.02 Home Area ====== -->
<div class="homeArea animated">
<div class="homeOverlay">
<div class="container">
<div class="row">
<div class="col-md-5">
<div class="homeContent">
<!--<span class="h2 homeTitle">Build your Apps Faster</span>
<p>Easily add data storage and backend functionality to your web and mobile applications so that your app development becomes quicker and easier. With DevLess, there's little need for server side programming and configuration.</p>-->
<!-- <span class="h2 homeTitle">Accelerate your accurate <br>data collection processes</span> -->
<span class="h2 homeTitle">Accelerate your Web <br>and Mobile App Development</span>
<!-- <span class="h2 homeTitle">Develop Less and Launch Fast!</span> -->
<p>DevLess provides an easy to use Data Store for web and mobile data applications. Easily extend the functionalities of an app with custom rules on actions to be automatically performed after the data is received.</p>
<br>
<a class="ctaBtn Btn" href="https://devless.gitbooks.io/devless-docs-1-3-0/quick-start.html">Get Started</a>
</div>
</div>
<div class="col-md-7">
<div class="homeImgTable">
<div class="homeImg">
<img src="img/new_bg.jpg" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ======= /1.02 Home Area ====== -->
<div class="secPdng">
<div class="container animated fadeInUp" style="opacity: 1;">
<!-- <div class="row">
<div class="col-md-12">
<div class="sectionTitle">
<div class="h2">Building your <span>Product</span> should be <span>easy</span> period !!!</div>
<br>
<div class="subTitle">DevLess does all the heavy lifting for you so you could <strong>Develop Less</strong>!</div>
</div>
</div>
</div> -->
<div class="row">
<div class="col-md-5">
<div class="ctaImgOne">
<img src="img/app_isom.png" alt="">
</div>
</div>
<div class="col-md-7 ctaCol" style="padding-right: 0">
<div class="ctaRight ctaTxt" style="height: 300px;">
<div class="ctaCell">
<!-- <div class="h2">Focus on Optimizing your <br/>Frontend and User Experience (UX)</div> -->
<div class="h2">Get back to more<br/>interesting problems </div>
<!-- <p>Whether you are building a web application or mobile app (Hybrid or Native), the front-end is what users see and interact with. DevLess removes the need to do complex server-side operations via REST APIs allowing you to focus on building a product that satisfies them. Your product is for your users.</p> -->
<p>Create a simple form online to collect data in 10 mins or less. Looking to generate leads, conduct field surveys, receive requests, etc, via your websites or mobile apps, DevLess' easy-to-use data models, storage, notifications, 3rd-party integrations and starter packs will let you set up in minutes.</p>
<a class="ctaBtn Btn" href="https://devless.gitbooks.io/devless-docs-1-3-0/quick-start.html">Get Started</a>
<a class="ctaBtn btnOne Btn" href="https://devless.gitbooks.io/devless-docs-1-3-0/quick-start.html">Documentation</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sectionBar"></div>
<!-- ======= 1.06 Cta Area ====== -->
<div class="secPdng animated">
<div class="container">
<div class="row">
<div class="col-md-7 ctaCol" style="padding-left: 0">
<div class="ctaLeft ctaTxt">
<div class="ctaCell">
<div class="h2">Use your favorite Tech Stack.</div>
<p>Use whatever stack or medium you are comfortable with to build your Web and Mobile Application for your data collection purposes. DevLess integrates easily with HTML & CSS, React Native, Android, iOS, VueJS, ReactJS, PHP, etc. DevLess provides starter packs with customizable designs to get you started.</p>
<a class="ctaBtn Btn" href="https://devless.gitbooks.io/devless-docs-1-3-0/quick-start.html">Get Started</a>
<a class="ctaBtn btnOne Btn" href="https://devless.gitbooks.io/devless-docs-1-3-0/quick-start.html">Documentation</a>
</div>
</div>
</div>
<div class="col-md-5">
<div class="ctaImgTwo">
<img src="img/dev_pow.png" alt="">
</div>
</div>
</div>
</div>
</div>
<!-- ======= /1.06 Cta Area ====== -->
<div class="sectionBar"></div>
<div class="clientArea secPdng animated fadeInUp" style="opacity: 1;">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="sectionTitle">
<div class="h2">Trusted by <span>Startups</span> around the world.</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-2 col-sm-4 col-xs-6 mr-t-20">
<div class="singleClient"><a href="#"><img src="img/vendyads.png" alt=""></a></div>
</div>
<div class="col-md-2 col-sm-4 col-xs-6 mr-t-20">
<div class="singleClient"><a href="#"><img src="img/doughman.png" alt=""></a></div>
</div>
<div class="col-md-2 col-sm-4 col-xs-6 mr-t-20">
<div class="singleClient"><a href="#"><img src="img/creative_trends.png" alt=""></a></div>
</div>
<div class="col-md-2 col-sm-4 col-xs-6 mr-t-20">
<div class="singleClient"><a href="#"><img src="img/interpay.png" alt=""></a></div>
</div>
<div class="col-md-2 col-sm-4 col-xs-6 mr-t-20">
<div class="singleClient"><a href="#"><img src="img/medpharma.png" alt=""></a></div>
</div>
<div class="col-md-2 col-sm-4 col-xs-6 mr-t-20">
<div class="singleClient"><a href="#" target="_blank"><img src="img/pesaply.com.png" style="margin-top: -15px" alt="pesaply"></a></div>
</div>
<div class="col-md-2 col-sm-4 col-xs-6 mr-t-20">
<div class="singleClient"><a href="#" target="_blank"><img src="img/rosefabricsgh.jpg" alt="Rose Fabrics"></a></div>
</div>
<div class="col-md-2 col-sm-4 col-xs-6 mr-t-20">
<div class="singleClient"><a href="#" target="_blank"><img src="img/HackAUS.png" alt="Rose Fabrics"></a></div>
</div>
<div class="col-md-2 col-sm-4 col-xs-6 mr-t-20">
<div class="singleClient"><a href="#" target="_blank"><img src="img/ptemagic.png" style="margin-top: -15px" alt="Rose Fabrics"></a></div>
</div>
<div class="col-md-2 col-sm-4 col-xs-6 mr-t-20">
<div class="singleClient"><a href="#" target="_blank"><img src="img/sinpoa.jpg" alt="Rose Fabrics"></a></div>
</div>
<div class="col-md-2 col-sm-4 col-xs-6 mr-t-20">
<div class="singleClient"><a href="#" target="_blank"><img src="img/kuzapay.jpg" alt="KuzaPay"></a></div>
</div>
</div>
<div class="row text-center mr-t-80">
<div class="col-md-4 countup">
<p class="counter">130,146</p>
<span class="h3">Docker Deploys</span>
</div>
<div class="col-md-4 countup">
<p class="counter">2,012</p>
<span class="h3">Heroku Deploys</span>
</div>
<div class="col-md-4 countup">
<p class="counter">412</p>
<span class="h3">Github Clones</span>
</div>
<!-- <div class="col-md-3 countup">
<p class="counter">23</p>
<span class="h3">Data Apps</span>
</div> -->
</div>
</div>
</div>
<!-- ======= 2.05 Page Newsletters Area ====== -->
<div class="newsletterArea secPdng animated">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="sectionTitle">
<div class="h2">Subscribe to our newsletter <br> to get news and updates from DevLess.</div>
</div>
</div>
<div class="col-md-8 col-md-offset-2">
<form action="https://devless.us16.list-manage.com/subscribe/post?u=58250c914fb10529dd31c83c6&id=b1212d2f91" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate newsletter" target="_blank" novalidate>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<div class="inputWrep">
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="Enter your email address">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
</form>
</div>
</div>
</div>
</div>
<div class="ctaTwo ">
<div class="container animated fadeInUp" style="opacity: 1;">
<div class="row">
<div class="col-md-12">
<span class="ctaTxtTwo">Need help setting up a web or mobile data collection App?</span>
<div class="ctaBtn"><a href="http://slack.devless.io" class="btnOne Btn">Join Our Community</a></div>
</div>
</div>
</div>
</div>
<!-- ======= 1.09 footer Area ====== -->
<footer class="secPdng animated">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="footerInfo">
<a href="./" class="footerLogo">
<img src="img/logo.png" alt="">
</a>
<div class="footerTxt">
<p>The business first data collection <br>platform</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="widget">
<div class="h4">Resources</div>
<ul class="footerLink">
<!-- <li><a href="https://docs.devless.io">Documentation</a></li> -->
<li><a href="https://www.youtube.com/channel/UCRNPvrhMwFczppgthkzv44A">Tutorials - Easy to Follow</a></li>
<li><a href="https://github.com/DevlessTeam/web-starter-pack/archive/master.zip">Starter Kits</a></li>
<li><a href="http://slack.devless.io">Support</a></li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="contactInfo">
<div class="h4">Social Media</div>
<ul class="footerLinkIcon">
<li><a href="https://www.facebook.com/devless.io"><i class="icofont icofont-social-facebook"></i></a></li>
<li><a href="https://www.twitter.com/devlessio"><i class="icofont icofont-social-twitter"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCRNPvrhMwFczppgthkzv44A"><i class="icofont icofont-social-youtube"></i></a></li>
<li><a href="http://slack.devless.io/"><i class="icofont icofont-social-slack"></i></a></li>
<!-- <li><a href="https://github.com/DevlessTeam/"><i class="icofont icofont-social-github"></i></a></li> -->
</ul>
</div>
</div>
<div class="col-md-3">
<div class="contactInfo">
<div class="h4">Connect with Us</div>
<div class="footerTxt mr-t-20">
<p>No. 19, Banana Street <br/>East Legon, Accra <br/> Ghana</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<div class="sectionBar"></div>
<div class="">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="copyrightTxt">
<p>© Copyright 2017 - DevLess, All Rights Reserved</p>
</div>
</div>
</div>
</div>
</div>
</body>
<!-- ======= /1.09 footer Area ====== -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.1.11.3.min.js"></script> <!-- jQuery -->
<script src="js/bootstrap.min.js"></script> <!-- Bootstrap -->
<script src="js/active.js"></script> <!-- active js -->
<!-- <script src="js/devless-sdk.js"></script> <!-- active js -->
<script src="js/custom.js"></script>
<script src="https://cdn.smooch.io/smooch.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js"></script>
<script src="http://bfintal.github.io/Counter-Up/jquery.counterup.min.js"></script>
<script>
$(document).ready(function ($) {
if($(window).width() > 768) {
Smooch.init({ appToken: 'dwceebhfw3pg84b8a5x4xqucp' });
Smooch.sendMessage("Hello there, Edmond here. How can I help you today?. You can also drop me a line at [email protected]", {
role: 'appMaker'
}).then(() => {
});
var scrollCount = 0;
$( window ).scroll(function() {
scrollCount++;
if (scrollCount < 60 && scrollCount > 50) {
Smooch.open();
}
});
}
});
</script>
<script src="js/mixpanel.js"></script><!-- Mixpanel js -->