-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (80 loc) · 4.42 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
<!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="DooCoins: Motivate and reward your kids for good behavior, chores, and achievements with our blockchain-based rewards system. Teach financial literacy and organization skills.">
<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 & Financial Literacy</title>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "DooCoins",
"url": "https://doo.co",
"logo": "https://doo.co/logo.svg",
"sameAs": [
"https://x.com/DooCoins"
]
}
</script>
<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="/" class="active">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">
<h2 class="h2">Empower your kids with financial wisdom and smart saving habits, one DooCoin at a time.</h2>
<img class="app-image-mobile" src="app.png" alt="Parent App Screenshot">
<p>DooCoins is a reward system that helps kids build financial literacy and organizational skills by earning rewards for positive behavior, completing chores, and personal achievements.</p>
<p>Fostering positive habits and life skills in children can be challenging. DooCoins reimagines positive reinforcement by combining proven techniques with innovative technology.</p>
<p>Kids set goals, earn DooCoins, and redeem them for meaningful rewards, empowering them to take responsibility and make smarter choices—all within a safe, transparent blockchain-enabled platform.</p>
<!-- <p>Explore our <a href="whitepaper.html" class="underline">Vision</a> to see how DooCoins, currently in its MVP stage, is reshaping positive reinforcement. For further details, check out our <a href="faq.html" class="underline">FAQ</a> or watch our <a href="https://youtu.be/erIM8kGC7iU" target="_blank" class="underline">How do you Doo?</a> video to learn how DooCoins works for families.</p> -->
<p>If you have school-aged children, join us as an early adopter and help shape the future of DooCoins! <a href="connect-parent.html" class="underline">Install the DooCoins Parent App to Get Started</a>.</p>
</div>
<div class="column column-right">
<img class="app-image" src="app.png" alt="Parent App Screenshot">
</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>