forked from treverson/uberdelta.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
702 lines (603 loc) · 48.5 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
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
<!doctype html>
<html lang="en" itemscope itemtype="http://schema.org/Event">
<head>
<meta charset="utf-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0">
<!--<link rel="manifest" href="https://uberdelta.com/manifest.json">-->
<link rel="shortcut icon" href="favicon-72.png">
<title>Uberdelta</title>
<meta itemprop="name" content="Uberdelta">
<meta itemprop="description" content="Uberdelta is decentralized SEC token exchange application and user experience that supports multiple tokens and cross network token transfers fairly via market participant protections.">
<meta itemprop="startDate" content="2017-03-19">
<meta itemprop="endDate" content="2020-05-19">
<meta itemprop="url" content="https://delta-dex.github.io/uberdelta/">
<meta itemprop="location" content="">
<meta property="og:url" content="https://delta-dex.github.io/uberdelta/">
<meta property="og:title" content="Uberdelta">
<meta property="og:site_name" content="Uberdelta">
<meta name="description" content="Uberdelta is decentralized SEC token exchange application and user experience that supports multiple tokens and cross network token transfers fairly via market participant protections.">
<meta property="og:description" content="Uberdelta is decentralized SEC token exchange application and user experience that supports multiple tokens and cross network token transfers fairly via market participant protections. ">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500|Product+Sans:400,500&lang=en" rel="stylesheet">
<!--<link rel="stylesheet" href="front-static/css/main.css">
<link rel="stylesheet" href="front-static/css/home.css">-->
<link rel="stylesheet" href="./dist/css/bundle.css">
<link rel="stylesheet" href="index.css">
</head>
<body id="top">
<header class="header ">
<div class="header__content">
<!--
<div class="header__hamburger" aria-label="menu" role=button tabindex="0">
<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0h24v24H0z" fill="none" />
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z" />
</svg>
</div>
-->
<div class="header__logo header__logo--uberdelta header__logo--hide-on-scroll">
<a href="index.html">
</a>
</div>
<nav class="header__nav header__nav--desktop" role="navigation">
<!--
<div class="header__nav__item ">
<a href="">Vision</a>
</div>
<div class="header__nav__item ">
<a href="#">Exchange</a>
</div>
<div class="header__nav__item">
<a target="_blank" href="#">Product Features</a>
</div>
<div class="header__nav__item ">
<a href="#">Road map</a>
</div>
-->
</nav>
</div>
</header>
<div class="header__nav header__nav--mobile">
<div class="header__nav__content">
<div class="header__nav__details">
<div class="header__nav__logo">
<!-- <a href="index.html">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 535 101"
style="enable-background:new 0 0 535 101;" xml:space="preserve">
<style type="text/css">
.ml-st0 {
fill: #026602;
}
.ml-st1 {
fill: #5AB45A;
}
.ml-st2 {
fill: #004600;
}
.ml-st3 {
fill: #076B07;
}
.ml-st4 {
fill: #0A6E0A;
}
</style>
<g id="ml-Layer_2">
<g id="ml-uberdelta" transform="translate(84.000000, 8.000000)">
<path id="ml-UBERDELTA" d="M39.8,13.3v34.1c0,3.4-0.8,6.3-2.2,8.8c-1.5,2.5-3.5,4.4-6.2,5.8c-2.7,1.3-5.7,2-9.2,2
c-5.3,0-9.5-1.4-12.7-4.3c-3.2-2.9-4.8-6.9-4.9-11.9V13.3h4.2v33.8c0,4.2,1.2,7.5,3.6,9.8s5.7,3.5,9.8,3.5s7.4-1.2,9.8-3.5
s3.6-5.6,3.6-9.8V13.3H39.8z M61.2,63.3v-50H76c5.4,0,9.4,1.1,12.2,3.3c2.8,2.2,4.2,5.5,4.2,9.8c0,2.6-0.7,4.8-2.1,6.7
s-3.3,3.3-5.8,4.1c2.9,0.6,5.2,2.1,7,4.3s2.7,4.8,2.7,7.7c0,4.4-1.4,7.9-4.3,10.4s-6.8,3.7-11.9,3.7H61.2z M65.4,39.3v20.5h12.7
c3.6,0,6.5-0.9,8.6-2.8c2.1-1.8,3.2-4.4,3.2-7.7c0-3.1-1-5.5-3-7.3s-4.8-2.7-8.4-2.7H65.4z M65.4,35.8h11.5
c3.5-0.1,6.3-0.9,8.2-2.5c1.9-1.6,2.9-3.9,2.9-7c0-3.2-1-5.6-3-7.1s-5-2.3-9.1-2.3H65.4V35.8z M141.4,39.4H118v20.4h26.9v3.6
h-31.1v-50h30.9V17H118v18.9h23.4V39.4z M182.1,42.5h-14.5v20.8h-4.3v-50h16.2c5.3,0,9.5,1.3,12.5,3.9s4.5,6.2,4.5,10.9
c0,3.2-0.9,6-2.8,8.5c-1.9,2.5-4.4,4.1-7.6,5.1L198.6,63v0.4h-4.5L182.1,42.5z M167.5,38.9h12.9c3.5,0,6.4-1,8.6-3
c2.2-2,3.2-4.6,3.2-7.8c0-3.5-1.1-6.3-3.4-8.2c-2.2-1.9-5.4-2.9-9.4-2.9h-11.9L167.5,38.9L167.5,38.9z M216.3,63.3v-50h14.8
c4.4,0,8.3,1,11.8,3c3.4,2,6.1,4.8,8,8.4s2.8,7.8,2.8,12.4v2.5c0,4.7-0.9,8.9-2.8,12.5c-1.9,3.6-4.6,6.4-8.1,8.3
c-3.5,1.9-7.5,2.9-12,2.9H216.3z M225,20.3v36.1h5.7c4.6,0,8.1-1.4,10.5-4.3c2.4-2.9,3.7-6.9,3.7-12.3V37c0-5.4-1.2-9.6-3.5-12.4
s-5.8-4.3-10.3-4.3H225z M301.1,41h-20.5v15.4h24v6.9h-32.7v-50h32.5v7h-23.8v13.8h20.5V41z M329.9,56.4h22.7v6.9h-31.4v-50h8.7
L329.9,56.4L329.9,56.4z M397.9,20.3h-15.6v43h-8.6v-43h-15.5v-7h39.7V20.3z M437.8,51.7h-19.4l-4.1,11.6h-9l18.9-50h7.8l18.9,50
h-9.1L437.8,51.7z M420.9,44.7h14.5L428.2,24L420.9,44.7z" />
</g>
<g id="ml-mark" transform="translate(3.000000, 2.000000)">
<g>
<g id="ml-Group">
<polygon id="ml-Shape" class="ml-st0" points="29.3,-2 28.6,0.3 28.6,66.6 29.3,67.3 59.9,49.1 " />
<polygon id="ml-Shape_1_" class="ml-st1" points="29.3,-2 -1.3,49.1 29.3,67.3 " />
<polyline id="ml-Shape_2_" class="ml-st2" points="29.3,67.3 60,49.1 29.3,35.1 29.3,67.3 " />
<polyline id="ml-Shape_3_" class="ml-st3" points="-1.3,49.1 29.3,67.3 29.3,35.1 " />
</g>
<path id="ml-Oval" class="ml-st4" d="M29.1,98.3c11.4-0.1,30.7-19.2,30.7-43.2c0,0-10.2,5.9-30.7,17.7
C29.1,89.8,29.1,98.3,29.1,98.3z" />
<path id="ml-Oval_1_" class="ml-st1" d="M29.3,98.3c-11.4,0-30.7-19.2-30.7-43.2c0,0,10.2,5.9,30.7,17.7
C29.3,89.8,29.3,98.3,29.3,98.3z" />
</g>
</g>
</g>
</svg>
</a> -->
<span class="rengenx-text-logo">Uberdelta</span>
</div>
<h2 role="presentation">Mobile Presenttion h2</h2>
<h3 role="presentation">Mobile Presenation 2</h3>
</div>
<nav class="header__nav__items" role="navigation">
<div class="header__nav__item ">
<a href="#">Overview</a>f
</div>
<div class="header__nav__item ">
<a href="#">Vision</a>
</div>
<div class="header__nav__item">
<a target="_blank">Product Features</a>
</div>
<div class="header__nav__item ">
<a href="#">Roadmap</a>
</div>
</nav>
</div>
</div>
<main role="main">
<div class="hero section ">
<div class="hero__content">
<div class="grid ">
<div class="grid__item grid__item--12-cols grid__item--7-cols--gt-md">
<div class="hero__main ">
<div class="hero__logo hero__logo--scrollable">
<!-- <a href="#">
<svg version="1.1" id="uds_1_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="400" height="75" viewBox="0 0 400 75" style="enable-background:new 0 0 400 75;"
xml:space="preserve">
<style type="text/css">
.sc-st0 {
fill: #2B3442;
}
.sc-st1 {
fill: #026602;
}
.sc-st2 {
fill: #5AB45A;
}
.sc-st3 {
fill: #004600;
}
.sc-st4 {
fill: #076B07;
}
.sc-st5 {
fill: #0A6E0A;
}
</style>
<g id="udsi">
<g id="grp">
<g id="sc-uberdelta" transform="translate(84.000000, 8.000000)">
<path id="sc-UBERDELTA" class="sc-st0" d="M8.2,7.9v25.5c0,2.5-0.6,4.7-1.7,6.6c-1.1,1.9-2.6,3.3-4.6,4.3s-4.3,1.5-6.9,1.5
c-3.9,0-7.1-1.1-9.4-3.2c-2.4-2.1-3.6-5.1-3.7-8.9V7.9h3.1v25.2c0,3.1,0.9,5.6,2.7,7.3S-8.1,43-5,43s5.5-0.9,7.3-2.6
C4.1,38.8,5,36.2,5,33.2V7.9H8.2z M24.1,45.2V7.9h11c4,0,7,0.8,9.1,2.5s3.1,4.1,3.1,7.3c0,1.9-0.5,3.6-1.6,5s-2.5,2.4-4.3,3.1
c2.2,0.5,3.9,1.5,5.2,3.2s2,3.6,2,5.7c0,3.3-1.1,5.9-3.2,7.7c-2.1,1.9-5.1,2.8-8.9,2.8H24.1z M27.3,27.4v15.3h9.5
c2.7,0,4.8-0.7,6.4-2.1s2.4-3.3,2.4-5.7c0-2.3-0.8-4.1-2.3-5.5c-1.5-1.3-3.6-2-6.3-2C37,27.4,27.3,27.4,27.3,27.4z M27.3,24.7
h8.6c2.6-0.1,4.7-0.7,6.1-1.9s2.2-2.9,2.2-5.2c0-2.4-0.7-4.2-2.2-5.3s-3.8-1.7-6.8-1.7h-7.9C27.3,10.6,27.3,24.7,27.3,24.7z
M84,27.4H66.6v15.2h20.1v2.7H63.4V7.9h23.1v2.7H66.6v14.1h17.5L84,27.4L84,27.4z M114.3,29.8h-10.8v15.5h-3.2V7.9h12.1
c4,0,7.1,1,9.3,2.9s3.4,4.6,3.4,8.1c0,2.4-0.7,4.5-2.1,6.3s-3.3,3.1-5.6,3.8l9.3,15.9v0.3h-3.4L114.3,29.8z M103.5,27.1h9.7
c2.6,0,4.8-0.8,6.4-2.3s2.4-3.5,2.4-5.8c0-2.6-0.8-4.7-2.5-6.1c-1.7-1.5-4-2.2-7-2.2h-8.9L103.5,27.1L103.5,27.1z M139.9,45.2
V7.9h11c3.3,0,6.2,0.7,8.8,2.2s4.5,3.6,5.9,6.3s2.1,5.8,2.1,9.3v1.9c0,3.5-0.7,6.6-2.1,9.3s-3.4,4.7-6,6.2s-5.6,2.2-9,2.2h-10.7
V45.2z M146.4,13.1V40h4.2c3.4,0,6-1.1,7.8-3.2c1.8-2.1,2.7-5.2,2.8-9.2v-2.1c0-4-0.9-7.1-2.6-9.3s-4.3-3.2-7.7-3.2h-4.5V13.1z
M203.1,28.7h-15.3v11.5h17.9v5.2h-24.4V7.9h24.2v5.2h-17.7v10.3h15.3V28.7z M224.6,40h16.9v5.2h-23.4V7.9h6.5V40z M275.4,13.1
h-11.6v32.1h-6.4V13.1h-11.5V7.9h29.6v5.2H275.4z M305.2,36.5h-14.5l-3,8.7H281l14.1-37.3h5.8L315,45.2h-6.8L305.2,36.5z
M292.6,31.4h10.8L298,15.8L292.6,31.4z" />
</g>
<g id="sc-mark" transform="translate(3.000000, 2.000000)">
<g>
<g>
<polygon class="sc-st1" points="20.9,-2 20.4,-0.3 20.4,49.2 20.9,49.8 43.8,36.2 " />
<polygon class="sc-st2" points="20.9,-2 -1.9,36.2 20.9,49.8 " />
<polyline class="sc-st3" points="20.9,49.8 43.8,36.2 20.9,25.8 20.9,49.8 " />
<polyline class="sc-st4" points="-1.9,36.2 20.9,49.8 20.9,25.8 " />
</g>
<path class="sc-st5" d="M20.8,72.9c8.5,0,22.9-14.3,22.9-32.3c0,0-7.6,4.4-22.9,13.2C20.8,66.5,20.8,72.9,20.8,72.9z" />
<path class="sc-st2" d="M20.9,72.9C12.4,72.9-2,58.7-2,40.7c0,0,7.6,4.4,22.9,13.2C20.9,66.5,20.9,72.9,20.9,72.9z" />
</g>
</g>
</g>
</g>
</svg>
</a> -->
<span class="rengenx-text-logo">Uberdelta</span>
</div>
<div class="hero__logo hero__logo--spacer">
<div class="hero__logo hero__logo--mobile">
<!-- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="500" height="100" viewBox="0 0 500 100" style="enable-background:new 0 0 500 100;"
xml:space="preserve">
<style type="text/css">
.ud0 {
fill: #2B3442;
}
.ud1 {
fill: #026602;
}
.ud2 {
fill: #5AB45A;
}
.ud3 {
fill: #004600;
}
.ud4 {
fill: #076B07;
}
.ud5 {
fill: #0A6E0A;
}
</style>
<g id="Layer_3">
<g id="uberdelta" transform="translate(84.000000, 8.000000)">
<path id="UBERDELTA" class="ud0" d="M30.6,14.9v32c0,3.1-0.8,5.9-2.1,8.3c-1.4,2.4-3.3,4.1-5.8,5.4c-2.5,1.3-5.4,1.9-8.7,1.9
c-4.9,0-8.9-1.4-11.8-4c-3-2.6-4.5-6.4-4.6-11.2V14.9h3.9v31.7c0,3.9,1.1,7,3.4,9.2C7.1,57.9,10.1,59,14,59s6.9-1.1,9.2-3.3
c2.3-2.1,3.4-5.3,3.4-9.2V14.9H30.6z M50.5,61.8V14.9h13.8c5,0,8.8,1,11.4,3.1s3.9,5.2,3.9,9.2c0,2.4-0.6,4.5-2,6.3
s-3.1,3-5.4,3.9c2.8,0.6,4.9,1.9,6.5,4s2.5,4.5,2.5,7.2c0,4.1-1.4,7.4-4,9.7c-2.6,2.4-6.4,3.5-11.2,3.5
C66,61.8,50.5,61.8,50.5,61.8z M54.6,39.3v19.2h11.9c3.4,0,6-0.9,8-2.6c2-1.8,3-4.1,3-7.2c0-2.9-1-5.2-2.9-6.9
c-1.9-1.6-4.5-2.5-7.9-2.5C66.8,39.3,54.6,39.3,54.6,39.3z M54.6,35.9h10.8c3.3-0.1,5.9-0.9,7.7-2.4c1.8-1.5,2.8-3.6,2.8-6.5
c0-3-0.9-5.3-2.8-6.7c-1.9-1.4-4.8-2.1-8.5-2.1h-9.9C54.6,18.2,54.6,35.9,54.6,35.9z M125.8,39.3h-21.9v19.1h25.3v3.4H99.9V14.9
h29v3.4h-25V36h22L125.8,39.3L125.8,39.3z M163.9,42.3h-13.6v19.5h-4V14.9h15.2c5,0,8.9,1.3,11.7,3.6s4.3,5.8,4.3,10.2
c0,3-0.9,5.7-2.6,7.9c-1.8,2.3-4.1,3.9-7,4.8l11.7,20v0.4h-4.3L163.9,42.3z M150.3,38.9h12.2c3.3,0,6-1,8-2.9s3-4.4,3-7.3
c0-3.3-1-5.9-3.1-7.7c-2.1-1.9-5-2.8-8.8-2.8h-11.2L150.3,38.9L150.3,38.9L150.3,38.9z M196,61.8V14.9h13.8
c4.1,0,7.8,0.9,11.1,2.8s5.7,4.5,7.4,7.9c1.8,3.4,2.6,7.3,2.6,11.7v2.4c0,4.4-0.9,8.3-2.6,11.7c-1.8,3.4-4.3,5.9-7.5,7.8
c-3.3,1.9-7,2.8-11.3,2.8H196V61.8z M204.2,21.5v33.8h5.3c4.3,0,7.5-1.4,9.8-4s3.4-6.5,3.5-11.6V37c0-5-1.1-8.9-3.3-11.7
s-5.4-4-9.7-4h-5.7L204.2,21.5L204.2,21.5z M275.4,40.9h-19.2v14.4h22.5v6.5H248v-47h30.4v6.5h-22.2v12.9h19.2V40.9z M302.4,55.3
h21.2v6.5h-29.4V14.9h8.2L302.4,55.3L302.4,55.3z M366.3,21.5h-14.6v40.3h-8V21.5h-14.4V15h37.2v6.5H366.3z M403.7,50.9h-18.2
l-3.8,10.9h-8.4L391,14.9h7.3L416,61.8h-8.5L403.7,50.9z M387.9,44.3h13.6l-6.8-19.5L387.9,44.3z"
/>
</g>
<g id="mark" transform="translate(3.000000, 2.000000)">
<g>
<g id="Group">
<polygon id="Shape" class="ud1" points="25.8,1 25.1,3.1 25.1,65.3 25.8,65.9 54.5,48.8 " />
<polygon id="Shape_1_" class="ud2" points="25.8,1 -2.9,48.8 25.8,65.9 " />
<polyline id="Shape_2_" class="ud3" points="25.8,65.9 54.5,48.8 25.8,35.8 25.8,65.9 " />
<polyline id="Shape_3_" class="ud4" points="-2.9,48.8 25.8,65.9 25.8,35.8 " />
</g>
<path id="Oval" class="ud5" d="M25.6,95c10.7,0,28.8-18,28.8-40.6c0,0-9.5,5.5-28.8,16.6C25.6,87,25.6,95,25.6,95z" />
<path id="Oval_1_" class="ud2" d="M25.8,95C15.1,95-3,77.1-3,54.5c0,0,9.5,5.5,28.8,16.6C25.8,87,25.8,95,25.8,95z" />
</g>
</g>
</g>
</svg> -->
<span class="rengenx-text-logo">Uberdelta</span>
</div>
</div>
<div class="hero__title hero__title--sm" aria-level="1" role="heading">
Uberdelta is a Decentralized
<br>Equity Token Exchange
</div>
<div class="hero__date">
Q2 2018
</div>
<div class="hero__location">
</div>
<nav class="footer__social">
<!-- <a target="_blank" aria-label="Gitter" href="https://gitter.im/amis-delta-dex/Lobby" class="footer__social__icon">
<svg aria-labelledby="simpleicons-gitter-icon" role="img" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<svg class="socicon" aria-labelledby="simpleicons-gitter-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path class="p" d="M8.501 4.001H10.5V24H8.501V4.001zm6.999 0V24h-2V4.001h2zM3.5 0h2.001v15H3.5V0zm15 4.001h2V15h-2V4.001z"
/>
</svg>
</svg>
</a>
<a target="_blank" aria-label="Reddit" href="https://www.reddit.com/r/amis_erc20/" target="_blank" class="footer__social__icon">
<svg aria-labelledby="simpleicons-reddit-icon" role="img" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M2.204 14.049c-.06.276-.091.56-.091.847 0 3.443 4.402 6.249 9.814 6.249 5.41 0 9.812-2.804 9.812-6.249 0-.274-.029-.546-.082-.809l-.015-.032c-.021-.055-.029-.11-.029-.165-.302-1.175-1.117-2.241-2.296-3.103-.045-.016-.088-.039-.126-.07-.026-.02-.045-.042-.067-.064-1.792-1.234-4.356-2.008-7.196-2.008-2.815 0-5.354.759-7.146 1.971-.014.018-.029.033-.049.049-.039.033-.084.06-.13.075-1.206.862-2.042 1.937-2.354 3.123 0 .058-.014.114-.037.171l-.008.015zm9.773 5.441c-1.794 0-3.057-.389-3.863-1.197-.173-.174-.173-.457 0-.632.176-.165.46-.165.635 0 .63.629 1.685.943 3.228.943 1.542 0 2.591-.3 3.219-.929.165-.164.45-.164.629 0 .165.18.165.465 0 .645-.809.808-2.065 1.198-3.862 1.198l.014-.028zm-3.606-7.573c-.914 0-1.677.765-1.677 1.677 0 .91.763 1.65 1.677 1.65s1.651-.74 1.651-1.65c0-.912-.739-1.677-1.651-1.677zm7.233 0c-.914 0-1.678.765-1.678 1.677 0 .91.764 1.65 1.678 1.65s1.651-.74 1.651-1.65c0-.912-.739-1.677-1.651-1.677zm4.548-1.595c1.037.833 1.8 1.821 2.189 2.904.45-.336.719-.864.719-1.449 0-1.002-.815-1.816-1.818-1.816-.399 0-.778.129-1.09.363v-.002zM2.711 9.963c-1.003 0-1.817.816-1.817 1.818 0 .543.239 1.048.644 1.389.401-1.079 1.172-2.053 2.213-2.876-.302-.21-.663-.329-1.039-.329v-.002zm9.217 12.079c-5.906 0-10.709-3.205-10.709-7.142 0-.275.023-.544.068-.809C.494 13.598 0 12.729 0 11.777c0-1.496 1.227-2.713 2.725-2.713.674 0 1.303.246 1.797.682 1.856-1.191 4.357-1.941 7.112-1.992l1.812-5.524.404.095s.016 0 .016.002l4.223.993c.344-.798 1.138-1.36 2.065-1.36 1.229 0 2.231 1.004 2.231 2.234 0 1.232-1.003 2.234-2.231 2.234s-2.23-1.004-2.23-2.23l-3.851-.912-1.467 4.477c2.65.105 5.047.854 6.844 2.021.494-.464 1.144-.719 1.833-.719 1.498 0 2.718 1.213 2.718 2.711 0 .987-.54 1.886-1.378 2.365.029.255.059.494.059.749-.015 3.938-4.806 7.143-10.72 7.143l-.034.009zm8.179-19.187c-.74 0-1.34.599-1.34 1.338 0 .738.6 1.34 1.34 1.34.732 0 1.33-.6 1.33-1.334 0-.733-.598-1.332-1.347-1.332l.017-.012z"
/>
</svg>
</a>
<a target="_blank" aria-label="Twitter" href="https://twitter.com/amis_erc20" class="footer__social__icon">
<svg aria-labelledby="simpleicons-twitter-icon" role="img" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title id="simpleicons-twitter-icon">Twitter icon</title>
<path d="M23.954 4.569c-.885.389-1.83.654-2.825.775 1.014-.611 1.794-1.574 2.163-2.723-.951.555-2.005.959-3.127 1.184-.896-.959-2.173-1.559-3.591-1.559-2.717 0-4.92 2.203-4.92 4.917 0 .39.045.765.127 1.124C7.691 8.094 4.066 6.13 1.64 3.161c-.427.722-.666 1.561-.666 2.475 0 1.71.87 3.213 2.188 4.096-.807-.026-1.566-.248-2.228-.616v.061c0 2.385 1.693 4.374 3.946 4.827-.413.111-.849.171-1.296.171-.314 0-.615-.03-.916-.086.631 1.953 2.445 3.377 4.604 3.417-1.68 1.319-3.809 2.105-6.102 2.105-.39 0-.779-.023-1.17-.067 2.189 1.394 4.768 2.209 7.557 2.209 9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63.961-.689 1.8-1.56 2.46-2.548l-.047-.02z"
/>
</svg>
</a>
<a target="_blank" aria-label="Gitbub" href="https://github.com/delta-dex" class="footer__social__icon">
<svg aria-labelledby="simpleicons-github-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title id="simpleicons-github-icon">GitHub icon</title>
<path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"
/>
</svg>
</a> -->
</nav>
</div>
</div>
<div class="grid__item grid__item--12-cols grid__item--5-cols--gt-md ">
<aside class="hero__box auth__signed_out--out auth--fade">
<div id="mc_embed_signup_scroll" class="box box--slim">
<div class="box__title">Register</div>
<!--<div class="box__body">Get UberDelta Updates. We won’t share your email with any third party.</div>-->
<label forhtml="mce-EMAIL">Register for early-access to our upcoming equity token sale.</label>
<br>
<div class="box__cta">
<a id="signup-saft" href="https://amisolution.herokuapp.com" target="_blank" class="button">Register</a>
</div>
</aside>
</div>
</div>
</div>
</div>
<section class="statement statement--last bk_offwhite ">
<div class="statement__content">
<div class="grid">
<div class="grid__item grid__item--12-cols grid__item--7-cols--gt-md">
<div class="statement__content__body">
<p>
<b>
Uberdelta anticipates meeting the expected overwhelming need for a equity token exchange. Tokenized securities have potential
to be the future of investment in early-stage startups, and these professional investors
should demand institutional grade tools and desire a single platform to manage assets
on a variety of blockchain networks.
</b>
<br />
<br /> Uberdelta’s expected advanced compliance engine would enable this exchange to provide
a decentralized marketplace for restricted tokens and adapt to changes in securities
classifications and regulations. By working with our AML/KYC partners, we expect to be
able to support institutional investors across the globe.
<br />
<br /> Decentralized exchanges are likely an elegant solution to many of the security and custody
issues that centralized exchanges may face by potentially empowering professional investors
to maintain custody and implement their own cybersecurity protocols. Uberdelta’s goal is
to become the premier regulated token exchange.
</p>
</div>
</div>
</div>
<div class="grid__item grid__item--12-cols grid__item--5-cols--gt-md">
</div>
</div>
</section>
<section class="statement statement--last bk_white">
<div class="statement__content">
<div class="grid">
<div class="grid__item grid__item--12-cols grid__item--7-cols--gt-md">
<div class="statement__content__title">
<div class="statement__content__title__text" aria-level="2" role="heading">
Uberdelta's Vision
</div>
</div>
<div class="statement__content__body">
<p>
One of the first decentralized exchange traders was Uberdelta founder M. J. Dillon. When early versions of decentralized trading
began to appear in 2016, he began to work closely with the founder of EtherDelta to improve
that platform. Along with Uberdelta team member Tim Haberham, Dillon was instrumental in
helping to engage and support hundreds of the earliest decentralized exchange traders
and developers.
<br />
<br /> Uberdelta today is already a functional technology available for beta testing on the Ethereum
network. Powered by possibly one of the most advanced smart contracts ever deployed on
the Ethereum network, this feature-rich, compliance-focused smart contract expects to
allow peer-to-peer leverage, the creation and trading of options on tokens, and directed
trading between individual users. In addition to a number of advanced customer support
features, Uberdelta will sport a reactive and clear user interface, and a backend order
book system that intends to prevent fat-finger errors and eliminates the possibility
of front-running directed trades.
<br />
<br /> The intended flexible and upgradeable compliance functionality would allow restricted
tokens to trade under custom conditions. With Uberdelta’s anticipated trade-level, smart
contract based, compliance engine, this exchange would provide a decentralized marketplace
for restricted tokens that could potentially adapt to future changes to the international
regulatory environment as they happen.
<br />
<br /> Uberdelta’s vision is to evolve their existing Ethereum-based decentralized exchange into
a multitude of decentralized exchanges powered by other blockchains (such as EOS and
Neo) along with institutional grade position management tools and custom reporting (P&L,
historical positions, tax reporting) utilizing their custom multi-chain block explorer.
</p>
</div>
</div>
</div>
<div class="grid__item grid__item--12-cols grid__item--5-cols--gt-md">
</div>
</div>
</section>
<div class="horizontal hor--default hor--draggable">
<!--
<aside class="hor__callout ">
<div class="hor__callout__title" aria-level="2" role="heading">
The Exchange
</div>
</aside>
-->
<div class="hor__draggable hor--teal hor--draggable">
<div class="hor__draggable__content hor__draggable__content--index">
<!-- array -->
<img class="hor__image hor__image--flex" src="front-assets/UberDelta-UI-2.png?1" alt="UberDelta UI">
</div>
</div>
</div>
<div class="contentboxes ">
<div class="contentboxes__content">
<div class="grid grid--padded">
<div class="grid__item grid__item--12-cols grid__item--8-cols--gt-md">
<div class="contentboxes__header">
<div class="contentboxes__title">
Product Features
</div>
</div>
</div>
</div>
<div class="grid grid--padded">
<div class="grid__item grid__item--12-cols grid__item--12-cols--gt-md">
<div class="grid grid--padded">
<div class="grid__item grid__item--12-cols grid__item--3-cols--gt-sm">
<div class="contentboxes__box contentboxes__box--shadow">
<div class="contentboxes__box__row">
<div class="contentboxes__box__image">
<img src="front-assets/icons/icon-compliance.svg">
</div>
<div class="contentboxes__box__title">Compliance</div>
</div>
<div class="contentboxes__box__subtitle">Sophisticated Compliance: Trade-level Rules</div>
</div>
</div>
<div class="grid__item grid__item--12-cols grid__item--3-cols--gt-sm">
<div class="contentboxes__box contentboxes__box--shadow">
<div class="contentboxes__box__row">
<div class="contentboxes__box__image">
<img src="front-assets/icons/icon-circles.svg">
</div>
<div class="contentboxes__box__title">Multiple Token Support</div>
</div>
<!--<div class="contentboxes__box__body">Multiple Token Support</div>-->
<div class="contentboxes__box__subtitle">Multiple protocol token support (ERC20, ERC223, others)</div>
</div>
</div>
<div class="grid__item grid__item--12-cols grid__item--3-cols--gt-sm">
<div class="contentboxes__box contentboxes__box--shadow">
<div class="contentboxes__box__row">
<div class="contentboxes__box__image">
<img src="front-assets/icons/icon-options.svg">
</div>
<div class="contentboxes__box__title">Covered Options</div>
</div>
<!--<div class="contentboxes__box__body">Covered Options</div>-->
<div class="contentboxes__box__subtitle">Peer-to-Peer leverage utilizing covered options</div>
</div>
</div>
<div class="grid__item grid__item--12-cols grid__item--3-cols--gt-sm">
<div class="contentboxes__box contentboxes__box--shadow" data-animation-color="#FF6C00" data-animation-angle="356">
<div class="contentboxes__box__row">
<div class="contentboxes__box__image">
<img src="front-assets/icons/icon-scales.svg">
</div>
<div class="contentboxes__box__title">Fairness against market manipulation</div>
</div>
<div class="contentboxes__box__subtitle">Optional directed trades to prevent front-running</div>
</div>
</div>
<div class="grid__item grid__item--12-cols grid__item--3-cols--gt-sm">
<div class="contentboxes__box contentboxes__box--shadow">
<div class="contentboxes__box__row">
<div class="contentboxes__box__image">
<img src="front-assets/icons/icon-regulation.svg">
</div>
<div class="contentboxes__box__title">Regulation</div>
</div>
<!--<div class="contentboxes__box__body">Compliance and Regulation</div>-->
<div class="contentboxes__box__subtitle">Designed to operate as a regulated exchange</div>
</div>
</div>
<div class="grid__item grid__item--12-cols grid__item--3-cols--gt-sm">
<div class="contentboxes__box contentboxes__box--shadow" data-animation-color="#FF6C00" data-animation-angle="356">
<div class="contentboxes__box__row">
<div class="contentboxes__box__image">
<img src="front-assets/icons/icon-chain.svg">
</div>
<div class="contentboxes__box__title">Stable & Reliable</div>
</div>
<div class="contentboxes__box__subtitle">Central components are designed for stability and reliability</div>
</div>
</div>
<div class="grid__item grid__item--12-cols grid__item--3-cols--gt-sm">
<div class="contentboxes__box contentboxes__box--shadow" data-animation-color="#FF6C00" data-animation-angle="356">
<div class="contentboxes__box__row">
<div class="contentboxes__box__image">
<img src="front-assets/icons/icon-safe.svg">
</div>
<div class="contentboxes__box__title">Secure</div>
</div>
<!--<div class="contentboxes__box__body">Fairness against market manipulation</div>-->
<div class="contentboxes__box__subtitle">Empowering professional investors to maintain custody and implement their own cybersecurity
protocols
</div>
</div>
</div>
<div class="grid__item grid__item--12-cols grid__item--3-cols--gt-sm">
<div class="contentboxes__box contentboxes__box--shadow" data-animation-color="#FF6C00" data-animation-angle="356">
<div class="contentboxes__box__row">
<div class="contentboxes__box__image">
<img src="front-assets/icons/icon-integration.svg">
</div>
<div class="contentboxes__box__title">Third-party Integration</div>
</div>
<!--<div class="contentboxes__box__body">Fairness against market manipulation</div>-->
<div class="contentboxes__box__subtitle">Integration with third-party tools, open API
<br> Interfaces for trading algorithms</div>
</div>
</div>
</div>
</div>
<div class="grid__item grid__item--4-cols--gt-sm grid__item--4-cols--gt-md">
<div class="contentboxes__animation">
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="footer">
<div class="footer__content">
<a class="footer__up" href="index.html#top" data-scroll aria-label="top"></a>
<!-- <div class="footer__logo">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="240" height="52" viewBox="0 0 240 52" style="enable-background:new 0 0 240 52;" xml:space="preserve">
<g id="_x31_uberdelta" transform="translate(84.000000, 8.000000)">
<path id="_x31_UBERDELTA" d="M-29.1,5.6v15.2c0,1.5-0.3,2.9-1.1,3.9c-0.8,1.1-1.5,2-2.7,2.6c-1.2,0.6-2.6,0.9-4.1,0.9
c-2.4,0-4.2-0.6-5.6-2c-1.4-1.4-2.1-3-2.3-5.3V5.6h1.8v15.1c0,1.8,0.6,3.3,1.7,4.4c1.1,1.1,2.6,1.5,4.4,1.5c1.8,0,3.3-0.5,4.4-1.5
s1.7-2.6,1.7-4.4V5.6H-29.1z M-19.6,27.9V5.6h6.6c2.4,0,4.2,0.5,5.4,1.5s1.8,2.4,1.8,4.4c0,1.2-0.3,2.1-0.9,3
c-0.6,0.9-1.5,1.5-2.6,1.8c1.4,0.3,2.4,0.9,3.2,2s1.2,2.1,1.2,3.5c0,2-0.6,3.5-2,4.7c-1.4,1.2-3,1.7-5.3,1.7h-7.5V27.9z
M-17.6,17.2v9.2h5.7c1.7,0,2.9-0.5,3.8-1.2c0.9-0.8,1.4-2,1.4-3.5c0-1.4-0.5-2.4-1.4-3.3c-0.9-0.8-2.1-1.2-3.8-1.2
C-11.9,17.2-17.6,17.2-17.6,17.2z M-17.6,15.6h5.1c1.5,0,2.9-0.5,3.6-1.1c0.9-0.8,1.4-1.8,1.4-3.2S-8,9-8.9,8.2
c-0.9-0.8-2.3-1.1-4.1-1.1h-4.7C-17.6,7.1-17.6,15.6-17.6,15.6z M16.3,17.2H5.9v9H18v1.7H4.1V5.6H18v1.7H6v8.4h10.4v1.5H16.3z
M34.4,18.6h-6.5v9.3h-2V5.6h7.4c2.4,0,4.2,0.6,5.6,1.7c1.4,1.2,2,2.7,2,4.8c0,1.4-0.5,2.7-1.2,3.8c-0.9,1.1-2,1.8-3.3,2.3l5.6,9.5
v0.2h-2L34.4,18.6z M27.9,16.9h5.7c1.7,0,2.9-0.5,3.8-1.4c0.9-0.9,1.5-2.1,1.5-3.5c0-1.5-0.5-2.9-1.5-3.6c-1.1-0.9-2.4-1.4-4.2-1.4
h-5.3V16.9z M49.7,27.9V5.6h6.6c2,0,3.8,0.5,5.3,1.4c1.5,0.9,2.7,2.1,3.6,3.8c0.9,1.7,1.2,3.5,1.2,5.6v1.1c0,2.1-0.5,3.9-1.2,5.6
c-0.9,1.7-2.1,2.9-3.6,3.8c-1.5,0.9-3.3,1.4-5.4,1.4h-6.5V27.9z M53.5,8.7v16.1h2.6c2,0,3.6-0.6,4.7-2c1.1-1.2,1.7-3.2,1.7-5.4
v-1.2c0-2.4-0.5-4.2-1.5-5.6c-1.1-1.2-2.6-2-4.5-2C56.4,8.7,53.5,8.7,53.5,8.7z M87.6,18h-9.2v6.9h10.7v3.2H74.5V5.6h14.5v3.2H78.4
V15h9.2V18z M100.4,24.8h10.1v3.2h-14V5.6h3.9V24.8z M130.7,8.7h-6.9v19.1h-3.9V8.7h-6.9v-3h17.8C130.7,5.6,130.7,8.7,130.7,8.7z
M148.6,22.7H140l-1.8,5.1h-4.1l8.4-22.3h3.5l8.4,22.3h-4.1L148.6,22.7z M141.1,19.5h6.5l-3.2-9.2L141.1,19.5z"
/>
</g>
<g id="_x31_mark" transform="translate(3.000000, 2.000000)">
<g>
<g id="_x31_Group">
<polygon id="_x31_Shape" points="11.1,2 10.8,3.1 10.8,32.7 11.1,33 24.7,24.9 " />
<polygon id="Shape_1_" points="11.1,2 -2.6,24.9 11.1,33 " />
<polyline id="Shape_2_" points="11.1,33 24.8,24.9 11.1,18.6 11.1,33 " />
<polyline id="Shape_3_" points="-2.6,24.9 11.1,33 11.1,18.6 " />
</g>
<path id="_x31_Oval" d="M11,46.9c5.1,0,13.7-8.6,13.7-19.3c0,0-4.5,2.6-13.7,7.8C11,43,11,46.9,11,46.9z" />
<path id="_x31_Oval_x5F_1_x5F_" d="M11.1,46.9C6,46.9-2.6,38.3-2.6,27.6c0,0,4.5,2.6,13.7,7.8C11.1,43,11.1,46.9,11.1,46.9z"
/>
</g>
</g>
</svg>
</div> -->
<div class="footer__row">
<div class="footer__nav__item">
© Copyright RenGenX 2018
</div>
</div>
<div class="footer__disclaimer">
<nav class="footer__nav" role="navigation">
<div class="footer__nav__item">
<p>
Although forward-looking statements contained in this web site are based upon what management of the Company believes are
reasonable assumptions, there can be no assurance that forward-looking statements will prove
to be accurate, as actual results and future events could differ materially from those anticipated
in such statements. The Company undertakes no obligation to update forward-looking statements
if circumstances or management’s estimates or opinions should change except as required by applicable
securities laws. The reader is cautioned not to place undue reliance on forward-looking statements.
</p>
</div>
<div class="footer__nav__item">
<p>This website does not constitute an offer, distribution, solicitation, or marketing of securities
to any non-Qualified Person [and is not an offering to the retail public in any jurisdiction
where such offering is unlawful]. You should disregard this if you are a non-Qualified Person.
</p>
</div>
</nav>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.4/TweenMax.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.4/plugins/ColorPropsPlugin.min.js"></script>
<script src="./dist/js/bundle.js"></script>
</body>
</html>