This repository has been archived by the owner on Nov 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
915 lines (887 loc) · 43 KB
/
contact.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
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="Contact us">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="LTO Network">
<meta property="og:description" content="Contact us">
<meta property="og:image" content="/assets/brand/meta.png">
<meta property="og:url" content="https://lto.network/">
<title>Contact us - LTO Network</title>
<link rel="shortcut icon" href="assets/brand/favicon.png" />
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/prism.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/components/prism-bash.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/components/prism-javascript.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/components/prism-java.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/components/prism-markup-templating.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/components/prism-php.min.js"></script>
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/numeral.js/2.0.6/numeral.min.js"></script>
<script defer src="https://cdn.rawgit.com/JDMcKinstry/JavaScriptDateFormat/master/Date.format.min.js"></script>
<script defer src="https://d3rxaij56vjege.cloudfront.net/form-serialize/0.3/serialize.min.js"></script>
<!-- CSS Dependencies -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/themes/prism.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/themes/prism-okaidia.min.css">
<link rel="stylesheet" href="css/bulma.min.css">
<link rel="stylesheet" href="sass/extensions/animate.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bulma-pageloader.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet"
href="https://s3-eu-west-1.amazonaws.com/legalthings/assets/icons/LivIconsEvo/css/LivIconsEvo.css">
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
</head>
<body>
<div class="sticky-header">
<div class="lto-logo">
<a href="index.html"><img src="assets/brand/logo-light.svg" width="42"></a>
</div>
<div class="lto-stats-container is-hidden-mobile">
<div class="lto-stats network">
<span class="title">Network</span>
<div class="lto-stats-inner">
<span class="image">
<div class="livicon-evo"
data-options="name: globe.svg; size: 27px; style: lines; strokeWidth: 1; strokeColor: #fff; strokeColorAction: #b3421b; strokeColorAlt: #ffc963; strokeColorAltAction: #ab69c6; fillColor: #91e9ff; fillColorAction: #ff926b; solidColor: #6C7A89; solidColorAction: #4C5A69; solidColorBgAction: #ffffff; solidColorBg: #ffffff; tryToSharpen: true">
</div>
</span>
<span class="val">
Mainnet
</span>
</div>
</div>
<div class="lto-stats transactions-today">
<span class="title">Transactions</span>
<div class="lto-stats-inner">
<span class="image">
<div class="livicon-evo"
data-options="name: clock.svg; size: 27px; style: lines; strokeWidth: 1; strokeColor: #fff; strokeColorAction: #b3421b; strokeColorAlt: #ffc963; strokeColorAltAction: #ab69c6; fillColor: #91e9ff; fillColorAction: #ff926b; solidColor: #6C7A89; solidColorAction: #4C5A69; solidColorBgAction: #ffffff; solidColorBg: #ffffff; tryToSharpen: true">
</div>
</span>
<span class="val">
<svg class="loader" viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg">
<circle class="internal-circle" cx="60" cy="60" r="30"></circle>
<circle class="external-circle" cx="60" cy="60" r="50"></circle>
</svg>
</span>
</div>
</div>
<div class="lto-stats transactions-monthly">
<span class="title">Transactions</span>
<div class="lto-stats-inner">
<span class="image">
<div class="livicon-evo"
data-options="name: calendar.svg; size: 27px; style: lines; strokeWidth: 1; strokeColor: #fff; strokeColorAction: #b3421b; strokeColorAlt: #ffc963; strokeColorAltAction: #ab69c6; fillColor: #91e9ff; fillColorAction: #ff926b; solidColor: #6C7A89; solidColorAction: #4C5A69; solidColorBgAction: #ffffff; solidColorBg: #ffffff; tryToSharpen: true">
</div>
</span>
<span class="val">
<svg class="loader" viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg">
<circle class="internal-circle" cx="60" cy="60" r="30"></circle>
<circle class="external-circle" cx="60" cy="60" r="50"></circle>
</svg>
</span>
</div>
</div>
<div class="lto-stats nodes">
<span class="title">Nodes</span>
<div class="lto-stats-inner">
<span class="image">
<div class="livicon-evo"
data-options="name: servers.svg; size: 27px; style: lines; strokeWidth: 1; strokeColor: #fff; strokeColorAction: #b3421b; strokeColorAlt: #ffc963; strokeColorAltAction: #ab69c6; fillColor: #91e9ff; fillColorAction: #ff926b; solidColor: #6C7A89; solidColorAction: #4C5A69; solidColorBgAction: #ffffff; solidColorBg: #ffffff; tryToSharpen: true">
</div>
</span>
<span class="val">
<svg class="loader" viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg">
<circle class="internal-circle" cx="60" cy="60" r="30"></circle>
<circle class="external-circle" cx="60" cy="60" r="50"></circle>
</svg>
</span>
</div>
</div>
</div>
<div class="nav-button-container is-hidden-mobile">
<a class="nav-button active" href="https://explorer.lto.network" target="_blank">
Explorer
</a>
<a class="nav-button" href="developers.html">
Developer Area
</a>
</div>
</div>
<header class="globalNav noDropdownTransition">
<div class="container-lg">
<ul class="navRoot">
<li class="navSection primary">
<a href="./index.html"><img src="assets/brand/logo-dark.svg" width="154"></a>
<a class="rootLink item-products hasDropdown colorize" data-dropdown="products">
Products
</a>
<a class="rootLink item-usecases colorize" href="usecases.html">
Use cases
</a>
<a class="rootLink item-company hasDropdown colorize" data-dropdown="company">
About us
</a>
<a class="rootLink item-company colorize" href="https://docs.lto.network">
Community
</a>
</li>
<li class="navSection secondary">
<a class="notification rootLink item-dashboard colorize has-text-dark" data-adroll-segment="submit_two"
href="https://docs.lto.network">
Community
</a>
<li class="navSection mobile">
<a class="rootLink item-mobileMenu colorize">
<h2>Menu</h2>
</a>
<div class="popup">
<div class="popupContainer">
<a class="popupCloseButton">Close</a>
<div class="mobileProducts">
<h4 class="has-text-dark">Products</h4>
<div class="mobileProductsList">
<ul>
<li>
<a class="linkContainer item-payments" href="proof-engine.html">
<div class="productLinkContent">
<span class="livicon-evo"
data-options="name: gear.svg; size: 48px; strokeColor: #7e95ef; strokeColorAlt: #5bddb4; style: linesAlt; tryToSharpen: true"></span>
<div class="linkDescContainer">
<h3 class="linkTitle">Proof Engine</h3>
</div>
</div>
</a>
</li>
<li>
<a class="linkContainer item-payments" href="workflow-engine.html">
<div class="productLinkContent">
<span class="livicon-evo"
data-options="name: diagram.svg; size: 48px; strokeColor: #7e95ef; strokeColorAlt: #5bddb4; style: linesAlt; tryToSharpen: true"></span>
<div class="linkDescContainer">
<h3 class="linkTitle">Workflow Engine</h3>
</div>
</div>
</a>
</li>
</ul>
</div>
</div>
<div class="mobileSecondaryNav">
<ul>
<li>
<a class="item-pricing has-text-dark" href="usecases.html">
Use cases
</a>
</li>
<li>
<a class="item-pricing has-text-dark" href="about-us.html">
About LTO Network
</a>
</li>
<li>
<a class="item-pricing has-text-dark" href="contact.html">
Contact us
</a>
</li>
<li>
<a class="item-pricing has-text-dark" href="https://docs.lto.network">
Community
</a>
</li>
</ul>
</div>
<a class="mobileSignIn has-text-dark" data-adroll-segment="submit_two" href="developers.html">Developer
Area</a>
</div>
</div>
</li>
</ul>
</div>
<div class="dropdownRoot">
<div class="dropdownBackground" style="transform: translateX(452px) scaleX(0.707692) scaleY(1.1075);">
<div class="alternateBackground" style="transform: translateY(255.53px);"></div>
</div>
<div class="dropdownArrow" style="transform: translateX(636px) rotate(45deg);"></div>
<div class="dropdownContainer" style="transform: translateX(452px); width: 368px; height: 443px;">
<div class="dropdownSection left" data-dropdown="products">
<div class="dropdownContent">
<div class="linkGroup">
<ul class="productsGroup">
<li>
<a class="linkContainer item-payments" href="proof-engine.html">
<div class="productLinkContent">
<span class="livicon-evo"
data-options="name: gear.svg; size: 48px; strokeColor: #7e95ef; strokeColorAlt: #5bddb4; style: linesAlt; tryToSharpen: true"></span>
<div class="linkDescContainer">
<h3 class="linkTitle">Proof Engine</h3>
<span class="linkSub">Upgrade your existing systems by adding proof of existence to your crucial
data.</span>
</div>
</div>
</a>
</li>
<li>
<a class="linkContainer item-payments" href="workflow-engine.html">
<div class="productLinkContent">
<span class="livicon-evo"
data-options="name: diagram.svg; size: 48px; strokeColor: #7e95ef; strokeColorAlt: #5bddb4; style: linesAlt; tryToSharpen: true"></span>
<div class="linkDescContainer">
<h3 class="linkTitle">Workflow Engine</h3>
<span class="linkSub">A trustless, decentralized system that lets organizations work together
efficiently.</span>
</div>
</div>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="dropdownSection right" data-dropdown="company">
<div class="dropdownContent">
<ul class="linkGroup linkList companyGroup">
<li><a class="linkContainer item-about" href="about-us.html">
<h3 class="linkTitle linkIcon">About LTO Network</h3>
</a>
</li>
<li><a class="linkContainer item-customers" href="contact.html">
<h3 class="linkTitle linkIcon">Contact
</h3>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="hero is-small">
<div
style="width: 100%;height: 620px;position: absolute;z-index: 0;background: linear-gradient(90deg,#77a2f8 0,#9867d0 90%);">
</div>
<div
style="width: 100%;height: 620px;position: absolute;z-index: 0;background: linear-gradient(90deg,#77a2f8 0,#9867d0 90%);transform: skewY(5deg);top:250px;">
</div>
<div class="hero-head">
<div class="hero-body" id="hero-body">
<div class="hero-image is-hidden-mobile">
<div class="columns">
<div class="column">
</div>
</div>
</div>
<div class="container contact-left-container has-text-left">
<div class="columns">
<div class="column">
<h1 class="is-size-2 has-text-white has-text-weight-semibold">Ready to dive deeper?</h1>
<div class="has-text-white" style="max-width:450px">
<p class="is-size-5">Every day, we help system integrators, independent software vendors and other organizations to build new solutions with our blockchain technology. Are you ready to learn more about the blockchain solutions & products built on LTO Network?</p>
<div class="content">
<p class="subhead is-size-5">Fill out the form to receive our free info package which contains:</p>
<ul class="block-list-style">
<li>LTO Network Presentation</li>
<li>Access to the Demo Portal</li>
<li>Technical documentation + playground (Developers only)</li>
</ul>
</div>
<p class="is-size-5 has-margin-top-xs">Alternatively you can email us at <strong><a
href="mailto:[email protected]">[email protected]</a></strong></p>
<p class="is-size-6 has-text-weight-bold">Note: acquisition is not appreciated!</p>
</div>
</div>
<div class="column contact-container lto-card">
<p class="title is-size-4 has-text-dark">
Receive your <strong>free</strong> onboarding package
</p>
<form method="POST" action="https://firm24.activehosted.com/proc.php" id="_form_135_" class="_form _form_135 _inline-form _dark" novalidate>
<input type="hidden" name="u" value="135" />
<input type="hidden" name="f" value="135" />
<input type="hidden" name="s" />
<input type="hidden" name="c" value="0" />
<input type="hidden" name="m" value="0" />
<input type="hidden" name="act" value="sub" />
<input type="hidden" name="v" value="2" />
<div class="_form-content">
<div class="columns">
<div class="column">
<div class="_form_element _x69716890 _full_width " >
<label class="_form-label">
First Name*
</label>
<div class="_field-wrapper">
<input type="text" name="firstname" placeholder="" required/>
</div>
</div>
</div>
<div class="column">
<div class="_form_element _x13457055 _full_width " >
<label class="_form-label">
Last Name*
</label>
<div class="_field-wrapper">
<input type="text" name="lastname" placeholder="" required/>
</div>
</div>
</div>
</div>
<div class="columns">
<div class="column">
<div class="_form_element _x28445068 _full_width " >
<label class="_form-label">
Email address*
</label>
<div class="_field-wrapper">
<input type="text" name="email" placeholder="" required/>
</div>
</div>
</div>
<div class="column">
<div class="_form_element _x06294124 _full_width " >
<label class="_form-label">
Phone*
</label>
<div class="_field-wrapper">
<input type="text" name="phone" placeholder="" required/>
</div>
</div>
</div>
</div>
<div class="columns">
<div class="column">
<div class="_form_element _field73 _full_width " >
<label class="_form-label">
Name company
</label>
<div class="_field-wrapper">
<input type="text" name="field[73]" value="" placeholder="" />
</div>
</div>
</div>
<div class="column">
<div class="_form_element _field119 _full_width " >
<label class="_form-label">
Type of organization
</label>
<div class="_field-wrapper">
<div class="select">
<select name="field[119]" >
<option selected>
</option>
<option value="System integrator">
System integrator
</option>
<option value="Software vendor" >
Software vendor
</option>
<option value="Business" >
Business
</option>
<option value="Government" >
Government
</option>
</select>
</div>
</div>
</div>
</div>
</div>
<div class="columns">
<div class="column">
<div class="_form_element _field94 _full_width " >
<label class="_form-label">
Message
</label>
<div class="_field-wrapper">
<textarea name="field[94]" placeholder="" ></textarea>
</div>
</div>
</div>
</div>
<div class="columns is-desktop is-vcentered">
<div class="column">
<div class="_form_element _x76492578 _full_width " >
<div class="g-recaptcha" data-sitekey="6LcwIw8TAAAAACP1ysM08EhCgzd6q5JAOUR1a0Go"></div>
</div>
</div>
<div class="column">
<div class="_button-wrapper _full_width">
<button id="_form_135_submit" class="_submit button is-primary is-pulled-right" type="submit">
Submit
</button>
</div>
</div>
</div>
<div class="_clear-element">
</div>
</div>
<div class="_form-thank-you" style="display:none;"></div>
</form>
<script type="text/javascript">
window.cfields = {"73":"name_company","119":"type_of_organization_lto","94":"message"};
window._show_thank_you = function(id, message, trackcmp_url) {
var form = document.getElementById('_form_' + id + '_'), thank_you = form.querySelector('._form-thank-you');
form.querySelector('._form-content').style.display = 'none';
thank_you.innerHTML = message;
thank_you.style.display = 'block';
if (typeof(trackcmp_url) != 'undefined' && trackcmp_url) {
// Site tracking URL to use after inline form submission.
_load_script(trackcmp_url);
}
if (typeof window._form_callback !== 'undefined') window._form_callback(id);
};
window._show_error = function(id, message, html) {
var form = document.getElementById('_form_' + id + '_'), err = document.createElement('div'), button = form.querySelector('button'), old_error = form.querySelector('._form_error');
if (old_error) old_error.parentNode.removeChild(old_error);
err.innerHTML = message;
err.className = '_error-inner _form_error _no_arrow';
var wrapper = document.createElement('div');
wrapper.className = '_form-inner';
wrapper.appendChild(err);
button.parentNode.insertBefore(wrapper, button);
document.querySelector('[id^="_form"][id$="_submit"]').disabled = false;
if (html) {
var div = document.createElement('div');
div.className = '_error-html';
div.innerHTML = html;
err.appendChild(div);
}
};
window._load_script = function(url, callback) {
var head = document.querySelector('head'), script = document.createElement('script'), r = false;
script.type = 'text/javascript';
script.charset = 'utf-8';
script.src = url;
if (callback) {
script.onload = script.onreadystatechange = function() {
if (!r && (!this.readyState || this.readyState == 'complete')) {
r = true;
callback();
}
};
}
head.appendChild(script);
};
(function() {
if (window.location.search.search("excludeform") !== -1) return false;
var getCookie = function(name) {
var match = document.cookie.match(new RegExp('(^|; )' + name + '=([^;]+)'));
return match ? match[2] : null;
}
var setCookie = function(name, value) {
var now = new Date();
var time = now.getTime();
var expireTime = time + 1000 * 60 * 60 * 24 * 365;
now.setTime(expireTime);
document.cookie = name + '=' + value + '; expires=' + now + ';path=/';
}
var addEvent = function(element, event, func) {
if (element.addEventListener) {
element.addEventListener(event, func);
} else {
var oldFunc = element['on' + event];
element['on' + event] = function() {
oldFunc.apply(this, arguments);
func.apply(this, arguments);
};
}
}
var _removed = false;
var form_to_submit = document.getElementById('_form_135_');
var allInputs = form_to_submit.querySelectorAll('input, select, textarea'), tooltips = [], submitted = false;
var getUrlParam = function(name) {
var regexStr = '[\?&]' + name + '=([^&#]*)';
var results = new RegExp(regexStr, 'i').exec(window.location.href);
return results != undefined ? decodeURIComponent(results[1]) : false;
};
for (var i = 0; i < allInputs.length; i++) {
var regexStr = "field\\[(\\d+)\\]";
var results = new RegExp(regexStr).exec(allInputs[i].name);
if (results != undefined) {
allInputs[i].dataset.name = window.cfields[results[1]];
} else {
allInputs[i].dataset.name = allInputs[i].name;
}
var fieldVal = getUrlParam(allInputs[i].dataset.name);
if (fieldVal) {
if (allInputs[i].type == "radio" || allInputs[i].type == "checkbox") {
if (allInputs[i].value == fieldVal) {
allInputs[i].checked = true;
}
} else {
allInputs[i].value = fieldVal;
}
}
}
var remove_tooltips = function() {
for (var i = 0; i < tooltips.length; i++) {
tooltips[i].tip.parentNode.removeChild(tooltips[i].tip);
}
tooltips = [];
};
var remove_tooltip = function(elem) {
for (var i = 0; i < tooltips.length; i++) {
if (tooltips[i].elem === elem) {
tooltips[i].tip.parentNode.removeChild(tooltips[i].tip);
tooltips.splice(i, 1);
return;
}
}
};
var create_tooltip = function(elem, text) {
var tooltip = document.createElement('div'), arrow = document.createElement('div'), inner = document.createElement('div'), new_tooltip = {};
if (elem.type != 'radio' && elem.type != 'checkbox') {
tooltip.className = '_error';
arrow.className = '_error-arrow';
inner.className = '_error-inner';
inner.innerHTML = text;
tooltip.appendChild(arrow);
tooltip.appendChild(inner);
elem.parentNode.appendChild(tooltip);
} else {
tooltip.className = '_error-inner _no_arrow';
tooltip.innerHTML = text;
elem.parentNode.insertBefore(tooltip, elem);
new_tooltip.no_arrow = true;
}
new_tooltip.tip = tooltip;
new_tooltip.elem = elem;
tooltips.push(new_tooltip);
return new_tooltip;
};
var resize_tooltip = function(tooltip) {
var rect = tooltip.elem.getBoundingClientRect();
var doc = document.documentElement, scrollPosition = rect.top - ((window.pageYOffset || doc.scrollTop) - (doc.clientTop || 0));
if (scrollPosition < 40) {
tooltip.tip.className = tooltip.tip.className.replace(/ ?(_above|_below) ?/g, '') + ' _below';
} else {
tooltip.tip.className = tooltip.tip.className.replace(/ ?(_above|_below) ?/g, '') + ' _above';
}
};
var resize_tooltips = function() {
if (_removed) return;
for (var i = 0; i < tooltips.length; i++) {
if (!tooltips[i].no_arrow) resize_tooltip(tooltips[i]);
}
};
var validate_field = function(elem, remove) {
var tooltip = null, value = elem.value, no_error = true;
remove ? remove_tooltip(elem) : false;
if (elem.type != 'checkbox') elem.className = elem.className.replace(/ ?_has_error ?/g, '');
if (elem.getAttribute('required') !== null) {
if (elem.type == 'radio' || (elem.type == 'checkbox' && /any/.test(elem.className))) {
var elems = form_to_submit.elements[elem.name];
if (!(elems instanceof NodeList || elems instanceof HTMLCollection) || elems.length <= 1) {
no_error = elem.checked;
}
else {
no_error = false;
for (var i = 0; i < elems.length; i++) {
if (elems[i].checked) no_error = true;
}
}
if (!no_error) {
tooltip = create_tooltip(elem, "Please select an option.");
}
} else if (elem.type =='checkbox') {
var elems = form_to_submit.elements[elem.name], found = false, err = [];
no_error = true;
for (var i = 0; i < elems.length; i++) {
if (elems[i].getAttribute('required') === null) continue;
if (!found && elems[i] !== elem) return true;
found = true;
elems[i].className = elems[i].className.replace(/ ?_has_error ?/g, '');
if (!elems[i].checked) {
no_error = false;
elems[i].className = elems[i].className + ' _has_error';
err.push("Checking %s is required".replace("%s", elems[i].value));
}
}
if (!no_error) {
tooltip = create_tooltip(elem, err.join('<br/>'));
}
} else if (elem.tagName == 'SELECT') {
var selected = true;
if (elem.multiple) {
selected = false;
for (var i = 0; i < elem.options.length; i++) {
if (elem.options[i].selected) {
selected = true;
break;
}
}
} else {
for (var i = 0; i < elem.options.length; i++) {
if (elem.options[i].selected && !elem.options[i].value) {
selected = false;
}
}
}
if (!selected) {
elem.className = elem.className + ' _has_error';
no_error = false;
tooltip = create_tooltip(elem, "Please select an option.");
}
} else if (value === undefined || value === null || value === '') {
elem.className = elem.className + ' _has_error';
no_error = false;
tooltip = create_tooltip(elem, "This field is required.");
}
}
if (no_error && elem.name == 'email') {
if (!value.match(/^[\+_a-z0-9-'&=]+(\.[\+_a-z0-9-']+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,})$/i)) {
elem.className = elem.className + ' _has_error';
no_error = false;
tooltip = create_tooltip(elem, "Enter a valid email address.");
}
}
if (no_error && /date_field/.test(elem.className)) {
if (!value.match(/^\d\d\d\d-\d\d-\d\d$/)) {
elem.className = elem.className + ' _has_error';
no_error = false;
tooltip = create_tooltip(elem, "Enter a valid date.");
}
}
tooltip ? resize_tooltip(tooltip) : false;
return no_error;
};
var needs_validate = function(el) {
return el.name == 'email' || el.getAttribute('required') !== null;
};
var validate_form = function(e) {
var err = form_to_submit.querySelector('._form_error'), no_error = true;
if (!submitted) {
submitted = true;
for (var i = 0, len = allInputs.length; i < len; i++) {
var input = allInputs[i];
if (needs_validate(input)) {
if (input.type == 'text') {
addEvent(input, 'blur', function() {
this.value = this.value.trim();
validate_field(this, true);
});
addEvent(input, 'input', function() {
validate_field(this, true);
});
} else if (input.type == 'radio' || input.type == 'checkbox') {
(function(el) {
var radios = form_to_submit.elements[el.name];
for (var i = 0; i < radios.length; i++) {
addEvent(radios[i], 'click', function() {
validate_field(el, true);
});
}
})(input);
} else if (input.tagName == 'SELECT') {
addEvent(input, 'change', function() {
validate_field(this, true);
});
} else if (input.type == 'textarea'){
addEvent(input, 'input', function() {
validate_field(this, true);
});
}
}
}
}
remove_tooltips();
for (var i = 0, len = allInputs.length; i < len; i++) {
var elem = allInputs[i];
if (needs_validate(elem)) {
if (elem.tagName.toLowerCase() !== "select") {
elem.value = elem.value.trim();
}
validate_field(elem) ? true : no_error = false;
}
}
if (!no_error && e) {
e.preventDefault();
}
resize_tooltips();
return no_error;
};
addEvent(window, 'resize', resize_tooltips);
addEvent(window, 'scroll', resize_tooltips);
window['recaptcha_callback'] = function() {
// Get all recaptchas in the DOM (there may be more than one form on the page).
var recaptchas = document.getElementsByClassName("g-recaptcha");
for (var i in recaptchas) {
// Set the recaptcha element ID, so the recaptcha can be applied to each element.
var recaptcha_id = "recaptcha_" + i;
recaptchas[i].id = recaptcha_id;
var el = document.getElementById(recaptcha_id);
if (el != null) {
var sitekey = el.getAttribute("data-sitekey");
var stoken = el.getAttribute("data-stoken");
grecaptcha.render(recaptcha_id, {"sitekey":sitekey,"stoken":stoken});
}
}
}; _load_script("https://www.google.com/recaptcha/api.js?onload=recaptcha_callback&render=explicit");
window._old_serialize = null;
if (typeof serialize !== 'undefined') window._old_serialize = window.serialize;
_load_script("//d3rxaij56vjege.cloudfront.net/form-serialize/0.3/serialize.min.js", function() {
window._form_serialize = window.serialize;
if (window._old_serialize) window.serialize = window._old_serialize;
});
var form_submit = function(e) {
e.preventDefault();
if (validate_form()) {
// use this trick to get the submit button & disable it using plain javascript
document.querySelector('#_form_135_submit').disabled = true;
var serialized = _form_serialize(document.getElementById('_form_135_'));
var err = form_to_submit.querySelector('._form_error');
err ? err.parentNode.removeChild(err) : false;
_load_script('https://firm24.activehosted.com/proc.php?' + serialized + '&jsonp=true');
}
return false;
};
addEvent(form_to_submit, 'submit', form_submit);
})();
</script>
</div>
</div>
</div>
</div>
</div>
<section class="section is-medium" style="position: relative;margin-top:-50px">
<div class="container">
<h2 class="title is-size-2 has-text-dark has-text-centered">Our headquarters</h2>
<div class="h1-line"></div>
<div class="columns has-margin-top-lg">
<div class="column">
<div class="mapouter">
<div class="gmap_canvas"><iframe width="600" height="500" id="gmap_canvas"
src="https://maps.google.com/maps?q=LegalThings&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0"
scrolling="no" marginheight="0" marginwidth="0"></iframe></div>
<style>
.mapouter {
position: relative;
text-align: right;
height: 500px;
width: 600px;
}
.gmap_canvas {
overflow: hidden;
background: none !important;
height: 500px;
width: 600px;
}
</style>
</div>
</div>
<div class="column">
<img src="https://dynlxjc5n3cag.cloudfront.net/wp-content/uploads/20180910143306/Firm24-office.jpg">
<p class="has-text-dark is-size-5">Come take a peek, or have a beer at our office.</p>
<p class="has-text-dark">
LTO Network Office<br>
Burgerweeshuispad 201<br>
1076 GR<br>
Amsterdam, The Netherlands
</p>
</div>
</div>
</div>
</section>
</div>
<footer class="footer">
<div class="content has-text-centered">
<div class="field is-grouped is-centered">
<p class="control">
<a href="https://twitter.com/LTOnetwork">
<span class="icon">
<i class="fab fa-twitter"></i>
</span>
</a>
</p>
<p class="control">
<a href="https://github.com/legalthings">
<span class="icon">
<i class="fab fa-github"></i>
</span>
</a>
</p>
<p class="control">
<a href="https://www.youtube.com/channel/UCaHcF-xterKYTKSpY4xgKiw">
<span class="icon">
<i class="fab fa-youtube"></i>
</span>
</a>
</p>
<p class="control">
<a href="http://medium.com/ltonetwork">
<span class="icon">
<i class="fab fa-medium-m"></i>
</span>
</a>
</p>
<p class="control">
<a href="https://reddit.com/r/LTONetwork">
<span class="icon">
<i class="fab fa-reddit"></i>
</span>
</a>
</p>
<p class="control">
<a href="https://t.me/LTOnetwork">
<span class="icon">
<i class="fab fa-telegram"></i>
</span>
</a>
</p>
</div>
<p class="is-size-6 has-text-white">
© 2019 LTO Network. All rights reserved. <br>
<small>
Incorporated by <a href="https://www.firm24.com/bv-oprichten/" target="_blank" alt="Firm24" class="is-size-7">Firm24</a>
</small>
</p>
<p>
<small>
<a href="documents/privacy-policy.pdf" target="_blank" alt="Privacy Policy" class="is-size-7">Privacy Policy</a> - <a href="documents/cookie-statement.pdf" target="_blank" alt="Cookie Statement" class="is-size-7">Cookie Statement</a>
</small>
</p>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script defer src="js/custom/menu.js"></script>
<script defer src="js/custom/products.js"></script>
<script defer src="https://s3-eu-west-1.amazonaws.com/legalthings/assets/icons/LivIconsEvo/js/tools/snap.svg-min.js">
</script>
<script defer src="https://s3-eu-west-1.amazonaws.com/legalthings/assets/icons/LivIconsEvo/js/tools/TweenMax.min.js">
</script>
<script defer src="https://s3-eu-west-1.amazonaws.com/legalthings/assets/icons/LivIconsEvo/js/tools/DrawSVGPlugin.min.js">
</script>
<script defer src="https://s3-eu-west-1.amazonaws.com/legalthings/assets/icons/LivIconsEvo/js/tools/MorphSVGPlugin.min.js">
</script>
<script defer src="https://s3-eu-west-1.amazonaws.com/legalthings/assets/icons/LivIconsEvo/js/tools/verge.min.js">
</script>
<script defer src="https://s3-eu-west-1.amazonaws.com/legalthings/assets/icons/LivIconsEvo/js/LivIconsEvo.defaults.js">
</script>
<script defer src="https://s3-eu-west-1.amazonaws.com/legalthings/assets/icons/LivIconsEvo/js/LivIconsEvo.min.js">
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-62115237-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-62115237-2');
</script>
<script type="text/javascript">
_linkedin_partner_id = "1417473";
window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
window._linkedin_data_partner_ids.push(_linkedin_partner_id);
</script>
<script type="text/javascript">
(function() {
var s = document.getElementsByTagName("script")[0];
var b = document.createElement("script");
b.type = "text/javascript";
b.async = true;
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
s.parentNode.insertBefore(b, s);
})();
</script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=1417473&fmt=gif" /> </noscript>
</body>
</html>