-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex - Copy.html
943 lines (809 loc) · 50.2 KB
/
index - Copy.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
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="images/livedition-icon-noname.png">
<title>liveditions</title>
<!-- CSS Plugins -->
<link href="css/vendor/animate.css" rel="stylesheet">
<link href="css/vendor/lightbox.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/open-iconic-bootstrap.css" rel="stylesheet">
<!--grid css-->
<link href="css/vendor/grid.less" rel="stylesheet" type="text/css" media="screen">
<!--owl carousel css-->
<link href="css/vendor/owl.carousel.css" rel="stylesheet" type="text/css" media="screen">
<link href="css/vendor/owl.theme.css" rel="stylesheet" type="text/css" media="screen">
<link href="css/vendor/slick.css" rel="stylesheet" type="text/css" media="screen">
<link href="css/vendor/slick-theme.css" rel="stylesheet" type="text/css" media="screen">
<link href="css/vendor/jquery.fullpage.min.css" rel="stylesheet" type="text/css" media="screen">
<!-- CSS Custom -->
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Oswald:400,700,300' rel='stylesheet' type='text/css'>
</head>
<body class="classic" data-spy="scroll" data-target=".scrollspy_menu">
<!-- PRELOADER
============================== -->
<div class="preloader">
<img src="images/preloader.gif" alt="Loading..." class="preloader__img">
</div>
<!-- NAVBAR
============================== -->
<div class="navbar navbar-default navbar__initial navbar-fixed-top scrollspy_menu" 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 class="navbar-brand" href="#welcome"><span><img src="images/livedition-icon-noname.png" />Liveditions</span></a>
</div>
<div class="navbar-collapse collapse">
<ul class="fullpage__nav nav navbar-nav navbar-right">
<li class="active"><a href="#welcome">Welcome</a></li>
<li><a href="#platform">The Platform</a></li>
<li><a href="#benefits">Benefits </a></li>
<li><a href="#features">Features </a></li>
<li><a href="#about">About</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- SIDEBAR
============================== -->
<!-- Sidebar button open -->
<div class="hidden sidebar__btn sidebar__btn_open">
<span class="sidebar-btn__caption">Menu</span>
<span class="oi oi-menu sidebar-btn__icon sidebar-btn-icon__unhover " title="Open menu" aria-hidden="true"></span>
<span class="oi oi-arrow-left sidebar-btn__icon sidebar-btn-icon__hover" title="Open menu" aria-hidden="true"></span>
</div>
<!-- Sidebar menu -->
<div class="sidebar__menu sidebar__menu_hidden scrollspy_menu">
<!-- Sidebar button close -->
<div class="sidebar__btn sidebar__btn_close">
<span class="sidebar-btn__caption">Menu</span>
<span class="oi oi-menu sidebar-btn__icon sidebar-btn-icon__unhover " title="Close menu" aria-hidden="true"></span>
<span class="oi oi-arrow-right sidebar-btn__icon sidebar-btn-icon__hover" title="Close menu" aria-hidden="true"></span>
</div>
<!-- Sidebar brand name -->
<!-- Sidebar brand name -->
<div class="sidebar-menu__brand">Liveditions</div>
<!-- Sidebar links -->
<ul class="fullpage__nav sidebar-menu__ul nav">
<li class="active"><a href="#welcome">Welcome</a></li>
<li><a href="#platform">The Platform</a></li>
<li><a href="#benefits">Benefits </a></li>
<li><a href="#features">Features </a></li>
<li><a href="#about">About</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</div> <!-- / .sidebar-menu__ul -->
<!-- WELCOME
============================== -->
<div class="welcome_classic" id="welcome">
<div class="welcome-classic__inner">
<div class="container">
<div class="row">
<div class="col-xs-12">
<!-- Heading -->
<h1 class="heading heading_lg">
Welcome to <span class="text-primary">Liveditions</span>
</h1>
<div class="text-center">
<img class="logo" src="images/livedition-icon-soft.png" />
</div>
<!-- Sub heading -->
<p class="heading__sub">
Persist until you succeed...
</p>
<!-- Button -->
<div class="text-center">
<a href="#about" class="btn btn-xl btn-primary">
<span class="fa fa-arrow-right" title="Find out more" aria-hidden="true"></span>
<span>Find Out More</span>
</a>
</div>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</div> <!-- / .classic-welcome__inner -->
</div> <!-- / .welcome_classic -->
<!-- THE PLATFORM
============================== -->
<div class="site-wrapper" id="platform">
<div class="container">
<div class="row">
<div class="col-xs-12">
<!-- Heading -->
<h1 class="heading">
The <span class="text-primary">Platforms</span>
</h1>
<!-- Sub heading -->
<p class="heading__sub">
Our SaaS-based SRMS solution includes the following functionality designed to manage every aspect of a student’s education path; from matriculation to guided academic pathways, resulting in higher student retention and improved educational outcomes.
</p>
</div>
<div class="col-sm-4 app-features-wrapper wow fadeInUp animated" style="visibility: visible; animation-name: fadeInUp;">
<div class="app-features-box">
<div class="app-features-box-icon">
<span aria-hidden="true" class="typcn"><i class="fa fa-graduation-cap"></i></span>
</div>
<h3>OnRamp</h3>
<h4>College and Career Readiness</h4>
<p>OnRamp is a valuable tool for High School students entering college, designed to help them understand the steps needed to reach their educational goals.</p>
</div>
<div class="app-features-box">
<div class="app-features-box-icon">
<span aria-hidden="true" class="typcn"><i class="fa fa-handshake-o"></i></span>
</div>
<h3>OutReach</h3>
<h4>Student Relationship Management </h4>
<p>OutReach provides colleges with the opportunity to engage and build relationships with their students</p>
</div>
</div>
<div class="col-sm-4 app-features-image wow fadeInDown animated" style="visibility: visible; animation-name: fadeInDown;">
<img id="platform-image" src="images/iphone2.png" alt="">
</div>
<div class="col-sm-4 app-features-wrapper wow fadeInUp animated" style="visibility: visible; animation-name: fadeInUp;">
<div class="app-features-box">
<div class="app-features-box-icon">
<span aria-hidden="true" class="typcn"><i class="fa fa-pie-chart"></i></span>
</div>
<h3>Explore</h3>
<div class="divider-1"></div>
<h4>Insightful Analytics & Reports </h4>
<p>Explore is a data collection engine that provides trackable and measurable metrics and reports for student service program outcomes</p>
</div>
<div class="app-features-box">
<div class="app-features-box-icon">
<span aria-hidden="true" class="typcn"><i class="fa fa-random"></i></span>
</div>
<h3>Pathways</h3>
<h4>Structured Academic Pathways </h4>
<p>Pathways provides “paths” for students to follow so that they can see what steps will help them achieve their educational goals.</p>
</div>
</div>
</div>
</div> <!-- / .container -->
</div> <!-- / .site-wrapper_classic -->
<!-- BENEFITS
============================== -->
<div class="site-wrapper" id="benefits">
<div class="container">
<div class="row">
<div class="col-xs-12">
<!-- Heading -->
<h1 class="heading">
Key <span class="text-primary">Benefits</span>
</h1>
<!-- Sub heading -->
<p class="heading__sub">
Driving Student Completion and Academic Success.
</p>
</div>
</div> <!-- / .row -->
<div class="row">
<div class="col-md-12">
<h5 class="heading__sub">Here's how we can help.</h5>
<hr />
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-5 col-md-offset-1 wow slideInLeft" data-wow-duration="700ms" data-wow-delay="300ms">
<!-- benefit item -->
<div class="benefit__item">
<!-- Title -->
<h3 class="benefit-item__title">
<span class="text-primary">01.</span>
Benefit 01
</h3>
<!-- Summary -->
<div class="benefit-item__summary">
Removes the frustration and confusion of higher-ed matriculation.
</div>
</div> <!-- / .benefit__item -->
</div>
<div class="col-sm-6 col-md-5 wow slideInRight" data-wow-duration="700ms" data-wow-delay="300ms">
<!-- benefit item -->
<div class="benefit__item">
<!-- Title -->
<h3 class="benefit-item__title">
<span class="text-primary">02.</span>
Benefit 02
</h3>
<!-- Summary -->
<div class="benefit-item__summary">
Improves student success rates of all ethnic, gender, and disability groups for all major indicators of student outcomes.
</div>
</div> <!-- / .benefit__item -->
</div>
</div> <!-- / .row -->
<div class="row">
<div class="col-sm-6 col-md-5 col-md-offset-1 wow slideInLeft" data-wow-duration="700ms" data-wow-delay="400ms">
<!-- benefit item -->
<div class="benefit__item">
<!-- Title -->
<h3 class="benefit-item__title">
<span class="text-primary">03.</span>
Benefit 03
</h3>
<!-- Summary -->
<div class="benefit-item__summary">
Improves student services program outreach and communications efforts.
</div>
</div> <!-- / .benefit__item -->
</div>
<div class="col-sm-6 col-md-5 wow slideInRight" data-wow-duration="700ms" data-wow-delay="400ms">
<!-- benefit item -->
<div class="benefit__item">
<!-- Title -->
<h3 class="benefit-item__title">
<span class="text-primary">04.</span>
Benefit 04
</h3>
<!-- Summary -->
<div class="benefit-item__summary">
Provides deeper insights into college’s pipeline of prospects.
</div>
</div> <!-- / .benefit__item -->
</div>
</div> <!-- / .row -->
<div class="row">
<div class="col-sm-6 col-md-5 col-md-offset-1 wow slideInLeft" data-wow-duration="700ms" data-wow-delay="500ms">
<!-- benefit item -->
<div class="benefit__item">
<!-- Title -->
<h3 class="benefit-item__title">
<span class="text-primary">05.</span>
Benefit 05
</h3>
<!-- Summary -->
<div class="benefit-item__summary">
Supports students across the state of California through implementation of the Student Success Act (SB1456) and the Student Equity Initiative (SB860)
</div>
</div> <!-- / .benefit__item -->
</div>
<div class="col-sm-6 col-md-5 wow slideInRight" data-wow-duration="700ms" data-wow-delay="500ms">
<!-- benefit item -->
<div class="benefit__item">
<!-- Title -->
<h3 class="benefit-item__title">
<span class="text-primary">06.</span>
Benefit 06
</h3>
<!-- Summary -->
<div class="benefit-item__summary">
Tracks and reports student success scorecards on core SSSP & Student Equity programs
</div>
</div> <!-- / .benefit__item -->
</div>
</div> <!-- / .row -->
<div class="row">
<div class="col-sm-6 col-md-5 col-md-offset-1 wow slideInLeft" data-wow-duration="700ms" data-wow-delay="600ms">
<!-- benefit item -->
<div class="benefit__item">
<!-- Title -->
<h3 class="benefit-item__title">
<span class="text-primary">07.</span>
Benefit 07
</h3>
<!-- Summary -->
<div class="benefit-item__summary">
Provides measurable metrics and reports for student service program outcomes.
</div>
</div> <!-- / .benefit__item -->
</div>
<div class="col-sm-6 col-md-5 wow slideInRight" data-wow-duration="700ms" data-wow-delay="600ms">
<!-- benefit item -->
<div class="benefit__item">
<!-- Title -->
<h3 class="benefit-item__title">
<span class="text-primary">08.</span>
Benefit 08
</h3>
<!-- Summary -->
<div class="benefit-item__summary">
Identifies disengaged students through analytics, leading to successful interventions.
</div>
</div> <!-- / .benefit__item -->
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</div> <!-- / .site-wrapper_classic -->
<!-- FEATURES
============================== -->
<div class="site-wrapper" id="features">
<div class="container">
<div class="row">
<div class="col-xs-12">
<!-- Heading -->
<h1 class="heading">
Key <span class="text-primary">product</span> features
</h1>
<!-- Sub heading -->
<p class="heading__sub">
Our unique offering provides an engaging user experience, across the students entire education journey! Pathways is redesigning the community college experience for all students
</p>
</div>
</div> <!-- / .row -->
<div class="row">
<div class="col-md-12">
<h5 class="heading__sub">Pathways Features at a Glance</h5>
<hr />
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-5 col-md-offset-1">
<!-- Features item -->
<div class="features__item">
<!-- Title -->
<h3 class="features-item__title">
<span class="text-primary">01.</span>
SAAS Cloud-based Hostin
</h3>
<!-- Summary -->
<div class="features-item__summary">
Flexible cloud-based technology designed to lower the cost of maintaining campus systems and deliver an intuitive user experience for anytime, anywhere access.
</div>
</div> <!-- / .features__item -->
</div>
<div class="col-sm-6 col-md-5">
<!-- Features item -->
<div class="features__item">
<!-- Title -->
<h3 class="features-item__title">
<span class="text-primary">02.</span>
Shibboleth Single Sign On (SSO)
</h3>
<!-- Summary -->
<div class="features-item__summary">
Shibboleth Single Sign On technology to promote the promise of a unified student experience
</div>
</div> <!-- / .features__item -->
</div>
</div> <!-- / .row -->
<div class="row">
<div class="col-sm-6 col-md-5 col-md-offset-1">
<!-- Features item -->
<div class="features__item">
<!-- Title -->
<h3 class="features-item__title">
<span class="text-primary">03.</span>
FERPA Compliance
</h3>
<!-- Summary -->
<div class="features-item__summary">
Fully compliant with the provisions of FERPA in all respects
</div>
</div> <!-- / .features__item -->
</div>
<div class="col-sm-6 col-md-5">
<!-- Features item -->
<div class="features__item">
<!-- Title -->
<h3 class="features-item__title">
<span class="text-primary">04.</span>
Data Integration
</h3>
<!-- Summary -->
<div class="features-item__summary">
RESTful API interacts with all campus systems for access to every data field across campus technology to provide a seamless, unified user experience with existing on-campus technology offerings
</div>
</div> <!-- / .features__item -->
</div>
</div> <!-- / .row -->
<div class="row">
<div class="col-sm-6 col-md-5 col-md-offset-1">
<!-- Features item -->
<div class="features__item">
<!-- Title -->
<h3 class="features-item__title">
<span class="text-primary">05.</span>
Advanced Data Analytics and Reports
</h3>
<!-- Summary -->
<div class="features-item__summary">
A robust reporting and Business Intelligence suite with industry leading query and reporting tools.
</div>
</div> <!-- / .features__item -->
</div>
<div class="col-sm-6 col-md-5">
<!-- Features item -->
<div class="features__item">
<!-- Title -->
<h3 class="features-item__title">
<span class="text-primary">06.</span>
Proactive Alerting
</h3>
<!-- Summary -->
<div class="features-item__summary">
Early warning system designed to make it easy for colleges to track student performance to target interventions when and where they are most needed.
</div>
</div> <!-- / .features__item -->
</div>
</div> <!-- / .row -->
<div class="row">
<div class="col-sm-6 col-md-5 col-md-offset-1">
<!-- Features item -->
<div class="features__item">
<!-- Title -->
<h3 class="features-item__title">
<span class="text-primary">07.</span>
Academic Goal Tracking
</h3>
<!-- Summary -->
<div class="features-item__summary">
Designed to help students stay focused and motivated, students can set up educational goals and track their progress throughout their education journey
</div>
</div> <!-- / .features__item -->
</div>
<div class="col-sm-6 col-md-5">
<!-- Features item -->
<div class="features__item">
<!-- Title -->
<h3 class="features-item__title">
<span class="text-primary">08.</span>
Pathways Authoring
</h3>
<!-- Summary -->
<div class="features-item__summary">
Pathways provides a state of the art, simple to use, “workflow engine” for building academic or administrative paths, capable of delivering high quality pedagogy didactics. The Authoring Tool allows authors to easily create and link together critical tasks and steps in a way that is trackable, efficient, visually appealing and feedback heavy
</div>
</div> <!-- / .features__item -->
</div>
</div> <!-- / .row -->
<div class="row">
<div class="col-sm-6 col-md-5 col-md-offset-1">
<!-- Features item -->
<div class="features__item">
<!-- Title -->
<h3 class="features-item__title">
<span class="text-primary">09.</span>
Student Dashboar
</h3>
<!-- Summary -->
<div class="features-item__summary">
The hub for all things that matter. Visual graphs and stats reflect progress and traction all designed to keep students on track and engaged
</div>
</div> <!-- / .features__item -->
</div>
<div class="col-sm-6 col-md-5">
<!-- Features item -->
<div class="features__item">
<!-- Title -->
<h3 class="features-item__title">
<span class="text-primary">10.</span>
Message Center
</h3>
<!-- Summary -->
<div class="features-item__summary">
Message Center allows assigned counselors an appropriate environment to communicate with students and give advice and encouragement through their pathway(s).
</div>
</div> <!-- / .features__item -->
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</div> <!-- / .site-wrapper -->
<!-- ABOUT
============================== -->
<div class="site-wrapper" id="about">
<div class="container">
<div class="row">
<div class="col-xs-12">
<!-- Heading -->
<h1 class="heading">
About <span class="text-primary">US</span>
</h1>
<!-- Sub heading -->
<p class="heading__sub">
<h4>Who we are…</h4>
Live Editions is a boutique software development company focused on accelerating the development and adoption of breakthrough educational strategies designed to improve the experience of education in order to better match and keep pace with the needs and expectations of students living in the 21st century
</p>
<div class="text-center">
<a href="#team" class="btn btn-lg btn-default">
<span class="fa fa-angle-right" title="All" aria-hidden="true"></span>
<span>Meet the Team</span>
</a>
</div>
</div>
</div>
</div> <!-- / .container -->
</div> <!-- / .site-wrapper_classic -->
<!-- TEAM
============================== -->
<div class="site-wrapper team-area horizontal" id="team">
<div class="container">
<div class="row">
<div class="col-xs-12">
<!-- Heading -->
<h1 class="heading">
They've <span class="text-primary">made</span> this possible
</h1>
<!-- Sub heading -->
<p class="heading__sub">
The Live Editions team is a unifying team of highly gifted researchers, engineers and business professionals, whose mission is to unlock the intelligence, passion and greatness of people everywhere.
</p>
</div>
</div> <!-- / .row -->
<div class="row">
<div class="col-lg-offset-0 col-md-offset-1 col-sm-offset-1 col-sm-10 col-lg-12">
<div class="row">
<div class="col-lg-6 col-lg-offset-3 col-md-8 col-md-offset-2">
<div class="team-image-slider text-center">
<div class="sin-testiImage">
<img src="images/avatars/m2.jpg" alt="testimonial 1" />
</div>
<div class="sin-testiImage">
<img src="images/avatars/m6.jpg" alt="testimonial 2" />
</div>
<div class="sin-testiImage">
<img src="images/avatars/m7.jpg" alt="testimonial 3" />
</div>
<div class="sin-testiImage">
<img src="images/avatars/m4.jpg" alt="testimonial 1" />
</div>
<div class="sin-testiImage">
<img src="images/avatars/m6.jpg" alt="testimonial 2" />
</div>
<div class="sin-testiImage">
<img src="images/avatars/f3.jpg" alt="testimonial 3" />
</div>
</div>
</div>
</div>
<div class="team-text-slider text-center">
<div class="teamText">
<h2>Eric Kmiec </h2>
<h4>Co-Founder & CEO</h4>
<div class="team-member__contact">
<a href="#" class="team-member-contact__item facebook">
<i class="fa fa-facebook"></i>
</a>
<a href="#" class="team-member-contact__item twitter">
<i class="fa fa-twitter"></i>
</a>
<a href="#" class="team-member-contact__item google-plus">
<i class="fa fa-google-plus"></i>
</a>
</div>
<p>Eric is a seasoned Silicon Valley entrepreneur with over three decades of experience in bringing to the global marketplace state-of-the-art wireless telecommunications technologies, e-Publishing, network communications and e-Learning technology. Eric has been pushing the boundaries of technology for more than 30 years, focused exclusively on creating next generation telecom/Internet architectures and technologies, which have translated into several innovative products and solutions, including the introduction of GSM digital cellular to the United States, which enabled the first digital cellular mobile call in the USA to become a reality. </p>
<p>Eric is a veteran of the United States Air Force where he studied electrical engineering, space systems operations and space communications systems engineering. As Chief Executive Officer, Eric manages the company’s day to day operations and leads the overall product vision and business strategy. </p>
</div>
<div class="teamText">
<h2>Scott Getchel </h2>
<h4>Technical Co-Founder</h4>
<div class="team-member__contact">
<a href="#" class="team-member-contact__item facebook">
<i class="fa fa-facebook"></i>
</a>
<a href="#" class="team-member-contact__item twitter">
<i class="fa fa-twitter"></i>
</a>
<a href="#" class="team-member-contact__item google-plus">
<i class="fa fa-google-plus"></i>
</a>
</div>
<p>Prior to joining Live Editions, Scott served as the Director of Information Technology for several national medical certification boards</p>
<p>After 10 years in the US Air Force, Scott decided to pursue his Ph.D in Organizational Psychology. For his dissertation, he needed some custom software so he taught himself how to code. This opened up the world of software development and data sciences. Leaving the Ph.D program he started working in the Silicon Valley, cutting his teeth at Cisco in San Jose. He left to join several small startups and rode the roller coaster through funding loss and acquisition, living the Silicon Valley life</p>
<p>Scott specializes in Social Network Analysis, but he has experience in Natural Language Processing as well as Supervised Machine Learning Algorithms. He has done contract work for companies like Coca-Cola, Johnson and Johnson and Dartmouth College in this field.</p>
</div>
<div class="teamText">
<h2>Luisa Dall’Acqua </h2>
<h4>Chairman of Scientific Committee </h4>
<div class="team-member__contact">
<a href="#" class="team-member-contact__item facebook">
<i class="fa fa-facebook"></i>
</a>
<a href="#" class="team-member-contact__item twitter">
<i class="fa fa-twitter"></i>
</a>
<a href="#" class="team-member-contact__item google-plus">
<i class="fa fa-google-plus"></i>
</a>
</div>
<p>As Chairman of Scientific Committee, Luisa provides vision, leadership, strategy and research planning across all areas of Live Editions science. She creates and maintains partnerships and collaborations with academic, research and scientific groups at local, national, and global levels. Luisa is a senior cognitive scientist, knowledge management and instructional design researcher, with a special interest for didactic and cognitive engineering in multi-agent systems. She owns academic and professional specializations in Logic, Psycho-/Sociological Science, E-Learning and Knowledge Management (Techniques and Technologies), and achieved Teaching Qualifications in Philosophy, Psychology and Didactic. She holds a master degree (DL) in Philosophy, a master (MU2) in E-learning Technologies, a PhD in Institutional Sociology and a second PhD in Psycho-, Sociological Science and eLearning (eLearning and Knowledge Management curriculum). She is also the author of PENTHA (Instructional Design Models), and Orientism Management Model (last generation's KM). </p>
</div>
<div class="teamText">
<h2>Peter Olive </h2>
<h4>Software Engineer </h4>
<div class="team-member__contact">
<a href="#" class="team-member-contact__item facebook">
<i class="fa fa-facebook"></i>
</a>
<a href="#" class="team-member-contact__item twitter">
<i class="fa fa-twitter"></i>
</a>
<a href="#" class="team-member-contact__item google-plus">
<i class="fa fa-google-plus"></i>
</a>
</div>
<p>Peter Oliver has over 25 years software engineering experience beginning 1984 as an early employee of Sprint, where he started as a Systems Support Analyst. He has been actively involved in the development of carrier networks throughout his career. In 1996, Mr. Oliver launched his first company Ai Metrix, Inc. where he built the company to over 80 employees and $10M in annual revenues. Ai Metrix software technology was adopted by carriers such as Comcast, Cincinnati Bell, Level 3, and the United States Defense Information Systems Agency (DISA) to manage the Global Information Grid, black and red switch networks, as well as numerous other defense networks. </p>
</div>
<div class="teamText">
<h2>David Cataldo </h2>
<h4>Director of Professional Services </h4>
<div class="team-member__contact">
<a href="#" class="team-member-contact__item facebook">
<i class="fa fa-facebook"></i>
</a>
<a href="#" class="team-member-contact__item twitter">
<i class="fa fa-twitter"></i>
</a>
<a href="#" class="team-member-contact__item google-plus">
<i class="fa fa-google-plus"></i>
</a>
</div>
<p>David Cataldo comes to Live Editions with over 21 years experience in the area of product planning and account management. As the Director of Professional Services, he oversees the product implementation planning and customer relations management for Live Editions software. In addition, he manages the implementation both retail and commercial Live Edition product offerings. </p>
<p>Prior to joining Live Editions, David served as planning manager at Xyratex International. His area of expertise is product planning and management and installed base service and support. David received his bachelors degree in Production and Operations management from CSU Chico University where he was president of both the Accounting and Production and Operations Management Societies.</p>
</div>
<div class="teamText">
<h2>Sara Reese </h2>
<h4>Creative Lead </h4>
<div class="team-member__contact">
<a href="#" class="team-member-contact__item facebook">
<i class="fa fa-facebook"></i>
</a>
<a href="#" class="team-member-contact__item twitter">
<i class="fa fa-twitter"></i>
</a>
<a href="#" class="team-member-contact__item google-plus">
<i class="fa fa-google-plus"></i>
</a>
</div>
<p> </p>
</div>
</div>
</div>
</div> <!-- / .container -->
</div>
</div> <!-- / .site-wrapper -->
<!-- CONTACT
============================== -->
<div class="site-wrapper" id="contact">
<div class="container">
<div class="row">
<div class="col-xs-12">
<!-- Heading -->
<h1 class="heading">
Feel free to <span class="text-primary">contact us</span>
</h1>
<!-- Sub heading -->
<p class="heading__sub">
Do not hesitate to drop us a couple of lines. 24/7 support guaranteed.
</p>
</div>
</div> <!-- / .row -->
<div class="divided-50"></div>
<div class="row contact-form">
<div class="col-md-7 wow animated fadeInUp margin-btm-30 animated" data-wow-duration="700ms" data-wow-delay="300ms" style="visibility: visible; animation-duration: 700ms; animation-delay: 300ms; animation-name: fadeInUp;">
<form name="sentMessage" id="contactForm" method="post" novalidate="">
<div class="row">
<div class="col-md-6">
<div class="row control-group">
<div class="form-group col-xs-12 controls">
<label>Name<span>*</span></label>
<input class="form-control" placeholder="Name" id="name" required="" data-validation-required-message="Please enter your name." type="text">
<p class="help-block"></p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="row control-group">
<div class="form-group col-xs-12 controls">
<label>Email Address<span>*</span></label>
<input class="form-control" placeholder="Email Address" id="email" required="" data-validation-required-message="Please enter your email address." type="email">
<p class="help-block"></p>
</div>
</div>
</div>
</div>
<div class="row control-group">
<div class="form-group col-xs-12 controls">
<label>Phone Number<span>*</span></label>
<input class="form-control" placeholder="Phone Number" id="phone" required="" data-validation-required-message="Please enter your phone number." type="tel">
<p class="help-block"></p>
</div>
</div>
<div class="row control-group">
<div class="form-group col-xs-12 controls">
<label>Message<span>*</span></label>
<textarea rows="5" class="form-control" placeholder="Message" id="message" required="" data-validation-required-message="Please enter a message."></textarea>
<p class="help-block"></p>
</div>
</div>
<br>
<div id="success"></div>
<div class="row">
<div class="form-group col-xs-12">
<a href="" class="btn btn-lg btn-default">
<span class="fa fa-envelope-o" title="All" aria-hidden="true"></span>
<span>Send Message</span>
</a>
</div>
</div>
</form>
</div><!--form col-->
<div class="col-md-5">
<div class=" margin-btm-30 address-info wow animated bounceIn animated" data-wow-duration="700ms" data-wow-delay="200ms" style="visibility: visible; animation-duration: 700ms; animation-delay: 200ms; animation-name: bounceIn;">
<h3>Our Office</h3>
<p><i class="fa fa-map-marker"></i> Address: 2890 Kilgore Rd. Suite 165 Rancho Cordova, CA 95670 USA </p>
<p><i class="fa fa-phone"></i> Phone: (405) 555-5555</p>
<p><i class="fa fa-envelope"></i> Email: [email protected]</p>
<p><strong>Monday - Friday : </strong> 9:30 Am - 5:30 Pm</p>
<p><strong>Saturday - Sunday: </strong> Depends on Hungover Status.</p>
</div>
<div class=" address-info wow animated bounceIn animated" data-wow-duration="700ms" data-wow-delay="400ms" style="visibility: visible; animation-duration: 700ms; animation-delay: 400ms; animation-name: bounceIn;">
<h3>Elsewhere</h3>
<ul class="list-inline 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="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
</ul>
</div>
</div>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
<!-- FOOTER
============================== -->
<footer>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6">
2015 © Liveeditions. All Rights Reserved.
</div>
<div class="col-xs col-sm-6">
<div class="social__items">
<a href="#" class="social__item">
<i class="fa fa-twitter"></i>
</a>
<a href="#" class="social__item">
<i class="fa fa-facebook"></i>
</a>
<a href="#" class="social__item">
<i class="fa fa-google-plus"></i>
</a>
</div> <!-- / .social__links -->
</div>
</div>
</div>
</footer>
<a id="scrollUp" href="#welcome" style="position: fixed; z-index: 2147483647;"><i class="fa fa-chevron-up"></i></a>
<!-- JavaScript
================================================== -->
<!-- JS Global -->
<script src="js/plugins/jquery.min.js"></script>
<script src="js/plugins/bootstrap.min.js"></script>
<!-- JS Plugins -->
<!--slick-->
<script type="text/javascript" src="js/plugins/slick.min.js"></script>
<script src="js/plugins/wow.min.js"></script>
<script src="js/plugins/smoothscroll.min.js"></script>
<script src="js/plugins/jquery.waypoints.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<!--owl carousel slider-->
<script src="js/plugins/owl.carousel.min.js" type="text/javascript"></script>
<script src="js/plugins/jquery.fullpage.min.js" type="text/javascript"></script>
<!-- JS Custom -->
<script src="js/custom.js"></script>
<!--<div style="position: absolute; z-index: -10000; top: 0px; left: 0px; right: 0px; height: 8418px;"></div>-->
<div style="position: absolute; z-index: -10000; top: 0px; left: 0px; right: 0px; height: 5412px;"></div>
<div style="clear: both;"></div>
</body>
</html>