-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathfaqs.html
More file actions
94 lines (94 loc) · 5.21 KB
/
faqs.html
File metadata and controls
94 lines (94 loc) · 5.21 KB
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
<!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="">
<title>Databuddy FAQ's</title>
<!-- Bootstrap Core CSS -->
<link href="http://blackrockdigital.github.io/startbootstrap-sb-admin-2/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<style>
body {
/*padding-top: 50px;*/
/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
p {display: block; font-weight: 500; margin-top: 1em; margin-bottom: 1em; margin-left: 0;margin-right: 0;
}
</style>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<!-- <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<span class="navbar-brand">DataBuddy</span>
</div>
</div> -->
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="container">
<h3>Databuddy FAQ's</h3>
<p><font color="orange">What is Databuddy?</font><br>
Databuddy is an innovative platform where you can get free internet by performing simple tasks like installing other apps, registering on websites/apps etc. The money collected in your Databuddy wallet can be further redeemed against recharge in case of a prepaid mobile connection.
</p>
<p><font color="orange">How it works?</font><br>
Once you perform any task such as installing an app or registering on some website, you will get money reward in your Databuddy wallet. The money collected in your Databuddy wallet can be further redeemed against data recharges for prepaid mobile connection users only.
</p>
<p><font color="orange">How do I sign up on Databuddy?</font><br>
Once you download Databuddy app and provide your mobile number, it automatically registers your mobile number after its verified.
</p>
<p><font color="orange">Where can I see my earned money?</font><br>
You can access your earned money from the wallet section. From the wallet section itself, you can redeem this money against data recharges if you are having prepaid mobile connection.
</p>
<p><font color="orange">Can I use this to recharge my family/friends Mobile Number?</font><br>
Yes, you can recharge your family/friends mobile number if they are also prepaid connection users.
</p>
<p><font color="orange">Is Internet connection necessary to access Databuddy App?</font><br>
Yes. In order to complete offers you must be connected to internet via mobile network or WiFi.
</p>
<p><font color="orange">What is pending tab?</font><br>
Pending tab allows you to view your offers which are in pending stage.
</p>
<p><font color="orange">What is invite and earn. How am I benefited through it?</font><br>
Click on the invite icon on Databuddy app and invite your friends via text message/whatsapp/facebook. On every friend who joins through your invite gives you an opportunity to get some predefined amount which will be credited to your Databuddy wallet.
</p>
<p><font color="orange">How can I view my completed offers/activites?</font><br>
You can access your completed offers/activites from my transaction tab.
</p>
<p><font color="orange">Can I uninstall & install any other mobile application from offers screen?</font><br>
No. It is strictly prohibited to uninstall & install any mobile app multiple times to avail the offer amount. Therefore no amount will be credited if you uninstall & reinstall.
</p>
<p><font color="orange">Can I register with multiple mobile numbers?</font><br>
No. It is strictly prohibited to register with multiple mobile numbers from your mobile.
</p>
<p><font color="orange">Can I use Mobile Emulators?</font><br>
No. Usage of mobile emulators to install Databuddy app is strictly prohibited.
</p>
<p><font color="orange">I have ported my number to another operator. Does it still work?</font><br>
Yes, it still works. Select the correct operator name and circle name.
</p>
<!-- Footer -->
<footer>
<div class="row">
<div class="col-lg-12">
<p>Copyright © Databuddy 2017</p>
</div>
</div>
</footer>
</div>
<!-- /.container -->
<script src="http://blackrockdigital.github.io/startbootstrap-sb-admin-2/vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="http://blackrockdigital.github.io/startbootstrap-sb-admin-2/vendor/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>