-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxrpnews15022019.html
654 lines (575 loc) · 25.7 KB
/
xrpnews15022019.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>CryptoReviews | News | Ripple | 15/02/2019</title>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="">
<link rel="author" href="Adrià Parcerisas Albés" />
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,700,600,800,400,300%7CMontserrat:400,700%7CRaleway:600,400' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Playfair+Display:700,700italic' rel='stylesheet' type='text/css'>
<!-- Css -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/magnific-popup.css" />
<link rel="stylesheet" href="revolution/css/settings.css" />
<link rel="stylesheet" href="css/rev-slider.css" />
<link rel="stylesheet" href="css/font-icons.css" />
<link rel="stylesheet" href="css/sliders.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/responsive.css" />
<link rel="stylesheet" href="css/spacings.css" />
<link rel="stylesheet" href="css/animate.min.css" />
<link rel="stylesheet" href="css/color.css" />
<!-- Favicons -->
<link rel="shortcut icon" href="img/favicon-32.png">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-136161535-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-136161535-1');
</script>
</head>
<body>
<!-- Preloader -->
<div class="loader-mask">
<div class="loader">
"Loading..."
</div>
</div>
<header class="nav-type-1">
<div class="top-bar hidden-xs">
<div class="container">
<div class="row">
<div class="top-bar-links">
<ul class="col-sm-6">
<li class="top-bar-email">
<i class="fa fa-envelope"></i><a href="mailto:[email protected]">[email protected]</a>
</li>
<li class="top-bar-phone">
<i class="fa fa-phone"></i><span>+34646416181</span>
</li>
</ul>
<div class="col-sm-6 social-icons text-right nopadding">
<a href="https://twitter.com/adriaparcerisas"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/adria.parcerisasalbes"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/adri%C3%A0-parcerisas-1a76a48a/"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div> <!-- end top bar -->
<nav class="navbar navbar-static-top">
<div class="navigation">
<div class="container relative">
<form method="get" class="search-wrap">
<input type="search" class="form-control" placeholder="Type & Hit Enter">
</form>
<div class="row">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div> <!-- end navbar-header -->
<!-- Logo -->
<div class="logo-container">
<div class="logo-wrap">
<a href="index.html">
<img class="logo" src="img/cryptoreviewslogo.png" height="40px" width="200px" alt="logo">
</a>
</div>
</div>
<div class="col-md-9 nav-wrap right">
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Home</a>
<ul class="dropdown-menu">
<li><a href="index.html">Go home</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown">Topics</a>
<ul class="dropdown-menu">
<li><a href="topics.html">NEW</a></li>
<li><a href="block.html">Blockchain</a></li>
<li><a href="crypto.html">Cryptocurrency</a></li>
<li><a href="ico.html">ICO</a></li>
<li><a href="money.html">Money</a></li>
<li><a href="tech.html">Technology</a></li>
<li><a href="things.html">Things to know</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown">ICO Categories</a>
<ul class="dropdown-menu megamenu">
<li>
<div class="megamenu-wrap">
<div class="row">
<div class="col-md-3 megamenu-item no-headings">
<ul class="menu-list">
<li><a href="categories.html">NEW</a></li>
<li><a href="art.html">Art</a></li>
<li><a href="ai.html">Artificial Intelligence</a></li>
<li><a href="banking.html">Banking</a></li>
<li><a href="business.html">Business</a></li>
<li><a href="casino.html">Casino/Gambling</a></li>
<li><a href="charity.html">Charity</a></li>
</ul>
</div>
<div class="col-md-3 megamenu-item no-headings">
<ul class="menu-list">
<li><a href="communication.html">Communication</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="energy.html">Energy</a></li>
<li><a href="entertainment.html">Entertainment</a></li>
<li><a href="exchange.html">Exchange</a></li>
<li><a href="gaming.html">Gaming</a></li>
</ul>
</div>
<div class="col-md-3 megamenu-item no-headings">
<ul class="menu-list">
<li><a href="green.html">Green</a></li>
<li><a href="health.html">Health</a></li>
<li><a href="infra.html">Infrastructure</a></li>
<li><a href="media.html">Media</a></li>
<li><a href="manu.html">Manufacturing</a></li>
<li><a href="mining.html">Mining</a></li>
</ul>
</div>
<div class="col-md-3 megamenu-item no-headings">
<ul class="menu-list">
<li><a href="platform.html">Platform</a></li>
<li><a href="protocol.html">Protocol</a></li>
<li><a href="re.html">Real estate</a></li>
<li><a href="sports.html">Sports</a></li>
<li><a href="tourism.html">Tourism</a></li>
<li><a href="trading.html">Trading</a></li>
</ul>
</div>
</div>
</div>
</li>
</ul>
</li> <!-- end categories -->
<li class="dropdown">
<a class="dropdown-toggle">Token type</a>
<ul class="dropdown-menu">
<li><a href="types.html">NEW</a></li>
<li><a href="payment.html">Payment</a></li>
<li><a href="security.html">Security</a></li>
<li><a href="utility.html">Utility</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown">Cryptocurrency</a>
<ul class="dropdown-menu megamenu">
<li>
<div class="megamenu-wrap">
<div class="row">
<div class="col-md-3 megamenu-item no-headings">
<ul class="menu-list">
<li><a href="cryptocurrency.html">NEW</a></li>
<li><a href="btc.html">Bitcoin</a></li>
<li><a href="bch.html">Bitcoin Cash</a></li>
<li><a href="btt.html">BitTorrent</a></li>
</ul>
</div>
<div class="col-md-3 megamenu-item no-headings">
<ul class="menu-list">
<li><a href="ada.html">Cardano</a></li>
<li><a href="dash.html">Dash</a></li>
<li><a href="eos.html">EOS</a></li>
<li><a href="eth.html">Ethereum</a></li>
</ul>
</div>
<div class="col-md-3 megamenu-item no-headings">
<ul class="menu-list">
<li><a href="ltc.html">Litecoin</a></li>
<li><a href="iota.html">IOTA</a></li>
<li><a href="xrm.html">Monero</a></li>
<li><a href="neo.html">NEO</a></li>
</ul>
</div>
<div class="col-md-3 megamenu-item no-headings">
<ul class="menu-list">
<li><a href="xrp.html">Ripple</a></li>
<li><a href="xlm.html">Stellar</a></li>
<li><a href="trx.html">TRON</a></li>
<li><a href="nem.html">XEM</a></li>
</ul>
</div>
</div>
</div>
</li>
</ul>
</li> <!-- end cryptocurrency -->
<li class="dropdown active">
<a class="dropdown-toggle" data-toggle="dropdown">News</a>
<ul class="dropdown-menu">
<li><a href="news.html">NEW</a></li>
<li><a href="altcoinsnews.html">Altcoins</a></li>
<li><a href="btcnews.html">Bitcoin</a></li>
<li><a href="blocknews.html">Blockchain</a></li>
<li><a href="ethnews.html">Ethereum</a></li>
<li><a href="ltcnews.html">Litecoin</a></li>
<li><a href="xrmnews.html">Monero</a></li>
<li><a href="regulationsnews.html">Regulations</a></li>
<li><a href="xrpnews.html">Ripple</a></li>
<li><a href="scamnews.html">Scam</a></li>
</ul>
</li>
<li id="mobile-search" class="hidden-lg hidden-md">
<form method="get" class="mobile-search">
<input type="search" class="form-control" placeholder="Search...">
<button type="submit" class="search-button">
<i class="fa fa-search"></i>
</button>
</form>
</li>
<li>
<a href="#" class="nav-search">
<i class="fa fa-search search-trigger"></i>
<i class="fa fa-times search-close"></i>
</a>
</li>
</ul> <!-- end menu -->
</div> <!-- end collapse -->
</div> <!-- end col -->
</div> <!-- end row -->
</div> <!-- end container -->
</div> <!-- end navigation -->
</nav> <!-- end navbar -->
</header>
<div class="main-wrapper oh">
<!-- Page Title -->
<section class="page-title text-center" style="background-image: url(img/blog/blog_title_bg_bis.jpg);">
<div class="container relative clearfix">
<div class="title-holder">
<div class="title-text">
<h1 class="uppercase">Blog News</h1>
<ol class="breadcrumb">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="blognews.html">News</a>
</li>
<li>
<a href="xrpnews.html">Ripple</a>
</li>
<li class="active">
15/02/2019
</li>
</ol>
</div>
</div>
</div>
</section> <!-- end page title -->
<!-- Blog Single Post -->
<section class="section-wrap post-single pb-50">
<div class="container relative">
<div class="row">
<!-- content -->
<div class="col-md-10 col-md-offset-1 post-content">
<!-- gallery post -->
<div class="entry-item">
<div class="entry">
<h2 class="entry-title">
Ripple announces XRP Ledger 1.2.0 for improved Censorship Resistance
</h2>
<ul class="entry-meta list-inline">
<li class="entry-date">
<i class="fa fa-clock-o"></i><a href="#">15 February, 2019</a>
</li>
<li class="entry-category">
<i class="fa fa-folder-open"></i><a href="xrpnews.html">Ripple</a>
</li>
<li class="entry-author">
<i class="fa fa-user"></i><a href="#">Admin</a>
</li>
<li class="entry-comments">
<i class="fa fa-comments"></i><a href="#">1</a>
</li>
</ul>
<div class="entry-content">
<div class="entry-img2 hover-scale">
<a href="btcnews13022019.html">
<img src="img/blog/xrpnews15022019_2.jpg" alt="">
</a>
</div>
<br><p><span class="dropcap style-1">A</span>
newly launched version of the XRP Ledger introduces such improvements as enhanced censorship resistance and the MultiSignReserve amendment.<br>
First of all, now the network is to become more resistant to censorship. It means that there is no such an entity that has a right to decide which transactions succeed or fail. And consequently, nobody has an opportunity to change or edit a transaction after it has been added to the ledger.<br>
Though the company claims that their previous version of the XRP Ledger already was highly resistant to censorship attempts, now the ledger will become even more powerful in this aspect.<br>
The servers will be able to detect automatically the cases when somebody will try to interfere in the network. Having detected any transaction censorship attempts, a server will issue warnings.</p>
<!-- tags -->
<div class="entry-tags tags mb-30 mt-40 clearfix">
<span class="uppercase left">Tags:</span>
<a href="blocknews.html">Blockchain</a>
<a href="xrpnews.html">Ripple</a>
</div>
<!-- entry share -->
<div class="entry-share">
<div class="socials-share clearfix">
<span class="uppercase">Share:</span>
<div class="social-icons colored">
<a href="#" class="social-twitter" data-toggle="tooltip" data-placement="top" title="Twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="social-facebook" data-toggle="tooltip" data-placement="top" title="Facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="social-google-plus" data-toggle="tooltip" data-placement="top" title="Google +"><i class="fa fa-google-plus"></i></a>
<a href="#" class="social-pinterest" data-toggle="tooltip" data-placement="top" title="Pinterest"><i class="fa fa-pinterest-p"></i></a>
<a href="#" class="social-instagram" data-toggle="tooltip" data-placement="top" title="Instagram"><i class="fa fa-instagram"></i></a>
<a href="#" class="social-email" data-toggle="tooltip" data-placement="top" title="Email"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
<!-- entry author -->
<div class="entry-author-box clearfix">
<img src="img/blog/adriaparcerisas.jpg" class="author-img" alt="img">
<div class="author-info">
<h6 class="author-name uppercase">by Adrià Parcerisas</h6>
<span>Social Media Manager of <a href="#">Saiterm</a></span>
<p class="mb-0">In order to obtain more information about this topic. Find me on <a href="https://www.facebook.com/adria.parcerisasalbes">Facebook</a>, on <a href="https://twitter.com/adriaparcerisas">Twitter</a> or <a href="https://www.linkedin.com/in/adri%C3%A0-parcerisas-1a76a48a/">LinkedIn</a>.</p>
</div>
</div>
<!-- prev / next entry -->
<div class="entry-prev-next">
<div class="row">
<div class="col-sm-6 prev-entry">
<span><i class="fa fa-angle-left"></i>Previous Post</span>
<h4><a href="ethnews14022019.html">Ethereum Daily Mining Rewards Аre at Lowest Level Ever Reported</a></h4>
</div>
<!--<div class="col-sm-6 next-entry">
<span>Next Post<i class="fa fa-angle-right"></i></span>
<h4><a href="xrpnews15022019.html">Ripple announces XRP Ledger 1.2.0 for improved Censorship Resistance</a></h4>
</div>-->
</div>
</div>
<!-- related posts -->
<div class="related-posts mt-40">
<h3 class="heading relative heading-small uppercase bottom-line style-2 left-align mb-30">Related Posts</h3>
<div class="row">
Not related posts yet.
<!--<div class="col-sm-4">
<article>
<div class="entry-img3 hover-scale">
<a href="blocknews12022019.html">
<img src="img/blog/rsz_blocknews12022019.jpg" alt="">
</a>
</div>
<div class="entry">
<h4 class="entry-title"><a href="blocknews12022019.html">World’s 5th Largest Bank Aims to Debut Blockchain Payment Network in 2020</a></h4>
</div>
</article>
</div>-->
<!--<div class="col-sm-4">
<article>
<div class="entry-img hover-scale">
<a href="blog-single.html">
<img src="img/blog/2.jpg" alt="">
</a>
</div>
<div class="entry">
<h4 class="entry-title"><a href="blog-single.html">5 Ways to Give Thanks and Give Back at Work</a></h4>
</div>
</article>
</div>
<div class="col-sm-4">
<article>
<div class="entry-img hover-scale">
<a href="blog-single.html">
<img src="img/blog/3.jpg" alt="">
</a>
</div>
<div class="entry">
<h4 class="entry-title"><a href="blog-single.html">16-Step Blueprint to Master Your Digital Marketing in 2016</a></h4>
</div>
</article>
</div>-->
</div>
</div>
<!-- Comments -->
<div class="entry-comments mt-20">
<h3 class="heading relative heading-small uppercase bottom-line style-2 left-align mb-40">2 comments</h3>
<ul class="comment-list">
<li>
<div class="comment-body">
<img src="img/blog/comment_1.jpg" class="comment-avatar" alt="">
<div class="comment-content">
<span class="comment-author">Ronald Krumennagher</span>
<span><a href="#">Feb 15, 2019 at 4:31 am</a></span>
<p>Disaster is coming...</p>
<a href="#">Reply</a>
</div>
</div>
</li> <!-- end 1 comment -->
<li>
<div class="comment-body">
<img src="img/blog/comment_3.jpg" class="comment-avatar" alt="">
<div class="comment-content">
<span class="comment-author">Teófilo Cuevas</span>
<span><a href="#">Feb 15, 2019 at 8:02 pm</a></span>
<p>If there is no a reversion, we will lost all miners!</p>
<a href="#">Reply</a>
</div>
</div>
</li> <!-- end 2 comment -->
</ul>
</div> <!-- end comments -->
<!-- Leave a Comment -->
<div class="comment-form mt-60 mb-50">
<h3 class="heading relative heading-small uppercase bottom-line style-2 left-align">leave a reply</h3>
<form id="form" method="post" action="#">
<div class="row row-16">
<div class="col-md-4">
<input name="name" id="name" type="text" placeholder="Name*">
</div>
<div class="col-md-4">
<input name="mail" id="mail" type="email" placeholder="E-mail*">
</div>
<div class="col-md-4">
<input name="Website" id="Website" type="text" placeholder="Website">
</div>
<div class="col-md-12">
<textarea name="comment" id="comment" placeholder="Comment" rows="8"></textarea>
</div>
</div>
<input type="submit" class="btn btn-md btn-color" value="Post Comment" id="submit-message">
</form>
</div>
</div>
</div>
</div> <!-- end gallery post -->
</div> <!-- end col -->
</div> <!-- end row -->
</div> <!-- end container -->
</section> <!-- end blog standard -->
<!-- Footer Type-1 -->
<footer class="footer footer-type-1">
<div class="container">
<div class="footer-widgets">
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="widget footer-about-us">
<h5>About Us</h5>
<p class="mb-0">CryptoReviews is a multi-purpose blog news and reviews about blockchain and cryptocurrencies. To get all the information about this new technology is now easy than you can imagine.</p>
</div>
</div> <!-- end about us -->
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="widget footer-get-in-touch">
<h5>Get in Touch</h5>
<p class="footer-address">Catalonia, CryptoReviews inc.<br> Rambla del Poblenou 133, Barcelona</p>
<p>Phone: + 34 646 41 61 81</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div> <!-- end stay in touch -->
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="widget footer-posts">
<h5>Latest Posts</h5>
<div class="footer-entry-list">
<ul class="posts-list no-top-pad">
<li class="footer-entry small-space">
<article class="post-small clearfix">
<div class="entry">
<h3 class="entry-title"><a href="eth14022019.html">Ethereum Mining at Lowest Level Ever</a></h3>
<ul class="entry-meta list-inline">
<li class="entry-date">
<a href="#">14 Feb, 2019</a>
</li>
</ul>
</div>
</article>
</li>
<li class="footer-entry small-space">
<article class="post-small clearfix">
<div class="entry">
<h3 class="entry-title"><a href="crypto13022019.html">Spring Will Come in 2020</a></h3>
<ul class="entry-meta list-inline">
<li class="entry-date">
<a href="#">13 Feb, 2019</a>
</li>
</ul>
</div>
</article>
</li>
<li class="footer-entry small-space">
<article class="post-small clearfix">
<div class="entry">
<h3 class="entry-title"><a href="block12022019.html">Largest Banks will debut in 2020</a></h3>
<ul class="entry-meta list-inline">
<li class="entry-date">
<a href="#">12 Feb, 2019</a>
</li>
</ul>
</div>
</article>
</li>
</ul>
</div>
</div>
</div> <!-- end latest posts -->
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="widget footer-links">
<h5>Useful Links</h5>
<ul>
<li><a href="#" class="link-underline">CryptoReviews, all about Blockchain.</a></li>
<li><a href="#reviews">Reviews</a></li>
<li><a href="news.html">News</a></li>
<li><a href="#thoughts">Thoughts</a></li>
</ul>
</div>
</div> <!-- end useful links -->
</div>
</div>
</div> <!-- end container -->
<div class="bottom-footer">
<div class="container">
<div class="row">
<div class="col-sm-6 copyright">
<span>
© 2019 CryptoReviews | Made by <a href="https://www.linkedin.com/in/adri%C3%A0-parcerisas-1a76a48a/">Adrià Parcerisas Albés</a>
</span>
</div>
<div class="col-sm-4 col-sm-offset-2 footer-socials mt-mdm-10">
<div class="social-icons text-right">
<a href="https://twitter.com/adriaparcerisas"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/adria.parcerisasalbes"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/adri%C3%A0-parcerisas-1a76a48a/"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div> <!-- end bottom footer -->
</footer> <!-- end footer -->
<div id="back-to-top">
<a href="#top"><i class="fa fa-angle-up"></i></a>
</div>
</div> <!-- end main-wrapper -->
<!-- jQuery Scripts -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/plugins.js"></script>
<script type="text/javascript" src="revolution/js/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="revolution/js/jquery.themepunch.revolution.min.js"></script>
<script type="text/javascript" src="js/rev-slider.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.video.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.carousel.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.actions.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.migration.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.parallax.min.js"></script>
</body>
</html>