-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
298 lines (297 loc) · 15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css" />
<script src="https://cdn.jsdelivr.net/gh/shishirraven/[email protected]/oyethemes_onscroll_animation.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/shishirraven/[email protected]/animation_utility.css">
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon.ico">
<title>Ricochet Exchange</title>
</head>
<body>
<div class="general-ricochet-wraper">
<div class="mobile-menu-list" style="display: none;">
<ul>
<li class="menu-item"><a href="https://docs.ricochet.exchange/" target="_blank">Docs</a></li>
<li class="menu-item"><a href="https://drive.google.com/file/d/1D8c-pAWILoNmwUyJ6nlCOJ5zuepOW7Mj/view?usp=sharing" target="_blank">Whitepaper</a></li>
<li class="menu-item"><a href="https://docs.ricochet.exchange/business/community" target="_blank">Community</a></li>
<li class="menu-item"><a href="https://medium.com/ricochet-exchange" target="_blank">Blog</a></li>
</ul>
</div>
<div class="ricochet-header-divider"></div>
<div class="ricochet-header">
<header>
<div class="in-header-content">
<div class="left-header-side header-sides">
<img alt="Ricochet Exchange logo" src="assets/images/logo-upd.svg">
</div>
<div class="right-header-side header-sides">
<div class="desktop-header-menu">
<ul>
<li><a href="https://docs.ricochet.exchange/" target="_blank">Docs</a></li>
<li><a href="https://drive.google.com/file/d/1D8c-pAWILoNmwUyJ6nlCOJ5zuepOW7Mj/view?usp=sharing" target="_blank">Whitepaper</a></li>
<li><a href="https://docs.ricochet.exchange/business/community" target="_blank">Community</a></li>
<li><a href="https://medium.com/ricochet-exchange" target="_blank">Blog</a></li>
</ul>
</div>
<div class="mobile-header-menu">
<div class="hamburger" id="hamburger-ref">
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
</div>
</div>
</div>
</div>
</header>
</div>
<div class="ricochet-in-content">
<div class="section-after-header">
<div class="top-in-section-header-wraper">
<div class="home-part-with-title-g in-top-body-sec-flex">
<h1>Ricochet Exchange</h1>
<p>Effortless Real-time Crypto Investing</p>
<a href="https://pro.ricochet.exchange/" target="_blank" class="launch-link-home">
<div>Launch</div>
</a>
<div class="social-list">
<ul>
<li class="first-3-social-blocks">
<a target="_blank" rel="nofollow" href="https://medium.com/ricochet-exchange" target="_blank">
<img src="assets/images/social/medium.svg">
</a>
</li>
<li class="first-3-social-blocks">
<a target="_blank" rel="nofollow" href="https://twitter.com/ricochetxchange" target="_blank">
<img src="assets/images/social/twitter.svg">
</a>
</li>
<li class="first-3-social-blocks">
<a target="_blank" rel="nofollow" href="https://www.youtube.com/channel/UC9zkXC1Gg3XQcpf5RhK-I0g" target="_blank">
<img src="assets/images/social/youtube.svg">
</a>
</li>
<li>
<a target="_blank" rel="nofollow" href="https://discord.gg/ptqCBnJ9dr" target="_blank">
<img src="assets/images/social/discord.svg">
</a>
</li>
<li>
<a target="_blank" rel="nofollow" href="https://github.com/Ricochet-Exchange/" target="_blank">
<img src="assets/images/social/github.svg">
</a>
</li>
</ul>
</div>
</div>
<div class="home-part-with-image-g in-top-body-sec-flex">
<img alt="Ricochet Exchange" src="assets/images/ricochet-img-g.gif">
</div>
</div>
<div class="put-power-title">
<p>Ricochet puts power in the hands of
passive investors</p>
</div>
<div class="put-power-info-list-wraper fadeInUp scrollanimation animated">
<div class="put-power-list">
<div class="in-put-power-list-block">
<img src="assets/images/streaming.gif" alt="streaming" class="streaming-img">
<p class="put-power-header">Streaming</p>
<span>Stream your money into a variety of crypto assets, from ETH and BTC to yield-bearing LP positions. Using Superfluid, it just takes one transaction to set off a perpetual Ricochet investment stream. </span>
</div>
</div>
<div class="put-power-list">
<div class="in-put-power-list-block">
<img src="assets/images/non-custodial.svg" alt="non-custodial">
<p class="put-power-header">Non-custodial</p>
<span>As long as your stream token's balance is above zero, your investment stream carries on. This means you're free to do other cool crypto stuff with your money all while your investment stream runs.</span>
</div>
</div>
<div class="put-power-list">
<div class="in-put-power-list-block">
<img src="assets/images/responsible.gif" alt="responsible" class="responsible-img">
<p class="put-power-header">Responsible</p>
<span>Why buy at a couple prices when you can buy at every price. Ricochet lets you take on price risk gradually instead of in lumps. Kick back, relax, and forget about the FOMO and overtrading</span>
</div>
</div>
</div>
<div class="how-it-works-title">
<p>Products</p>
</div>
</div>
<div class="section-how-it-works fadeIn scrollanimation animated">
<div class="how-it-works-card">
<div class="in-how-it-works-card">
<div class="image-in-how-works">
<img src="assets/images/how-it-works/first-how-works.gif" alt="" class="mobile-hidden">
</div>
<div class="content-in-how-works in-how-flex">
<img src="assets/images/how-it-works/rex-market.svg" alt="rex-market">
<img src="assets/images/how-it-works/first-how-works.gif" alt="" class="mobile-visible">
<div class="how-works-card-text-cut">
<p>Stream-Powered Dollar-Cost Averaging</p>
<span>DCA is the most responsible way to invest in crypto.</span>
<span>Make it simple, automatic, and non-custodial through payment streams.</span>
<!-- <span>Why try to find the right time to buy when you can be buying all the time?</span> -->
</div>
</div>
</div>
</div>
<div class="how-it-works-card">
<div class="in-how-it-works-card">
<div class="image-in-how-works">
<img src="assets/images/how-it-works/second-how-works.gif" alt="" class="mobile-hidden">
</div>
<div class="content-in-how-works in-how-flex">
<img src="assets/images/how-it-works/rexlp.svg" alt="rex-market">
<img src="assets/images/how-it-works/second-how-works.gif" alt="" class="mobile-visible">
<div class="how-works-card-text-cut">
<p>Stream Your Money Into Staked Sushi LP Positions</p>
<span>The yield from your accumulating position auto-accrues straight to your wallet with no need to claim.</span>
<span>Consistent LP'ing is a manual and complicated process. rexLP makes it hands-off and effortless. </span>
</div>
</div>
</div>
</div>
<div class="how-it-works-card">
<div class="in-how-it-works-card">
<div class="image-in-how-works">
<img src="assets/images/how-it-works/third-how-works.gif" alt="" class="mobile-hidden">
</div>
<div class="content-in-how-works in-how-flex">
<img src="assets/images/how-it-works/rexlaunchpad.svg" alt="rex-market">
<img src="assets/images/how-it-works/third-how-works.gif" alt="" class="mobile-visible">
<div class="how-works-card-text-cut">
<p>Streaming Launchpad Allowing for Simple and Fair ICOs</p>
<span>Issuers can offer a gradual distribution of their ICO token. Buyers can stream into the rexLaunchpad and earn a portion of the distribution over time in proportion to their stream. This design eliminates whale shenanigans, enforces equitability, and improves price discovery.</span>
</div>
</div>
</div>
</div>
<div class="launch-to-invest-wrapper">
<div class="launch-to-invest-title">
<p>Start Stream Investing</p>
</div>
<div class="launch-link-card-btn">
<a href="https://pro.ricochet.exchange" target="_blank">Launch</a>
</div>
<div class="launch-to-invest-tutorial">
<a href="https://docs.ricochet.exchange/tutorial/using-the-dapp" target="_blank">or, just watch a tutorial</a>
</div>
</div>
</div>
<div class="before-footer-section">
<div class="collaboration-part">
<div class="collaboration-title">
<p>Collaborations</p>
</div>
<div class="collaboration-flex">
<div class="collaboration-in-flex">
<img src="assets/images/last-section/makerdao.png" alt="MakerDa">
<p>MakerDao</p>
</div>
<div class="collaboration-in-flex">
<img src="assets/images/last-section/idlefin.png" alt="Idle Finance">
<p>Idle</p>
</div>
</div>
<div class="collaboration-title power-by-title">
<p>Powered by</p>
</div>
<div class="collaboration-flex">
<div class="collaboration-in-flex">
<img src="assets/images/last-section/tellor.png" alt="MakerDa">
<p>Tellor</p>
</div>
<div class="collaboration-in-flex">
<img src="assets/images/last-section/superfluid.png" alt="Idle Finance">
<p>Superfluid</p>
</div>
<div class="collaboration-in-flex">
<img src="assets/images/last-section/polygon.png" alt="Idle Finance">
<p>Polygon</p>
</div>
</div>
</div>
</div>
</div>
<div class="ricochet-footer">
<footer>
<div class="in-footer-content">
<div class="left-in-footer in-footer">
<div class="logo-and-content-footer">
<div class="logo-footer">
<img src="assets/images/logo-upd.svg" alt="ricochet-logo">
</div>
<div class="content-footer-around-logo">
<p class="logo-title">Ricochet</p>
<p class="after-foot-logo-title-text">Business Inquiries?</p>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
<div class="right-in-footer">
<div class="in-right-footer-flex">
<div class="in-right-foot-flex-lists support-block-foot">
<div class="foot-lists-title">
<p>Support</p>
</div>
<ul>
<li><a href="https://discord.gg/ptqCBnJ9dr" target="_blank">Discord</a></li>
<li><a href="https://docs.ricochet.exchange/tutorial/using-the-dapp" target="_blank">Tutorials</a></li>
<li><a href="https://docs.ricochet.exchange/" target="_blank">Documentation</a></li>
</ul>
</div>
<div class="in-right-foot-flex-lists">
<div class="foot-lists-title">
<p>Explore</p>
</div>
<ul>
<li><a href="https://medium.com/ricochet-exchange" target="_blank">Medium</a></li>
<li><a href="https://github.com/Ricochet-Exchange/" target="_blank">Github</a></li>
<li><a href="https://twitter.com/ricochetxchange" target="_blank">Twitter</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="bottom-social-foot">
<ul>
<li class="first-3-social-blocks">
<a target="_blank" rel="nofollow" href="https://medium.com/ricochet-exchange" target="_blank">
<img src="assets/images/footer/medium.svg">
</a>
</li>
<li class="first-3-social-blocks">
<a target="_blank" rel="nofollow" href="https://twitter.com/ricochetxchange" target="_blank">
<img src="assets/images/footer/twitter.svg">
</a>
</li>
<li class="first-3-social-blocks">
<a target="_blank" rel="nofollow" href="https://www.youtube.com/channel/UC9zkXC1Gg3XQcpf5RhK-I0g" target="_blank">
<img src="assets/images/footer/youtube.svg">
</a>
</li>
<li>
<a target="_blank" rel="nofollow" href="https://discord.gg/egu4FZbPBM" target="_blank">
<img src="assets/images/footer/discord.svg">
</a>
</li>
<li>
<a target="_blank" rel="nofollow" href="https://github.com/Ricochet-Exchange/" target="_blank">
<img src="assets/images/footer/github.svg">
</a>
</li>
</ul>
</div>
</footer>
</div>
</div>
<script async src="script.js"></script>
</body>
</html>