-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
669 lines (524 loc) · 34.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta UTF8 charset -->
<meta charset="utf-8">
<!-- Viewport specification for mobile devices -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Basic page information -->
<meta name="author" content="La`Zooz Community">
<meta name="description" content="This is La`Zooz community public website">
<title>LaZooz</title>
<!-- Favicons -->
<link rel="shortcut icon" href="./img/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="./img/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="./img/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="./img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon-precomposed" href="./img/apple-touch-icon-57x57.png">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="./js/html5shiv.js"></script>
<script src="./js/respond.min.js"></script>
<![endif]-->
<!-- CSS libraries and styles -->
<link rel="stylesheet" href="./libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="./libs/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="./rs-plugin/css/settings.css">
<link rel="stylesheet" href="./css/magnific-popup.css">
<link rel="stylesheet" href="./css/styles.css">
<link rel="stylesheet" href="./css/small.css" media="screen and (min-width: 768px)">
<!-- LESS compiled styles styles -->
<link rel="stylesheet" href="./css/less.css">
<link rel="stylesheet" href="./css/colors/blue.css">
<script type="text/javascript" src="./js/countdown.js" ></script>
<style>
p {
color: white;
}
.section-heading {
color: white;
margin-top: 40px;
}
h3 {
color: white;
}
input,
textarea {
background-color: #ffdd69;
color: black;
border-style:none;
}
::-webkit-input-placeholder {
/* WebKit browsers */
color: black;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: black;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
a
color: black;
}
:-ms-input-placeholder {
/* Internet Explorer 10+ */
color: black;
}
</style>
</head>
<body class="preloadable" data-preloadable-logo="<img src='./assets/logo.png'/>" data-scroll-speed="1000">
<!-- Hero -->
<div id="hero">
<div class="fullscreen-container">
<div class="slider fullscreenbanner text-center">
<ul>
<li data-transition="fade" data-slotamount="7" data-masterspeed="500">
<img src="./assets/Transportation.jpg" data-bgfit="cover" data-bgposition="center center" data-bgrepeat="no-repeat" alt="" />
<div class="tp-box tp-caption customin customout white uppercase" data-customin="y:-50px;opacity:0" data-customout="y:50px;opacity:0" data-x="0" data-y="123" data-speed="1500" data-start="750" data-easing="Power4.easeOut" data-endspeed="500" data-captionhidden="on" style="z-index: 3">
<div class="tp-box-inner" style="font-size:100%; margin:20px 20px; padding:20px 20px;">Transportation</div>
</div>
<div class="tp-heading tp-caption customin customout white uppercase hidden-xs" data-customin="y:-50px;opacity:0" data-customout="y:50px;opacity:0" data-x="0" data-y="324" data-speed="1500" data-start="1000" data-easing="Power4.easeOut" data-endspeed="500" data-captionhidden="on" style="z-index: 2">
A new application changing the way we move
</div>
<div class="tp-box tp-caption customin customout white margin-top-small " data-customin="y:-50px;opacity:0" data-customout="y:50px;opacity:0" data-x="0" data-y="428" data-speed="1500" data-start="1250" data-easing="Power4.easeOut" data-endspeed="500" data-captionhidden="on" style="z-index: 5">
<a href="https://play.google.com/store/apps/details?id=com.lazooz.lbm" class="tp-button contact" target="_blank">Get The App</a>
<a href="support.html" class="tp-button contact">Support Us</a>
</div>
</li>
<li data-transition="fade" data-slotamount="7" data-masterspeed="500">
<img src="./assets/Collaboration.jpg" data-bgfit="cover" data-bgposition="center center" data-bgrepeat="no-repeat" alt="" />
<div class="tp-box tp-caption customin customout white uppercase" data-customin="y:-50px;opacity:0" data-customout="y:50px;opacity:0" data-x="0" data-y="123" data-speed="1500" data-start="750" data-easing="Power4.easeOut" data-endspeed="500" data-captionhidden="on" style="z-index: 3">
<div class="tp-box-inner" style="font-size:100%; margin:20px 20px; padding:20px 20px;">Collaboration</div>
</div>
<div class="tp-heading tp-caption customin customout white uppercase hidden-xs" data-customin="y:-50px;opacity:0" data-customout="y:50px;opacity:0" data-x="0" data-y="324" data-speed="1500" data-start="1000" data-easing="Power4.easeOut" data-endspeed="500" data-captionhidden="on" style="z-index: 2">"Fair share" Participation Model</div>
<div class="tp-box tp-caption customin customout white margin-top-small " data-customin="y:-50px;opacity:0" data-customout="y:50px;opacity:0" data-x="0" data-y="428" data-speed="1500" data-start="1250" data-easing="Power4.easeOut" data-endspeed="500" data-captionhidden="on" style="z-index: 5">
<a href="https://play.google.com/store/apps/details?id=com.lazooz.lbm" class="tp-button contact" target="_blank">Get The App</a>
<a href="support.html" class="tp-button contact">Support Us</a>
</div>
</li>
<li data-transition="fade" data-slotamount="7" data-masterspeed="500">
<img src="./assets/Resources.jpg" data-bgfit="cover" data-bgposition="center center" data-bgrepeat="no-repeat" alt="" />
<div class="tp-box tp-caption customin customout white uppercase" data-customin="y:-50px;opacity:0" data-customout="y:50px;opacity:0" data-x="0" data-y="123" data-speed="1500" data-start="750" data-easing="Power4.easeOut" data-endspeed="500" data-captionhidden="on" style="z-index: 3">
<div class="tp-box-inner" style="font-size:100%; margin:20px 20px; padding:20px 20px;">Resources</div>
</div>
<div class="tp-heading tp-caption customin customout white uppercase hidden-xs" data-customin="y:-50px;opacity:0" data-customout="y:50px;opacity:0" data-x="0" data-y="324" data-speed="1500" data-start="1000" data-easing="Power4.easeOut" data-endspeed="500" data-captionhidden="on" style="z-index: 2">A value system designed for sustainability</div>
<div class="tp-box tp-caption customin customout white margin-top-small " data-customin="y:-50px;opacity:0" data-customout="y:50px;opacity:0" data-x="0" data-y="428" data-speed="1500" data-start="1250" data-easing="Power4.easeOut" data-endspeed="500" data-captionhidden="on" style="z-index: 5">
<a href="https://play.google.com/store/apps/details?id=com.lazooz.lbm" class="tp-button contact" target="_blank">Get The App</a>
<a href="support.html" class="tp-button contact">Support Us</a>
</div>
</li>
<li data-transition="fade" data-slotamount="7" data-masterspeed="500">
<img src="./assets/Community.jpg" data-bgfit="cover" data-bgposition="center center" data-bgrepeat="no-repeat" alt="" />
<div class="tp-box tp-caption customin customout white uppercase" data-customin="y:-50px;opacity:0" data-customout="y:50px;opacity:0" data-x="0" data-y="123" data-speed="1500" data-start="750" data-easing="Power4.easeOut" data-endspeed="500" data-captionhidden="on" style="z-index: 3">
<div class="tp-box-inner" style="font-size:100%; margin:20px 20px; padding:20px 20px;">Community</div>
</div>
<div class="tp-heading tp-caption customin customout white uppercase hidden-xs" data-customin="y:-50px;opacity:0" data-customout="y:50px;opacity:0" data-x="0" data-y="324" data-speed="1500" data-start="1000" data-easing="Power4.easeOut" data-endspeed="500" data-captionhidden="on" style="z-index: 2;">Matching the best companion for your ride</div>
<div class="tp-box tp-caption customin customout white margin-top-small " data-customin="y:-50px;opacity:0" data-customout="y:50px;opacity:0" data-x="0" data-y="428" data-speed="1500" data-start="1250" data-easing="Power4.easeOut" data-endspeed="500" data-captionhidden="on" style="z-index: 5">
<a href="https://play.google.com/store/apps/details?id=com.lazooz.lbm" class="tp-button contact" target="_blank">Get The App</a>
<a href="support.html" class="tp-button contact">Support Us</a>
</div>
</li>
</ul>
</div>
</div>
</div>
<nav class="navbar" role="navigation">
<div class="container">
<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>
<a href="?" class="navbar-brand"><img src="./assets/logo.png" alt="" />
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#hero">Home</a>
</li>
<li><a href="#project">The project</a>
</li>
<li><a href="#about">About</a>
</li>
<li><a href="#community">Community</a>
</li>
<li><a href="#team">Team</a>
</li>
<li><a href="support.html">Support Us</a>
</li>
<li><a href="#contact">Contact</a>
</li>
<li><a href="http://forum.lazooz.org/t/frequently-asked-questions-faq/" target="_blank">FAQ</a></li>
</ul>
</div>
</div>
</nav>
<section id="lazooz" class=" text-center" style=" background-color: rgb(53,164,175);">
<div class="container" style=" padding-top: -30px;">
<div class="section-heading" data-animated="0">NEW APPLICATION FOR RIDE SHARING </div>
<div class="row" style=" padding-top: 20px; ">
<div class="hidden-lg hidden-md visible-xs-block visible-sm-block">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/BdUrW4Eey3g" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<!---->
<div class=" hidden-sm hidden-xs visible-md-block visible-lg-block">
<div class="col-md-1 "></div>
<div class="col-md-10 ">
<div align="center">
<iframe width="800" height="500" src="https://www.youtube.com/embed/BdUrW4Eey3g" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-1 "></div>
<!-- -->
</div>
</div>
</div>
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm-8 white">Smart transportation is about maximising already-existing infrastructure and resource rather than adding new ones. Better use of existing resources creates affordable transportation without the need for more roads or vehicles. Real-time ridesharing is the key, enabling people with private cars to share their journey with others traveling in the same direction, not for commercial profit but rather for sharing travel costs and traffic reduction.</div>
<div class="col-sm-2"></div>
</div>
</div>
</section>
<section id="points" class=" padding-bottom-small text-center" style="background-color: rgb(53,164,175);>
<div class=" container " style=" padding-top: -30px;">
<div class="row ">
<div class="col-md-4 col-xs-12" style="margin-top:40px; ">
<div class="col-md-4 " ></div>
<div class="col-md-8 col-xs-12" >
<div class="points" data-animated="0">
<img src="./img/traffic_icon.png" class="img-responsive" alt="" width="144" height="144" style="margin-left: auto; margin-right: auto; margin-bottom:10px; ">
<div class="content">
<div class="name uppercase">Traffic</div>
<p>To change the way we move we must increase occupancy within the existing infrastructure. Ironically, our current road space and transport expenses are mostly used to move empty seats from one place to another. It is a well-hidden fact that thousands of empty car seats haven’t experienced any tush for years.</p>
</div>
</div>
</div>
</div>
<div class=" col-md-4 col-xs-12" style=" margin-top:40px;">
<div class="col-md-2 " ></div>
<div class="col-md-8 col-xs-12" >
<div class="points" data-animated="200">
<img src="./img/resources-icon.png" class="img-responsive" alt="" width="144" height="144" style="margin-left: auto;
margin-right: auto; margin-bottom:10px;">
<div class="content">
<div class="name uppercase">Resources</div>
<p>A genuine zooz mining protocol brings about a stable internal economy based on fair share of wealth and a just spread of community responsibility. We believe this initiative can generate a sustainable and wealthy ecosystem.</p>
</div>
</div>
</div>
<div class="col-md-2 "></div>
</div>
<div class=" col-md-4 col-xs-12" style=" margin-top:40px;">
<div class="col-md-8 col-xs-12" >
<div class="points" data-animated="400">
<img src="./img/collaboration-icon.png" class="img-responsive" alt="" width="144" height="144" style="margin-left: auto;margin-right: auto; margin-bottom:10px;">
<div class="content">
<div class="name uppercase">Collaboration</div>
<p>Introducing a new model for collaboration in which anyone can freely contribute. The community collectively decides about the reward in zooz for each contribution via sophisticated protocols. The ‘weight’ of each member’s input is dynamically set by the community itself. Many people around the world have already taken an active part in this operation, and the community is growing every day.</p>
</div>
</div>
</div>
<div class="col-md-4 "></div>
</div>
</div>
</div>
</section>
<section id="about" class=" text-center" style=" background-color: rgb(45,76,97);">
<div class=" container ">
<div class="section-heading " data-animated="0 ">About Us</div>
<div class="row ">
<div class="col-md-1 "></div>
<div class="col-md-5 ">
<h3 style=" margin-top: 50px ">La`Zooz</h3>
<p style="margin-top: -30px; ">A Decentralized Transportation Platform owned by the community and utilising vehicles` unused space to create a variety of smart transportation solutions. By using cryptocurrency technology La`Zooz works with a “Fair Share” rewarding mechanism for developers, users and backers.</p>
<h3 style=" margin-top: 60px ">RideSharing vision</h3>
<p style="margin-top: -30px; ">La`Zooz platform will synchronize empty seats with transportation needs in real-time, matching like-minded people to create a great ride-sharing experience for a “Fair fare”.</p>
<h3 style=" margin-top: 60px ">The Road</h3>
<p style="margin-top: -30px; ">is being paved by people like you and me. <BR>Taking part makes La`Zooz come alive.</p>
</div>
<div class="col-md-5">
<img class="img-responsive cntr" src="./img/iphone.png ">
</div>
<div class="col-md-1 "></div>
</div>
</div>
<!-- Community -->
<section id="community" class="section-gray text-center " style=" background-color:#fb601e; ">
<div class="section-heading " data-animated="0 ">community</div>
<div class="row">
<div class="col-md-2 "></div>
<div class="col-md-8 ">
</div>
</div>
<div class="col-md-2 "></div>
<div class=" hidden-xs visible-md-block visible-lg-block visible-sm-block ">
<iframe src="http://lazooz.org/map2.html " id="frame " frameborder="0 " style="width: 100%; height: 300px; " style="position:absolute; ">
</iframe>
<iframe src="./news-box-js/demo2.html " id="frame " frameborder="0 " style="width: 100%; height: 470px; " style="position:absolute; ">
</iframe>
</div>
<div class="hidden-lg hidden-md visible-xs-block hidden-sm ">
<div class="embed-responsive embed-responsive-16by9 ">
<iframe class="embed-responsive-item " src="http://lazooz.org/map2.html " frameborder="0 " allowfullscreen></iframe>
</div>
</div>
</section>
<!-- Our team -->
<section id="team" class=" text-center ">
<div class="container ">
<div class="section-heading " data-animated="0 ">La`Zooz Main Contributors</div>
<p class="lead " data-animated="0 ">La`Zooz is a decentralized organization and many people have contributed to its formation. </br>
The main contributors at this time:</p>
<div class="row margin-top-medium ">
<div class="col-md-4 col-xs-12 ">
<div class="team" data-animated="0 ">
<img src="./assets/Shay.jpg " class="image " alt=" " />
<div class="content ">
<div class="name uppercase ">Shay Zluf</div>
<div class="occupation uppercase ">Vision</div>
<p>Transforming Vision into concept</p>
<ul class="social ">
<li><a href="https://www.facebook.com/shay.zluf" target="_blank"><i class="fa fa-facebook "></i></a>
</li>
<li><a href="https://twitter.com/shayzluf" target="_blank"><i class="fa fa-twitter "></i></a>
</li>
<li><a href="https://plus.google.com/+ShayZluf" target="_blank"><i class="fa fa-google-plus "></i></a>
</li>
<li><a href="https://il.linkedin.com/in/shayzluf" target="_blank"><i class="fa fa-linkedin "></i></a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 col-xs-12 ">
<div class="team" data-animated="200 ">
<img src="./assets/orens.jpg " class="image " alt=" " />
<div class="content ">
<div class="name uppercase ">Oren Sokolowsky</div>
<div class="occupation uppercase ">Technology</div>
<p>Transforming ideas into code</p>
<ul class="social ">
<!--<li><a href="# "><i class="fa fa-facebook "></i></a>
</li>
<li><a href="# "><i class="fa fa-twitter "></i></a>
</li>-->
<li><a href="https://plus.google.com/108520520401514084785" target="_blank"><i class="fa fa-google-plus "></i></a>
</li>
<li><a href="https://il.linkedin.com/pub/oren-sokolowsky/1/533/550" target="_blank"><i class="fa fa-linkedin "></i></a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 col-xs-12 ">
<div class="team" data-animated="400 ">
<img src="./assets/Eitan.png" class="image " alt=" " />
<div class="content ">
<div class="name uppercase ">Eitan</div>
<div class="occupation uppercase ">Operations</div>
<p>Transforming Ideas into tasks</p>
<ul class="social ">
<li><a href="https://www.facebook.com/eitan.katchka" target="_blank"><i class="fa fa-facebook "></i></a>
</li>
<li><a href="https://twitter.com/EKatchka" target="_blank"><i class="fa fa-twitter "></i></a>
</li>
<li><a href="https://plus.google.com/113854330158934878283" target="_blank"><i class="fa fa-google-plus "></i></a>
</li>
<li><a href="https://il.linkedin.com/pub/eitan-katchka/22/782/721" target="_blank"><i class="fa fa-linkedin "></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="email-wrapper">
<div class="email-container email-info">
<div class="email-title">Join us!</div>
</div>
<p class="lead margin-bottom-small " data-animated="0 ">Fill out the form and we will add you to our collaboration tool</p>
<form action="./join.php" method="post" data-toggle="validator" role="form" class='ajaxform'>
<div class="email-container email-controls form-group">
<input class="email-input form-control" name="email" id="email-input" type="email" placeholder="email" data-error="Bruh, that email address is invalid">
<button type="submit" name="submit" class="btn email-btn">send</button>
<div class="help-block with-errors" id="email-help-block"></div>
</div>
</form>
</div>
</section>
<!-- Get the app -->
<section id="app" class=" text-center" style=" background-color: rgb(248,161,30);">
<div class=" container ">
<div class="section-heading " data-animated="0 ">Get the app</div>
<div class="row ">
<div class="row ">
<div class="col-md-1 "></div>
<div class="col-md-5 text-left">
<h3 style=" margin-top: 50px ">Download Zooz-mining app</h3>
<p style="margin-top: -30px; ">The purpose of the mining app is to obtain the critical mass of movement needed for the collaborative transportation web to become operational, as well as to create and fairly distribute zooz tokens among the community. There are two basic ways to increase movement in the system:</p>
<ol>
<li><p>Send your movement data (by running the app and driving more than 20km)</p></li>
<li><p>Growing the community so that more people send their movement data.</p></li>
</ol>
<p>Both actions are being rewarded with Zooz tokens through the La’Zooz mining application. In this way, early adopters of La’Zooz network are gaining value and thus being incentivised to take part in the establishment of the network before its technological benefit takes effect and the transport service is available. <BR><BR>Once the critical mass of movement is reached in a certain geographical region the ride-sharing and other smart transportation services will become instantly enabled. The rate of distribution of zooz tokens via movement-based mining is designed to encourage the growth of local La`Zooz communities. Thus, it is proportional not only to the distance you are driving, but also to the growth of the community in your area incentivising users to promote the La`Zooz network in their own region.</p>
<a href="https://play.google.com/store/apps/details?id=com.lazooz.lbm" target="_blank" class = "button app pull-left" >Get The App</a>
</div>
<div class="col-md-5 " ">
<img class="img-responsive " src="./img/iphone.png ">
</div>
<div class="col-md-1 "></div>
</div>
</div>
</div>
</section>
<!-- The project -->
<section id="project" class=" text-center" style=" background-color: rgb(0,99,105);">
<div class=" container ">
<div class="section-heading " data-animated="0 ">The Project</div>
<div class="row">
<div class="col-md-4 md-only "></div>
<div class="col-md-4 col-xs-12 col-sm-12 center">
<h3 style="margin-top: 50px ">Zooz Token Sale will begin in:</h3>
<script type="application/javascript">
var date = new Date(Date.UTC(2015,6-1,1,18,0,0,0));
var now = new Date();
var diff = date.getTime()/1000 - now.getTime()/1000;
var myCountdownTest = new Countdown({
time : diff,
rangeHi :"day",
style :"flip",
width:300,
height:65,
labels : {
color : "#FFFFFF"
}
});
</script>
</div>
<div class="col-md-4 md-only "></div>
</div>
<div class="row ">
<div class="col-md-2 "></div>
<div class="col-md-8 ">
<h3 style=" margin-top: 50px ">La’Zooz is a decentralized organization</h3>
<p style="margin-top: -30px; ">Anyone can contribute towards the establishment of its goals in whatever way he or she believes would be best. Tasks are carried out within autonomous, self-defined circles or teams. Each circle can consist of any number of individuals (including a single person) collaborating together towards well-defined goals, and holding their own (perhaps multisig) wallet to promote the circle’s tasks. Once a circle delivers their contribution, the La’Zooz community as a whole evaluates this contribution and as an expression of appreciation reimburses the circle’s wallet with zooz tokens accordingly. <BR><BR> Our basic beliefs are reflected in the La’Zooz initiative. Using a decentralized digital coin enables us all to enjoy and share our own wealth (and empty seats). All efforts are directed to make this a community project so that all can become part and enjoy the value that is created. We share a deep hope that La’Zooz will become a people’s project creating prosperity for all.</p>
</div>
<div class="col-md-2 "></div>
</div>
</div>
<div class=" hidden-xs visible-md-block visible-lg-block visible-sm-block ">
<iframe src="./news-box-js/demo3.html " id="frame " frameborder="0 " style="width: 100%; height: 470px; " style="position:absolute; ">
</iframe>
</div>
</section>
<!-- Press -->
<section id="press" class=" text-center" style=" background-color: rgb(0,99,105);">
<div class=" container ">
<div class="section-heading " data-animated="0 ">Press</div>
<div class="row ">
<div class="col-md-2 "></div>
<div class="col-md-2 ">
<a href="http://www.shareable.net/blog/lazooz-the-decentralized-crypto-alternative-to-uber" target="_blank"><img class="img-responsive " src="./assets/shareable.png "></a>
</div>
<div class="col-md-2 ">
<a href="http://blogs.wsj.com/moneybeat/2014/11/20/bitbeat-lamassu-says-bitcoin-atm-owners-making-1000-3000-a-month/" target="_blank"><img class="img-responsive " src="./assets/moneybeat.png "></a>
</div>
<div class="col-md-2 ">
<a href="http://blogs.wsj.com/moneybeat/2014/10/28/bitbeat-apple-pays-challenges-ubers-new-blockchain-competitor/" target="_blank"><img class="img-responsive " src="./assets/wsj.png "></a>
</div>
<div class="col-md-2 ">
<a href="https://smallbusiness.yahoo.com/advisor/post/110753818447/img-width-310-height-185" target="_blank"><img class="img-responsive " src="./assets/yahoo.png "></a>
</div>
<div class="col-md-2 "></div>
</div>
<div class="row ">
<div class="col-md-2 "></div>
<div class="col-md-2 ">
<a href="http://www.trendhunter.com/trends/ridesharing-platform" target="_blank" ><img class="img-responsive " src="./assets/trendhunter.png "></a>
</div>
<div class="col-md-2 ">
<a href="http://www.timesofisrael.com/app-lets-you-share-rides-make-money-change-the-world/" target="_blank"><img class="img-responsive " src="./assets/times-of-israel.png "></a>
</div>
<div class="col-md-2 ">
<a href="http://www.epochtimes.co.il/et/38525" target="_blank"><img class="img-responsive " src="./assets/epoch.png"></a>
</div>
<div class="col-md-2 ">
<a href="http://cointelegraph.com/news/113820/can-lazooz-take-ridesharing-to-the-moon" target="_blank"><img class="img-responsive " src="./assets/cointelegraph.png"></a>
</div>
<div class="col-md-2 "></div>
</div>
<div class="row ">
<div class="col-md-2 "></div>
<div class="col-md-2 ">
<a href="http://www.fastcoexist.com/3041403/could-lazooz-be-the-ride-sharing-app-weve-been-waiting-for" target="_blank"><img class="img-responsive " src="./assets/coexist.png"></a>
</div>
<div class="col-md-2 ">
<a href="http://www.cnetfrance.fr/cartech/la-zooz-une-application-qui-entend-revolutionner-le-covoiturage-39810419.htm" target="_blank"><img class="img-responsive " src="./assets/cnet.png"></a>
</div>
<div class="col-md-2 ">
<a href="https://letstalkbitcoin.com/blog/post/lets-talk-bitcoin-138-outside-the-box" target="_blank"><img class="img-responsive " src="./assets/bitcoin.png"></a>
</div>
<div class="col-md-4 "></div>
</div>
</div>
</section>
<!-- Contact section
<section id="contact" class=" text-center " style=" background-color: rgb(97,200,209);">
<div class="container ">
<div class="section-heading " data-animated="0 ">Get Involved</div>
<div class="row ">
<div class="col-md-3" ></div>
<div class="col-lg-6 col-md-6 text-left " data-animated="0 ">
<form action="./contact.php " method="post " class='ajaxform' >
<input type="text " name="name " placeholder="YOUR NAME " />
<input type="text " name="email " placeholder="YOUR EMAIL " />
<textarea name="message " placeholder="YOUR MESSAGE "></textarea>
<button type="submit " class="button contact pull-right">SEND</button>
</form>
</div>
<div class="col-md-3" ></div>
</div>
</div>
</section>
-->
<!-- Google maps
<div id="map " data-coordinates="32.5013,35.1619 "></div>
-->
<!-- Footer -->
<footer class="text-center ">
<ul class="social white ">
<li><a href="# "><i class="fa fa-facebook "></i></a>
</li>
<li><a href="# "><i class="fa fa-twitter "></i></a>
</li>
<li><a href="# "><i class="fa fa-google-plus "></i></a>
</li>
<li><a href="# "><i class="fa fa-linkedin "></i></a>
</li>
</ul>
</footer>
<!-- JS libraries and scripts -->
<script type="text/javascript " src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false "></script>
<script type="text/javascript " src="./js/jquery-1.11.0.min.js "></script>
<script type="text/javascript " src="./libs/bootstrap/js/bootstrap.min.js "></script>
<script type="text/javascript " src="./rs-plugin/js/jquery.themepunch.plugins.min.js "></script>
<script type="text/javascript " src="./rs-plugin/js/jquery.themepunch.revolution.min.js "></script>
<script type="text/javascript " src="./js/jquery.fitImage.js "></script>
<script type="text/javascript " src="./js/jquery.imgpreload.min.js "></script>
<script type="text/javascript " src="./js/jquery.parallax.js "></script>
<script type="text/javascript " src="./js/jquery.scrollTo-1.4.3.1-min.js "></script>
<script type="text/javascript " src="./js/jquery.magnific-popup.min.js "></script>
<script type="text/javascript " src="./js/isotope.pkgd.min.js "></script>
<script type="text/javascript " src="./js/SmoothScroll.min.js "></script>
<script type="text/javascript " src="./js/jquery.mb.YTPlayer.js "></script>
<script type="text/javascript " src="./js/scripts.js "></script>
<script type="text/javascript" src="./js/ajaxform.js"></script>
</body>
</html>