-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
832 lines (746 loc) · 47.2 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
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-62115237-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-62115237-3');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Powered by LiveContracts.io · Secured in the Blockchain" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<title>LegalFling - Get explicit about sexual consent</title>
<!-- Favicon -->
<link rel="shortcut icon" href="./images/favicon.png"/>
<!-- Google Fonts -->
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&Raleway:300,400,500,600,700,800,900">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- owl-carousel -->
<link rel="stylesheet" type="text/css" href="css/owl-carousel/owl.carousel.css"/>
<!-- Font Awesome -->
<link rel="stylesheet" type="text/css" href="css/font-awesome.css"/>
<!-- Magnific Popup -->
<link rel="stylesheet" type="text/css" href="css/magnific-popup/magnific-popup.css"/>
<!-- Animate -->
<link rel="stylesheet" type="text/css" href="css/animate.css"/>
<!-- Ionicons -->
<link rel="stylesheet" href="css/ionicons.min.css">
<!-- Style -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive -->
<link rel="stylesheet" href="css/responsive.css">
<!-- custom style -->
<link rel="stylesheet" href="css/custom.css"/>
<!-- colors scheme -->
<link rel="stylesheet" href="css/colors.css"/>
</head>
<body>
<!-- loading -->
<div id="loading" class="green-bg">
<div id="loading-center">
<div class="boxLoading"></div>
</div>
</div>
<!-- loading End -->
<!-- Header -->
<header id="header-wrap" data-spy="affix" data-offset-top="55">
<div class="container">
<div class="row">
<div class="col-sm-12">
<nav class="navbar navbar-default" style="display: none">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
<img src="./images/logo.png" alt="logo">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right" id="top-menu">
<li class="active"><a href="#iq-home">Home</a></li>
<li><a href="#about-us">About our app</a></li>
<li><a href="#features">How it works</a></li>
<li><a href="#screenshots">Screenshots</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#download">Download</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</nav>
</div>
</div>
</div>
</header>
<!-- Header End -->
<!-- Banner -->
<section id="iq-home" class="banner-03 iq-bg iq-bg-fixed iq-box-shadow iq-over-black-80"
style=" background: url('./images/shutterstock_499266745.jpg');">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<h1 class="iq-font-white iq-tw-8">Get explicit about sexual consent</h1>
<h2>Secured on the blockchain</h2>
<div class="hero-livecontracts-section">
<h4>This showcase was powered by <a href="https://www.ltonetwork.com/?utm_source=LegalFling">LTO Network</a></h4>
<a class="button hero-btn" href="https://www.ltonetwork.com/?utm_source=LegalFling" style="display: none">Support project</a>
</div>
<div class="iq-mobile-app text-center">
<div class="iq-mobile-box">
<img class="iq-mobile-img" src="./images/banner/02.png" alt="#">
<span data-depth="0.8" class="layer iq-mobile-icon icon-01"
data-bottom="transform:translateX(50px)" data-top="transform:translateX(-100px);">
<img src="./images/banner/04-new.png" alt="#">
</span>
<span data-depth="0.8" class="layer iq-mobile-icon icon-02"
data-bottom="transform:translateX(100px)" data-top="transform:translateX(0px);">
<img src="./images/banner/05-new.png" alt="#">
</span>
<span data-depth="0.8" class="layer iq-mobile-icon icon-03"
data-bottom="transform:translateX(-50px)" data-top="transform:translateX(40px);">
<img src="./images/banner/06-new.png" alt="#">
</span>
<span data-depth="0.8" class="layer iq-mobile-icon icon-04"
data-bottom="transform:translateX(-30px)" data-top="transform:translateX(0px);">
<img src="./images/banner/07-new.png" alt="#">
</span>
<span data-depth="0.8" class="layer iq-mobile-icon icon-05"
data-bottom="transform:translateX(0px)" data-top="transform:translateX(-50px);">
<img src="./images/banner/09-new.png" alt="#">
</span>
</div>
</div>
<div class="link" style="display: none">
<h5 class="iq-font-white" data-animation="animated fadeInLeft">Be the first one to have a LegalFling</h5>
<ul class="list-inline" data-animation="animated fadeInUp">
<li><a href="https://itunes.apple.com/nl/app/legalfling/id1350423465?mt=8" data-toggle="modal"><i class="ion-social-apple"></i></a></li>
<li><a href="https://play.google.com/store/apps/details?id=io.legalfling" data-toggle="modal"><i class="ion-social-android"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Banner End -->
<div class="main-content">
<!-- Feature -->
<section id="about-us" class="overview-block-ptb iq-mt-50">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="heading-title">
<h2 class="title iq-tw-6">Safe sex redefined</h2>
<div class="divider"></div>
<p>LegalFling is the first blockchain based app to request and verify explicit consent before having sex.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-4 col-lg-4">
<div class="iq-fancy-box-03 text-left">
<i aria-hidden="true" class="ion-ios-copy-outline iq-font-blue"></i>
<h4 class="iq-tw-6">Do's and dont's <span class="iq-font-blue">.</span></h4>
<div class="info-03">
<p>LegalFling matches your sexual preferences with that of your fling, making the do's and dont's clear to both of you.</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-4 col-lg-4 re7-mt-30">
<div class="iq-fancy-box-03 text-left">
<i aria-hidden="true" class="ion-ios-color-filter-outline iq-font-blue"></i>
<h4 class="iq-tw-6">Blockchain based <span class="iq-font-blue">.</span></h4>
<div class="info-03">
<p>The LegalFling app verifies mutual consent.
Only the transaction hash is stored and timestamped in the blockchain, so your privacy is guaranteed.</p>
</div>
</div>
</div>
<div class="col-sm-12 col-md-4 col-lg-4 re7-mt-30">
<div class="iq-fancy-box-03 text-left">
<i aria-hidden="true" class="ion-ios-checkmark-outline iq-font-blue"></i>
<h4 class="iq-tw-6">Fully protected <span class="iq-font-blue">.</span></h4>
<div class="info-03">
<p>Took a spicy video or photo? You don't want that to go viral! With LegalFling any leaking of footage is a breach of contract and easy to take to court.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Feature END -->
<hr>
<!-- About Our App -->
<section class="iq-about-03 overview-block-ptb">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="heading-title iq-mb-20">
<h2 class="title iq-tw-6">Sorry...</h2>
<div class="divider"></div>
<div class="center-block iq-pt-30">
<span class="lead iq-tw-6">LegalFling is no longer available.</span>
</div>
</div>
</div>
<div class="col-sm-12 text-center">
<p>
LegalFling has been removed from the Apple AppStore and Google Play store, as the mature topic of the application violates the policy of both stores.
</p>
<div class="btn-group iq-mt-40" role="group" aria-label="" style="display: none">
<a class="button iq-mr-15" href="https://www.ltonetwork.com/?utm_source=LegalFling"> Support this project</a>
</div>
</div>
</div>
</div>
</section>
<!--
<section class="iq-about-03 overview-block-ptb">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="heading-title iq-mb-20">
<h2 class="title iq-tw-6">About our app</h2>
<div class="divider"></div>
<div class="center-block iq-pt-30">
<span class="lead iq-tw-6">LegalFling creates legally binding agreement about sexual consent, which is verifiable through the blockchain.</span>
</div>
</div>
</div>
<div class="col-sm-12 text-center">
<p>
Sex should be fun and safe, but nowadays a lot of things can go wrong. Think of unwanted videos, withholding information about STDs and offensive porn reenactment.
While you're protected by law, litigating any offenses through court is nearly impossible in reality. LegalFling creates a legally binding agreement, which means any
offense is a breach of contract. By using the Live Contracts protocol, your private agreement is verifiable using the blockchain and enforceable with a
single click.
</p>
<div class="btn-group iq-mt-40" role="group" aria-label="">
<a class="button iq-mr-15" href="https://www.ltonetwork.com/?utm_source=LegalFling"> Support this project</a>
</div>
</div>
</div>
</div>
</section>
-->
<section id="about-us-01" class="overview-block-ptb iq-about-1 grey-bg">
<div class="container">
<div class="row iq-mt-20">
<div class="col-sm-12 col-md-6 col-lg-6 popup-gallery">
<h2 class="heading-left iq-tw-6 iq-mt-40">Why do we need explicit sexual consent?</h2>
<div class="lead iq-tw-7 iq-mb-20">Safe sex is not only about using physical protection. It's about consenting to what will happen in the bedroom.
</div>
<p>Sweden is going to <a href="http://bit.ly/2B7JW6E" target="_blank">implement a new law</a> that requires explicit consent before sexual contact,
as a response to the <em>#metoo</em>-movement that dominated media in 2017.
</p>
<p>Communication and understanding is key when it comes sex that is pleasurable for both parties. Talking about rules and boundaries before sex
can be akward and uncomfortable for some. Having an app that clearly shows the rules of engagement as well as personal preferences, can remove misunderstandings
and prevent unintentional bad situations.</p>
<p>
LegalFling can also assist when things do go wrong, by putting you in contact with the right experts that can listen and help.
</p>
</div>
<div class="col-sm-12 col-md-6 col-lg-6 iq-mt-60 text-center">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/42xHgoNeZaY?rel=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<div class="btn-group iq-mt-40" role="group" aria-label="" style="display: none">
<a class="button popup-youtube" href="https://www.ltonetwork.com/?utm_source=LegalFling">Support this project</a>
</div>
</div>
</div>
</div>
</section>
<!--
<section id="features" class="overview-block-ptb iq-amazing-tab white-bg">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="heading-title">
<h2 class="title iq-tw-6">How it works</h2>
<div class="divider"></div>
<p>LegalFling can help in the communication towards consentual sex that is pleasurable for both.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-4 col-lg-4">
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active wow fadeInLeft" data-wow-duration="1s">
<a class="round-right" href="#design" aria-controls="design" role="tab" data-toggle="tab">
<div class="iq-fancy-box-01 text-right">
<i aria-hidden="true" class="ion-ios-heart-outline"></i>
<h4 class="iq-tw-6">No hassle</h4>
<div class="fancy-content-01">
<p>Don't ruin the moment. Asking to sign a contract to have sex can be akward.<br>Get sexual consent with a single tap.</p>
</div>
</div>
</a>
</li>
<li role="presentation" class="wow fadeInLeft" data-wow-duration="1s">
<a class="round-right" href="#resolution" aria-controls="resolution" role="tab"
data-toggle="tab">
<div class="iq-fancy-box-01 text-right">
<i aria-hidden="true" class="ion-ios-paperplane-outline"></i>
<h4 class="iq-tw-6">Easy messaging</h4>
<div class="fancy-content-01">
<p>Requesting consent should be easy.<br>Send a Fling with WhatsApp, Telegram, Facebook Messenger or SMS.
</p>
</div>
</div>
</a>
</li>
<li role="presentation" class="wow fadeInLeft" data-wow-duration="1s">
<a class="round-right" href="#ready" aria-controls="ready" role="tab" data-toggle="tab">
<div class="iq-fancy-box-01 text-right">
<i aria-hidden="true" class="ion-ios-locked-outline"></i>
<h4 class="iq-tw-6">Privacy guaranteed</h4>
<div class="fancy-content-01">
<p>You don't want to share your Flings with the rest of the world.
All Flings are encrypted with the highest standard available.
</p>
</div>
</div>
</a>
</li>
</ul>
</div>
<div class="col-md-4 text-center hidden-sm hidden-xs">
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="design"><img src="./images/screenshots/01.png"
class="img-responsive center-block"
alt="#"></div>
<div role="tabpanel" class="tab-pane" id="resolution"><img src="./images/screenshots/11.png"
class="img-responsive center-block"
alt="#"></div>
<div role="tabpanel" class="tab-pane" id="ready"><img src="./images/screenshots/07.png"
class="img-responsive center-block"
alt="#"></div>
<div role="tabpanel" class="tab-pane" id="fertures"><img src="./images/screenshots/13.png"
class="img-responsive center-block"
alt="#"></div>
<div role="tabpanel" class="tab-pane" id="face"><img src="./images/screenshots/10.png"
class="img-responsive center-block"
alt="#"></div>
<div role="tabpanel" class="tab-pane" id="codes"><img src="./images/screenshots/12.png"
class="img-responsive center-block"
alt="#"></div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4">
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="wow fadeInRight" data-wow-duration="1s">
<a href="#fertures" aria-controls="fertures" role="tab" data-toggle="tab">
<div class="iq-fancy-box-01">
<i aria-hidden="true" class="ion-ios-toggle-outline"></i>
<h4 class="iq-tw-6">Personalize</h4>
<div class="fancy-content-01">
<p>It's up to you how far you want to take it. Set boundaries and configure your personal preferences.</p>
</div>
</div>
</a>
</li>
<li role="presentation" class="wow fadeInRight" data-wow-duration="1s">
<a href="#face" aria-controls="face" role="tab" data-toggle="tab">
<div class="iq-fancy-box-01">
<i aria-hidden="true" class="ion-ios-close-outline"></i>
<h4 class="iq-tw-6">Penalty clauses</h4>
<div class="fancy-content-01">
<p>Escalate a breach with a single tap, triggering Cease and Desist letters and enforcing penalty payments.</p>
</div>
</div>
</a>
</li>
<li role="presentation" class="wow fadeInRight" data-wow-duration="1s">
<a href="#codes" aria-controls="codes" role="tab" data-toggle="tab">
<div class="iq-fancy-box-01">
<i aria-hidden="true" class="ion-ios-people-outline"></i>
<h4 class="iq-tw-6">Group Flings</h4>
<div class="fancy-content-01">
<p>For some, one guy or girl just won't do.
That's why we've added the possibility to send a Fling request to multiple people.
</p>
</div>
</div>
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<section id="screenshots" class="iq-app iq-bg iq-bg-fixed iq-font-white"
style="background: url('./images/shutterstock_662149150.jpg')">
<div class="container-fluid">
<div class="row row-eq-height">
<div class="col-md-6 text-left iq-ptb-80 green-bg">
<div class="iq-app-info">
<h2 class="heading-left iq-font-white white iq-tw-6 ">App screenshots</h2>
<div class="lead iq-tw-6 iq-mb-20">LegalFling allows you to request consent from any of your contacts. Sit back and relax while your fling confirms.
</div>
<h4 class="iq-mt-50 iq-font-white iq-tw-6 iq-mb-15">Easy as one, two, three</h4>
<p class="">During a fun night you meet your fling. Now it's time to get consent. Does your fling really want to take it further?
Simply open the LegalFling app, scroll to your contacts and send a request. Your sexual preferences, including your do's and don'ts are automatically
communicated.</p>
<p>Are you into BDSM but your fling isn't? LegalFling matches sexual preferences automatically, so you're immediately aware what your fling doesn't
appreciate and will not consent to.</p>
<p>Hopefully you will not be needing this further down the road. But just in case, feel safe knowing that there is a legally binding agreement. Any violation can be
dealt with quickly and privately.</p>
</div>
</div>
<div class="col-md-6 iq-app-screen iq-ptb-80">
<div class="home-screen-slide">
<div class="owl-carousel popup-gallery" data-nav-dots="true" data-nav-arrow="false"
data-items="3" data-sm-items="3" data-lg-items="3" data-md-items="2" data-autoplay="false">
<div class="item"><a href="./images/screenshots/03.png" class="popup-img"><img
class="img-responsive" src="./images/screenshots/03.png" alt="#"></a></div>
<div class="item"><a href="./images/screenshots/04.png" class="popup-img"><img
class="img-responsive" src="./images/screenshots/04.png" alt="#"></a></div>
<div class="item"><a href="./images/screenshots/05.png" class="popup-img"><img
class="img-responsive" src="./images/screenshots/05.png" alt="#"></a></div>
<div class="item"><a href="./images/screenshots/11.png" class="popup-img"><img
class="img-responsive" src="./images/screenshots/11.png" alt="#"></a></div>
<div class="item"><a href="./images/screenshots/02.png" class="popup-img"><img
class="img-responsive" src="./images/screenshots/02.png" alt="#"></a></div>
<div class="item"><a href="./images/screenshots/13.png" class="popup-img"><img
class="img-responsive" src="./images/screenshots/13.png" alt="#"></a></div>
<div class="item"><a href="./images/screenshots/14.png" class="popup-img"><img
class="img-responsive" src="./images/screenshots/14.png" alt="#"></a></div>
<div class="item"><a href="./images/screenshots/07.png" class="popup-img"><img
class="img-responsive" src="./images/screenshots/07.png" alt="#"></a></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="overview-block-ptb grey-bg iq-loved-customers">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="heading-title">
<h2 class="title iq-tw-6">Project supporters</h2>
<div class="divider"></div>
<p>The LegalFling project is supported by all of those that want help us change those #metoo's into #iFling</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="owl-carousel" data-nav-dots="false" data-nav-arrow="true" data-items="3"
data-xs-items="1" data-sm-items="2" data-md-items="3" data-lg-items="3" data-autoplay="true">
<div class="item">
<div class="iq-client white-bg">
<div class="client-img">
<img alt="#" class="img-responsive img-circle" src="./images/testimonial/thomas.png">
</div>
<div class="client-info">
<div class="client-name iq-mb-10">
<h5 class="iq-tw-6">Thomas Bob</h5>
<span class="sub-title iq-tw-6">Amsterdam</span>
</div>
<p>I really love the LegalFling project. My girlfriend and I believe
that this can change the way we think about safe sex.</p>
</div>
</div>
</div>
<div class="item">
<div class="iq-client white-bg">
<div class="client-img">
<img alt="#" class="img-responsive img-circle" src="./images/testimonial/fannie.png">
</div>
<div class="client-info">
<div class="client-name iq-mb-10">
<h5 class="iq-tw-6">Fannie Johansson</h5>
<span class="sub-title iq-tw-6">Stockholm</span>
</div>
<p>A spicy selfie of me and my ex-boyfriend went viral when he shared it with his friends
I wish I had used the LegalFling app, because then I could have caused a lot of trouble for him.</p>
</div>
</div>
</div>
<div class="item">
<div class="iq-client white-bg">
<div class="client-img">
<img alt="#" class="img-responsive img-circle" src="./images/testimonial/marc.png">
</div>
<div class="client-info">
<div class="client-name iq-mb-10">
<h5 class="iq-tw-6">Marc Richmond</h5>
<span class="sub-title iq-tw-6">New York</span>
</div>
<p>I pushed a little too hard [on having] sex once. I wish I had used this app.
It let's you reflect that you might be pushing it.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="faq" class="overview-block-ptb white-bg">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="heading-title">
<h2 class="title iq-tw-6">Frequently Asked Questions</h2>
<div class="divider"></div>
<p>You might have a lot of questions about the App. As it is still in a proof of concept phase
we will stick to answering the most important ones. Subscribe to our mailing if you want to be
kept up to date on the progress of our project.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-6">
<img class="img-responsive center-block" src="./images/01.png" alt="">
</div>
<div class="col-sm-12 col-md-6">
<div class="iq-accordion iq-mt-50">
<div class="iq-ad-block ad-active"><a href="#" class="ad-title iq-tw-6 iq-font-grey"> <span
class="ad-icon"><i class="ion-ios-bookmarks-outline" aria-hidden="true"></i></span>Is this
legally binding?</a>
<div class="ad-details">
The application generates a Live Contract, which is a legally binding agreement. Just remember,
the app is about setting clear rules and boundaries, not breaking them. To which extent
the contract holds up in court depends on your country of residence.
</div>
</div>
<div class="iq-ad-block"><a href="#" class="ad-title iq-tw-6 iq-font-grey"> <span
class="ad-icon"><i class="ion-ios-close-outline" aria-hidden="true"></i></span>Can I still
change my mind?</a>
<div class="ad-details">
<strong>Absolutely.</strong> "No" means "no" at any time. Being passed out means "no" at any time. Revoking consent
is always done verbally at any time and without giving a reason. You never use the app to revoke
consent.<br>
In case the rules of consent were not honered, the app can be used afterwards to secure a statement
and get professional help.
</div>
</div>
<div class="iq-ad-block"><a href="#" class="ad-title iq-tw-6 iq-font-grey"> <span
class="ad-icon"><i class="ion-ios-glasses-outline" aria-hidden="true"></i></span>Does this proof consent beyond any doubt?</a>
<div class="ad-details"><strong>No.</strong> With LegalFling you agree upon the conditions for sex to be consentual. An
accepted fling request is not a right or an obligation to have sex.<br>
Having an agreement helps if there is a discussion on how to interpret a situation. It has
its limitations in case one of the parties blatantly lies.
</div>
</div>
<div class="iq-ad-block"><a href="#" class="ad-title iq-tw-6 iq-font-grey"> <span
class="ad-icon"><i class="ion-ios-pulse" aria-hidden="true"></i></span>What about non-verbal communication?</a>
<div class="ad-details">
Not everyone is skilled in correctly interpreting non-verbal communication.
To prevent an unintentional bad situation caused by miscommunication, LegalFling asks both parties to
<strong>be verbal</strong> when it comes to sexual consent.
</div>
</div>
<div class="iq-ad-block"><a href="#" class="ad-title iq-tw-6 iq-font-grey"> <span
class="ad-icon"><i class="ion-ios-world-outline" aria-hidden="true"></i></span>Are you promoting
rape culture?</a>
<div class="ad-details">
<strong>No, on the contrary.</strong> Getting explicit consent and expressing your do's and don'ts before sex
should be the norm, but it typically doesn't happen. LegalFling is a fun and clear way to set the
rules before sex.
</div>
</div>
<div class="iq-ad-block"><a href="#" class="ad-title iq-tw-6 iq-font-grey"> <span
class="ad-icon"><i class="ion-ios-time-outline" aria-hidden="true"></i></span>When will the app be available?</a>
<div class="ad-details">We are currently working on the app. It will be subject to approval by Apple and Google
before it is available in the Google Play Store and App Store. We're keen on launching LegalFling at end of february 2018.
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="download" class="overview-block-ptb iq-bg iq-bg-fixed iq-over-black-80"
style="background: url('./images/shutterstock_731114065.jpg');">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="heading-title iq-mb-40">
<h2 class="title iq-tw-6 iq-font-white">Download App</h2>
<div class="divider white"></div>
<p class="iq-font-white">The app is now available for iOS and Android.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 text-center">
<a class="button button-icon iq-mr-15" href="https://itunes.apple.com/nl/app/legalfling/id1350423465?mt=8" data-toggle="modal"> <i class="ion-social-apple"></i> App Store</a>
<a class="button button-icon iq-mr-15 re4-mt-20" href="https://play.google.com/store/apps/details?id=io.legalfling" data-toggle="modal"> <i class="ion-social-android"></i>
Google Play Store</a>
</div>
</div>
</div>
</section>
-->
<!-- Frequently Asked Questions END -->
<!-- Clients -->
<div class="iq-our-clients white-bg iq-ptb-50">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="owl-carousel" data-nav-dots="false" data-nav-arrow="true" data-items="5"
data-sm-items="3" data-lg-items="5" data-md-items="4" data-autoplay="true">
<div class="item"><a target="_blank" href="http://www.businessinsider.com/legalflings-blockchain-based-app-for-sexual-consent-2018-1">
<img class="img-responsive center-block" src="./images/clients/gray/businessinsider.png"
alt="#"></a></div>
<div class="item"><a target="_blank" href="https://www.i4u.com/2018/01/126635/legalfling-use-blockchain-technology-log-explicit-sexual-consent">
<img class="img-responsive center-block" src="./images/clients/gray/I4U.png"
alt="#"></a></div>
<div class="item"><a target="_blank" href="https://www.emerce.nl/wire/nederlandse-blockchain-ontwikkelaar-lanceert-legalfling-app-die-expliciet-wderzijdse-toestemming-seksueel-contact-vastlegt">
<img class="img-responsive center-block" src="./images/clients/gray/emerce.png"
alt="#"></a></div>
<div class="item"><a target="_blank" href="https://www.artificiallawyer.com/2018/01/10/legal-fling-blockchain-contracts-for-legally-binding-consensual-encounters/">
<img class="img-responsive center-block" src="./images/clients/gray/artificiallawyer.png"
alt="#"></a></div>
<div class="item"><a target="_blank" href="https://www.complex.com/life/2018/01/legalfling-app-consensual-sex">
<img class="img-responsive center-block" src="./images/clients/gray/complexmedia.png"
alt="#"></a></div>
<div class="item"><a target="_blank" href="https://www.inverse.com/article/40108-blockchain-legal-fling-app-cryptocurrency">
<img class="img-responsive center-block" src="./images/clients/gray/inverse.png"
alt="#"></a></div>
</div>
</div>
</div>
</div>
</div>
<!-- Clients END -->
</div>
<!--
<div class="footer">
<div class="iq-ptb-60 green-bg iq-subscribe">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<form class="subscribe-form form-inline" novalidate="true">
<div class="form-group">
<label for="email">Subscribe for LegalFling</label>
<input type="email" class="form-control" placeholder="Enter Your Email" id="email" name="EMAIL">
</div>
<button class="button bt-white re-mt-30">Subscribe Now</button>
</form>
</div>
</div>
</div>
</div>
<section class="iq-about-03 overview-block-ptb">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="heading-title iq-mb-20">
<h2 class="title iq-tw-6">About Live Contracts</h2>
<div class="divider"></div>
<div class="center-block iq-pt-30">
<span class="lead iq-tw-6">Live Contracts can be used to digitize any kind of agreement from simple contracts to complete laws.</span>
</div>
</div>
</div>
<div class="col-sm-12 text-center">
<p>LegalFling is a showcase for Live Contracts, demonstrating that an agreement doesn't have to be a 10 page document full of legal lingo
that can only be enforced through lawyers. A Live Contract is only shared between the parties involved, anchoring in the blockchain through
hashing. Rather than being a static document, you can interact with your Live Contract. For example you can state that a cause has been breached.
Your application is able to understand the procedures described in the contract and automatically take actions like sending Cease and Desist letters.</p>
<p>We believe that Live Contracts can have a positive change on the world. Accomplishing this requires mass adoption. By tokenizing our license,
we want to create an incentive for early adopters and a reward for the community that helps us push this technology. LTO tokens are issued on
the <a href="https://wavesplatform.com/" target="_blank">Waves platform</a> making them easy to hold and trade.</p>
<div class="btn-group iq-mt-40" role="group" aria-label="">
<a class="button iq-mr-15" href="https://www.ltonetwork.com/?utm_source=LegalFling">Support this project</a>
</div>
</div>
</div>
</div>
</section>
<footer class="iq-footer-03 white-bg iq-ptb-20">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="footer-copyright iq-pt-10">Copyright LegalFling <span id="copyright"> <script>document.getElementById('copyright').appendChild(document.createTextNode(new Date().getFullYear()))</script></span> by
<a href="https://legalthings.io" class="text-green">LegalThings B.V.</a> Incorporated by <a href="https://www.firm24.com/bv-oprichten/">Firm24.</a> <br>
All Rights Reserved <a href="documents/privacy-policy.pdf" class="text-green" target="_blank">Privacy Policy</a>
</div>
</div>
<div class="col-sm-6">
<ul class="info-share">
<li><a href="https://twitter.com/legalfling"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://github.com/legalthings"><i class="fa fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
-->
<!-- back-to-top -->
<div id="back-to-top">
<a class="top" id="top" href="#top"> <i class="ion-ios-upload-outline"></i> </a>
</div>
<!-- back-to-top End -->
<div id="register-now" class="modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content green-bg">
<div class="modal-body iq-subscribe text-center">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h5 class="iq-font-white iq-mt-10" data-animation="animated fadeInLeft">Be the first one to have a LegalFling</h5>
<form class="subscribe-form form-inline iq-mt-20" novalidate="true">
<div class="form-group">
<input type="email" class="form-control" placeholder="Enter Your Email" id="email-join" name="EMAIL">
</div>
<button type="submit" class="button bt-white re-mt-30">Submit</button>
<div><label for="email-join"></div>
</form>
<p class="iq-font-white iq-mt-10">Subscibe with your e-mail to be the first to receive the LegalFling app.
</p>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!-- jQuery -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<!-- owl-carousel -->
<script type="text/javascript" src="js/owl-carousel/owl.carousel.min.js"></script>
<!-- Counter -->
<script type="text/javascript" src="js/counter/jquery.countTo.js"></script>
<!-- Jquery Appear -->
<script type="text/javascript" src="js/jquery.appear.js"></script>
<!-- Magnific Popup -->
<script type="text/javascript" src="js/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Retina -->
<script type="text/javascript" src="js/retina.min.js"></script>
<!-- wow -->
<script type="text/javascript" src="js/wow.min.js"></script>
<!-- Skrollr -->
<script type="text/javascript" src="js/skrollr.min.js"></script>
<!-- Countdown -->
<script type="text/javascript" src="js/jquery.countdown.min.js"></script>
<!-- bootstrap -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- Mailchimp -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery-ajaxchimp/1.3.0/jquery.ajaxchimp.min.js"></script>
<!-- Style Customizer -->
<script type="text/javascript" src="js/style-customizer.js"></script>
<!-- Custom -->
<script type="text/javascript" src="js/custom.js"></script>
<!-- Twitter universal website tag code -->
<script>
!function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);
},s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='//static.ads-twitter.com/uwt.js',
a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script');
// Insert Twitter Pixel ID and Standard Event data below
twq('init','nytjh');
twq('track','PageView');
</script>
<!-- End Twitter universal website tag code -->
</body>
</html>