-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
865 lines (500 loc) · 31 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
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
<!doctype html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-144922094-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-144922094-1');
</script>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Sparrow Platform</title>
<meta name="description" content="An Intelligent ubiquitous communication platform for medical and psychological well-being of disaster victims">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="images/sparrow/sparrowLogoSquared.png" />
<meta itemprop="image" content="images/sparrow/sparrowLogoSquared.png"/>
<meta property="og:type" content="website" />
<meta property="og:title" content="Sparrow Platform" />
<meta property="og:description" content="An Intelligent ubiquitous communication platform for medical and psychological well-being of disaster victims" />
<meta property="og:image" content="images/sparrow/sparrowLogoSquared.png" />
<meta property="og:image:url" content="images/sparrow/sparrowLogoSquared.png" />
<link rel="shortcut icon" type="image/x-icon" href="images/sparrow/sparrowLogoSquared.png" />
<link rel="apple-touch-icon-precomposed" href="images/sparrow/sparrowLogoSquared.png">
<link rel="icon" sizes="192x192" href="images/sparrow/sparrowLogoSquared.png">
<link rel="shortcut icon" type="image/x-icon" href="images/sparrow/sparrowLogoSquared.png" />
<link rel="apple-touch-icon-precomposed" href="images/sparrow/sparrowLogoSquared.png"/>
<link rel="icon" sizes="192x192" href="images/sparrow/sparrowLogoSquared.png">
<meta name="author" content="Sparrow Platform">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=false" />
<meta name="viewport" content="user-scalable=no" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/>
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="Expires" content="0"/>
<!-- <meta http-equiv="Cache-control" content="private,max-age:3600"> -->
<meta name="theme-color" content="#ffffff ">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="stylesheet" href="css/home.css">
<!-- Compiled and minified JavaScript -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<!-- Material Icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<!-------------------------------------------Nav Bar--------------------------------->
<nav class="white">
<div class="nav-wrapper" style="margin-right:10px;">
<a href="#" data-target="mobile-demo" class="button-collapse sidenav-trigger" ><i class="blue-grey-text text-darken-4 material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li><a class="black-text" href="https://sparrow-platform.com">Home</a></li>
<li><a class="black-text" href="Net.html">Sparrow Net</a></li>
<li><a class="black-text" href="AI.html">Sparrow AI</a></li>
<li><a class="black-text" href="Apps.html">Apps Ecosystem</a></li>
<li><a class="black-text tooltipped" data-position="bottom" data-tooltip="Coming Soon">Developers portal</a></li>
</ul>
</div>
</nav>
<ul class="sidenav" id="mobile-demo">
<li ><a class="wave-effect black-text" href="https://sparrow-platform.com">Home</a></li>
<li><a class="wave-effect black-text" href="Net.html">Sparrow Net</a></li>
<li><a class="wave-effect black-text" href="AI.html">Sparrow AI</a></li>
<li><a class="wave-effect black-text" href="Apps.html">Apps Ecosystem</a></li>
<li><a class="black-text tooltipped" data-position="bottom" data-tooltip="Coming Soon" >Developers portal</a></li>
<li><a class="wave-effect black-text" href="About.html">About Us</a></li>
</ul>
<!-------------------------------------------Nav Bar--------------------------------->
<!-------------------------------Main--------------------------------->
<div class=" hide-on-small-only main white valign-wrapper" >
<div class="row section valign-wrapper">
<div class="row valign">
<div class="col s12 m12 l12 ">
<div class="row">
<div class="col s12 m12 l12 center">
<div class="row center">
<img src="images/sparrow/sparrowLogoMin.png" alt="Sparrow" style="height: 20vh; max-width: 50vw;" />
<h4 class="cyan-text text-darken-4">Sparrow Platform</h4>
<div class="row">
<h5 class="hide-on-med-and-down text-darken-4 blue-grey-text col offset-l3 l6">“An Intelligent ubiquitous communication platform for medical and psychological well-being of disaster victims”</h5>
<h5 class="hide-on-large-only text-darken-4 blue-grey-text col s12 m8 offset-m2">“An Intelligent ubiquitous communication platform for medical and psychological well-being of disaster victims”</h5>
</div>
<div class="row">
<a class="waves-effect waves-light cyan darken-2 btn" target="_blank" href="Video.html"><i class="material-icons left">play_arrow</i>Video</a>
<a class="waves-effect waves-light cyan darken-2 btn" target="_blank" href="https://github.com/sparrow-platform"><i class="material-icons left">code</i>Github</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=" hide-on-med-and-up mainSmall white valign-wrapper" >
<div class="row section valign-wrapper">
<div class="row valign">
<div class="col s12 m12 l12 ">
<div class="row">
<div class="col s12 m12 l12 center">
<div class="row center">
<img src="images/sparrow/sparrowLogoMin.png" alt="Sparrow" style="height: 20vh; max-width: 50vw;"/>
<h4 class="cyan-text text-darken-4">Sparrow Platform</h4>
<h6 class="hide-on-large-only text-darken-4 blue-grey-text">“An Intelligent ubiquitous communication platform for medical and psychological well-being during disasters”</h5>
<br>
<a class="waves-effect waves-light cyan darken-2 btn" target="_blank" href="Video.html"><i class="material-icons left">play_arrow</i>Video</a>
<a class="waves-effect waves-light cyan darken-2 btn" target="_blank" href="https://github.com/sparrow-platform"><i class="material-icons left">code</i>Github</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-------------------------------Main--------------------------------->
<!-------------------------------Problems--------------------------------->
<div class="problem ">
<h5 class="hide-on-small-only center white-text" style="padding-top: 0vh; padding-left: 15vw; padding-right: 15vw;">
Medical and psychological well-being of the affected population during disasters primarily faces 3 challenge
</h5>
<h6 class="hide-on-med-and-up flow-text center white-text" style="padding-top: 0vh; padding-left: 7vw; padding-right: 7vw;">
Medical and psychological well-being of the affected population during disasters primarily faces 3 challenge
</h6>
<div class=" valign-wrapper">
<div class=" center container section ">
<div class="row ">
<div class=" col s12 m12 l4 ">
<div class="card hoverable problems-card">
<div class="card-content activator">
<i class="material-icons activator problem-activator">more_vert</i>
<img class="problem-image activator" src="images/sparrow/doctor.png" />
<br><br>
<p class="problem-text">access to</p>
<h5 class="problem-text activator" >Medical expertise</h5>
</div>
<div class="card-reveal">
<i class=" card-title material-icons right">close</i>
<span class="card-title grey-text text-darken-4">Access to Medical expertise</span>
<p >Making medical expertise available to victims and medical workers on field for effective diagnostics and treatment.
</p>
</div>
</div>
</div>
<div class=" col s12 m12 l4 ">
<div class="card hoverable problems-card">
<div class="card-content activator">
<i class="material-icons activator problem-activator">more_vert</i>
<img class="problem-image activator" src="images/sparrow/medicalRecords.png" />
<br><br>
<p class="problem-text">availability of</p>
<h5 class="problem-text activator" >Medical history</h5>
</div>
<div class="card-reveal">
<i class="card-title material-icons right">close</i>
<span class="card-title grey-text text-darken-4">Availability of Medical history</span>
<p>Ensuring easy access to victim’s medical history and a clear structured understanding of distress causing symptoms.
</p>
</div>
</div>
</div>
<div class=" col s12 m12 l4 ">
<div class="card hoverable problems-card">
<div class="card-content activator">
<i class="material-icons activator problem-activator">more_vert</i>
<img class="problem-image activator" src="images/sparrow/communication.png" />
<br><br>
<p class="problem-text">access to</p>
<h5 class="problem-text activator" >Information</h5>
</div>
<div class="card-reveal">
<i class="card-title material-icons right">close</i>
<span class="card-title grey-text text-darken-4">Access to Information</span>
<p>Ensuring easy one stop availability of latest updates and information to ensure well-being
</p>
<p>Making information from all siloed apps / systems / dashboards availabile to users through platforms already available to the users.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-------------------------------Problems--------------------------------->
<!-------------------------------Our Solution--------------------------------->
<div class=" grey lighten-4 ">
<div class="container" style="padding-top: 8vh; padding-bottom: 3vh; ">
<h3 class="center cyan-text text-darken-4" >Our Solution</h3>
<h5 class="hide-on-med-and-up cyan-text text-darken-4" style="margin-top: 1vh; margin-bottom: 2vh; ">
Ecosystem for disaster victims medical preparedness, safety, and recovery.
</h5>
<h5 class=" hide-on-small-only center cyan-text text-darken-4" style="padding-top: 0vh; margin-bottom: 2vh; ">
Ecosystem for disaster victims medical preparedness, safety, and recovery.
</h5>
<h6 class="hide-on-med-and-up cyan-text text-darken-4" >
"Sparrow unifies and makes every single person, system, app, and information accessible to the disaster-affected population through any existing app or medium of communication."
</h6>
<h6 class="hide-on-small-only cyan-text center text-darken-4" style="padding-left: 3vw; padding-right: 3vw;">
"Sparrow unifies and makes every single person, system, app, and information accessible to the disaster-affected population through any existing app or medium of communication."
</h6>
<div class=" center" style="margin-top:5vh; margin-bottom:0vh;">
<div class="row">
<div >
<img class="col s12 m10 offset-m1 l6 offset-l3" src="images/sparrow/summary.png"/>
</div>
</div>
</div>
</div>
</div>
<!-------------------------------Our Solution--------------------------------->
<div class="white ">
<br>
<div class=" ">
<div class="solutionSection white container valign-wrapper ">
<div class="row valign-wrapper">
<div id="sparrowNet" class="valign-wrapper col s12 l12 m12 ">
<div class="hide-on-med-and-down valign-wrapper">
<div class="row valign-wrapper">
<div class="valign-wrapper col l7">
<img class="valign-wrapper solutionImageLarge center " src="images/sparrow/sparrowNetMain.png" />
</div>
<div class="valign-wrapper col l5 ">
<div class=" ">
<h4 >
<h3 class="cyan-text text-darken-4">Sparrow Net</h3>
"Connect disaster victims with medical experts and communities; agnostic of device, location, connectivity, application/sysetms in use"
<br><br>
Sparrow Net connects offline mesh networks, social media, messaging platforms, traditional SMS/voice networks to achieve ubiquitous communication accessible to those affected by disasters
<br><br>
<a class="waves-effect waves-light blue darken-2 btn" href="Net.html">Learn more</a><br>
</h4>
</div>
</div>
</div>
</div>
<div class="hide-on-large-only">
<div class="row">
<div class="col offset-m2 m8 s12">
<img class=" solutionImageSmall center " src="images/sparrow/sparrowNetMain.png" />
</div>
<div class="col s12 offset-m1 m10 ">
<div class="solutionHeadingSmall">
<h6 class="black-text">
<br>
<h3 class="cyan-text text-darken-4">Sparrow Net</h3>
"Connect disaster victims with medical experts and communities; agnostic of device, location, connectivity, application/sysetms in use"
<br><br>
Sparrow Net connects offline mesh networks, social media, messaging platforms, traditional SMS/voice networks to achieve ubiquitous communication accessible to those affected by disasters
<br><br>
<a class="center waves-effect waves-light blue darken-2 btn" href="Net.html">Learn more</a>
</h6>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="solutionSection blue-grey lighten-5 valign-wrapper">
<div class="container valign-wrapper">
<div class="row valign-wrapper">
<div id="sparrowAI" class="valign-wrapper col s12 ">
<div class="hide-on-med-and-down valign-wrapper">
<div class="row valign-wrapper">
<div class="col l5 valign-wrapper">
<div class="solutionHeadingLarge valign-wrapper">
<div>
<h6 class=" black-text text-darken-4">
<h3 class="cyan-text text-darken-4">
Sparrow AI
</h3>
"AI to help disaster affected population, responders and medical experts"
<br> <br>
AI to help disaster victims, first responders, medical experts - Capture structured medical data, Diagnose symptoms / diseases, Get recommendations, Gain insights,
Make informed decisions.
<br><br>
Sparrow also is a psychology expert trained to deliver 'Cognitive behavioral therapy' to address Post-traumatic stress disorder and ensure timely follow-ups.
<br><br>
<a class="waves-effect waves-light blue darken-2 btn" href="AI.html">Learn more</a>
</h6>
</div>
</div>
</div>
<div class="col l7 valign-wrapper">
<img class="valign-wrapper solutionImageLarge center " src="images/sparrow/sparrowAIPictorial.png" />
</div>
</div>
</div>
<div class="hide-on-large-only">
<div class="row">
<div class="col offset-m2 m8 s12 valign-wrapper">
<img class=" solutionImageSmall center " src="images/sparrow/sparrowAIPictorial.png" />
</div>
<div class="col s12 offset-m1 m10 ">
<div class="solutionHeadingSmall">
<h6 class="black-text text-darken-1">
<br>
<h3 class="cyan-text text-darken-4">Sparrow AI</h3>
"AI to help disaster affected population, responders and medical experts"
<br> <br>
AI to help disaster victims, first responders, medical experts - Capture structured medical data, Diagnose symptoms / diseases, Get recommendations, Gain insights,
Make informed decisions.
<br><br>
Sparrow also is a psychology expert trained to deliver 'Cognitive behavioral therapy' to address Post-traumatic stress disorder and ensure timely follow-ups.
<br>
<br>
<a class="center waves-effect waves-light blue darken-2 btn" href="AI.html">Learn more</a>
</h6>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="solutionSection container valign-wrapper">
<div id="sparrowEcosystem" class="col s12 valign-wrapper">
<div class="hide-on-med-and-down valign-wrapper">
<div class="row valign-wrapper">
<div class="col valign-wrapper l7">
<img class="valign-wrapper solutionImageLarge center " src="images/sparrow/SparrowAppletMain.png" />
</div>
<div class="col l5 valign-wrapper">
<div class="valign-wrapper solutionHeadingLarge">
<div>
<h6 class="black-text text-darken-4">
<h3 class="cyan-text text-darken-4">Applets ecosystem</h3>
"Applications ecosystem for disaster preparation, management, response and recovery"<br><br>
A platform for hosting applets accessible through Sparrow Net.
Bring all existing disaster recovery apps to finger-tips of disaster victims and first responders by making them accessible through Sparrow Net chat interfaces.
<br><br>
Break the boundaries between applications - Make information from various forums, chat groups and dashboards accessible universally.
<br><br>
Send your medical data, history and documents to Sparrow, to ensure access during disasters; without worrying about internet connectivity or access to any device!
<br>
<br>
<a class="waves-effect waves-light blue darken-2 btn" href="Apps.html">Learn more</a>
</h6>
</div>
</div>
</div>
</div>
</div>
<div class="hide-on-large-only">
<div class="row">
<div class="col offset-m2 m8 s12">
<img class=" solutionImageSmall center " src="images/sparrow/SparrowAppletMain.png" />
</div>
<div class="col s12 offset-m1 m10">
<div class="solutionHeadingSmall">
<h6 class="black-text text-darken-4">
<br>
<h3 class="cyan-text text-darken-4">Applets ecosystem</h3>
"Applications ecosystem for disaster preparation, management, response and recovery"<br><br>
A platform for hosting applets accessible through Sparrow Net.
Bring all existing disaster recovery apps to finger-tips of disaster victims and first responders by making them accessible through Sparrow Net chat interfaces.
<br><br>
Break the boundaries between applications - Make information from various forums, chat groups and dashboards accessible universally.
<br><br>
Send your medical data, history and documents to Sparrow, to ensure access during disasters; without worrying about internet connectivity or access to any device!
<br> <br>
<a class="center waves-effect waves-light blue darken-2 btn" href="Apps.html">Learn more</a>
</h6>
</div>
</div>
</div>
</div>
</div></div>
</div>
</div>
</div>
<!-------------------------------Our Solution--------------------------------->
<!-------------------------------Sparrow is live--------------------------------->
<div class=" grey lighten-4 ">
<div class="container" style="padding-top: 8vh; padding-bottom: 8vh;">
<h3 class="center cyan-text text-darken-4" >Talk to Sparrow now</h3>
<h5 class=" center cyan-text text-darken-4" style="padding-top: 0vh; margin-bottom: 2vh; ">
We have launched a limited features version of Sparrow, with 50 doctors on-board.
<br>
Sparrow is coming to other platforms of your choice soon!
</h5>
<!-- <div class="center">
<div class="center chip">
Click the icons to try now
</div>
</div>
-->
<div class="container">
<div class="row hide-on-small-only">
<div class="center col l3 m3 s6" style="margin-top:2vh;">
<a ><img src="images/sparrow/sms.png" style="margin-bottom: 1vh; width: 50%;" class="center "/></a>
</div>
<div class="center col l3 m3 s6" style="margin-top:2vh;">
<a ><img src="images/sparrow/messenger.png" style="margin-bottom: 1vh; width: 50%; " class="center" /></a>
</div>
<div class="center col l3 m3 s6" style="margin-top:2vh;">
<a ><img src="images/sparrow/whatsapp.png" style="margin-bottom: 1vh; width: 50%;" class="center " /></a>
</div>
<div class="center col l3 m3 s6" style="margin-top:2vh;">
<a ><img src="images/sparrow/sparrowLogoSquared.png" style="margin-bottom: 1vh; width: 50%;" class="center " /></a>
</div>
</div>
<div class="row hide-on-med-and-up">
<div class="center col l3 m3 s6" style="margin-top:2vh;">
<a ><img src="images/sparrow/sms.png" style="margin-bottom: 1vh; width: 50%;" class="center "/></a>
</div>
<div class="center col l3 m3 s6" style="margin-top:2vh;">
<a ><img src="images/sparrow/messenger.png" style="margin-bottom: 1vh; width: 50%; " class="center" /></a>
</div>
</div>
<div class="row hide-on-med-and-up">
<div class="center col l3 m3 s6" style="margin-top:2vh;">
<a ><img src="images/sparrow/whatsapp.png" style="margin-bottom: 1vh; width: 50%;" class="center " /></a>
</div>
<div class="center col l3 m3 s6" style="margin-top:2vh;">
<a ><img src="images/sparrow/sparrowLogoSquared.png" style="margin-bottom: 1vh; width: 50%;" class="center " /></a>
</div>
</div>
</div>
</div>
</div>
<!-------------------------------Sparrow is live--------------------------------->
<div class=" white lighten-4 valign-wrapper " style=" width:100%; height:80vh; padding-top:10vh; padding-bottom:10vh; ">
<div class="container valign-wrapper " style=" height:100vh;" >
<div class=" carousel center" style=" height:100vh;" >
<a class="carousel-item valign-wrapper center" style=" height:65vh; width:auto;" href="#one!"><img class="center" src="images/sparrow/screenshots/whatsapp.png" style=" height:65vh; width:auto;" ></a>
<a class="carousel-item valign-wrapper center" style=" height:65vh; width:auto;" href="#one!"><img class="center" src="images/sparrow/screenshots/whatsapp2.png" style=" height:65vh; width:auto;" ></a>
<a class="carousel-item valign-wrapper center" style=" height:65vh; width:auto;" href="#two!"><img class="center" src="images/sparrow/screenshots/messenger.png" style=" height:65vh; width:auto;" ></a>
<a class="carousel-item valign-wrapper center" style=" height:65vh; width:auto;" href="#three!"><img class="center" src="images/sparrow/screenshots/SMS.png" style=" height:65vh; width:auto;"></a>
</div>
</div>
</div>
<!-------------------------------Footer---------------------------->
<footer class="z-depth-2 cyan page-footer">
<div class="container">
<div class="row">
<div class="col l6 s12">
<div>
<h5 class="white-text">About Us</h5>
<ul>
<li><a class="white-text text-lighten-3" href="About.html">Our Team</a></li>
<li><a class="white-text text-lighten-3" href="mailto:[email protected]">Email Us</a></li>
</ul>
</div>
<div>
<h5 class="white-text">Open Source</h5>
<p class="white-text text-lighten-4">
<!-- Sparrow platform is an open-source project<br> -->
Sparrow Platform is open source under Apache 2.0 license.<br>
We invite developers and medical experts to help us improve Sparrow</br><br>
</p>
<!-- <h5 class="white-text">Our Team</h5> -->
</div>
</div>
<div class="col l4 offset-l2 s12">
<div class=" ">
<h5 class="white-text">Links</h5>
<ul>
<li><a class="white-text text-lighten-3" href="https://sparrow-platform.com">Home</a></li>
<li><a class="white-text text-lighten-3" href="Net.html">Sparrow Net</a></li>
<li><a class="white-text text-lighten-3" href="AI.html">Sparrow AI</a></li>
<li><a class="white-text text-lighten-3" href="Apps.html">Apps Ecosystem</a></li>
<li><a class="white-text text-lighten-3 tooltipped" data-position="bottom" data-tooltip="Coming Soon">Developers portal</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="black-text footer-copyright">
<div class="white-text container">
© 2019 Sparrow Platform
</div>
</div>
</footer>
<!-------------------------------Footer---------------------------->
</body>
<script>
$(document).ready(function(){
$('.sidenav').sidenav();
$('.modal').modal();
$('.tooltipped').tooltip();
$('.collapsible').collapsible();
$('.carousel').carousel();
$('.carousel').carousel({
numVisible:3
});
});
$(window).on("load", function() {
$('.carousel').carousel();
$('.carousel').carousel({
numVisible:3
});
// M.toast({html: '@CallForCode: Check Sparrow Net, AI and Applets webpages for additional details', classes: 'rounded', 'displayLength' : 9000});
});
</script>
</html>