-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·193 lines (192 loc) · 11.8 KB
/
index.html
File metadata and controls
executable file
·193 lines (192 loc) · 11.8 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="CommitPool: Hold Yourself Accountable. Motiviation and Productivity Appl built on Ethereum. Stake on a goal to earn." />
<meta name="author" content="CommitPool" />
<title>CommitPool</title>
<link rel="icon" type="image/x-icon" href="assets/img/favicon.png" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.3/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">CommitPool</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#projects">How it Works</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#signup">Contact</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger redText" href="https://app.commitpool.com" target="_blank" rel="noopener noreferrer">Make a Commitment</a></li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead">
<div class="container d-flex h-100 align-items-center">
<div class="mx-auto text-center">
<h1 class="mx-auto my-0 text-uppercase">CommitPool</h1>
<h2 class="text-white-50 mx-auto mt-2 mb-5">Hold yourself accountable</h2>
<a class="btn btn-primary js-scroll-trigger" href="https://app.commitpool.com" target="_blank" rel="noopener noreferrer">Make a Commitment!</a>
</div>
</div>
</header>
<!-- About-->
<section class="about-section text-center" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-white mb-4">Humans are bad at achieving their goals.</h2>
<p class="text-white-50">
CommitPool helps you stay on track by aligning your short-term and long term interests. Commit to a goal,
and stake some money on your ability to complete it. If you succeed, you get your money back, but if not,
you lose your stake.
</p>
</div>
<!--
<div class="container contact-section">
<div class="row">
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-map-marked-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Address</h4>
<hr class="my-4" />
<div class="small text-black-50">4923 Market Street, Orlando FL</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-envelope text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Email</h4>
<hr class="my-4" />
<div class="small text-black-50"><a href="#!">hello@commitpool.com</a></div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-mobile-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Phone</h4>
<hr class="my-4" />
<div class="small text-black-50">+1 (555) 902-8832</div>
</div>
</div>
</div>
</div>
</div>
-->
</div>
<!--<img class="img-fluid" src="assets/img/carbon.jpg" alt="..." />-->
</div>
<div class="blackOverlay-mid">
<!--<img class="img-fluid" src="assets/img/carbon.jpg" alt="..." />-->
</div>
</section>
<!-- Projects-->
<section class="projects-section bg-light" id="projects">
<div class="container">
<!-- Featured Project Row-->
<div class="row align-items-center no-gutters mb-4 mb-lg-5">
<div class="col-xl-8 col-lg-7"><img class="img-fluid mb-3 mb-lg-0" src="assets/img/bg-eth.jpg" alt="Ethereum & Polygon" /></div>
<div class="col-xl-4 col-lg-5">
<div class="featured-text text-center text-lg-left">
<h4>Built on Ethereum, with Polygon + Chainlink</h4>
<p class="text-black-50 mb-0">
The core tenets of CommitPool—transparency, self-sovereignty, objectivity—require decentralized technologies. We never control user funds or commitment outcomes.
</p>
</div>
</div>
</div>
<!-- Project One Row-->
<div class="row justify-content-center no-gutters mb-5 mb-lg-0">
<div class="col-lg-6"><img class="img-fluid" src="assets/img/demo-image-01.jpg" alt="..." /></div>
<div class="col-lg-6">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-left">
<h4 class="text-white">Single-Player Model</h4>
<p class="mb-0 text-white-50">
<strong>Commit. Complete. Earn.</strong> Simply make a commitment, and stake some DAI on completing it. If you do, you get your DAI back, plus a small reward. If not, your DAI gets slashed.
</p>
<hr class="d-none d-lg-block mb-0 ml-0" />
</div>
</div>
</div>
</div>
</div>
<!-- Project Two Row-->
<div class="row justify-content-center no-gutters">
<div class="col-lg-6"><img class="img-fluid" src="assets/img/demo-image-02.jpg" alt="..." /></div>
<div class="col-lg-6 order-lg-first">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-right">
<h4 class="text-white">Why CommitPool?</h4>
<p class="mb-0 text-white-50">
Although we're starting with fitness goals, the design space is nearly infinite. Whether you want to learn a new language, reduce your carbon footprint, or be more productive, you can hold yourself accountable with CommitPool
</p>
<hr class="d-none d-lg-block mb-0 mr-0" />
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Signup-->
<section class="signup-section" id="signup">
<div class="container">
<div class="row">
<div class="col-md-10 col-lg-8 mx-auto text-center">
<!--<i class="far fa-paper-plane fa-2x mb-2 text-white"></i>-->
<h2 class="text-white mb-5">Want to test CommitPool?</h2>
<h5 class="text-white mb-5">Join our waiting list to be a beta tester and receive exclusive launch announcements!</h5>
<form class="form-inline d-flex" action="https://formspree.io/f/mdoykyej" method="POST">
<input class="form-control flex-fill mr-0 mr-sm-2 mb-3 mb-sm-0" name="email" id="email" type="email" placeholder="Enter email address..." />
<button class="btn btn-primary mx-auto" type="submit">Join</button>
</form>
</div>
</div>
</div>
</section>
<!-- Contact-->
<section class="contact-section bg-black">
<div class="container">
<div class="social d-flex justify-content-center">
<a class="mx-2" href="https://twitter.com/commitpool"><i class="fab fa-twitter"></i></a>
<a class="mx-2" href="https://discord.gg/JKuheBe"><i class="fab fa-discord"></i></a>
<a class="mx-2" href="https://etherscan.io/address/0x6f6d5f139df0aa007635ab76b017e754e1b81a87"><i class="fab fa-ethereum"></i></a>
<a class="mx-2" href="https://github.com/CommitPool"><i class="fab fa-github"></i></a>
<a class="mx-2" href="https://medium.com/commitpool"><i class="fab fa-medium"></i></a>
<a class="mx-2" href="mailto:hello@commitpool.com"><i class="fas fa-envelope"></i></a>
</div>
</div>
</section>
<!-- Footer-->
<footer class="footer bg-black small text-center text-white-50"><div class="container">Copyright © CommitPool 2021</div></footer>
<!-- Bootstrap core JS-->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>