-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
311 lines (291 loc) · 19 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
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>itchysats</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Header Navbar based on bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,600" rel="stylesheet">
<link rel="icon" type="image/jpg" href="/dist/images/logo.svg"/>
<link rel="stylesheet" href="dist/css/style.css">
<script src="https://unpkg.com/animejs@3.0.1/lib/anime.min.js"></script>
<script src="https://unpkg.com/scrollreveal@4.0.0/dist/scrollreveal.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MEZRMTSN57"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MEZRMTSN57');
</script>
<script>
$(function () {
$(window).on('scroll', function () {
if ( $(window).scrollTop() > 10 ) {
$('.navbar').addClass('active');
} else {
$('.navbar').removeClass('active');
}
});
});
</script>
</head>
<header class="header">
<nav class="navbar navbar-expand-lg fixed-top py-3">
<div class="container"><a href="#" class="navbar-brand text-uppercase font-weight-bold">
<img class="header-logo-image" src="dist/images/logo_text_orange.svg" width="150px" alt="Logo">
</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navbarSupportedContent" class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<!-- <li class="nav-item active"><a href="#" class="nav-link text-uppercase font-weight-bold">Home <span class="sr-only">(current)</span></a></li>-->
<li class="nav-item"><a href="https://itchysats.medium.com/" target="_blank" class="nav-link text-uppercase font-weight-bold">Blog</a></li>
<li class="nav-item"><a href="https://twitter.com/itchysats" target="_blank" class="nav-link text-uppercase font-weight-bold">Twitter</a></li>
<li class="nav-item"><a href="https://t.me/joinchat/ULycH50PLV1jOTI0" target="_blank" class="nav-link text-uppercase font-weight-bold">Telegram</a></li>
<li class="nav-item"><a href="https://github.com/itchysats/itchysats" target="_blank" class="nav-link text-uppercase font-weight-bold">GitHub</a></li>
</ul>
</div>
</div>
</nav>
</header>
<body class="is-boxed has-animations">
<div class="body-wrap">
<main>
<section class="hero">
<div class="container">
<div class="hero-inner">
<div class="hero-copy">
<h1 class="hero-title mt-0">Peer-to-peer derivatives on Bitcoin</h1>
<p class="hero-paragraph">Start trading CFDs on Bitcoin - trustless and peer-to-peer! No counterparty risk, no deposits, no accounts.</p>
<div class="hero-cta" style="color: #FFFFFF">
<a class="button button-primary" href="https://itchysats.medium.com/itchysats-is-on-umbrel-eb079f467233" target="_blank">Get app on Umbrel</a> or <a class="button button-primary" href="https://itchysats.medium.com/itchysats-goes-raspiblitz-8b46311b6db9" target="_blank">Get app on RaspiBlitz</a>
or <a style="color: #FFFFFF" href="https://github.com/itchysats/itchysats/releases/latest" target="_blank">download the binary</a>
</div>
</div>
<div class="hero-figure anime-element">
<svg class="placeholder" width="528" height="396" viewBox="0 0 528 396">
<rect width="528" height="396" style="fill:transparent;" />
</svg>
<div class="hero-figure-box hero-figure-box-01" data-rotation="45deg"></div>
<div class="hero-figure-box hero-figure-box-02" data-rotation="-45deg"></div>
<div class="hero-figure-box hero-figure-box-03" data-rotation="0deg"></div>
<div class="hero-figure-box hero-figure-box-04" data-rotation="-135deg"></div>
<div class="hero-figure-box hero-figure-box-05" style="background:transparent;fill:transparent;">
<img src="dist/images/website_screenshot.png" alt="itchysats"/>
</div>
<!--div class="hero-figure-box hero-figure-box-06" style="background:transparent;">
<img src="dist/images/itchy_logo_600x335.png" alt="bitcoin"/>
</div-->
<div class="hero-figure-box hero-figure-box-07" style="fill:transparent;">
<img src="dist/images/bitcoin_icon.svg" alt="bitcoin"/>
</div>
<div class="hero-figure-box hero-figure-box-08" width="0" data-rotation="-22deg" style="fill:transparent;background:transparent">
<img src="dist/images/bitcoin_icon.svg" width="48" alt="bitcoin"/>
</div>
<div class="hero-figure-box hero-figure-box-09" data-rotation="-52deg" style="fill:transparent;background:transparent;width:0!;" width="32" >
<img src="dist/images/bitcoin_icon.svg" width="32" alt="bitcoin"/>
</div>
<div class="hero-figure-box hero-figure-box-10" data-rotation="-50deg" style="fill:transparent;background:transparent;">
<img src="dist/images/bitcoin_icon.svg" width="16" alt="bitcoin"/>
</div>
</div>
</div>
</div>
</section>
<section class="features section">
<div class="container">
<div class="features-inner section-inner has-bottom-divider">
<div class="features-wrap">
<div class="feature text-center is-revealing">
<div class="feature-inner">
<div class="feature-icon">
<img src="dist/images/step1.svg" alt="Feature 01">
</div>
<h4 class="feature-title mt-24">Download the client</h4>
<p class="text-sm mb-0">The desktop client bundles a daemon and web-ui for your convenience. Android and iOS app are in the making.</p>
</div>
</div>
<div class="feature text-center is-revealing">
<div class="feature-inner">
<div class="feature-icon">
<img src="dist/images/step2.svg" alt="Feature 02">
</div>
<h4 class="feature-title mt-24">Chose your position</h4>
<p class="text-sm mb-0">Bitcoin going up? You want to open a buy position! Bitcoin going down? You want to open a sell position! Chose the CFD terms that suit you and open your position.</p>
</div>
</div>
<div class="feature text-center is-revealing">
<div class="feature-inner">
<div class="feature-icon">
<img src="dist/images/step3.svg" alt="Feature 03">
</div>
<h4 class="feature-title mt-24">P2P contract setup</h4>
<p class="text-sm mb-0">You set up the <a href="https://bitcoinops.org/en/topics/discreet-log-contracts/" target="_blank">DLC</a> with a maker peer to peer. No platform will ever know your keys, you sign all transactions locally on your machine. No account, just you and your keys.</p>
</div>
</div>
<div class="feature text-center is-revealing">
<div class="feature-inner">
<div class="feature-icon">
<img src="dist/images/step4.svg" alt="Feature 04">
</div>
<h4 class="feature-title mt-24">Publish contract on chain</h4>
<p class="text-sm mb-0">After successful setup the client publishes the <a href="https://bitcoinops.org/en/topics/discreet-log-contracts/" target="_blank">DLC</a> on the Bitcoin blockchain. There is no custodian - the Bitcoin are locked on chain until price publication by an Oracle.</p>
</div>
</div>
<div class="feature text-center is-revealing">
<div class="feature-inner">
<div class="feature-icon">
<img src="dist/images/step5.svg" alt="Feature 05">
</div>
<h4 class="feature-title mt-24">Oracle price publication</h4>
<p class="text-sm mb-0">Upon price publication by a 3rd party oracle you can settle the contract. Due to the oracle being a 3rd party service neither of the trading partners can cheat. If things go wrong, you can refund after a timelock expires.</p>
</div>
</div>
<div class="feature text-center is-revealing">
<div class="feature-inner">
<div class="feature-icon">
<img src="dist/images/step6.svg" alt="Feature 06">
</div>
<h4 class="feature-title mt-24">Receive back BTC</h4>
<p class="text-sm mb-0">With the price signed by the Oracle you can settle on chain to retrieve your profit - or simply roll over for another term to keep the contract going.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="pricing section">
<div class="pricing-header text-center">
<h2 class="section-title mt-0">Roadmap & Protocol Details</h2>
</div>
<div class="twitter-box">
<div class="twitter-block">
<blockquote class="twitter-tweet" data-theme="dark" align="center" data-lang="en">
<p lang="en" dir="ltr">Roadmap to the most awesome Bitcoin DEX</p>— ItchySats (@itchysays) <a href="https://twitter.com/itchysats/status/1483625007045648386">December 2021</a>
</blockquote>
</div>
<div class="twitter-block">
<blockquote class="twitter-tweet" data-theme="dark" data-lang="en">
<p lang="en" dir="ltr">Roadmap to the most awesome Bitcoin DEX</p>— ItchySats (@itchysays) <a href="https://twitter.com/itchysats/status/1483628854753247235">January 2022</a>
</blockquote>
</div>
</div>
</section>
<section class="pricing section">
<div class="pricing-header text-center">
<h2 class="section-title mt-0">Still scrolling?</h2>
<h2 class="section-title mt-0">Here's all the latest news! </h2>
</div>
<div class="container-sm text-center">
<a class="twitter-timeline" data-height="800" data-theme="dark" data-chrome="noheader nofooter noscrollbar transparent" href="https://twitter.com/itchysats?ref_src=twsrc%5Etfw">Tweets by itchysats</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</section>
<section class="pricing section">
<div class="container-sm">
<div class="pricing-inner section-inner">
<div class="pricing-header text-center">
<h2 class="section-title mt-0">TL;DR;</h2>
<p class="section-paragraph mb-0">To take up a CFD position using Bitcoin: </p>
</div>
<div class="pricing-tables-wrap">
<div class="pricing-table">
<div class="pricing-table-inner is-revealing">
<div class="pricing-table-main">
<ul class="pricing-table-features list-reset text-xs">
<li>
<span>Get ItchySats</span>
</li>
<li>
<span>Deposit funds</span>
</li>
<li>
<span>Engage in CFD contract</span>
</li>
<li>
<span>Wait for price to move</span>
</li>
<li>
<span>Profit</span>
</li>
</ul>
</div>
<div class="pricing-table-cta mb-8">
<a
class="button button-primary button-shadow button-block" href="https://itchysats.medium.com/itchysats-is-on-umbrel-eb079f467233" target="_blank">Get App on Umbrel</a>
or
<a
class="button button-primary button-shadow button-block" href="https://itchysats.medium.com/itchysats-goes-raspiblitz-8b46311b6db9" target="_blank">Get App on RaspiBlitz</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<br/>
</main>
<footer class="site-footer">
<div class="container">
<div class="site-footer-inner">
<div class="brand footer-brand">
<a href="#">
<img class="header-logo-image" src="dist/images/logo_text_bw.svg" width="160px" alt="Logo" />
</a>
</div>
<ul class="footer-social-links list-reset">
<li>
<a href="https://itchysats.medium.com/">
<span class="screen-reader-text">Blog</span>
<img
src="dist/images/blog.svg"
alt="blog"
height="40"
width="40" />
</a>
</li>
<li>
<a href="https://twitter.com/itchysats">
<span class="screen-reader-text">Twitter</span>
<img
src="dist/images/twitter.svg"
alt="twitter"
height="30"
width="45" />
</a>
</li>
<li>
<a href="https://t.me/joinchat/ULycH50PLV1jOTI0">
<span class="screen-reader-text">Telegram</span>
<img
src="dist/images/telegram.svg"
alt="telegram"
height="40"
width="40" />
</a>
</li>
<li>
<a href="https://github.com/itchysats/itchysats">
<span class="screen-reader-text">GitHub</span>
<img
src="dist/images/github.svg"
alt="github"
height="40"
width="40" />
</a>
</li>
</ul>
</div>
</div>
</footer>
</div>
<script src="dist/js/main.min.js"></script>
</body>
</html>