-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
702 lines (593 loc) · 37.6 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">
<head>
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- PAGE TITLE -->
<title>Kolin private</title>
<!-- GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,700%7CRoboto:400,100,300,700" rel="stylesheet" type="text/css">
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/style.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script>
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css" />
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#383b75"
},
"button": {
"background": "#f1d600"
}
},
"theme": "classic",
"content": {
"href": "https://kolinplatform.com/cookies/"
}
})});
</script>
</head>
<body class="trd-home-template trd-homepage-six">
<!-- HEADER -->
<header class="trd-header trd-transparent-header trd-fixed-header">
<!-- Topbar -->
<div class="trd-header-topbar">
<div class="container">
<div class="row">
<!-- contact info -->
<div class="trd-contact-infos">
<ul>
<li class="trd-header-info-location">101 Rose St S Ln, Edinburgh, UK</li>
<li class="trd-header-info-lang">
<select class="trd-multilang-opt">
<option value="Eng">English</option>
<option value="Spn">Spanish</option>
<option value="Chn">Chinese</option>
<option value="Rus">Russian</option>
</select>
</li>
</ul>
</div>
<!-- End -->
<!-- Social Links -->
<div class="trd-social-links">
<ul>
<li class="trd-fb-icon">
<a href="https://www.facebook.com/kolinplatform.official/">
<i class="fa fa-facebook"></i>
</a>
</li>
<li class="trd-twitter-icon">
<a href="https://twitter.com/KolinPlatform">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="trd-telegram-icon">
<a href="https://t.me/Kolin_official">
<i class="fa fa-telegram"></i>
</a>
</li>
<li class="trd-youtube-icon">
<a href="https://www.youtube.com/channel/UCSEaMfb7EXUM7n4-HwnycRg">
<i class="fa fa-youtube-play"></i>
</a>
</li>
<li class="trd-instagram-icon">
<a href="https://www.instagram.com/kolinplatform">
<i class="fa fa-instagram"></i>
</a>
</li>
</ul>
</div>
<!-- End -->
</div>
</div>
</div>
<!-- End -->
<!-- Bottombar -->
<div class="trd-header-bottombar">
<!-- Navigation Menu start-->
<nav class="navbar trd-main-menu" role="navigation">
<div class="container">
<div class="row">
<!-- Navbar Toggle -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Logo -->
<a class="navbar-brand" href="https://private.kolinplatform.com"><img class="logo" src="images/kolin_white text.png" style="height: 40px" alt="Kolin"></a>
</div>
<!-- Navbar Toggle End -->
<!-- navbar-collapse start-->
<div id="nav-menu" class="navbar-collapse trd-menu-wrapper collapse" role="navigation">
<!-- Menu -->
<ul class="nav navbar-nav trd-menus">
<li class="active">
<a href="https://private.kolinplatform.com">Home</a>
</li>
<li>
<a href="/about-us.html">About</a>
</li>
<li>
<a href="https://medium.com/@KolinPlatform">Blog</a>
</li>
<li>
<a href="https://kolinplatform.gitbook.io/">Whitepaper</a>
</li>
<li>
<a href="#Contact Form">Contact</a>
</li>
<li>
<!-- Search -->
<span class="trd-search-wrapper">
<form action="">
<a href="/action_page.php" class="trd-search-icon" placeholder="Search..">
<i class="fa fa-search"></i>
</a> </form>
</span>
<!-- End -->
</li>
</ul>
<!-- End -->
</div>
<!-- navbar-collapse end-->
<a href="#Contact Form"> <span class="trd-contact-num">Kolin Platform</span></a>
</div>
</div>
</nav>
<!-- Navigation Menu end-->
</div>
<!-- End -->
</header>
<!-- HEADER END -->
<!-- HERO SLIDER SECTION -->
<section class="trd-hero-slider-section">
<div class="slider-pro trd-hero-slider" id="trd-slider-homesix">
<div class="sp-slides">
<!-- Slides -->
<div class="sp-slide trd-main-slides">
<div class="trd-dark-color-overlay"></div>
<img class="sp-image" src="images/home6-slider-img-1.jpg" alt="Slider Image"/>
<h1 class="sp-layer trd-slider-text-big"
data-position="centerLeft" data-vertical="-230" data-horizontal="100" data-show-transition="left" data-hide-transition="up" data-show-delay="1000" data-hide-delay="200">
Proper <span class="trd-highlight-text">Translation</span><br> for success
</h1>
<p class="sp-layer trd-slider-text-small"
data-position="centerLeft" data-vertical="0" data-horizontal="100" data-show-delay="1500" data-hide-delay="200" data-show-transition="down" data-hide-transition="down">
Enjoy to be part of the biggest decentralised <br> network for translation and international collaboration
</p>
<div class="sp-layer trd-hero-header-btns" data-position="centerLeft" data-vertical="200" data-horizontal="100" data-show-delay="2000" data-hide-delay="200" data-show-transition="down" data-hide-transition="up">
<a href="/get-quote.html" class="trd-btn">Demo</a>
<a href="https://docs.kolinplatform.com/" class="trd-btn trd-btn-purple">Whitepaper</a>
</div>
</div>
<!-- Slides End -->
<!-- Slides -->
<div class="sp-slide trd-main-slides">
<div class="trd-dark-color-overlay"></div>
<img class="sp-image" src="images/home5-slider-img-2.jpg" alt="Slider Image"/>
<h1 class="sp-layer trd-slider-text-big"
data-position="center" data-vertical="-230" data-horizontal="300" data-show-transition="left" data-hide-transition="up" data-show-delay="1000" data-hide-delay="200">
Proper <span class="trd-highlight-text">Translation</span><br> for success
</h1>
<p class="sp-layer trd-slider-text-small"
data-position="center" data-vertical="0" data-horizontal="465" data-show-delay="1500" data-hide-delay="200" data-show-transition="down" data-hide-transition="down">
Enjoy to be part of the biggest decentralised <br>network for translation and international collaboration
</p>
<div class="sp-layer trd-hero-header-btns" data-position="center" data-vertical="200" data-horizontal="100" data-show-delay="2000" data-hide-delay="200" data-show-transition="down" data-hide-transition="up">
<a href="/get-quote.html" class="trd-btn">Get Quote</a>
</div>
</div>
<!-- Slides End -->
</div>
</div>
</section>
<!-- HERO SLIDER SECTION END -->
<!-- SERVICE SECTION -->
<section class="trd-service-section trd-section">
<div class="container">
<div class="row">
<!-- Mailchimp -->
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us7.list-manage.com","uuid":"920c368808e84a277fedafa9a","lid":"5040bc01e2","uniqueMethods":true}) })</script>
<!-- Icon with text -->
<div class="col-md-4 col-sm-4 col-xs-12 trd-icon-top-with-text">
<div class="trd-icon-wrapper">
<i class="tradeicon-trd-coffee-mug"></i>
</div>
<div class="trd-details">
<h3>
<a href="#">User Friendly environment</a>
</h3>
<p>Check our user friendly environment, created haveing in mind our users requirements </p>
</div>
</div>
<!-- End -->
<!-- Icon with text -->
<div class="col-md-4 col-sm-4 col-xs-12 trd-icon-top-with-text">
<div class="trd-icon-wrapper">
<i class="tradeicon-trd-trophy"></i>
</div>
<div class="trd-details">
<h3>
<a href="#">Best Service</a>
</h3>
<p>Check and be part of the first decentralised centre for translation and information exchange</p>
</div>
</div>
<!-- End -->
<!-- Icon with text -->
<div class="col-md-4 col-sm-4 col-xs-12 trd-icon-top-with-text">
<div class="trd-icon-wrapper">
<i class="tradeicon-trd-chart-board"></i>
</div>
<div class="trd-details">
<h3>
<a href="#">Decentralised growth</a>
</h3>
<p>Join the largest international collaboration community</p>
</div>
</div>
<!-- End -->
</div>
</div>
</section>
<!-- SERVICE SECTION END -->
<!-- COUNTER SECTION -->
<section class="trd-counter-section trd-section trd-homesix-counter">
<div class="container">
<div class="row">
<!-- Counter Item -->
<div class="col-md-4 col-sm-4 col-xs-12 trd-counter">
<h3 class="trd-count" data-from="0" data-to="300">0</h3>
<p>Works performed</p>
</div>
<!-- End -->
<!-- Counter Item -->
<div class="col-md-4 col-sm-4 col-xs-12 trd-counter trd-count-client">
<h3 class="trd-count" data-from="0" data-to="120">0</h3>
<p>Happy Clients</p>
</div>
<!-- End -->
<!-- Counter Item -->
<div class="col-md-4 col-sm-4 col-xs-12 trd-counter">
<h3 class="trd-count" data-from="0" data-to="6700">0</h3>
<p>Words translated</p>
</div>
<!-- End -->
</div>
<div class="row">
<p> </p>
<p align="center">*Data in this preview is fictional, added for design purposes and to be updated after launch of the alpha version.</p></div>
</div>
</section>
<!-- COUNTER SECTION END -->
<!-- ABOUT BUSINESS -->
<section class="trd-about-business-section trd-section">
<div class="container">
<div class="row">
<!-- About Kolin private -->
<div class="col-md-8 col-sm-6 col-xs-12 trd-about-business-wrapper tab-content">
<div role="tabpanel" class="tab-pane fade" id="tab-1">
<div class="trd-img-wrapper">
<img src="images/category-img-3.jpg" alt="Image">
</div>
<div class="trd-about-details">
<h1 class="trd-section-tittle">Standardised <span class="trd-highlight-text">Quotations </span></h1>
<p>A computerized system provides standardised quotations considering work complexity, number of words and languages to translate to.</p>
<a href="https://docs.kolinplatform.com/" class="trd-details-link">Details</a>
</div>
</div>
<div role="tabpanel" class="tab-pane fade in active" id="tab-2">
<div class="trd-img-wrapper">
<img src="images/graph.png" alt="Image">
</div>
<div class="trd-about-details">
<h1 class="trd-section-tittle">International <span class="trd-highlight-text">Translation</span></h1>
<p>Where words don’t do justice to our portfolio, our clients do. We’ve established ourselves in several different countries and have worked with thousands of clients all over the world.</p>
<a href="https://docs.kolinplatform.com/" class="trd-details-link">Details</a>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="tab-3">
<div class="trd-img-wrapper">
<img src="images/imgbox-img-3.jpg" alt="Image">
</div>
<div class="trd-about-details">
<h1 class="trd-section-tittle">Peers Moderated <span class="trd-highlight-text">Work</span></h1>
<p>Quality is guaranteed not by the translation, but by the fact of the translation being reviewed by a person other than the translator, mainly professional transl translators, reviewers, revisers and proofreaders.</p>
<a href="https://docs.kolinplatform.com/" class="trd-details-link">Details</a>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="tab-4">
<div class="trd-img-wrapper">
<img src="images/imgbox-img-1.jpg" alt="Image">
</div>
<div class="trd-about-details">
<h1 class="trd-section-tittle">Final review</h1>
<p>In order to clarify the requirements Kolin must comply with and to enhance our client satisfaction a final review is considered to achieve better results for consumers and increase confidence with the client.</p>
<a href="https://docs.kolinplatform.com/" class="trd-details-link">Details</a>
</div>
</div>
</div>
<!-- End -->
<!-- Accordion -->
<div class="col-md-4 col-sm-6 col-xs-12 trd-tab-nav-wrapper">
<ul class="nav nav-tabs" role="tablist">
<li role="presentation"><a href="#tab-1" aria-controls="tab-1" role="tab" data-toggle="tab">Standardised Quotations</a></li>
<li role="presentation" class="active"><a href="#tab-2" aria-controls="tab-2" role="tab" data-toggle="tab">International Translation</a></li>
<li role="presentation"><a href="#tab-3" aria-controls="tab-3" role="tab" data-toggle="tab">Peers Moderated Work</a></li>
<li role="presentation"><a href="#tab-4" aria-controls="tab-4" role="tab" data-toggle="tab">Final Review</a></li>
</ul>
</div>
<!-- End -->
</div>
</div>
</section>
<!-- ABOUT BUSINESS END -->
<!-- CLIENT LOGO CAROUSAL -->
<div class="trd-partners-logo-section">
<div class="container">
<div class="row">
<ul>
<li><a href="https://app.stex.com/en/trade/pair/BTC/KOLIN/1D"><img src="https://www.stex.com/lib/images/brand/rectangle_black.png" alt="Stex-logo"></a></li>
<li><a href="https://crex24.com/exchange/KOLIN-BTC"><img src="images/client-logo-4.png" alt="Crex24-Logo" ></a></li>
<li><a href="https://bleutrade.com/exchange/KOLIN/BTC"><img src="https://pbs.twimg.com/profile_images/1106258580242616320/UvF9PXvs.png" alt="Bleutrade-logo" ></a></li>
<li><a href="https://client.wavesplatform.com/dex?assetId2=FiKspxSpkpzT4pMUA9ccZkbJmVXTdu4JhFDXNNXr5noW&assetId1=WAVES"><img src="images/client-logo-2.png" alt="Waves-logo" ></a></li>
<li><a href="https://wallet.cryptonex.org/"><img src="images/client-logo-5.png" alt="Cryptonex-ogo"></a></li>
</ul>
<ul>
<li><a href="https://www.swft.pro/" ><img src="https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/5d/a2/9e/5da29e55-1147-8d90-361f-236b67660255/AppIcon-0-1x_U007emarketing-0-0-85-220-0-4.png/600x600wa.png" alt="Swft-logo" style="filter: -webkit-filter: contrast(1.2); filter: contrast(1.2);"></a></li>
<li><a href="https://edinburgh-innovations.ed.ac.uk/"><img src="https://edinburgh-innovations.ed.ac.uk/wp-content/uploads/2018/09/EI-Top-Logo.png" alt="Edinburgh-innovation-ogo" ></a></li>
<li><a href="https://www.translate5.net/"><img src="https://www.translate5.net/images/translate5-transparent.png" alt="Translate5-logo" ></a></li>
<li><a href="https://slator.com/data-research/slator-2018-blockchain-and-translation-report/"><img src="https://slator.com/assets/2018/12/Slator_New_Logo_600x400-504x340.jpeg" alt="Slator-logo" ></a></li>
<li><a href="https://coinpaprika.com/coin/kolin-kolin/"><img src="https://tittiecoin.com/public/f_end/img/coinpaprika-tittiecoin.png" alt="Coinpaprika-logo" ></a></li>
</ul>
<ul>
<li><a href="https://www.coingecko.com/en/price_charts/kolin/usd" ><img src="images/client-logo-1.png" alt="Coingecko-logo"></a></li>
<li><a href="https://coincodex.com/crypto/kolin/" ><img src="https://cdn-images-1.medium.com/max/1200/1*5S4R01mu-KO1fmerJGN1wA.jpeg" alt="Coincodex-logo" style="filter: -webkit-filter: contrast(0.4); filter: contrast(1.2);"></a></li>
<li><a href="https://coinmarketcal.com/coin/kolin"><img src="https://coinmarketcal.com/images/cmclogofooter.png" alt="Coinmarketcal-logo" style="filter: -webkit-filter: grayscale(50%) brightness(20%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.4);
filter: grayscale(50%) brightness(20%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(1.2);"></a></li>
<li><a href="https://blockfolio.com/"><img src="https://files.chepicap.com/news/2018/10/26/v2_large_984534d7984948ba8961d98e8e567b85ca16638a.jpg" alt="Blockfolio-logo" ></a></li>
<li><a href="https://delta.app/en/direct"><img src="https://cdn-images-1.medium.com/max/1600/1*NZkxFNkvXxIXVGUofDRgxw.png" alt="Delta-direct-logo"></a></li>
</ul>
</div>
</div>
</div>
<!-- CLIENT LOGO CAROUSAL END -->
<!-- TESTIMONIAL -->
<section class="trd-testimonial-section trd-section">
<div class="container">
<div class="row">
<div class="trd-section-title-wrapper col-md-12 col-sm-12 col-xs-12">
<h1 class="trd-section-tittle">Client’s <span class="trd-highlight-text">Testimonials</span></h1>
<div class="trd-testimonial-nav"></div>
</div>
<!-- Testimonials -->
<div id="trd-testimonial-alt" class="trd-testimonial-alt">
<!-- Slides -->
<div class="trd-testimonial-slides">
<div class="trd-user-img-wrapper">
<img src="images/team-member-6.jpg" alt="Clients Image">
</div>
<div class="trd-testimonial-text">
<h3 class="trd-clients-name">Ola Hanson</h3>
<p>Fast and Easy Professional Translation Services. A dedicated Project Manager
at every stage of the translation process</p>
<p class="trd-clients-designation">Director, <span>IBM</span></p>
</div>
</div>
<!-- End -->
<!-- Slides -->
<div class="trd-testimonial-slides">
<div class="trd-user-img-wrapper">
<img src="images/team-member-5.jpg" alt="Clients Image">
</div>
<div class="trd-testimonial-text">
<h3 class="trd-clients-name">George Kane</h3>
<p>Native speaking translators producing translations adapted
to the relative local cultural context. </p>
<p class="trd-clients-designation">Manager, <span>P & G</span></p>
</div>
</div>
<!-- End -->
<!-- Slides -->
<div class="trd-testimonial-slides">
<div class="trd-user-img-wrapper">
<img src="images/team-member-2.jpg" alt="Clients Image">
</div>
<div class="trd-testimonial-text">
<h3 class="trd-clients-name">Catherine Romio</h3>
<p>Whether it be French, Japanese, Spanish or any other language we bring to the table, we know that we receive high-quality translations and prompt delivery.</p>
<p class="trd-clients-designation">Director, <span>Microsoft</span></p>
</div>
</div>
<!-- End -->
<!-- Slides -->
<div class="trd-testimonial-slides">
<div class="trd-user-img-wrapper">
<img src="images/team-member-1.jpg" alt="Clients Image">
</div>
<div class="trd-testimonial-text">
<h3 class="trd-clients-name">Mitchel Kane</h3>
<p>I want to express how much I’ve enjoyed working with the Kolin team; you are a highly professional group and have made our experiences run smoothly.</p>
<p class="trd-clients-designation">Director, <span>Eventbrite</span></p>
</div>
</div>
<!-- End -->
</div>
<!-- End -->
</div>
<div class="row">
<p> </p>
<p>*Data in this preview is fictional, added for design purposes and to be updated after launch of the alpha version.</p></div>
</div>
</section>
<!-- TESTIMONIAL END -->
<!-- CONTACT SECTION -->
<div class="trd-contact-section trd-gray-section trd-section">
<div class="container">
<div class="row">
<div class="trd-custom-testimonial-wrapper trade-same-height"></div>
<!-- Contact Form -->
<div class="trd-contact-form-sec trade-same-height" id="Contact Form">
<h1 class="trd-section-tittle">Contact <span class="trd-highlight-text">our team</span></h1>
<div class="trd-contact-form-wrapper">
<form action="#">
<input type="text" name="trd-name" id="trd-name" placeholder="Your name" required>
<input type="email" name="trd-email" id="trd-email" placeholder="Your email" required>
<input type="text" name="trd-subject" id="trd-subject" placeholder="I would like to discuss" required>
<input type="tel" name="trd-phone" id="trd-phone" placeholder="Phone number">
<div class="g-recaptcha" data-sitekey="6LerrXUUAAAAAMyQeqUqoCvRwPP8YoiN8N7UIt6q"></div>
<br/>
<button type="submit" class="trd-btn" style="margin-top: 25px">Submit</button>
</form>
</div>
</div>
<!-- End -->
</div>
</div>
</div>
<!-- CONTACT SECTION END -->
<!-- CTA SECTION -->
<section class="trd-cta-section">
<div class="container">
<div class="row">
<div class="trd-cta-wrapper">
<h3>We help you to carry out a multilingual <span class="trd-highlight-text">business</span>, & expand your horizons</h3>
<a href="/get-quote.html" class="trd-btn trd-btn-alt">Get a Quote</a>
</div>
</div>
</div>
</section>
<!-- CTA SECTION END -->
<!-- FOOTER -->
<footer>
<div class="container">
<div class="row">
<!-- Footer Top -->
<div class="trd-footer-top">
<!-- About Widget -->
<div class="col-md-3 col-sm-6 col-xs-12 trd-footer-widget trd-about-widget">
<div class="trd-logo-wrapper">
<img src="images/kolin_white text.png" style="height: 40px" alt="Kolin">
</div>
<p style="text-align:left">Check and be part of the largest international collaboration network. Find your next collaboration and start generating international connections.</p>
</div>
<!-- End -->
<!-- Useful Link Widget -->
<div class="col-md-3 col-sm-6 col-xs-6 trd-footer-widget trd-useful-link-widget">
<h3 class="trd-footer-widget-title">Useful Link</h3>
<div class="trd-footer-widget-content">
<ul style="-moz-column-count: 3;
-moz-column-gap: 20px;
-webkit-column-count: 3;
-webkit-column-gap: 20px;
column-count: 3;
column-gap: 20px;
list-style-position: inside;">
<ul><a class="fa fa-facebook fa-lg" href="https://facebook.com/kolinplatform.official" style="color:white;"></a></ul>
<ul><a class="fa fa-twitter fa-lg" href="https://twitter.com/KolinPlatform" style="color:white"></a></ul>
<ul><a class="fa fa-telegram fa-lg" href="https://t.me/Kolin_official" style="color:white"></a></ul>
<ul><a class="fa fa-bitcoin fa-lg" href="https://bitcointalk.org/index.php?topic=4521982" style="color:white"></a></ul>
<ul><a class="fa fa-youtube-play fa-lg" href="https://www.youtube.com/channel/UCSEaMfb7EXUM7n4-HwnycRg" style="color:white"></a></ul>
<ul><a class="fa fa-instagram fa-lg" href="https://www.instagram.com/kolinplatform" style="color:white"></a></ul>
<ul><a class="fa fa-medium fa-lg" href="https://medium.com/@KolinPlatform" style="color:white"></a></ul>
<ul><a class="fa fa-github fa-lg" href="https://github.com/Kolinplatform" style="color:white"></a></ul>
<ul><a class="fa fa-android fa-lg" href="https://play.google.com/store/apps/details?id=com.kolinplatform.wallet" style="color:white"></a></ul>
</ul>
</div>
</div>
<!-- End -->
<!-- Recent Post Widget -->
<div class="col-md-3 col-sm-6 col-xs-12 trd-footer-widget trd-recent-post-widget">
<h3 class="trd-footer-widget-title">Recent Post</h3>
<div class="trd-footer-widget-content">
<div class="trd-recent-post-wrapper">
<!-- Post Item -->
<div class="trd-recent-post-item">
<h3 class="trd-post-title">
<a href="#">Kolin Platform as an standard international decentralised business model</a>
</h3>
<span class="trd-post-date">December 25, 2018</span>
</div>
<!-- End -->
<!-- Post Item -->
<div class="trd-recent-post-item">
<h3 class="trd-post-title">
<a href="#">International impact of decentralised platforms in a globalized world</a>
</h3>
<span class="trd-post-date">January 09, 2019</span>
</div>
<!-- End -->
</div>
</div>
</div>
<!-- End -->
<!-- Subscribe For Widget -->
<div class="col-md-3 col-sm-6 col-xs-12 trd-footer-widget trd-subscribe-widget">
<h3 class="trd-footer-widget-title">Stay connected</h3>
<div class="trd-footer-widget-content">
<p>Enjoy to be part of the largest decentralised international collaboration network</p>
<form action="https://kolinplatform.us7.list-manage.com/subscribe/post?u=920c368808e84a277fedafa9a&id=5040bc01e2" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input type="email" id="trd-subscription" placeholder="Your email" value="" name="EMAIL" required>
<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>
<button type="submit" value="Subscribe" name="subscribe" class="trd-btn">Submit</button>
</div>
</form>
</div>
<script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script><script type="text/javascript">(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
</div>
</div>
<!-- End -->
</div>
<!-- End -->
<!-- Footer Bottom -->
<div class="trd-footer-bottom">
<div class="trd-footer-menu">
<ul>
<li>
<a href="https://private.kolinplatform.com">Home</a>
</li>
<li>
<a href="/about-us.html">About</a>
</li>
<li>
<a href="https://medium.com/@KolinPlatform">Blog</a>
</li>
<li>
<a href="#Contact Form">Contact</a>
</li>
</ul>
</div>
<div class="trd-copyright-info">
<p>Copyright © 2018-2019 <a href="https://kolinplatform.com" class="trd-author-link">Kolin Platform</a>, all right reserved</p>
</div>
</div>
<!-- End -->
</div>
<!-- End -->
</footer>
<!-- FOOTER END -->
<!-- jQuery -->
<script src="js/vendors/jquery.min.js"></script>
<!-- Plugins -->
<script src="js/plugins.js"></script>
<script src="js/translate.min.js"></script>
<script src="js/JSON-translation-data.js"></script>
<!-- Main JS -->
<script src="js/main.js"></script>
<!-- Google Recaptcha JS -->
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<!-- Main scripts build from webpack -->
<!-- <script src="js/scripts.js"></script> -->
</body>
</html>