-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconnect-kids.html
74 lines (70 loc) · 3.84 KB
/
connect-kids.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
<!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 - Connect Kids App</title>
<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">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">
<h3>Connect to the Kids App</h3>
<p>The current version of the kids app is targetted at tablet devices. To keep it fully decentralised we have designed it as a Progressive Web App (PWA), which means you can access it directly from your tablet's web browser and add it to your homescreen for a true app experience.</p>
<h3>To get started, simply follow these steps:</h3>
<ol>
<li>If you're viewing this page on your child's device <a href="https://24mf5-nqaaa-aaaah-qddpa-cai.icp0.io" target="_blank">click here</a>, otherwise scan the QR code below using the device camera. <img class="qr-image" src="qr-child.png" alt="QR Code link kids app"></li>
<li>Follow the on screen instructions to install the app</li>
<li>Launch the app by clicking the DooCoins icon on the home screen.</li>
</ol>
<p>If you encounter any issues, have questions, or would like to share your thoughts, please don't hesitate to reach out to us at <a class="orange-link" href="maito:hello@doo.co">hello@doo.co</a></p>
</div>
<div class="column column-right">
<a href="https://youtu.be/YH_es_MotLM" target="_blank"><img class="app-image" src="install-kids-video.png" alt="App Screenshot Youtube"></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>