-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
808 lines (583 loc) · 38.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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Osliki — Decentralized Package Delivery Platform</title>
<meta name="keywords" content="blockchain, decentralisation, ico, dapp, cryptocurrency, smart contract, delivery, p2p delivery, travelers, shipping, social delivery, drones">
<meta name="description" content="Osliki is a decentralized package delivery platform built on top of Ethereum blockchain.">
<meta property="og:title" content="Osliki — Decentralized Package Delivery Platform">
<meta property="og:type" content="website">
<meta property="og:url" content="https://osliki.github.io/">
<meta property="og:description" content="Osliki is a decentralized package delivery platform built on top of Ethereum blockchain.">
<meta property="og:image" content="https://osliki.github.io/img/osliki-land.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@OslikiNet">
<meta name="twitter:domain" content="osliki.github.io">
<meta name="twitter:title" content="Osliki — Decentralized Package Delivery Platform">
<meta name="twitter:description" content="Osliki is a decentralized package delivery platform built on top of Ethereum blockchain.">
<meta name="twitter:image" content="https://osliki.github.io/img/osliki-land.png">
<!-- Meta Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- All CSS Styles -->
<link type="text/css" href="css/bootstrap.css" rel="stylesheet" media="screen" />
<link type="text/css" href="css/animate.css" rel="stylesheet" media="screen" />
<!--link type="text/css" href="css/swiper.css" rel="stylesheet" media="screen" />
<link type="text/css" href="css/owl.carousel.css" rel="stylesheet" media="screen" />
<link type="text/css" href="css/owl.theme.css" rel="stylesheet" media="screen" />
<link type="text/css" href="css/magnific-popup.css" rel="stylesheet" media="screen" /-->
<link type="text/css" href="css/styles/style-violence.css?1" rel="stylesheet" media="screen" />
<link type="text/css" href="css/fontawesome-all.min.css" rel="stylesheet" media="screen" />
<!-- Media Queries -->
<link type="text/css" href="css/media.css" rel="stylesheet" media="screen" />
<!-- Modernizr -->
<script type="text/javascript" src="js/modernizr.js"></script>
<!-- Comments for IE8 and Lower -->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Gradient Support IE9 -->
<!--[if gte IE 9]>
<style type="text/css">
.gradient {
filter: none;
}
</style>
<![endif]-->
</head>
<body class="skew1">
<!-- Preloader -->
<div id="loader-wrapper">
<div id="loader"></div>
</div>
<!-- Preloader End -->
<!-- Header -->
<header style="background: #000 url(img/back.jpg) no-repeat right bottom; background-size: cover; color: #000">
<!-- Intro -->
<div id="intro" class="overlay-gradienst" data-scroll-index="0">
<!-- Top Bar -->
<div class="top-bar">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Logo -->
<div class="logo"><a title="" href="#">Osliki</a></div>
<!-- Logo End -->
<!-- Menu -->
<div class="nav">
<nav class="navbar navbar-default" role="navigation">
<!-- Mobile Button -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Mobile Button End -->
<ul class="collapse navbar-collapse navbar-ex1-collapse">
<li><a data-scroll-nav="0" title="">Home</a></li>
<li><a data-scroll-nav="1" title="">About Osliki</a></li>
<li><a data-scroll-nav="2" title="">Classi</a></li>
<li><a data-scroll-nav="3" title="">Token</a></li>
<li><a data-scroll-nav="4" title="">Airdrop</a></li>
<li><a data-scroll-nav="5" title="">Examples</a></li>
<li><a data-scroll-nav="6" title="">Roadmap</a></li>
<li><a data-scroll-nav="7" title="">Team</a></li>
<li><a data-scroll-nav="8" title="">Social</a></li>
<!-- <li class="download-btn"><a title="" src="">White Paper <i class="fas fa-download"></i></a></li> -->
</ul>
</nav>
</div>
<!-- Menu End -->
</div>
</div><!-- .row End -->
</div><!-- .container End -->
</div>
<!-- Top Bar End -->
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Intro Heading -->
<div class="headline">
<br />
<h1 class="wow fadeInDown">Decentralized Package Delivery Platform</h1>
<p class="wow fadeInDown" data-wow-delay="0.3s">
<i>
«By 2025, the global courier, express and parcel market is expected to generate some $500 billion in revenue»
</i>
</p>
</div>
<!-- Intro Heading End -->
<div class="news wow fadeInUp" data-wow-delay="0.2s">
<h3>Hot News!</h3>
<br>
<ul>
<li>
We have launched <a target="_blank" href="https://osliki.github.io/classi">Osliki Classifieds</a> — Decentralized Bulletin Board.
</li>
<li>
<a target="_blank" href="https://etherscan.io/token/0x22390f429134870a01c7635827aef91c4af1a93f">OSLIK Token</a> has been issued.
</li>
</ul>
</div>
</div>
</div><!-- .row End -->
</div><!-- .container End -->
</div>
<!-- Intro End -->
</header>
<!-- Header -->
<!-- Content -->
<div id="content">
<!-- About Osliki -->
<section id="get-started" class="clearfix" data-scroll-index="1">
<!-- Get Started -->
<div class="get-started">
<div class="container">
<div class="center">
<h2>About Osliki</h2>
</div>
<div class="row">
<!-- Heading -->
<div class="col-md-8 col-md-offset-2 heading ">
<p class="subheadline">
Osliki is a decentralized package delivery platform built on top of Ethereum blockchain. The core of the platform is a smart contract Osliki that implements Osliki Protocol. On the basis of the platform anyone can build any business related to or dependent on delivery.
</p>
</div>
<!-- Heading End -->
<!-- Carousel -->
<div class="col-md-12">
<div class="col-md-4">
<div class="icon-wrap wow fadeIn" data-wow-offset="100">
<i class="fab fa-osi icon"></i>
<h3>Transparency</h3>
<p>All code is open-sourced and available for verification by any person. All data is publicly stored in Ethereum blockchain and also available for anyone.</p>
</div>
</div>
<!-- Item -->
<div class="col-md-4">
<div class="icon-wrap wow fadeIn" data-wow-delay="0.3s" data-wow-offset="100">
<i class="fas fa-share-alt icon"></i>
<h3>Decentralization</h3>
<p>No censorship, no regulation. No one can close your business, confiscate your funds, ban your account or change the terms of use unilaterally. It is impossible to simply shutdown the server your application is running on.</p>
</div>
</div>
<!-- Item -->
<div class="col-md-4">
<div class="icon-wrap wow fadeIn" data-wow-delay="0.6s" data-wow-offset="100">
<i class="fas fa-lock icon"></i>
<h3>Immutability</h3>
<p>Osliki Platform uses autonomous self-executing non-upgradable smart contracts. Once deployed they cannot be modified or upgraded. Thus, the platform is free from regulation even by developers themselves.</p>
</div>
</div>
</div>
<!-- Carousel End -->
</div><!-- .row End -->
</div><!-- .container End -->
</div>
<!-- Get Started End -->
<!-- Get Started -->
<div class="feature">
<!-- Overlay -->
<div class="overlay-silver bg"></div>
<!-- Overlay -->
<div class="container">
<div class="row">
<div class="col-sm-4 col-sm-offset-1 col-md-4 col-md-offset-1 ">
<!-- Heading -->
<div>
<h2>Osliki Protocol</h2>
</div>
<p class="subheadline">Simple and reliable protocol governing relations between customers and couriers.</p>
<!-- Heading End -->
</div>
<div class="col-sm-7 col-md-7">
<img class="img-responsive wow fadeInRight" src="img/osliki-protocol.png" alt="Diagram of Osliki Protocol" data-wow-offset="100">
</div>
</div><!-- .row End -->
</div><!-- .container End -->
</div>
<!-- Get Started End -->
<div class="feature">
<div class="container">
<div class="row">
<div class="col-sm-4 col-sm-push-8 col-md-4 col-md-push-8 ">
<div>
<h2>Osliki Platform</h2>
</div>
<p class="subheadline">Consists of the smart contract Osliki, ERC20-compliant OSLIK Token, server application Osliki Scan, Chrome extension Osliki-js and various widgets for embedding into websites. It is also planned in the future to create decentralized applications Osliki Marketplace and <a target="_blank" href="https://osliki.github.io/classi">Osliki Classifieds</a>.</p>
</div>
<div class="col-sm-8 col-sm-pull-4 col-md-8 col-md-pull-4">
<img class="img-responsive wow fadeInLeft" src="img/osliki-platform.png" alt="Diagram of Osliki Platform" data-wow-offset="100">
</div>
</div><!-- .row End -->
</div><!-- .container End -->
</div>
</section>
<!-- About Osliki End -->
<!-- Get Started Section -->
<section id="classi" class="clearfix" data-scroll-index="2">
<!-- OSLIK Token -->
<div class="token">
<div class="overlay-silver bg"></div>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div>
<h2 class="center">Osliki Classifieds</h2>
<div class="col-sm-8 col-sm-push-4 col-md-8 col-md-push-4">
<p class="subheadline">
<a target="_blank" href="https://osliki.github.io/classi">Osliki Classifieds</a> is a Decentralized Bulletin Board powered by Ethereum Blockchain and InterPlanetary File System.
</p>
<p class="subheadline">
As a part of the Osliki Platform, it uses OSLIK Token as an inner currency.
</p>
</div>
<div class="col-sm-4 col-sm-pull-8 col-md-4 col-md-pull-8">
<img class="img-responsive" src="https://osliki.github.io/classi/favicon.ico" alt="Osliki Classifieds">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Get Started Section End -->
<!-- Get Started Section -->
<section id="token" class="clearfix" data-scroll-index="3">
<!-- OSLIK Token -->
<div class="token">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="heading">
<h2 class="center">OSLIK Token</h2>
<p class="subheadline">
Customers can use two types of currency to pay for courier services: ETH (fee of 1%) and OSLIK token (no fee). Payment in ETH will be convenient for a new user as this will avoid currency conversion. It is also advantageous for small orders where a fee of 1% is not as expensive as conversion.
</p>
<p class="subheadline">
Tokens will be sold during the ICO to raise funds for development and promotion of the platform and services built on this platform.
</p>
<p class="subheadline">
Currently, it is used to make ads go to the top of a category in <a target="_blank" href="https://osliki.github.io/classi">Osliki Classifieds</a> application.
</p>
</div>
<div class="wow fadeIn" data-wow-delay="0s">
<h3>Specification:</h3>
<ul>
<li>Standart: ERC20</li>
<li>Type: Burnable</li>
<li>Total Supply: 100,000,000 OSLIK</li>
<li>Allocation: 55% - crowdfunding, 20% - Osliki Foundation, 20% - investors, 5% - airdrop/bounty </li>
<li>Contract: <a target="_blank" href="https://etherscan.io/token/0x22390f429134870a01c7635827aef91c4af1a93f">on etherscan</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Get Started Section End -->
<!-- Get Started Section -->
<section id="airdrop" class="clearfix" data-scroll-index="4">
<!-- OSLIK Token -->
<div class="token airdrop">
<div class="overlay-silver bg"></div>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="heading">
<h2 rel="#airdrop">Airdrop</h2>
<p class="subheadline">
Get free OSLIK Tokens for performing simple tasks.
</p>
</div>
<div class="wow fadeInUp" data-wow-delay="0s">
<h3>Steps</h3>
<ol>
<li>Join our Telegram <a target="_blank" href="https://t.me/joinchat/Gu2JzkhJyDWBIwaruTSI4Q">group</a> and <a target="_blank" href="https://t.me/osliki_channel">channel</a></li>
<li>Follow us on <a target="_blank" href="https://twitter.com/OslikiNet">twitter</a> then like and retweet one of the statuses.</li>
<li>One clap on <a target="_blank" href="https://medium.com/@artod/rewriting-an-application-on-blockchain-b9944e5e2ec7">Medium</a></li>
<li>Subscribe to our <a target="_blank" href="https://www.reddit.com/r/Osliki/">subredit</a></li>
<li>Post an Ad on <a target="_blank" href="https://osliki.github.io/classi/">Osliki Classifieds</a> (here you pay ONLY for transaction).</li>
</ol>
<p>
After the last step <b>20 OSLIK tokens will arrive on your wallet automatically</b>. You can repeat steps as much as you want but form DIFFERENT ACCOUNTS and ADDRESSES.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Get Started Section End -->
<!-- Examples -->
<section id="examples" class="clearfix" data-scroll-index="5">
<!-- Download -->
<div class="examples">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="center">
<h2>Examples</h2>
</div>
<div class="heading center">
<p class="subheadline">
Here are some examples of services that can be built on the basis of Osliki Platform.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-6 wow zoomIn animated">
<div class="example-img"><img src="img/travel.png" alt="P2P delivery service"> </div>
<p>
<b>P2P package delivery service.</b>
Imagine that someone can deliver you a parcel from another part of the planet in 24 hours. Travelers can transport any items in their luggage or trunk and get paid for it. Customers will get unlimited access to purchases of goods around the world for cryptocurrency.
</p>
</div>
<div class="col-md-3 col-sm-6 wow zoomIn animated">
<div class="example-img"><img src="img/drone.png" alt="Delivery drone"></div>
<p>
<b>Delivery drones.</b>
Imagine an entrepreneur with a fleet of cargo drones based on the roof of some building in your city. Drones scan data in the blockchain, and if an order corresponds to some specific parameters (an acceptable range and cargo dimensions), they automatically send offers and invoices, and then fly to fulfill the order.
</p>
</div>
<div class="col-md-3 col-sm-6 wow zoomIn animated">
<div class="example-img"><img src="img/mrX.png" alt="Small sellers"></div>
<p>
<b>Small sellers.</b>
Imagine Mr. X from Craiglist that grows in his backyard a very special variety of cannabis (of course, in countries where it is legal). He sends you a link with the widget where you can add an order to Osliki containing the ethereum-address of Mr. X directly. And even if his account will be blocked, fans of his agricultural talent will always remember where to send orders.</p>
</div>
<div class="col-md-3 col-sm-6 wow zoomIn animated">
<div class="example-img"><img src="img/eco.png" alt="Farmer's foods"></div>
<p>
<b>Farmer's foods.</b>
You can also imagine a marketplace where farmers sell their organic vegetables, fresh milk and meat. Delivery can be carried out, for example, by drivers shuttling between town and country. Farmers will thus have unlimited access to retail customers bypassing supermarkets.
</p>
</div>
</div>
</div><!-- .container End -->
</div>
<!-- Download End -->
</section>
<!-- Download Section End -->
<!-- Gallery Section -->
<section id="gallery" class="clearfix" data-scroll-index="6">
<!-- Gallery -->
<div class="gallery">
<div class="overlay-silver bg"></div>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<!-- Heading -->
<div class="heading center">
<h2>Roadmap</h2>
<p class="subheadline"></p>
</div>
<!-- Heading End -->
</div>
<div class="col-md-8 col-md-offset-2" >
<h4>Q1 2016</h4>
<ul>
<li>
Idea and prototype of p2p
delivery service Osliki
(development frozen)
</li>
</ul>
<h4>Q1 2018</h4>
<ul>
<li>
Decentralized version of the service.
</li>
<li>
Formation of architecture of Osliki Platform.
</li>
</ul>
<h4>Q2 2018</h4>
<ul>
<li>
Preparing and launching the ICO.
</li>
<li>
Registration of a legal entity
(Osliki Foundation).
</li>
<li>
Formation of team.
</li>
<li>
Start development.
</li>
</ul>
<h4>Q3 2018</h4>
<ul>
<li>
Release all nodes of the platform.<br>
</li>
<li>
Advertising campaign.<br>
</li>
</ul>
</div>
</div><!-- .row End -->
</div><!-- .container End -->
</div>
<!-- Gallery End -->
</section>
<!-- Gallery Section End -->
<!-- Testimonials Section -->
<section id="testimonials" class="clearfix" data-scroll-index="7">
<!-- Testimonials -->
<div class="testis">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<!-- Heading -->
<div class="heading center">
<h2>Team</h2>
<p class="subheadline"></p>
</div>
<div class="row">
<div class="col-md-6 center">
<img class="img-responsive img-circle" src="https://media.licdn.com/dms/image/C4D03AQG3p-dCBxrqvw/profile-displayphoto-shrink_200_200/0?e=1528405200&v=beta&t=V3mtZRRPXtrbNWsfUoraUXe3dQVEQur_auUBGN5o3DQ" alt="Artod's avatar">
<cite>Artod <span>Founder</span></cite>
<p>Software Developer & Entrepreneur</p>
<p>
<a href="https://www.linkedin.com/in/artod/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/artod" target="_blank"><i class="fab fa-github"></i></a>
</p>
</div>
<div class="col-md-6 center">
<img class="img-responsive img-circle" src="img/mrX.png" alt="">
<cite>You? <span>xxx</span></cite>
<p>You can be here. <a href="https://telegram.me/artod" target="_blank">Join now!</a></p>
</div>
</div>
<!-- Testi-Carousel End -->
</div>
</div><!-- .row End -->
</div><!-- .container End -->
</div>
<!-- Testimonials End -->
</section>
<!-- Testimonials Section End -->
<!-- Newsletter Section -->
<section id="newsletter" class="clearfix" data-scroll-index="8">
<!-- Newsletter -->
<div class="newsletter social overlay-gradient">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<!-- Heading -->
<div class="heading center inverted">
<h2>Social links</h2>
<p class="subheadline">Join us on social media.</p>
</div>
<!-- Heading End -->
<ul class="soc-links">
<li>
<a href="https://github.com/osliki" target="_blank" title="Github">
<i class="fab fa-github"></i>
Source Code
</a>
</li>
<li>
<a href="https://medium.com/@artod/rewriting-an-application-on-blockchain-b9944e5e2ec7" target="_blank" title="Medium">
<i class="fab fa-medium"></i>
Story on Medium
</a>
</li>
<li>
<a href="https://t.me/joinchat/Gu2JzkhJyDWBIwaruTSI4Q" target="_blank" title="Telegram group Osliki">
<i class="fab fa-telegram"></i>
Telegram Group
</a>
</li>
<li>
<a href="https://t.me/osliki_channel" target="_blank" title="Telegram channel Osliki">
<i class="fab fa-telegram"></i>
Telegram Channel
</a>
</li>
<li>
<a href="https://www.reddit.com/r/Osliki" target="_blank" title="Reddit /r/Osliki">
<i class="fab fa-reddit"></i>
Reddit /r/Osliki
</a>
</li>
<li>
<a href="https://twitter.com/OslikiNet" target="_blank" title="Twitter Osliki">
<i class="fab fa-twitter"></i>
Twitter
</a>
</li>
<li>
<a href="https://bitcointalk.org/index.php?topic=3296322" target="_blank" title="BitcoinTalk (ENG)">
<i class="fab fa-bitcoin"></i>
BitcoinTalk (ENG)
</a>
</li>
<li>
<a href="https://bitcointalk.org/index.php?topic=3178617" target="_blank" title="BitcoinTalk (RUS)">
<i class="fab fa-bitcoin"></i>
BitcoinTalk (RUS)
</a>
</li>
<li>
<a href="https://bitcointalk.org/index.php?topic=3206783" target="_blank" title="BitcoinTalk (FR)">
<i class="fab fa-bitcoin"></i>
BitcoinTalk (FR)
</a>
</li>
</ul>
<div class="newsletter">
<!-- Heading -->
<div class="center inverted"><br>
<h4>Stay up to date</h4>
</div>
<!-- Heading End -->
<!-- Subscribe Form -->
<form id="newsletter-form" class="clearfix">
<input type="email" name="mc-email" id="mc-email" class="input-field form-control" placeholder="Your E-Mail address">
<label class="subscribe-message"></label>
<input type="submit" value="Submit" name="subscribe-submit" class="submit">
</form>
<!-- Subscribe Form End -->
</div>
</div>
</div><!-- .row End -->
</div><!-- .container End -->
</div>
<!-- Newsletter End -->
</section>
<!-- Newsletter Section End -->
</div>
<!-- Content End -->
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- ScrollToTop -->
<a class="scrollup" href="#" title=""><i class="fa fa-angle-up"></i></a>
<!-- ScrollToTop End -->
<p>Osliki © 2018, Montréal</p>
</div>
</div><!-- .row End -->
</div><!-- .container End -->
</footer>
<!-- Footer -->
<!-- Javascript Files -->
<script type="text/javascript" src="js/jquery-2.2.4.min.js"></script>
<!--script type="text/javascript" src="js/bootstrap.min.js"></script--->
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/scrollIt.js"></script>
<script type="text/javascript" src="js/wow.min.js"></script>
<script type="text/javascript" src="js/jquery.ajaxchimp.min.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
</body>
</html>