-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
871 lines (671 loc) · 44.5 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
866
867
868
869
870
871
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="robots" content="all,follow">
<meta name="googlebot" content="index,follow,snippet,archive">
<meta name="viewport" content="width=device-width, initlial-scale=1">
<title> Hackathon weekend Challenge </title>
<meta name="keywords" content="">
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,100%7CRoboto:400,700,300,100' rel='stylesheet' type='text/css'>
<!-- Bootstrap and Font Awesome css -->
<link href="css/font-awesome.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Theme stylesheet -->
<link href="css/style.blue.css" rel="stylesheet" id="theme-stylesheet">
<!-- Custom stylesheet - for your changes -->
<link href="css/custom.css" rel="stylesheet">
<!-- owl carousel css -->
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/owl.theme.css" rel="stylesheet">
<!-- CSS Animations -->
<link href="css/animate.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.png">
<!-- Mordernizr -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- Responsivity for older IE -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#navigation" data-offset="120">
<!-- *** NAVBAR ***
_________________________________________________________ -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation" id="navbar">
<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 class="navbar-brand scrollTo" href="#intro">Udacity datascholarship Hackathon weekend </a>
</div>
<div class="navbar-collapse collapse" id="navigation">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#intro">Topic</a>
</li>
<li><a href="#about">Team</a>
</li>
<li><a href="#services">Hypothesis</a>
</li>
<!--<li><a href="#testimonials">Visualisation</a>
</li><!-->
<li><a href="#references">Visualisation</a>
</li>
<!--<li><a href="#customers">Conclutions</a>
<!</li>-->
<!--<!<li><a href="#contact">Reference</a>
</li>-->
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
<!-- /#navbar -->
<!-- *** NAVBAR END *** -->
<div id="all">
<!-- *** INTRO IMAGE ***
_________________________________________________________ -->
<div id="intro" class="clearfix">
<div class="item">
<div class="container">
<div class="row">
<div class="carousel-caption">
<div data-animate="fadeInDown" class="logo">
<!-- <img src="img/logo-big.png" alt="logo" width="130"> -->
</div>
<h1 data-animate="fadeInDown">WOMEN HEALTH-CARE!</h1>
<h2 data-animate="slideInUp">Challenge 2: How can we use modern health information to improve women’s health?</h2>
</div>
</div>
</div>
</div>
</div>
<!-- *** INTRO IMAGE END *** -->
<!-- *** ABOUT ***
_________________________________________________________ -->
<div class="section" id="about">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h2 class="title" data-animate="fadeInDown">Team Weekend Ninja</h2>
</div>
<div class="col-sm-12">
<div class="row">
<div class="col-md-4" data-animate="bounceIn">
<img src="img/about.jpg" class="image img-circle img-responsive" alt="This is me - IT worker">
<h3><a href="#">Milka Wafula</a></h3>
<p class="role">Data mining|Python|Presentation </p>
<div class="social">
<a href="#" class="external facebook" data-animate-hover="pulse"><i class="fa fa-facebook"></i></a>
<a href="#" class="external gplus" data-animate-hover="pulse"><i class="fa fa-google-plus"></i></a
<a href="#" class="external twitter" data-animate-hover="pulse"><i class="fa fa-twitter"></i></a>
</div>
</div>
<div class="col-md-4" data-animate="bounceIn">
<img src="img/about2.jpg" class="image img-circle img-responsive" alt="This is me - IT worker">
<h3><a href="#">Barbara Stempien</a></h3>
<p class="role">Data mining|Python </p>
<div class="social">
<a href="#" class="external facebook" data-animate-hover="pulse"><i class="fa fa-facebook"></i></a>
<a href="#" class="external gplus" data-animate-hover="pulse"><i class="fa fa-google-plus"></i></a
<a href="#" class="external twitter" data-animate-hover="pulse"><i class="fa fa-twitter"></i></a>
</div>
</div>
<div class="col-md-4" data-animate="bounceIn">
<img src="img/about3.jpg" class="image img-circle img-responsive" alt="This is me - IT worker">
<h3><a href="#">Deepika Kamabadthula</a></h3>
<p class="role">Data mining </p>
<div class="social">
<a href="#" class="external facebook" data-animate-hover="pulse"><i class="fa fa-facebook"></i></a>
<a href="#" class="external gplus" data-animate-hover="pulse"><i class="fa fa-google-plus"></i></a
<a href="#" class="external twitter" data-animate-hover="pulse"><i class="fa fa-twitter"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /#about -->
<!-- *** ABOUT END *** -->
<!-- *** SERVICES ***
<!-- _________________________________________________________ -->
<div class="section text-gradient" id="services">
<div class="container">
<div class="col-md-12">
<h2 class="title" data-animate="fadeInDown">Hypothesis</h2>
<div class="row services">
<div class="col-md-4" data-animate="fadeInUp">
<div class="icon"><i class="fa fa-search"></i>
</div>
<h3 class="heading">Health of women in US</h3>
<p>Mental health of women in US improves when greater access to mental health facilities is available</p>
</div>
<div class="col-md-4" data-animate="fadeInUp">
<div class="icon"><i class="fa fa-search"></i>
</div>
<h3 class="heading">Health of women in US</h3>
<p>Mental health of women in US improves when greater access to mental health facilities is available</p>
</div>
<div class="col-md-4" data-animate="fadeInUp">
<div class="icon"><i class="fa fa-search"></i>
</div>
<h3 class="heading">Health of women in US</h3>
<p>Mental health of women in US improves when greater access to mental health facilities is available</p>
</div>
</div>
<hr>
<!-- <div class="text-center">
<p class="lead">Would you like to know more or just discuss something?</p>
<p><a href="#contact" class="btn btn-default btn-lg scrollTo">Contact me</a>
</p>
</div> -->
</div>
<!-- /.12 -->
</div>
<!-- /.container -->
</div>
<!-- /.section -->
<!-- *** SHOWCASE ***
_________________________________________________________ -->
<!-- <div class="section text-parallax parallax-image1" id="services">
<div class="container">
<div class="row showcase">
<div class="col-md-3 col-sm-6" data-animate="fadeInUp">
<div class="item">
<div class="icon"><i class="fa fa-align-justify"></i>
</div>
<h4><span class="counter">120</span><br>
Websites</h4>
</div>
</div>
<div class="col-md-3 col-sm-6" data-animate="fadeInUp">
<div class="item">
<div class="icon"><i class="fa fa-users"></i>
</div>
<h4><span class="counter">50</span><br>
Satisfied Clients</h4>
</div>
</div>
<div class="col-md-3 col-sm-6" data-animate="fadeInUp">
<div class="item">
<div class="icon"><i class="fa fa-copy"></i>
</div>
<h4><span class="counter">320</span><br>
Projects</h4>
</div>
</div>
<div class="col-md-3 col-sm-6" data-animate="fadeInUp">
<div class="item">
<div class="icon"><i class="fa fa-font"></i>
</div>
<h4><span class="counter">333</span><br>
Magazines and Brochures</h4>
</div>
</div>
</div>
<!-- /.row -->
<!-- </div>
<!-- /.container -->
<!-- <div class="dark-mask"></div>
</div>
<!-- /.section -->
<!-- *** REFERENCES IMAGE ***
_________________________________________________________ -->
<div class="section" id="references">
<div class="container">
<div class="col-sm-12">
<div class="mb20">
<h2 class="title" data-animate="fadeInUp">Visualisation</h2>
<p class="lead" data-animate="fadeInUp">Tool used: Python,Excel,Jupyter</p>
</div>
<!-- <ul id="filter" data-animate="fadeInUp">
<li class="active"><a href="#" data-filter="all">All</a>
</li>
<li><a href="#" data-filter="webdesign">Webdesign</a>
</li>
<li><a href="#" data-filter="seo">SEO</a>
</li>
<li><a href="#" data-filter="marketing">Marketing</a>
</li>
<li><a href="#" data-filter="other">Other</a>
</li>
</ul> -->
<div id="detail">
<span class="close">×</span>
<div id="detail-slider"></div>
<div class="text-center">
<h1 id="detail-title"> </h1>
</div>
<div id="detail-content"></div>
</div>
<!-- Reference detail -->
<div id="references-masonry" data-animate="fadeInUp">
<div class="reference-item" data-category="webdesign">
<div class="reference">
<a href="#">
<img src="img/portfolio-1.jpg" class="img-responsive" alt="" />
<div class="overlay">
<h3 class="reference-title">Project name</h3>
<p>Short project description goes here...</p>
</div>
</a>
<div class="sr-only reference-description" data-images="img/main-slider1.jpg,img/main-slider2.jpg,img/main-slider3.jpg">
<p>Projecting surrounded literature yet delightful alteration but bed men. Open are from long why cold. If must snug by upon sang loud left. As me do preference entreaties compliment motionless ye literature. Day behaviour
explained law remainder. Produce can cousins account you pasture. Peculiar delicate an pleasant provided do perceive.</p>
<p>Sitting mistake towards his few country ask. You delighted two rapturous six depending objection happiness something the. Off nay impossible dispatched partiality unaffected. Norland adapted put ham cordial. Ladies
talked may shy basket narrow see. Him she distrusts questions sportsmen. Tolerably pretended neglected on my earnestly by. Sex scale sir style truth ought.</p>
<p class="buttons">
<a class="btn btn-primary" href="javascript:void(0);"><i class="fa fa-globe"></i> Visit website</a>
<a class="btn btn-primary" href="javascript:void(0);"><i class="fa fa-download"></i> Download case study</a>
</p>
</div>
</div>
</div>
<div class="reference-item" data-category="seo">
<div class="reference">
<a href="#">
<img src="img/portfolio-2.jpg" class="img-responsive" alt="" />
<div class="overlay">
<h3 class="reference-title">Project name</h3>
<p>Short project description goes here...</p>
</div>
</a>
<div class="sr-only reference-description" data-images="img/main-slider1.jpg,img/main-slider2.jpg,img/main-slider3.jpg">
<p>Projecting surrounded literature yet delightful alteration but bed men. Open are from long why cold. If must snug by upon sang loud left. As me do preference entreaties compliment motionless ye literature. Day behaviour
explained law remainder. Produce can cousins account you pasture. Peculiar delicate an pleasant provided do perceive.</p>
<p>Sitting mistake towards his few country ask. You delighted two rapturous six depending objection happiness something the. Off nay impossible dispatched partiality unaffected. Norland adapted put ham cordial. Ladies
talked may shy basket narrow see. Him she distrusts questions sportsmen. Tolerably pretended neglected on my earnestly by. Sex scale sir style truth ought.</p>
<p class="buttons">
<a class="btn btn-primary" href="javascript:void(0);"><i class="fa fa-globe"></i> Visit website</a>
<a class="btn btn-primary" href="javascript:void(0);"><i class="fa fa-download"></i> Download case study</a>
</p>
</div>
</div>
</div>
<div class="reference-item" data-category="marketing">
<div class="reference">
<a href="#">
<img src="img/portfolio-3.jpg" class="img-responsive" alt="" />
<div class="overlay">
<h3 class="reference-title">Project name</h3>
<p>Short project description goes here...</p>
</div>
</a>
<div class="sr-only reference-description" data-images="img/main-slider1.jpg,img/main-slider2.jpg,img/main-slider3.jpg">
<p>Projecting surrounded literature yet delightful alteration but bed men. Open are from long why cold. If must snug by upon sang loud left. As me do preference entreaties compliment motionless ye literature. Day behaviour
explained law remainder. Produce can cousins account you pasture. Peculiar delicate an pleasant provided do perceive.</p>
<p>Sitting mistake towards his few country ask. You delighted two rapturous six depending objection happiness something the. Off nay impossible dispatched partiality unaffected. Norland adapted put ham cordial. Ladies
talked may shy basket narrow see. Him she distrusts questions sportsmen. Tolerably pretended neglected on my earnestly by. Sex scale sir style truth ought.</p>
<p class="buttons">
<a class="btn btn-primary" href="javascript:void(0);"><i class="fa fa-globe"></i> Visit website</a>
<a class="btn btn-primary" href="javascript:void(0);"><i class="fa fa-download"></i> Download case study</a>
</p>
</div>
</div>
</div>
<div class="reference-item" data-category="marketing">
<div class="reference">
<a href="#">
<img src="img/portfolio-4.jpg" class="img-responsive" alt="" />
<div class="overlay">
<h3 class="reference-title">Project name</h3>
<p>Short project description goes here...</p>
</div>
</a>
<div class="sr-only reference-description" data-images="img/main-slider1.jpg,img/main-slider2.jpg,img/main-slider3.jpg">
<p>Projecting surrounded literature yet delightful alteration but bed men. Open are from long why cold. If must snug by upon sang loud left. As me do preference entreaties compliment motionless ye literature. Day behaviour
explained law remainder. Produce can cousins account you pasture. Peculiar delicate an pleasant provided do perceive.</p>
<p>Sitting mistake towards his few country ask. You delighted two rapturous six depending objection happiness something the. Off nay impossible dispatched partiality unaffected. Norland adapted put ham cordial. Ladies
talked may shy basket narrow see. Him she distrusts questions sportsmen. Tolerably pretended neglected on my earnestly by. Sex scale sir style truth ought.</p>
<p class="buttons">
<a class="btn btn-primary" href="javascript:void(0);"><i class="fa fa-globe"></i> Visit website</a>
<a class="btn btn-primary" href="javascript:void(0);"><i class="fa fa-download"></i> Download case study</a>
</p>
</div>
</div>
</div>
<div class="reference-item" data-category="webdesign">
<div class="reference">
<a href="#">
<img src="img/portfolio-5.jpg" class="img-responsive" alt="" />
<div class="overlay">
<h3 class="reference-title">Project name</h3>
<p>Short project description goes here...</p>
</div>
</a>
<div class="sr-only reference-description" data-images="img/main-slider1.jpg,img/main-slider2.jpg,img/main-slider3.jpg">
<p>Projecting surrounded literature yet delightful alteration but bed men. Open are from long why cold. If must snug by upon sang loud left. As me do preference entreaties compliment motionless ye literature. Day behaviour
explained law remainder. Produce can cousins account you pasture. Peculiar delicate an pleasant provided do perceive.</p>
<p>Sitting mistake towards his few country ask. You delighted two rapturous six depending objection happiness something the. Off nay impossible dispatched partiality unaffected. Norland adapted put ham cordial. Ladies
talked may shy basket narrow see. Him she distrusts questions sportsmen. Tolerably pretended neglected on my earnestly by. Sex scale sir style truth ought.</p>
<p class="buttons">
<a class="btn btn-primary" href="javascript:void(0);"><i class="fa fa-globe"></i> Visit website</a>
<a class="btn btn-primary" href="javascript:void(0);"><i class="fa fa-download"></i> Download case study</a>
</p>
</div>
</div>
</div>
<div class="reference-item" data-category="other">
<div class="reference">
<a href="#">
<img src="img/portfolio-6.jpg" class="img-responsive" alt="" />
<div class="overlay">
<h3 class="reference-title">Project name</h3>
<p>Short project description goes here...</p>
</div>
</a>
<div class="sr-only reference-description" data-images="img/main-slider1.jpg,img/main-slider2.jpg,img/main-slider3.jpg">
<p>Projecting surrounded literature yet delightful alteration but bed men. Open are from long why cold. If must snug by upon sang loud left. As me do preference entreaties compliment motionless ye literature. Day behaviour
explained law remainder. Produce can cousins account you pasture. Peculiar delicate an pleasant provided do perceive.</p>
<p>Sitting mistake towards his few country ask. You delighted two rapturous six depending objection happiness something the. Off nay impossible dispatched partiality unaffected. Norland adapted put ham cordial. Ladies
talked may shy basket narrow see. Him she distrusts questions sportsmen. Tolerably pretended neglected on my earnestly by. Sex scale sir style truth ought.</p>
<p class="buttons">
<a class="btn btn-primary" href="javascript:void(0);"><i class="fa fa-globe"></i> Visit website</a>
<a class="btn btn-primary" href="javascript:void(0);"><i class="fa fa-download"></i> Download case study</a>
</p>
</div>
</div>
</div>
<div class="reference-item" data-category="seo">
<div class="reference">
<a href="#">
<img src="img/portfolio-7.jpg" class="img-responsive" alt="" />
<div class="overlay">
<h3 class="reference-title">Project name</h3>
<p>Short project description goes here...</p>
</div>
</a>
<div class="sr-only reference-description" data-images="img/main-slider1.jpg,img/main-slider2.jpg,img/main-slider3.jpg">
<p>Projecting surrounded literature yet delightful alteration but bed men. Open are from long why cold. If must snug by upon sang loud left. As me do preference entreaties compliment motionless ye literature. Day behaviour
explained law remainder. Produce can cousins account you pasture. Peculiar delicate an pleasant provided do perceive.</p>
<p>Sitting mistake towards his few country ask. You delighted two rapturous six depending objection happiness something the. Off nay impossible dispatched partiality unaffected. Norland adapted put ham cordial. Ladies
talked may shy basket narrow see. Him she distrusts questions sportsmen. Tolerably pretended neglected on my earnestly by. Sex scale sir style truth ought.</p>
<p class="buttons">
<a class="btn btn-primary" href="javascript:void(0);"><i class="fa fa-globe"></i> Visit website</a>
<a class="btn btn-primary" href="javascript:void(0);"><i class="fa fa-download"></i> Download case study</a>
</p>
</div>
</div>
</div>
<div class="reference-item" data-category="webdesign">
<div class="reference">
<a href="#">
<img src="img/portfolio-8.jpg" class="img-responsive" alt="" />
<div class="overlay">
<h3 class="reference-title">Project name</h3>
<p>Short project description goes here...</p>
</div>
</a>
<div class="sr-only reference-description" data-images="img/main-slider1.jpg,img/main-slider2.jpg,img/main-slider3.jpg">
<p>Projecting surrounded literature yet delightful alteration but bed men. Open are from long why cold. If must snug by upon sang loud left. As me do preference entreaties compliment motionless ye literature. Day behaviour
explained law remainder. Produce can cousins account you pasture. Peculiar delicate an pleasant provided do perceive.</p>
<p>Sitting mistake towards his few country ask. You delighted two rapturous six depending objection happiness something the. Off nay impossible dispatched partiality unaffected. Norland adapted put ham cordial. Ladies
talked may shy basket narrow see. Him she distrusts questions sportsmen. Tolerably pretended neglected on my earnestly by. Sex scale sir style truth ought.</p>
<p class="buttons">
<a class="btn btn-primary" href="javascript:void(0);"><i class="fa fa-globe"></i> Visit website</a>
<a class="btn btn-primary" href="javascript:void(0);"><i class="fa fa-download"></i> Download case study</a>
</p>
</div>
</div>
</div>
</div>
<!-- /#references-masonry -->
</div>
<!-- /.12 -->
</div>
<!-- /.container -->
</div>
<!-- /.section -->
<!-- *** REFERENCES END *** -->
<!-- *** SERVICES END *** -->
<!-- *** TESTIMONIALS ***
_________________________________________________________ -->
<div class="section text-gray" id="testimonials" data-animate="fadeInUp">
<div class="container">
<div class="col-md-12">
<div class="mb20">
<h2 class="title" data-animate="fadeInUp">Concluction<br /><span>Findings</span></h2>
<p class="lead text-center" data-animate="fadeInUp">We noted</p>
</div>
<ul class="owl-carousel testimonials same-height-row" data-animate="fadeInUp">
<li class="item">
<div class="testimonial same-height-always">
<div class="text">
<p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly,
slightly domed and divided by arches into stiff sections.</p>
</div>
<div class="bottom">
<!-- <div class="icon"><i class="fa fa-quote-left"></i>
</div>-->
<!-- <div class="name-picture">
<img class="" alt="" src="img/person-1.jpg">
<h5>John McIntyre</h5>
<p>CEO, TransTech</p>
</div>-->
</div>
</div>
</li>
<li class="item">
<div class="testimonial same-height-always">
<div class="text">
<p>The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. "What's happened to me?
" he thought. It wasn't a dream.</p>
</div>
<div class="bottom">
<!--<div class="icon"><i class="fa fa-quote-left"></i>
</div>
<div class="name-picture">
<img class="" alt="" src="img/person-2.jpg">
<h5>John McIntyre</h5>
<p>CEO, TransTech</p>
</div>-->
</div>
</div>
</li>
<li class="item">
<div class="testimonial same-height-always">
<div class="text">
<p>His room, a proper human room although a little too small, lay peacefully between its four familiar walls.</p>
<p>A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded
frame.</p>
</div>
<div class="bottom">
<!--<div class="icon"><i class="fa fa-quote-left"></i>
</div>
<div class="name-picture">
<img class="" alt="" src="img/person-3.jpg">
<h5>John McIntyre</h5>
<p>CEO, TransTech</p>
</div>-->
</div>
</div>
</li>
<li class="item">
<div class="testimonial same-height-always">
<div class="text">
<p>It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather.
Drops of rain could be heard hitting the pane, which made him feel quite sad.</p>
</div>
<div class="bottom">
<!-- <div class="icon"><i class="fa fa-quote-left"></i>
</div>
<div class="name-picture">
<img class="" alt="" src="img/person-4.jpg">
<h5>John McIntyre</h5>
<p>CEO, TransTech</p>
</div>-->
</div>
</div>
</li>
<li class="item">
<div class="testimonial same-height-always">
<div class="text">
<p>It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather.
Drops of rain could be heard hitting the pane, which made him feel quite sad. Gregor then turned to look out the window at the dull weather. Drops of rain could be heard hitting the pane, which made him feel quite
sad.</p>
</div>
<div class="bottom">
<!-- <div class="icon"><i class="fa fa-quote-left"></i>
</div>-->
<!-- <div class="name-picture">
<img class="" alt="" src="img/person-4.jpg">
<h5>John McIntyre</h5>
<p>CEO, TransTech</p>
</div>-->
</div>
</div>
</li>
</ul>
<!-- /.owl-carousel -->
</div>
<!-- /.12 -->
</div>
<!-- /.container -->
</div>
<!-- /.section -->
<!-- *** TESTIMONIALS END *** -->
<!-- *** CUSTOMERS ***
_________________________________________________________ -->
<div class="section text-gray" id="customers">
<!-- <div class="container">
<div class="col-md-12">
<div class="row">
<div class="col-sm-4 col-md-2 col-xs-6">
<div class="customer">
<img class="img-responsive" src="img/customers/kofola.png" title="Kofola" data-placement="bottom" data-toggle="tooltip" alt="">
</div>
</div>
<div class="col-sm-4 col-md-2 col-xs-6">
<div class="customer">
<img class="img-responsive" src="img/customers/evian.png" title="Evian" data-placement="bottom" data-toggle="tooltip" alt="">
</div>
</div>
<div class="col-sm-4 col-md-2 col-xs-6">
<div class="customer">
<img class="img-responsive" src="img/customers/cslink.png" title="CS Link" data-placement="bottom" data-toggle="tooltip" alt="">
</div>
</div>
<div class="col-sm-4 col-md-2 col-xs-6">
<div class="customer">
<img class="img-responsive" src="img/customers/botas66.png" title="Botas 66 Concept store" data-placement="bottom" data-toggle="tooltip" alt="">
</div>
</div>
<div class="col-sm-4 col-md-2 col-xs-6">
<div class="customer">
<img class="img-responsive" src="img/customers/mdfc.png" title="MediaFabríca" data-placement="bottom" data-toggle="tooltip" alt="">
</div>
</div>
<div class="col-sm-4 col-md-2 col-xs-6">
<div class="customer">
<img class="img-responsive" src="img/customers/vanek.png" title="VANĚK Strojírenská výroba" data-placement="bottom" data-toggle="tooltip" alt="">
</div>
</div>
</div>
<!-- /.row -->
<!-- </div>
<!-- /.12 -->
<!-- </div> -->
<!-- /.container -->
</div>
<!-- /.section -->
<!-- *** CUSTOMERS END *** -->
<!-- *** CONTACT ***
_________________________________________________________ -->
<div class="section contact" id="contact" data-animate="bounceIn">
<div class="container">
<div class="col-md-12">
<h2 class="title">Reference</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<form id="contact-form" method="post" action="contact.php">
<div class="messages">
</div>
<div class="controls">
<div class="row">
<p>Women, Infants, and Children (WIC) Program Site Information- https://www.healthdata.gov/dataset/women-infants-and-children-wic-program-site-information
</p>
<p>Women, Infants, and Children (WIC) Program Site Information- https://www.healthdata.gov/dataset/women-infants-and-children-wic-program-site-information
</p>
</div>
</div>
</form>
</div>
</div>
</div>
<!-- /.12 -->
</div>
<!-- /.container -->
</div>
<!-- /.section -->
<!-- *** CONTACT END *** -->
<!-- *** MAP ***
_________________________________________________________ -->
<!--<div class="section" id="map">-->
<!--</div>-->
<!-- /.section -->
<!-- *** MAP END *** -->
<!-- *** FOOTER ***
_________________________________________________________ -->
<div class="section" id="footer">
<div class="container">
<div class="row">
<!-- <div class="col-sm-6">
<p class="social">
<a href="#" class="external facebook" data-animate-hover="shake" data-animate="fadeInUp"><i class="fa fa-facebook"></i></a>
<a href="#" class="external instagram" data-animate-hover="shake" data-animate="fadeInUp"><i class="fa fa-instagram"></i></a>
<a href="#" class="external gplus" data-animate-hover="shake" data-animate="fadeInUp"><i class="fa fa-google-plus"></i></a>
<a href="#" class="email" data-animate-hover="shake" data-animate="fadeInUp"><i class="fa fa-envelope"></i></a>
</p>
</div> -->
<!-- /.6 -->
<div class="col-sm-6">
<p>© 2018 Bertelsmann datascholarship. All rights reserved.</p>
</div>
<div class="col-sm-12">
<p class="template-bootstrapious">Hackathon weekend by <a href="https://sites.google.com/view/hackaweekend/challenge">Women who code | hackaweekend challenge</a></p>
<!-- Please do not remove the backlink to us, unless you support the development at https://bootstrapious.com/donate. It is part of the license conditions. Thanks for understanding :) -->
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.section -->
<!-- *** FOOTER END *** -->
</div>
<!-- /#all -->
<!-- #### JAVASCRIPT FILES ### -->
<!-- js base -->
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- for demo purpose -->
<script src="js/jquery.cookie.js"></script>
<!-- waypoints for scroll spy -->
<script src="js/waypoints.min.js"></script>
<!-- maps -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBu5nZKbeK-WHQ70oqOWo-_4VmwOwKP9YQ"></script>
<!-- to use it on your site, generate your own API key for Google Maps and paste it above -->
<script src="js/gmaps.js"></script>
<!-- masonry layout -->
<script src="js/masonry.pkgd.min.js"></script>
<!-- owl carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- jQuery scroll to -->
<script src="js/jquery.scrollTo.min.js"></script>
<!-- jQuery counter -->
<script src="js/jquery.counterup.min.js"></script>
<!-- jQuery parallax -->
<script src="js/jquery.parallax-1.1.3.js"></script>
<!-- main js file -->
<script src="js/front.js"></script>
</body>
</html>