-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
98 lines (87 loc) · 4.71 KB
/
faq.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Empower your kids with financial literacy and smart saving habits using DooCoins, a reward system that promotes responsibility through Web3 transparency.">
<meta name="keywords" content="DooCoins, financial literacy for kids, reward system for children, Web3 technology for families, positive reinforcement app, kids organizational skills, blockchain parenting tools, earning rewards for chores">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="burger-menu.css">
<link rel="icon" href="logo.svg" type="image/svg+xml">
<title>DooCoins Kids Rewards System - FAQ</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RWNWT85LRH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RWNWT85LRH');
</script>
</head>
<body>
<div class="container">
<header class="header">
<a class="logo-group" href="/">
<img src="logo.svg" class="logo-img" alt="doo logo">
<h1 class="logo-type">DooCoins</h1>
</a>
<menu class="menu">
<li><a href="/">Home</a></li>
<li><a href="faq.html" class="active">FAQ</a></li>
<li><a href="whitepaper.html">Whitepaper</a></li>
<div class="connect-dropdown">
<a href="#" class="connect-button">Connect</a>
<div class="submenu">
<a href="connect-parent.html" class="submenu-button">Parent</a>
<a href="connect-kids.html" class="submenu-button">Child</a>
</div>
</div>
</menu>
<menu class="burger">
<input id="menuToggle" type="checkbox"/>
<label for="menuToggle"></label>
<li><a class="h1" href="/">Home</a></li>
<li><a class="h1" href="faq.html">FAQ</a></li>
<li><a class="h1" href="whitepaper.html">Whitepaper</a></li>
<li><a class="h1" href="connect-parent.html">Parent App Connect</a></li>
<li><a class="h1" href="connect-kids.html">Kids App Connect</a></li>
</menu>
</header>
<main class="main">
<div class="column column-left">
<div class="button-container">
<a href="faq.html">
<button class="active">General FAQ</button>
</a>
<a href="faq-parents.html">
<button>Parent App FAQ</button>
</a>
<a href="faq-kids.html">
<button>Kids App FAQ</button>
</a>
</div>
<h3>What is DooCoins?</h3>
<p>DooCoins is a kids rewards app, where children are rewarded for their good behaviour, completing chores, and personal achievements.</p>
<h3>Are DooCoins a real crypto currency?</h3>
<p>DooCoins are not listed on crypto exchanges. The value of a DooCoin is determined by the parent. In the future we plan to tokenize DooCoins and make a utility token.</p>
<h3>How much does DooCoins cost?</h3>
<p>DooCoins is free to use, in the future we plan to add premium features and NFT's as a way to monetise the app.</p>
<h3>How do I recover my account?</h3>
<p>DooCoins uses NFID.one for authentication. To recover your account you will need to goto NFID.one. You will need your recovery phrase.</p>
<h3>How do I delete my account?</h3>
<p>To delete your account, first remove your children, on the child list screen swipe on the child name and tap delete. Then Go to Settings on your phone > Passwords > nfid.one > Delete Passkey</p>
<h3>What technology is DooCoins built on?</h3>
<p>DooCoins is a Progressive Web App (PWA), built on the Internet Computer (ICP) blockchain. Authentification (sign-up and sign-in) is handled through NFID.one</p>
<h3>Where can I get support or provide feedback?</h3>
<p>We are committed to continuously improving our app, and your feedback is essential in shaping its development. If you encounter any issues, have questions, or would like to share your thoughts, please don't hesitate to reach out to us at hello@doo.co</p>
</div>
<div class="column column-right">
<a href="https://youtu.be/erIM8kGC7iU" target="_blank" class="banner"><img class="app-image" src="app-youtube.png" alt="App Screenshot Yuotube"></a>
</div>
</main>
<footer class="footer">
<p class="small"><a href="https://internetcomputer.org">Built on The Internet Computer</a> | <a href="mailto:hello@doo.co">hello@doo.co</a> | <a href="https://twitter.com/DooCoins">X @DooCoins</a> | <a href="privacy.html">Privacy Policy</a></p>
</footer>
</div>
</body>
</html>