-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
555 lines (529 loc) · 21 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
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
<!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="stylesheet" href="/styles/css/index.css" />
<!-- Primary Meta Tags -->
<title>JediSwap</title>
<meta name="title" content="JediSwap">
<meta name="description" content="A decentralized community-driven protocol on Starknet.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://jediswap.xyz/">
<meta property="og:title" content="JediSwap">
<meta property="og:description" content="A decentralized community-driven protocol on Starknet.">
<meta property="og:image" content="https://jediswap.xyz/assets/images/social-hero.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://jediswap.xyz/">
<meta property="twitter:title" content="JediSwap">
<meta property="twitter:description" content="A decentralized community-driven protocol on Starknet.">
<meta property="twitter:image" content="https://jediswap.xyz/assets/images/social-hero.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/images/favicon/site.webmanifest">
<link rel="mask-icon" href="/assets/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#ff007a" />
<meta name="fortmatic-site-verification" content="j93LgcVZk79qcgyo" />
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png" />
<title>Jediswap</title>
</head>
<body>
<header class="main-header">
<div class="image-wrapper-div">
<a href="#home" class="link">
<img src="/assets/images/Jediswap_logo.svg" alt="Jediswap logo" width="195"/>
</a>
</div>
<div class="right">
<!-- <p>about us</p> -->
<!-- <p>whitepaper</p> -->
<button
class="primary-button small-fonts header-button"
onclick="window.open('https://app.jediswap.xyz/#/swap')"
>
Launch App
</button>
</div>
</header>
<section id="home" class="section1">
<!-- <img src="/styles/images/background_ellipses.svg" alt="bakground_ellipses" class="bg_ellipses" /> -->
<!-- <img
src="/assets/images/hero_bgd.svg"
alt="bakground_ellipses"
class="hero_bg"
/> -->
<p class="header">
Swap or earn by adding<br />
liquidity with near <span class="pink">ZERO gas</span> fees
</p>
<p class="desc">
Swap, earn, & build instantaneously on the decentralized,<br />
community-driven protocol that is built on ZK-Rollups.<br />
Use JediSwap with near zero gas fees while relying on the security of
Ethereum.
</p>
<button
class="primary-button"
onclick="window.open('https://app.jediswap.xyz/#/swap')"
>
Launch App
</button>
<div class="logos">
<img src="/assets/images/starknet.svg" alt="LOGO" />
<!-- <img src="/assets/images/quantstampsvg.svg" alt="LOGO" /> -->
</div>
<!-- <div class="orbits">
<img src="/assets/images/orbits.svg" / alt="'orbits">
<img src="/assets/images/ethereum.svg" / alt="'ethereum" class="eth">
<img src="/assets/images/eth_ellipse.svg" / alt="'eth_ellipse class=" class="eth ellipse">
</div> -->
<!-- <div class="border"> -->
<!-- </div> -->
</section>
<div class="stats-wrapper">
<div class="stats">
<!-- <img src="/assets/images/stats.svg" alt="stats-bg" class="stats-bg" /> -->
<!-- <div>
<p class="data">$17,689,900</p>
<p class="desc">Trading Volume</p>
</div>
<div>
<p class="data">$23,689,900</p>
<p class="desc">Total Value Locked</p>
</div>
<div>
<p class="data">42</p>
<p class="desc">No. of Pairs</p>
</div> -->
<div>
<p class="data">24000+</p>
<p class="desc">Discord Community</p>
</div>
<div>
<p class="data">250+</p>
<p class="desc">No. of Contributors</p>
</div>
</div>
</div>
<section class="part2">
<!-- <img src="/assets/images/part2/part2_bg.svg" alt="bg" class="bg" /> -->
<p class="header">Why JediSwap ?</p>
<div class="center">
<div class="outer two">
<img
src="/assets/images/part2/composable.png"
alt="composable"
class="background"
draggable="false"
/>
<img
src="/assets/images/part2/tools-min.png"
alt="tools"
class="inner"
draggable="false"
/>
</div>
<div class="outer one">
<img
src="/assets/images/part2/permissionless.png"
alt="permissionless"
class="background"
draggable="false"
/>
<img
src="/assets/images/part2/key-min.png"
alt="key"
class="inner"
draggable="false"
/>
</div>
<div class="outer three">
<img
src="/assets/images/part2/gasless.png"
alt="gasless"
class="background"
draggable="false"
/>
<img
src="/assets/images/part2/gasless-min.png"
alt="gasless"
class="inner"
draggable="false"
/>
</div>
<div class="outer four">
<img
src="/assets/images/part2/fast.png"
alt="fast"
class="background"
draggable="false"
/>
<img
src="/assets/images/part2/flash-min.png"
alt="flash"
class="inner"
draggable="false"
/>
</div>
<!-- <img src="/assets/images/part2/cards.png" alt="fast" class="cards" /> -->
</div>
</section>
<!-- </section> -->
<main class="main-container">
<!-- <section class="backers-section">
<h2 class="backers-section__title">Our Backers</h2>
<div class="backers-section__grid">
<img class="backers-section__img" src="/assets/images/JumpCapital.png" alt="'JumpCapital" />
<img class="backers-section__img" src="/assets/images/morningstar.png" alt="'morningstar" />
<img class="backers-section__img" src="/assets/images/rarestone.png" alt="'rarestone" />
<img class="backers-section__img" src="/assets/images/ascentex.png" alt="'ascentex" />
<img class="backers-section__img" src=/assets/images/RokCapital.svg alt="RokCapital" />
<img class="backers-section__img" src="/assets/images/DefiAlliance.svg" alt="'DefiAlliance" />
<img class="backers-section__img" src="/assets/images/valhalla.svg" alt="'valhalla" />
<img class="backers-section__img" src="/assets/images/evernew.svg" alt="'evernew" />
</div>
</section> -->
<section class="contributor-section">
<div class="contributor-section__details">
<div class="contributor-section__text-details">
<div class="description">
<h2 class="description__title">Become a Contributor</h2>
<p class="description__para">
JediSwap is led by Mesh Community which is a group of people
united by shared beliefs in the core principles of transparency
and equal accessibility.
</p>
</div>
<div class="unique-benefits">
<h3 class="unique-benefits__title">How are we unique?</h3>
<div class="unique-benefits__grid">
<div>
<img
class="unique-benefits__img"
src="/assets/images/icons/equal-icon.png"
draggable="false"
/>
<h4 class="unique-benefits__heading">Equal</h4>
<p class="unique-benefits__para">
There is no central team. All contributors are considered
equal
</p>
</div>
<div>
<img
class="unique-benefits__img"
src="/assets/images/icons/bottomup-icon.png"
draggable="false"
/>
<h4 class="unique-benefits__heading">Bottom-up</h4>
<p class="unique-benefits__para">
No behind the door decisions. Builders and the community
decides everything together
</p>
</div>
<div>
<img
class="unique-benefits__img"
src="/assets/images/icons/transparent-icon.png"
draggable="false"
/>
<h4 class="unique-benefits__heading">Transparent</h4>
<p class="unique-benefits__para">
All your contributions are measured, recorded and rewarded
transparently
</p>
</div>
</div>
</div>
<div class="unique-benefits">
<h3 class="unique-benefits__title">Benefits</h3>
<div class="unique-benefits__grid">
<div>
<img
class="unique-benefits__img"
src="/assets/images/icons/nft-icon.png"
draggable="false"
/>
<h4 class="unique-benefits__heading">NFTs</h4>
<p class="unique-benefits__para">
Levelled and skill-specific NFTs proving your contribution
on-chain
</p>
</div>
<div>
<img
class="unique-benefits__img"
src="/assets/images/icons/reward-icon.png"
draggable="false"
/>
<h4 class="unique-benefits__heading">Token Rewards</h4>
<p class="unique-benefits__para">
Proportional to effort and impact of your contribution
measured in the points system
</p>
</div>
</div>
</div>
</div>
<div class="contributor-section__image-details">
<img src="/assets/images/mascots.png" draggable="false"/>
</div>
</div>
<div class="contributor-section__cta">
<p>
Join our 250+ contributors team on discord and start contributing
</p>
<button
class="secondary-button"
onclick="window.open('https://discord.gg/tE5sqFUfsM')"
>
<span><img src="/assets/images/discord_logo.png" draggable="false"/></span> Join
Jediswap
</button>
</div>
</section>
</main>
<section class="section5">
<!-- <div class="pinkGradient"></div>
<div class="blueGradient"></div> -->
<div class="frequentlyWrapper">
<p class="heading">FAQs</p>
<div class="col">
<div>
<button class="collapsible">
<img src="/assets/images/pinksaber.svg" alt="pinkSaber" />
<div class="collapsible__title">What is JediSwap?</div>
<div class="collapsible__arrow-button">
<svg
width="15"
height="9"
viewBox="0 0 15 9"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M14.0713 1.24896C14.0713 1.56729 13.9496 1.88729 13.7063 2.13063L7.92292 7.9423C7.68792 8.17729 7.36959 8.30896 7.03625 8.30896C6.70459 8.30896 6.38625 8.17729 6.15125 7.9423L0.364584 2.13063C-0.122082 1.64229 -0.122082 0.852294 0.367918 0.363961C0.857918 -0.122706 1.64958 -0.121039 2.13625 0.367294L7.03625 5.28896L11.9363 0.367294C12.4229 -0.121039 13.2129 -0.122706 13.7029 0.363961C13.9496 0.607294 14.0713 0.928961 14.0713 1.24896Z"
fill="white"
/>
</svg>
</div>
</button>
<div class="content">
<p>
JediSwap is a fully permissionless and composable AMM on
StarkNet(A ZK-Rollup on Ethereum) inspired by Uniswap V2. Users
can swap assets instantaneously without losing custody of their
funds. JediSwap is led by the Mesh community.
</p>
</div>
</div>
<div>
<button class="collapsible">
<img src="/assets/images/pinksaber.svg" alt="pinkSaber" />
<div class="collapsible__title">What is Mesh Community?</div>
<div class="collapsible__arrow-button">
<svg
width="15"
height="9"
viewBox="0 0 15 9"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M14.0713 1.24896C14.0713 1.56729 13.9496 1.88729 13.7063 2.13063L7.92292 7.9423C7.68792 8.17729 7.36959 8.30896 7.03625 8.30896C6.70459 8.30896 6.38625 8.17729 6.15125 7.9423L0.364584 2.13063C-0.122082 1.64229 -0.122082 0.852294 0.367918 0.363961C0.857918 -0.122706 1.64958 -0.121039 2.13625 0.367294L7.03625 5.28896L11.9363 0.367294C12.4229 -0.121039 13.2129 -0.122706 13.7029 0.363961C13.9496 0.607294 14.0713 0.928961 14.0713 1.24896Z"
fill="white"
/>
</svg>
</div>
</button>
<div class="content">
<p>
Mesh Community is a group of people united by shared beliefs in
the core principles of transparency and equal accessibility. One
of the core missions of the Mesh community is bringing equal
access to Financial opportunities to everyone without any
authority and censorship. Simply put, the Mesh community wants
to bring OpenFinance/DeFi to everyone in the world.
</p>
</div>
</div>
<div>
<button class="collapsible">
<img src="/assets/images/pinksaber.svg" alt="pinkSaber" />
<div class="collapsible__title">
How does Mesh Community operate?
</div>
<div class="collapsible__arrow-button">
<svg
width="15"
height="9"
viewBox="0 0 15 9"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M14.0713 1.24896C14.0713 1.56729 13.9496 1.88729 13.7063 2.13063L7.92292 7.9423C7.68792 8.17729 7.36959 8.30896 7.03625 8.30896C6.70459 8.30896 6.38625 8.17729 6.15125 7.9423L0.364584 2.13063C-0.122082 1.64229 -0.122082 0.852294 0.367918 0.363961C0.857918 -0.122706 1.64958 -0.121039 2.13625 0.367294L7.03625 5.28896L11.9363 0.367294C12.4229 -0.121039 13.2129 -0.122706 13.7029 0.363961C13.9496 0.607294 14.0713 0.928961 14.0713 1.24896Z"
fill="white"
/>
</svg>
</div>
</button>
<div class="content">
<p>
People in the Mesh community collaborate, learn, and build
together. Independent contributors help Mesh community with
development, community building, research, product, growth, etc.
Mesh community is building a unique incentive system to fairly
and handsomely reward and recognize people who contribute to the
Mesh community. The objective of this incentive system is to
remove all politics, reduce work pressure and make contributions
fun. Contributors earn contribution points for any kind of
contribution like development, design, marketing, community
managing, etc. These contribution points will be converted to
NFTs for token distribution of projects Mesh community launch.
</p>
</div>
</div>
</div>
</div>
<div class="contributor-section__cta more">
<p>Couldn't find what you’re looing for?</p>
<button
onclick="window.open('https://bip.so/@meshfinance/FAQs-eused/public')"
class="button"
>
Browse More FAQs
</button>
</div>
</section>
<section class="final-cta-section">
<img src="/assets/images/lightsabers 2.png" alt="bg" class="bg" />
<div class="front-content">
<h2>MAY THE FORCE BE WITH YOU</h2>
<button
class="primary-button small-fonts"
onclick="window.open('https://app.jediswap.xyz/#/swap')"
>
Launch App
</button>
</div>
</section>
<footer>
<div class="center">
<div class="logo">
<a href="#">
<img src="/assets/images/Jediswap_logo.svg" alt="Jediswap logo" width="195"/>
</a>
<div class="blur">
<a
href="https://twitter.com/JediSwap"
target="_blank"
rel="noopener noreferrer"
class="social"
>
<img src="/assets/images/Twitter.svg" alt="'Social"
/></a>
<a
href="https://discord.com/invite/9sAPRUfv7t"
target="_blank"
rel="noopener noreferrer"
class="social"
>
<img src="/assets/images/Discord.svg" alt="'Social"
/></a>
<a
href="https://github.com/jediswaplabs"
target="_blank"
rel="noopener noreferrer"
class="social"
>
<img src="/assets/images/github.svg" alt="'github"
/></a>
<a
href=" https://bip.so/@meshfinance/public"
target="_blank"
rel="noopener noreferrer"
class="social"
>
<img src="/assets/images/doc.svg" alt="'docs"/></a>
<p></p>
</div>
</div>
<div class="row">
<div>
<a class="header">JediSwap</a>
<!-- <a href="#" class="link">About Us</a> -->
<a
href="https://bip.so/@meshfinance/public"
target="_blank"
rel="noopener noreferrer"
class="link"
>Docs</a
>
<a
href="https://bip.so/@meshfinance/Integration-Docs-leDlt/public"
target="_blank"
rel="noopener noreferrer"
class="link"
>Tech Docs</a
>
<a
href="https://drive.google.com/drive/folders/1vdwQVPSsUaDPuUyvGMYq5s3JGV_nxroR?usp=sharing"
target="_blank"
rel="noopener noreferrer"
class="link"
>Brand Kit</a
>
<!-- <a href="#" class="link">Whitepaper</a> -->
</div>
<div>
<a class="header">App</a>
<a
href="https://app.jediswap.xyz/#/swap"
target="_blank"
class="link"
>Trade</a
>
<a
href="https://app.jediswap.xyz/#/pool"
target="_blank"
class="link"
>Pool</a
>
<a
href="https://app.jediswap.xyz/#/zap"
target="_blank"
class="link"
>Zap</a
>
<a
href="https://info.jediswap.xyz/"
target="_blank"
class="link"
>Dashboard</a
>
</div>
<div>
<a class="header">Community</a>
<a
href="https://discord.gg/tE5sqFUfsM"
target="_blank"
rel="noopener noreferrer"
class="link"
>Become a Contributor</a
>
<!-- <a href="#" class="link">Share your Work</a> -->
</div>
</div>
</div>
</footer>
</body>
<script src="/scripts/qa.js" type="text/javascript"></script>
</html>