-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
705 lines (617 loc) · 37.8 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
703
704
705
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="./assets/img/icons/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="./assets/img/icons/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="./assets/img/icons/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="./assets/img/icons/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="./assets/img/icons/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="./assets/img/icons/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="./assets/img/icons/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./assets/img/icons/favicon-16x16.png" sizes="16x16" />
<meta name="application-name" content="Intelligent Trading Technologies"/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="./assets/img/icons/mstile-144x144.png" />
<title>Token Sale - Intelligent Trading Tech</title>
<link rel="canonical" href="http://intelligenttrading.org/token-sale/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Token Sale - Intelligent Trading Tech" />
<meta property="og:url" content="http://intelligenttrading.org/token-sale/" />
<meta property="og:site_name" content="Intelligent Trading Tech" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Token Sale - Intelligent Trading Tech" />
<!-- / Yoast SEO plugin. -->
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel='stylesheet' id='app-styles-css' href='./assets/css/app.css?v=2' type='text/css' media='all' />
<link rel='stylesheet' id='google_fonts-css' href='https://fonts.googleapis.com/css?family=Montserrat:400,400italic,700,700italic|Lato:300,400,700|Roboto+Condensed:400,700&subset=latin,latin-ext' type='text/css' media='all' />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-103858496-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1699225766778726');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1699225766778726&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
</head>
<body class="page page-token-sale template-ico">
<div class="header">
<div class="container">
<div class="logo">
<a href="http://intelligenttrading.org/"><img src="./assets/img/intelligent-trading-technologies-logo.png" alt="Logo"></a>
</div>
<nav class="menu">
<ul id="menu-main-navigation" class="main-nav">
<li id="menu-item-63" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-61 current_page_item menu-item-63"><a href="http://token-sale.intelligenttrading.org">Token Sale</a></li>
<li id="menu-item-289" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-289"><a target="_blank" href="http://intelligenttrading.org/whitepaper.pdf">Whitepaper</a></li>
<li id="menu-item-140" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-140"><a href="http://intelligenttrading.org/contact#faq">FAQ</a></li>
<li id="menu-item-30" class="icon-contact menu-item menu-item-type-post_type menu-item-object-page menu-item-30"><a href="http://intelligenttrading.org/contact/">Contact</a></li>
<li id="menu-item-354" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-354"><a target="_blank" href="http://intelligenttrading.org/one-page.pdf">Overview</a></li>
</ul>
<button class="menu-icon hamburger hamburger--elastic" type="button">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
</nav> <!-- .menu -->
</div>
</div>
<!-- .header -->
<div class="page-wrap">
<div id="page-header" class="page-header" >
<div class="page-header__overlay"></div>
<!-- // screen size 1280 x 800 -->
<svg viewBox="-5 -5 1110 1020" class="svg-animation-1">
<!-- column 1 -->
<rect x="0" y="0" width="4" height="4" />
<rect x="0" y="100" width="4" height="4" class="dot-appear count-3"/>
<rect x="0" y="200" width="4" height="4" class="dot-appear count-2"/>
<rect x="0" y="300" width="4" height="4" class="last"/>
<rect x="0" y="400" width="4" height="4" />
<rect x="0" y="500" width="4" height="4" class="first"/>
<rect x="0" y="600" width="4" height="4" class="dot-appear count-4"/>
<rect x="0" y="700" width="4" height="4" class="dot-appear"/>
<rect x="0" y="800" width="4" height="4" class="dot-appear count-4"/>
<rect x="0" y="900" width="4" height="4" class="dot-appear"/>
<rect x="0" y="1000" width="4" height="4" class="dot-appear count-3"/>
<rect x="0" y="1100" width="4" height="4" class="dot-appear"/>
<rect x="0" y="1200" width="4" height="4" />
<rect x="0" y="1300" width="4" height="4" class="dot-appear count-2"/>
<rect x="0" y="1400" width="4" height="4" class="last"/>
<!-- column 2 -->
<rect x="100" y="0" width="4" height="4" class="dot-appear count-5"/>
<rect x="100" y="100" width="4" height="4" class="dot-appear count-4"/>
<rect x="100" y="200" width="4" height="4" class="dot-appear"/>
<rect x="100" y="300" width="4" height="4" class="first"/>
<rect x="100" y="400" width="4" height="4" class="dot-appear count-2"/>
<rect x="100" y="500" width="4" height="4" class="dot-appear"/>
<rect x="100" y="600" width="4" height="4" class="dot-appear count-5"/>
<rect x="100" y="700" width="4" height="4" class="dot-appear count-2"/>
<rect x="100" y="800" width="4" height="4" class="dot-appear"/>
<rect x="100" y="900" width="4" height="4" />
<rect x="100" y="1000" width="4" height="4" />
<rect x="100" y="1100" width="4" height="4" />
<rect x="100" y="1200" width="4" height="4" />
<rect x="100" y="1300" width="4" height="4" />
<rect x="100" y="1400" width="4" height="4" />
<!-- column 3 -->
<rect x="200" y="0" width="4" height="4" />
<rect x="200" y="100" width="4" height="4" />
<rect x="200" y="200" width="4" height="4" class="dot-appear count-5"/>
<rect x="200" y="300" width="4" height="4" class="dot-appear count-4"/>
<rect x="200" y="400" width="4" height="4" class="dot-appear count-3"/>
<rect x="200" y="500" width="4" height="4" class="dot-appear count-5"/>
<rect x="200" y="600" width="4" height="4" class="last"/>
<rect x="200" y="700" width="4" height="4" />
<rect x="200" y="800" width="4" height="4" class="first"/>
<rect x="200" y="900" width="4" height="4" />
<!-- column 4 -->
<rect x="300" y="0" width="4" height="4" />
<rect x="300" y="100" width="4" height="4" class="dot-appear count-3"/>
<rect x="300" y="200" width="4" height="4" class="dot-appear count-4"/>
<rect x="300" y="300" width="4" height="4" class="dot-appear count-5"/>
<rect x="300" y="400" width="4" height="4" class="last"/>
<rect x="300" y="500" width="4" height="4" class="dot-appear count-4"/>
<rect x="300" y="600" width="4" height="4" class="first"/>
<rect x="300" y="700" width="4" height="4" class="dot-appear"/>
<rect x="300" y="800" width="4" height="4" />
<rect x="300" y="900" width="4" height="4" class="last"/>
<!-- column 5 -->
<rect x="400" y="0" width="4" height="4" class="dot-appear"/>
<rect x="400" y="100" width="4" height="4" class="dot-appear count-2"/>
<rect x="400" y="200" width="4" height="4" class="first"/>
<rect x="400" y="300" width="4" height="4" class="dot-appear"/>
<rect x="400" y="400" width="4" height="4" class="dot-appear count-2"/>
<rect x="400" y="500" width="4" height="4" class="dot-appear count-3"/>
<rect x="400" y="600" width="4" height="4" class="last"/>
<rect x="400" y="700" width="4" height="4" class="dot-appear count-2"/>
<rect x="400" y="800" width="4" height="4" class="dot-appear count-3"/>
<rect x="400" y="900" width="4" height="4" />
<!-- column 6 -->
<rect x="500" y="0" width="4" height="4" class="first"/>
<rect x="500" y="100" width="4" height="4" />
<rect x="500" y="200" width="4" height="4" class="dot-appear count-3"/>
<rect x="500" y="300" width="4" height="4" class="dot-appear count-4"/>
<rect x="500" y="400" width="4" height="4" class="dot-appear count-5"/>
<rect x="500" y="500" width="4" height="4" class="last"/>
<rect x="500" y="600" width="4" height="4" class="dot-appear count-5"/>
<rect x="500" y="700" width="4" height="4" class="dot-appear count-5"/>
<rect x="500" y="800" width="4" height="4" class="dot-appear count-4"/>
<rect x="500" y="900" width="4" height="4" />
<!-- column 7 -->
<rect x="600" y="0" width="4" height="4" />
<rect x="600" y="100" width="4" height="4" class="last"/>
<rect x="600" y="200" width="4" height="4" class="dot-appear count-2"/>
<rect x="600" y="300" width="4" height="4" class="dot-appear count-5"/>
<rect x="600" y="400" width="4" height="4" class="first"/>
<rect x="600" y="500" width="4" height="4" class="dot-appear count-3"/>
<rect x="600" y="600" width="4" height="4" class="dot-appear count-4"/>
<rect x="600" y="700" width="4" height="4" class="last"/>
<rect x="600" y="800" width="4" height="4" class="first"/><!-- new -->
<rect x="600" y="900" width="4" height="4" class="dot-appear"/><!-- new -->
<!-- column 8 -->
<rect x="700" y="0" width="4" height="4" />
<rect x="700" y="100" width="4" height="4" class="first"/>
<rect x="700" y="200" width="4" height="4" class="dot-appear"/>
<rect x="700" y="300" width="4" height="4" class="dot-appear count-4"/>
<rect x="700" y="400" width="4" height="4" class="dot-appear"/>
<rect x="700" y="500" width="4" height="4" class="dot-appear count-2"/>
<rect x="700" y="600" width="4" height="4" class="last"/>
<rect x="700" y="700" width="4" height="4" class="last"/>
<rect x="700" y="800" width="4" height="4" class="dot-appear count-3"/><!-- new -->
<rect x="700" y="900" width="4" height="4" class="dot-appear count-2"/><!-- new -->
<!-- column 9 -->
<rect x="800" y="0" width="4" height="4" class="dot-appear count-3" />
<rect x="800" y="100" width="4" height="4" />
<rect x="800" y="200" width="4" height="4" class="dot-appear"/>
<rect x="800" y="300" width="4" height="4" class="dot-appear count-3"/>
<rect x="800" y="400" width="4" height="4" class="dot-appear count-2"/>
<rect x="800" y="500" width="4" height="4" class="dot-appear"/>
<rect x="800" y="600" width="4" height="4" class="first"/>
<rect x="800" y="700" width="4" height="4" class="last" />
<rect x="800" y="800" width="4" height="4" class="dot-appear count-4"/><!-- new -->
<rect x="800" y="900" width="4" height="4" class="dot-appear count-5"/><!-- new -->
<!-- column 10 -->
<rect x="900" y="0" width="4" height="4" class="first"/>
<rect x="900" y="100" width="4" height="4" class="last"/>
<rect x="900" y="200" width="4" height="4" />
<rect x="900" y="300" width="4" height="4" class="dot-appear count-5"/>
<rect x="900" y="400" width="4" height="4" class="dot-appear count-4"/>
<rect x="900" y="500" width="4" height="4" class="last"/>
<rect x="900" y="600" width="4" height="4" />
<rect x="900" y="700" width="4" height="4" class="dot-appear count-4"/>
<rect x="900" y="800" width="4" height="4" class="dot-appear count-3"/>
<rect x="900" y="900" width="4" height="4" class="dot-appear count-2"/>
<!-- column 11 -->
<rect x="1000" y="0" width="4" height="4" class="dot-appear"/>
<rect x="1000" y="100" width="4" height="4" class="dot-appear count-2"/>
<rect x="1000" y="200" width="4" height="4" class="dot-appear count-5"/>
<rect x="1000" y="300" width="4" height="4" />
<rect x="1000" y="400" width="4" height="4" class="dot-appear count-3"/>
<rect x="1000" y="500" width="4" height="4" class="first"/>
<rect x="1000" y="600" width="4" height="4" />
<rect x="1000" y="700" width="4" height="4" class="dot-appear count-5"/>
<rect x="1000" y="800" width="4" height="4" />
<rect x="1000" y="900" width="4" height="4" class="dot-appear"/>
<!-- column 12 -->
<rect x="1100" y="0" width="4" height="4" />
<rect x="1100" y="100" width="4" height="4" class="dot-appear count-3"/>
<rect x="1100" y="200" width="4" height="4" class="dot-appear count-4"/>
<rect x="1100" y="300" width="4" height="4" class="last"/>
<rect x="1100" y="400" width="4" height="4" class="dot-appear count-2"/>
<rect x="1100" y="500" width="4" height="4" class="dot-appear"/>
<rect x="1100" y="600" width="4" height="4" />
<rect x="1100" y="700" width="4" height="4" class="dot-appear count-2"/>
<rect x="1100" y="800" width="4" height="4" class="dot-appear count-3"/>
<rect x="1100" y="900" width="4" height="4" class="first"/>
<!-- column 1 -->
<rect x="1200" y="0" width="4" height="4" />
<rect x="1200" y="100" width="4" height="4" class="dot-appear count-3"/>
<rect x="1200" y="200" width="4" height="4" class="dot-appear count-2"/>
<rect x="1200" y="300" width="4" height="4" class="last"/>
<rect x="1200" y="400" width="4" height="4" />
<rect x="1200" y="500" width="4" height="4" class="first"/>
<rect x="1200" y="600" width="4" height="4" class="dot-appear count-4"/>
<rect x="1200" y="700" width="4" height="4" class="dot-appear count-3"/>
<rect x="1200" y="800" width="4" height="4" />
<rect x="1200" y="900" width="4" height="4" class="last"/>
<!-- column 2 -->
<rect x="1300" y="0" width="4" height="4" class="dot-appear count-5"/>
<rect x="1300" y="100" width="4" height="4" class="dot-appear count-4"/>
<rect x="1300" y="200" width="4" height="4" class="dot-appear"/>
<rect x="1300" y="300" width="4" height="4" class="first"/>
<rect x="1300" y="400" width="4" height="4" class="dot-appear count-2"/>
<rect x="1300" y="500" width="4" height="4" class="dot-appear"/>
<rect x="1300" y="600" width="4" height="4" class="dot-appear count-5"/>
<rect x="1300" y="700" width="4" height="4" class="dot-appear count-2"/>
<rect x="1300" y="800" width="4" height="4" class="dot-appear"/>
<rect x="1300" y="900" width="4" height="4" />
<!-- column 3 -->
<rect x="1400" y="0" width="4" height="4" />
<rect x="1400" y="100" width="4" height="4" />
<rect x="1400" y="200" width="4" height="4" class="dot-appear count-2"/>
<rect x="1400" y="300" width="4" height="4" class="dot-appear count-3"/>
<rect x="1400" y="400" width="4" height="4" class="dot-appear count-4"/>
<rect x="1400" y="500" width="4" height="4" class="dot-appear count-5"/>
<rect x="1400" y="600" width="4" height="4" class="last"/>
<rect x="1400" y="700" width="4" height="4" />
<rect x="1400" y="800" width="4" height="4" class="first"/>
<rect x="1400" y="900" width="4" height="4" />
<!-- column 4 -->
<rect x="1500" y="0" width="4" height="4" />
<rect x="1500" y="100" width="4" height="4" class="dot-appear count-3"/>
<rect x="1500" y="200" width="4" height="4" class="dot-appear count-4"/>
<rect x="1500" y="300" width="4" height="4" class="dot-appear count-5"/>
<rect x="1500" y="400" width="4" height="4" class="last"/>
<rect x="1500" y="500" width="4" height="4" class="dot-appear count-4"/>
<rect x="1500" y="600" width="4" height="4" class="first"/>
<rect x="1500" y="700" width="4" height="4" class="dot-appear"/>
<rect x="1500" y="800" width="4" height="4" />
<rect x="1500" y="900" width="4" height="4" class="last"/>
<!-- column 5 -->
<rect x="1600" y="0" width="4" height="4" class="dot-appear"/>
<rect x="1600" y="100" width="4" height="4" class="dot-appear count-2"/>
<rect x="1600" y="200" width="4" height="4" class="first"/>
<rect x="1600" y="300" width="4" height="4" class="dot-appear"/>
<rect x="1600" y="400" width="4" height="4" class="dot-appear count-2"/>
<rect x="1600" y="500" width="4" height="4" class="dot-appear count-3"/>
<rect x="1600" y="600" width="4" height="4" class="last"/>
<rect x="1600" y="700" width="4" height="4" class="dot-appear count-2"/>
<rect x="1600" y="800" width="4" height="4" class="dot-appear count-3"/>
<rect x="1600" y="900" width="4" height="4" />
<!-- column 6 -->
<rect x="1700" y="0" width="4" height="4" class="first"/>
<rect x="1700" y="100" width="4" height="4" />
<rect x="1700" y="200" width="4" height="4" class="dot-appear count-3"/>
<rect x="1700" y="300" width="4" height="4" class="dot-appear count-4"/>
<rect x="1700" y="400" width="4" height="4" class="dot-appear count-5"/>
<rect x="1700" y="500" width="4" height="4" class="last"/>
<rect x="1700" y="600" width="4" height="4" class="dot-appear count-5"/>
<rect x="1700" y="700" width="4" height="4" class="dot-appear count-5"/>
<rect x="1700" y="800" width="4" height="4" class="dot-appear count-4"/>
<rect x="1700" y="900" width="4" height="4" />
<!-- column 7 -->
<rect x="1800" y="0" width="4" height="4" />
<rect x="1800" y="100" width="4" height="4" class="last"/>
<rect x="1800" y="200" width="4" height="4" class="dot-appear count-2"/>
<rect x="1800" y="300" width="4" height="4" class="dot-appear count-5"/>
<rect x="1800" y="400" width="4" height="4" class="first"/>
<rect x="1800" y="500" width="4" height="4" class="dot-appear count-3"/>
<rect x="1800" y="600" width="4" height="4" class="dot-appear count-4"/>
<rect x="1800" y="700" width="4" height="4" class="last"/>
<rect x="1800" y="800" width="4" height="4" class="first"/><!-- new -->
<rect x="1800" y="900" width="4" height="4" class="dot-appear"/><!-- new -->
<!-- column 8 -->
<rect x="1900" y="0" width="4" height="4" />
<rect x="1900" y="100" width="4" height="4" class="first"/>
<rect x="1900" y="200" width="4" height="4" class="dot-appear"/>
<rect x="1900" y="300" width="4" height="4" class="dot-appear count-4"/>
<rect x="1900" y="400" width="4" height="4" class="dot-appear"/>
<rect x="1900" y="500" width="4" height="4" class="dot-appear count-2"/>
<rect x="1900" y="600" width="4" height="4" class="last"/>
<rect x="1900" y="700" width="4" height="4" class="last"/>
<rect x="1900" y="800" width="4" height="4" class="dot-appear count-3"/><!-- new -->
<rect x="1900" y="900" width="4" height="4" class="dot-appear count-2"/><!-- new -->
<!-- column 9 -->
<rect x="2000" y="0" width="4" height="4" />
<rect x="2000" y="100" width="4" height="4" />
<rect x="2000" y="200" width="4" height="4" />
<rect x="2000" y="300" width="4" height="4" class="dot-appear count-3"/>
<rect x="2000" y="400" width="4" height="4" class="dot-appear count-2"/>
<rect x="2000" y="500" width="4" height="4" class="dot-appear"/>
<rect x="2000" y="600" width="4" height="4" class="first"/>
<rect x="2000" y="700" width="4" height="4" class="last" />
<rect x="2000" y="800" width="4" height="4" class="dot-appear count-4"/><!-- new -->
<rect x="2000" y="900" width="4" height="4" class="dot-appear count-5"/><!-- new -->
<!-- column 10 -->
<rect x="2100" y="0" width="4" height="4" class="first"/>
<rect x="2100" y="100" width="4" height="4" class="last"/>
<rect x="2100" y="200" width="4" height="4" />
<rect x="2100" y="300" width="4" height="4" class="dot-appear count-5"/>
<rect x="2100" y="400" width="4" height="4" class="dot-appear count-4"/>
<rect x="2100" y="500" width="4" height="4" class="last"/>
<rect x="2100" y="600" width="4" height="4" />
<rect x="2100" y="700" width="4" height="4" class="dot-appear count-4"/>
<rect x="2100" y="800" width="4" height="4" class="dot-appear count-3"/>
<rect x="2100" y="900" width="4" height="4" class="dot-appear count-2"/>
<!-- column 11 -->
<rect x="2200" y="0" width="4" height="4" class="dot-appear"/>
<rect x="2200" y="100" width="4" height="4" class="dot-appear count-2"/>
<rect x="2200" y="200" width="4" height="4" class="dot-appear count-5"/>
<rect x="2200" y="300" width="4" height="4" />
<rect x="2200" y="400" width="4" height="4" class="dot-appear count-3"/>
<rect x="2200" y="500" width="4" height="4" class="first"/>
<rect x="2200" y="600" width="4" height="4" />
<rect x="2200" y="700" width="4" height="4" class="dot-appear count-5"/>
<rect x="2200" y="800" width="4" height="4" />
<rect x="2200" y="900" width="4" height="4" class="dot-appear"/>
<!-- column 12 -->
<rect x="2300" y="0" width="4" height="4" />
<rect x="2300" y="100" width="4" height="4" class="dot-appear count-3"/>
<rect x="2300" y="200" width="4" height="4" class="dot-appear count-4"/>
<rect x="2300" y="300" width="4" height="4" class="last"/>
<rect x="2300" y="400" width="4" height="4" class="dot-appear count-2"/>
<rect x="2300" y="500" width="4" height="4" class="dot-appear"/>
<rect x="2300" y="600" width="4" height="4" />
<rect x="2300" y="700" width="4" height="4" />
<rect x="2300" y="800" width="4" height="4" />
<rect x="2300" y="900" width="4" height="4" class="first"/>
<!-- ------------------- -->
<!-- paths -->
<!-- ------------------- -->
<!-- 1. from visible to dot-visible -->
<path class="stroke-line" d="M2 502 L102 502"/>
<path class="stroke-dot" d="M102 302 L102 202"/>
<path class="stroke-dot" d="M202 802 L102 802"/>
<path class="stroke-dot" d="M302 602 L302 702"/>
<path class="stroke-dot" d="M402 202 L402 302"/>
<path class="stroke-dot" d="M502 2 L402 2"/>
<path class="stroke-dot" d="M602 402 L702 402"/>
<path class="stroke-dot" d="M602 802 L602 902"/><!-- new -->
<path class="stroke-line" d="M702 102 L702 202"/>
<path class="stroke-dot" d="M802 602 L802 502"/>
<path class="stroke-dot" d="M902 2 L1002 2"/><!-- new -->
<path class="stroke-dot" d="M1002 502 L1102 502"/><!-- new -->
<path class="stroke-dot" d="M1102 902 L1002 902"/><!-- new -->
<path style="" class="stroke-line" d="M1202 502 L1302 502"/>
<path style="" class="stroke-dot count-2" d="M1202 502 L1302 502"/>
<path style="" class="stroke-dot count-2" d="M1302 502 L1302 602"/>
<path style="" class="stroke-dot count-4" d="M1402 202 L1402 302"/>
<path style="" class="stroke-dot count-5" d="M1402 302 L1302 302"/>
<path style="" class="stroke-dot count-4" d="M1302 702 L1302 802"/>
<path style="" class="stroke-dot count-5" d="M1302 802 L1402 802"/>
<!-- 2. from dot-visible to dot-visible-2 -->
<path class="stroke-dot count-2" d="M102 502 L102 402"/>
<path class="stroke-line count-2" d="M102 202 L2 202"/>
<path class="stroke-dot count-2" d="M102 802 L102 702"/>
<path class="stroke-dot count-2" d="M302 702 L402 702"/>
<path class="stroke-dot count-2" d="M402 302 L402 402"/>
<path class="stroke-dot count-2" d="M402 2 L402 102"/>
<path class="stroke-dot count-2" d="M702 402 L702 502"/>
<path class="stroke-dot count-2" d="M602 902 L702 902"/><!-- new -->
<path class="stroke-dot count-2" d="M702 202 L602 202"/>
<path class="stroke-line count-2" d="M802 502 L802 402"/>
<path class="stroke-dot count-2" d="M1002 2 L1002 102"/><!-- new -->
<path class="stroke-dot count-2" d="M1102 502 L1102 402"/><!-- new -->
<path class="stroke-dot count-2" d="M1002 902 L902 902"/><!-- new -->
<!-- 3. from dot-visible-2 to dot-visible-3 -->
<path class="stroke-dot count-3" d="M102 402 L202 402"/>
<path class="stroke-dot count-3" d="M2 202 L2 102"/>
<path class="stroke-line count-3" d="M102 702 L2 702"/>
<path class="stroke-dot count-3" d="M402 702 L402 802"/>
<path class="stroke-dot count-3" d="M402 402 L402 502"/>
<path class="stroke-dot count-3" d="M402 102 L302 102"/>
<path class="stroke-dot count-3" d="M702 502 L602 502"/>
<path class="stroke-dot count-3" d="M702 902 L702 802"/><!-- new -->
<path class="stroke-dot count-3" d="M602 202 L502 202"/>
<path class="stroke-dot count-3" d="M802 402 L802 302"/>
<path class="stroke-line count-3" d="M1002 102 L1102 102"/><!-- new -->
<path class="stroke-dot count-3" d="M1102 402 L1002 402"/><!-- new -->
<path class="stroke-dot count-3" d="M902 902 L902 802"/><!-- new -->
<!-- 4. from dot-visible-3 to dot-visible-4 -->
<path class="stroke-dot count-4" d="M202 402 L202 302"/>
<path class="stroke-dot count-4" d="M2 102 L102 102"/>
<path class="stroke-dot count-4" d="M2 702 L2 602"/>
<path class="stroke-line count-4" d="M402 802 L502 802"/>
<path class="stroke-dot count-4" d="M402 502 L302 502"/>
<path class="stroke-dot count-4" d="M302 102 L302 202"/>
<path class="stroke-dot count-4" d="M602 502 L602 602"/>
<path class="stroke-dot count-4" d="M702 802 L802 802"/><!-- new -->
<path class="stroke-dot count-4" d="M502 202 L502 302"/>
<path class="stroke-dot count-4" d="M802 302 L702 302"/>
<path class="stroke-dot count-4" d="M1102 102 L1102 202"/><!-- new -->
<path class="stroke-line count-4" d="M1002 402 L902 402"/><!-- new -->
<path class="stroke-dot count-4" d="M902 802 L902 702"/><!-- new -->
<!-- 5. from dot-visible-4 to dot-visible-5 -->
<path class="stroke-dot count-5" d="M202 302 L302 302"/>
<path class="stroke-dot count-5" d="M102 102 L102 2"/>
<path class="stroke-dot count-5" d="M2 602 L102 602"/>
<path class="stroke-dot count-5" d="M502 802 L502 702"/>
<path class="stroke-line count-5" d="M302 502 L202 502"/>
<path class="stroke-dot count-5" d="M302 202 L202 202"/>
<path class="stroke-dot count-5" d="M602 602 L502 602"/>
<path class="stroke-dot count-5" d="M802 802 L802 902"/><!-- new -->
<path class="stroke-dot count-5" d="M502 302 L502 402"/>
<path class="stroke-dot count-5" d="M702 302 L602 302"/>
<path class="stroke-dot count-5" d="M1102 202 L1002 202"/><!-- new -->
<path class="stroke-dot count-5" d="M902 402 L902 302"/><!-- new -->
<path class="stroke-line count-5" d="M902 702 L1002 702"/><!-- new -->
</svg>
<div class="container">
<div class="page-header__content">
<h1 class="page-header__title">ITT Token Sale</h1>
<span class="page-header__subtitle">We are raising approximately $4.2M USD denominated in ETH/BTC.</span> </div>
<!-- .page-header__content -->
</div>
</div>
<!-- END .page-header -->
<div class="page-content-wrap container-full">
<div class="ico-menu">
<div class="container">
<h3 class="ico-menu__title">Purchase ITT Tokens <span><strong>Reminder:</strong> Send ETH from a token-compatible Etherium wallet</h3>
</div>
</div><!-- .ico-menu -->
<div class="ico-card-container">
<div class="container">
<!-- Ethereum ICO Card -->
<div class="ico-card ico-card--ethereum" data-coin="ethereum">
<h3 class="ico-card__title">Purchase with Ethereum</h3>
<div class="step-one is-active">
<div class="ico-card__content">
<div class="ico-card__wallet-id">
<form action="#">
<div class="field">
<label for="ethereum-address">ETH Amount <small>(minimum 0.1 ETH)</small></label>
<input class="amount" type="text" name="ethereum-amount" placeholder="Enter ETH send amount">
</div>
<div class="field field--address">
<label for="ethereum-address">Wallet Address</label>
<input class="wallet" type="text" name="ethereum-address" placeholder="Enter your Ethereum wallet address">
<span class="ico-card__message ico-card__message--address">That doesn't look like a valid wallet address</span>
</div>
<div class="field email-field" style="display:none;">
<p class="regulations">Regulations require us to verify your email address and identity before processing contributions greater than 28.50 ETH</p>
<label for="ethereum-email">Email Address</label>
<input class="email" type="email" name="ethereum-email" placeholder="Enter your email address">
<span class="ico-card__message ico-card__message--email">That doesn't look like a valid email address</span>
<span class="ico-card__message ico-card__message--email-confirm">Please confirm your email address</span>
</div>
<div class="field email-field email-confirm" style="display:none;">
<input type="checkbox" class="email-confirm" name="ethereum-email-confirm">
<label for="email-confirm">I confirm this is my correct email address:</label>
<span class="email-show"></span>
<p class="regulations">
Note that we may need to process your identity for
<a href="http://www.investopedia.com/terms/k/knowyourclient.asp">KYC</a>
and
<a href="http://www.investopedia.com/terms/a/aml.asp">AML</a>
before releasing tokens.
</p>
</div>
</form>
</div>
</div><!-- ico-card__content -->
<div class="ico-card__next-step">
<a href="#" class="btn btn--naked ico-card__button">Next Step</a>
</div><!-- ico-card__next-step -->
</div><!-- .step-one -->
<div class="step-two">
<div class="ico-card__content">
<div class="address address-normal">
Send ETH to: <span class="copy-box copy-box--text">0x57677cea00492982AEf8da2F75635E69ec64f872</span>
</div>
<p>ITT tokens will be sent to your Ethereum address:</p><span class="copy-box copy-box--text disabled send-to"></span>
<p class="disclaimer">
Note:
<br><br>
Tokens will be disbursed within 1-2 weeks AFTER the closing of the token sale.
<br><br>
We are not collecting your email because we do not believe in managing or tracking your membership to this distribute economy via the antiquated and vulnerable email protocol that is mostly operated atop centralized corporate services. The public Ethreium blockchain is the source of all truth for determining token disbursements.
<br><br>
If you do rely on email, do subscribe below to our email newsletter for public announcements.
<br><br>
Even better, join us on
<a href="http://twitter.com/itt_token" target="_blank">Twitter</a>,
<a href="https://itt-token-slack.herokuapp.com/" target="_blank">Slack</a>,
and <a href="https://www.reddit.com/r/ITT_Token" target="_blank">Reddit</a>
to stay up to date on the latest news and upcoming availability of the ITT trading service.
</p>
</div>
</div>
</div><!-- .ico-card -->
<!-- Ethereum ICO Card -->
<div class="ico-card">
<h3 class="ico-card__title">Stay Safe</h3>
<div class="ico-card__conditions">
<p>
DO NOT SEND ETHEREUM TRANSACTIONS FROM EXCHANGES. YOU NEED A TOKEN COMPATIBLE ETHEREUM WALLET.<br />
<br />Below are a list of recommended ethereum wallets we suggest you use to make your investment in ITT.<br />
<ul>
<li><a href="https://www.myetherwallet.com" target="_blank">MyEtherWallet (online)</a></li>
<li><a href="https://github.com/ethereum/mist/releases" target="_blank">Mist (Desktop)</a></li>
<li><a href="https://parity.io/">Parity (Browser)</a></li>
<li><a href="https://itunes.apple.com/us/app/imtoken/id1153230571" target="_blank">imToken (iPhone)</a></li>
<li><a href="https://play.google.com/store/apps/details?id=org.consenlabs.token" target="_blank">imToken (Android)</a></li>
</ul>
</p>
<p>
By sending ETH and participating in this token sale, you are agreeing to the <a href="http://intelligenttrading.org/terms-and-conditions">Terms and Conditions</a>. You also confirm that the Ethereum address provided is yours and is ready to receive ITT tokens without prior notice required and you will not be able to change this receiving address. <i>Note that tokens will be disbursed within 1-2 weeks AFTER the closing of the token sale.</i>
</p>
</div><!-- .ico-card__conditions -->
</div><!-- .ico-card -->
</div>
</div>
</div>
<!-- END .page-content-wrap -->
</div>
<!-- END .page-wrap -->
<div class="mailing-list">
<div class="container">
<h3 class="mailing-list__title">Don't miss the <span class="blue">ITT</span> Token Sale</h3>
<div class="mailing-list__form">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="//intelligenttrading.us16.list-manage.com/subscribe/post?u=796889408ef31be9b7d817c63&id=70f23bb364" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div class="field mc-field-group">
<input type="email" value="" placeholder="Enter your email address" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div><!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_796889408ef31be9b7d817c63_70f23bb364" tabindex="-1" value=""></div>
<div class="field field--submit">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn--submit">
</div>
</div>
</form>
</div>
<!--End mc_embed_signup--> </div>
</div>
</div><!-- .mailing-list -->
<footer class="footer footer--columns-2" >
<div class="container container--top">
<div class="footer__column">
<div class="inner">
<div class="footer__widget"><div class="menu-main-navigation-container"><ul id="menu-main-navigation-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-61 current_page_item menu-item-63"><a href="http://intelligenttrading.org/token-sale/">Token Sale</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-289"><a target="_blank" href="http://intelligenttrading.org/whitepaper.pdf">Whitepaper</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-140"><a href="http://intelligenttrading.org/contact#faq">FAQ</a></li>
<li class="icon-contact menu-item menu-item-type-post_type menu-item-object-page menu-item-30"><a href="http://intelligenttrading.org/contact/">Contact</a></li>
<li id="menu-item-354" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-354"><a target="_blank" href="http://intelligenttrading.org/one-page.pdf">Overview</a></li>
</ul></div></div> </div>
</div>
<div class="footer__column">
<div class="inner">
<ul class="socials socials--has-border">
<li><a href="https://itt-token-slack.herokuapp.com/" target="_blank">
<i class="fa fa-slack"></i>
</a></li>
<li><a href="http://twitter.com/itt_token" target="_blank">
<i class="fa fa-twitter"></i>
</a></li>
<li><a href="https://www.reddit.com/r/ITT_Token" target="_blank">
<i class="fa fa-reddit"></i>
</a></li>
<li><a href="http://github.com/IntelligentTrading" target="_blank">
<i class="fa fa-github"></i>
</a></li>
</ul><!-- .social --><div class="footer__widget"> <div class="textwidget"><p></p>
</div>
</div> </div>
</div>
</div>
<!-- .container.top -->
<div class="container container--bottom">
<img class="footer__logo" src="./assets/img/intelligent-trading-technologies-logo.png" alt="Intelligent Trading Logo" />
<div class="footer__copyright">© Intelligent Trading Technologies 2017. All Rights reserved.<a href="http://intelligenttrading.org/terms-and-conditions/">Terms and Conditions.</a></div>
</div>
<!-- .container.bottom -->
</footer>
<script type='text/javascript' src='./assets/js/app.js?v=2'></script>
</body>
</html>