Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/commitpool-simple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 23 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,16 @@ <h1>CommitPool</h1>
<span class="image fit primary"><img src="images/pic01.jpg" alt="" /></span>
<div class="content">
<header class="major">
<h2>What we do</h2>
<h2>What We Do</h2>
</header>
<p>
<b>Humans are bad at achieving the goals we set for ourselves.</b>
<br>
Luckily, a solution exists: make <i>not</i> meeting your goal more painful than actually doing the work. CommitPool leverages this by letting you make a commitment and stake something valuable on it.
<br>
Success for a personal goal is measured in months or years but achieving it often requires putting in the work every day or week. And when the prize is far off, it's all too easy to let today's tasks slip&mdash;"I'll make up for it tomorrow".
<br>
<br>
CommitPool helps you keep yourself on track by aligning your short-term and long term interests. Hold yourself accountable by making a commitment and staking something valuable on it.
</p>
</div>
<a href="#two" class="goto-next scrolly">Next</a>
Expand All @@ -52,7 +56,7 @@ <h2>What we do</h2>
<header class="major">
<h2>How It Works</h2>
</header>
<p>Our process is easy: Set a goal, and stake DAI on it. If you succeed, you get your DAI back&mdash;but if you fail, your stake gets slashed.</p>
<p>Our process is easy: Set a goal and stake DAI on your commitment. Get your DAI back if you meet your commitment&mdash;but lose it if you don't.</p>
<ul class="icons-grid">
<li>
<span class="icon solid major fas fa-user-lock"></span>
Expand Down Expand Up @@ -82,14 +86,18 @@ <h3>4) Repeat</h3>
<span class="image fit primary"><img src="images/pic03.jpg" alt="" /></span>
<div class="content">
<header class="major">
<h2>Why Blockchain?</h2>
<h2>Built on Ethereum</h2>
</header>
<p>Blockchain is a new technology that allows for, among other things, immutable, impartial contracts. These "smart contracts" can be used to trustlessly execute code when certain conditions are met.
<p> CommitPool helps you hold <i>yourself</i> accountable. CommitPool itself is just a protocol, and the CommitPool developer team has no control over your funds or the condition of your commitments.
<br>
<br>
This offers a tremendous opportunity to improve on Web2 commitment solutions, as CommitPool is able to offer truly credible commitments, without controlling user funds or arbitrarily enforcing rules.
This is only possible because CommitPool is built on Ethereum smart contracts&mdash;which autonomously handle funds and enforce commitment logic&mdash;and enables truly credible commitments.
</p>
<ul class="actions special">
<li><a href="https://docs.google.com/presentation/d/e/2PACX-1vR_rHWUZRoYk0bl3Ax0P1LLXGIOcHfRTKTzPdQk8pDY86dSqfdVZQKJ-VBNTDDCzM06bABl8E61JeFy/pub?start=true&loop=false&delayms=5000" class="button primary scrolly">More Information</a></li>
<li><a
href="https://docs.google.com/presentation/d/e/2PACX-1vR_rHWUZRoYk0bl3Ax0P1LLXGIOcHfRTKTzPdQk8pDY86dSqfdVZQKJ-VBNTDDCzM06bABl8E61JeFy/pub?start=true&loop=false&delayms=5000"
target = "_blank"
class="button primary scrolly">More Information</a></li>
</ul>
</div>
<a href="#footer" class="goto-next scrolly">Next</a>
Expand Down Expand Up @@ -438,15 +446,18 @@ <h2>Get in touch</h2>
</div>
<footer>
<ul class="icons">
<li><a href="https://twitter.com/commitpool" class="icon brands alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a
href="https://twitter.com/commitpool"
target = "_blank"
class="icon brands alt fa-twitter"><span class="label">Twitter</span></a></li>
<!--<li><a href="#" class="icon brands alt fa-twitter"><span class="label">Twitter</span></a></li>-->
<li><a href="https://discord.gg/JKuheBe" class="icon brands alt fab fa-discord"><span class="label">Discord</span></a></li>
<li><a href="https://etherscan.io/address/0x6f6d5f139df0aa007635ab76b017e754e1b81a87" class="icon brands alt fab fa-ethereum"><span class="label">Ethereum</span></a></li>
<li><a href="https://github.com/CommitPool" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://discord.gg/JKuheBe" target = "_blank" class="icon brands alt fab fa-discord"><span class="label">Discord</span></a></li>
<li><a href="https://etherscan.io/address/0x6f6d5f139df0aa007635ab76b017e754e1b81a87" target = "_blank" class="icon brands alt fab fa-ethereum"><span class="label">Ethereum</span></a></li>
<li><a href="https://github.com/CommitPool" target = "_blank" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:commitpool@gmail.com" class="icon solid alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>&copy; 2020 CommitPool</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li><li>Demo Images: <a href="http://unsplash.com">Unsplash</a></li>
<li>&copy; 2020 CommitPool</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li><li>Images: <a href="http://unsplash.com">Unsplash</a></li>
</ul>
</footer>
</section>
Expand Down