-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
71 lines (70 loc) · 2.66 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
<module href="./partials/layout.html">
<div id="app"></div>
<div class="landing">
<div class="content">
<h1>🎁 <span>Duty</span>, the fun way!</h1>
<p>
Duties are being boring for too long.
</p>
<p>
Whetever is about the laundry, cooking or homeworks.<br/>
Is important to <b>get things done</b>, but what about <b>rewards</b>?
</p>
<div class="control-group">
<a class="btn red" href="#app">
Start the fun!
</a>
</div>
</div>
</div>
<div class="landing">
<div class="content">
<h1>🏅 Keep track of what you <span>achive</span>!</h1>
<p>
We want to keep stuff simple, and we build on top of <a href="https://www.google.com/sheets/about/">spreadsheet</a>.
</p>
<p>
For this reasons we trust you to understand soft rules rather of enforcing with a fancy role base system.<br/>
</p>
<p>
Is not about <b>winning</b>, is about <b>achieving</b>.
</p>
</div>
</div>
<div class="landing">
<div class="content">
<h1>👩🚀 Either at <span>work</span>, or with your <span>housemate</span>.</h1>
<p>
It doesn't matter where you are, boring duties surround your living space.<br/>
Make them fun back with <b>duty</b>.house
</p>
<div class="control-group">
<a class="btn cyan" href="/use-case.html">
Look what can you do!
</a>
</div>
</div>
</div>
<div class="landing">
<div class="content">
<h1>🔐 Secure as <span>Google</span> can be.</h1>
<p>
We build on top of Google Api and we don't store any of your data.
</p>
<p>
The data is yours... and Google's 🙃
</p>
<p>
You can already use the build-in Google Spreadsheet sharing options so you can:
<ul>
<li>Keep the spreadsheet private for your self and your family</li>
<li>Make the spreadsheet public and give edit options to who you trust</li>
</ul>
</p>
<p>
If Google is a no-go for you, we're sorry we currently don't have a solution for your case.<br/>
Please reach us out <a href="mailto:[email protected]">by email</a>.
</p>
</div>
</div>
</module>