-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
697 lines (642 loc) · 29.4 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en" class="no-js">
<!--<![endif]-->
<head>
<!-- meta character set -->
<meta charset="utf-8" />
<!-- Always force latest IE rendering engine or request Chrome Frame -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>FINANCIAL SERVICES HACK FOR AUTISM - 2024</title>
<!-- Meta Description -->
<meta name="description" content="FINANCIAL SERVICES HACKATHON FOR AUTISM" />
<meta name="keywords" content="FINANCIAL SERVICES, HACKATHON, AUTISM, HACK" />
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- CSS
================================================== -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,700" rel="stylesheet" type="text/css" />
<script src="https://kit.fontawesome.com/b9d83db3bd.js" crossorigin="anonymous"></script>
<!-- bootstrap.min -->
<link rel="stylesheet" href="css/jquery.fancybox.css" />
<!-- bootstrap.min -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- bootstrap.min -->
<link rel="stylesheet" href="css/owl.carousel.css" />
<!-- bootstrap.min -->
<link rel="stylesheet" href="css/slit-slider.css" />
<!-- bootstrap.min -->
<link rel="stylesheet" href="css/animate.css" />
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/main.css" />
<!-- Modernizer Script for old Browsers -->
<script src="js/modernizr-2.6.2.min.js"></script>
</head>
<body id="body">
<!-- preloader -->
<div id="preloader">
<div class="loder-box">
<div class="battery"></div>
</div>
</div>
<!-- end preloader -->
<!--
Fixed Navigation
==================================== -->
<header id="navigation" class="navbar-inverse navbar-fixed-top animated-header">
<div class="container">
<div class="navbar-header">
<!-- responsive nav button -->
<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>
<!-- /responsive nav button -->
<!-- logo -->
<h1 class="navbar-brand">
<a href="#body">FINANCIAL SERVICES HACKATHON FOR AUTISM</a>
</h1>
<!-- /logo -->
</div>
<!-- main nav -->
<nav class="collapse navbar-collapse navbar-right" role="navigation">
<ul id="nav" class="nav navbar-nav">
<li><a href="#body">Home</a></li>
<li><a href="#about">Mission</a></li>
<li><a href="#usecase">Use Cases</a></li>
<li><a href="#testimonials">Event Info</a></li>
<li><a href="#gallery">Event History</a></li>
<li><a href="#social">Sign Up</a></li>
</ul>
</nav>
<!-- /main nav -->
</div>
</header>
<!--
End Fixed Navigation
==================================== -->
<main class="site-content" role="main">
<!--
Home Slider
==================================== -->
<section id="home-slider">
<div id="slider" class="sl-slider-wrapper">
<div class="sl-slider">
<div class="sl-slide" data-orientation="horizontal" data-slice1-rotation="-25" data-slice2-rotation="-25"
data-slice1-scale="2" data-slice2-scale="2">
<div class="bg-img bg-img-1"></div>
<div class="slide-caption">
<div class="caption-content">
<h2 class="animated fadeInDown">Financial Services Hackathon for Autism</h2>
<span class="animated fadeInDown">Thank You and Congratulations to All Participants!</span>
<a href="#usecase" class="btn btn-blue btn-effect">View 2024 Projects</a>
</div>
</div>
</div>
<div class="sl-slide" data-orientation="vertical" data-slice1-rotation="10" data-slice2-rotation="-15"
data-slice1-scale="1.5" data-slice2-scale="1.5">
<div class="bg-img bg-img-2"></div>
<div class="slide-caption">
<div class="caption-content">
<h2>Seventh Annual</h2>
<span>A 2-Day Hybrid Hackathon to transform autism treatment</span>
<a href="#usecase" class="btn btn-blue btn-effect">View 2024 Projects</a>
</div>
</div>
</div>
</div>
<!-- /sl-slider -->
<!--
<nav id="nav-arrows" class="nav-arrows">
<span class="nav-arrow-prev">Previous</span>
<span class="nav-arrow-next">Next</span>
</nav>
-->
<nav id="nav-arrows" class="nav-arrows hidden-xs hidden-sm visible-md visible-lg">
<a href="javascript:;" class="sl-prev">
<i class="fa fa-angle-left fa-3x"></i>
</a>
<a href="javascript:;" class="sl-next">
<i class="fa fa-angle-right fa-3x"></i>
</a>
</nav>
<nav id="nav-dots" class="nav-dots visible-xs visible-sm hidden-md hidden-lg">
<span class="nav-dot-current"></span>
<span></span>
<span></span>
</nav>
</div>
<!-- /slider-wrapper -->
</section>
<!--
End Home SliderEnd
==================================== -->
<!-- about section -->
<section id="about">
<div class="container">
<div class="row">
<!-- <div class="col-md-4 wow animated fadeInLeft">
<div class="recent-works">
<h3>Recent Works</h3>
<div id="works">
<div class="work-item">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. <br> <br> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</p>
</div>
<div class="work-item">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. <br><br> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</p>
</div>
<div class="work-item">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. <br><br> There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</p>
</div>
</div>
</div>
</div> -->
<div class="col-md-9 col-md-offset-1 wow animated fadeInRight">
<div class="welcome-block"></div>
<h2 style="color: white">Mission Statement</h2>
<div class="message-body">
<!-- <img src="img/member-1.jpg" class="pull-left" alt="member"> -->
<p style="font-size: 2rem; line-height: 1.2em">
Bring financial services developers together to demonstrate how innovative Microsoft technologies can transform autism
services for profound autism
by tackling real world use cases provided by families and creating lasting open-source projects for the
community.
</p>
</div>
<!-- <a href="#" class="btn btn-border btn-effect pull-right"></a> -->
</div>
</div>
</div>
</div>
</section>
<!-- end about section -->
<!-- Service section -->
<section id="usecase">
<div class="container">
<div class="row">
<div class="sec-title text-center">
<h2 class="wow animated bounceInLeft">2024 Use Cases</h2>
<p class="wow animated bounceInRight"></p>
</div>
<div class="col-md-2 col-sm-6 col-xs-12 text-center wow animated zoomIn">
<div class="service-item">
<a href="https://github.com/fsi-hack4autism/therapy-session-copilot">
<div class="service-icon">
<i class="fa fa-video-camera fa-3x"></i>
</div>
</a>
<h3>In-Session Co-Pilot</h3>
<p>
Multi sensory data capture. Real-time identification of pre-designed triggers. Post-session
summarization. And more!
</p>
</div>
</div>
<div class="col-md-2 col-sm-6 col-xs-12 text-center wow animated zoomIn" data-wow-delay="0.3s">
<div class="service-item">
<a href="https://github.com/fsi-hack4autism/program-development-copilot">
<div class="service-icon">
<i class="fa fa-tasks fa-3x"></i>
</div>
</a>
<h3>Program Co-Pilot</h3>
<p>
Providing continouos assessment, summarization and re-plan using Generative AI to analyze past records
and suggest therapy.
</p>
</div>
</div>
<div class="col-md-2 col-sm-6 col-xs-12 text-center wow animated zoomIn" data-wow-delay="0.6s">
<div class="service-item">
<a href="https://github.com/fsi-hack4autism/patient-onboarding-copilot">
<div class="service-icon">
<i class="fa fa-clock-o fa-3x"></i>
</div>
</a>
<h3>Client On-Boarding Co-Pilot</h3>
<p>
Providing automatic background and historical information collection through AI to enable cross session
collaboration.
</p>
</div>
</div>
<div class="col-md-2 col-sm-6 col-xs-12 text-center wow animated zoomIn" data-wow-delay="0.9s">
<div class="service-item">
<a href="https://github.com/fsi-hack4autism/friendly-neighborhood">
<div class="service-icon">
<i class="fa fa-home fa-3x"></i>
</div>
</a>
<h3>Friendly Neighborhoods</h3>
<p>
A matching platform for RBT, BCBA, ABA, etc therapists and children.
</p>
</div>
</div>
<div class="col-md-2 col-sm-6 col-xs-12 text-center wow animated zoomIn" data-wow-delay="0.9s">
<div class="service-item">
<a href="https://github.com/fsi-hack4autism/augmented-reality-skills-training">
<div class="service-icon">
<i class="fa fa-street-view fa-3x"></i>
</div>
</a>
<h3>Using HoloLens To Enable</h3>
<p>
Skill based training with adaptive Generative AI to manage, evaluate and feedback.
</p>
</div>
</div>
<div class="col-md-2 col-sm-6 col-xs-12 text-center wow animated zoomIn" data-wow-delay="1.2s">
<div class="service-item">
<a href="https://github.com/fsi-hack4autism/Metaverse-Social-Practice">
<div class="service-icon">
<i class="fa fa-industry fa-3x"></i>
</div>
</a>
<h3>Metaverse Social Practice</h3>
<p>
Offer the Metaverse as an opportunity to practice social
interactions in a fully immersive environment with Generative AI.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- end Service section -->
<!-- Testimonial section --
<section id="testimonials" class="parallax">
<div class="overlay">
<div class="container">
<div class="row">
<div class="sec-title text-center white wow animated fadeInDown">
<h2>Event Info</h2>
</div>
<div id="testimonial" class="wow animated fadeInUp">
<div class="sec-title text-left wow animated fadeInDown">
<div class="clearfix">
<p style="font-size: 1.2em; line-height: 1.6em">
I define “hackathon” very broadly: Hacking is creative
problem solving. (It does not have to involve technology.)
<ul style="font-size: 1.2em; line-height: 1.6em">
<li>A hackathon is any event of any duration where people come
together to solve problems. Most hackathons I’ve run also
have a parallel track for workshops.</li>
<li>Participants
typically form groups of about 2-5 individuals, take out
their laptops (if the event is technology themed), and
dive into problems.</li>
<li>Training workshops are a great
parallel track especially for newcomers but also for all
participants</li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
-- end Testimonial section -->
<!-- Event Info section -->
<section id="testimonials" class="parallax">
<div class="overlay">
<div class="container">
<div class="row">
<div class="sec-title text-center white wow animated fadeInDown">
<h2>Event Info</h2>
</div>
<div id="testimonial" class="wow animated fadeInUp">
<div class="sec-title text-left wow animated fadeInDown">
<div class="clearfix">
<p style="font-size: 1.2em; line-height: 1.6em">
Thank you for joining us for this 2-day hybrid event! You had the chance to use your technical skills and
work as a team to make a positive impact for the Autism community.
</p>
<br><br>
<p style="font-size: 1.2em; line-height: 1.6em"></p>
<b>How was 2024?</b>
<br>
Over 200 people came in person and virtually, and participated on the 7th annual <b>Financial Services Autism Hackathon</b>, held in the <i>Microsoft Garage</i>. Contributors from many financial companies (<b>Morgan Stanley</b>, <b>UBS</b>, <b>Willis Towers Watson</b>, <b>JPMorgan Chase</b>, <b>Mastercard</b>, <b>Wellington Management</b>, <b>Deutsche Bank</b>, <b>State Street Bank</b>) and technology companies (<b>Microsoft</b>, <b>Accenture</b>, <b>Avanade</b>) joined therapists, university professors, enthusiastic individuals, and more, to create amazing solutions, selected by a panel of experts for this year, to be tackled. We were blessed with a set of amazing panelists for the judging ceremony too – individuals from <b>Morgan Stanley</b>, <b>Microsoft</b>, <b>Mastercard</b>, <b>Accenture</b> and <b>Avanade</b> provided feedback on the solutions – which got infused with AI fully this year; every solution ended up using a version of AI, Copilot, etc somehow. Whether it was In-Session Copilot, Program Development Copilot, On-Boarding Copilot, Friendly Neighborhoods Copilot, Metaverse for Job Support, or Metaverse for Social Practice, we pulled all breaks and did something groundbreaking in just mere 48 hours – most of the participants never dealt with C#, AI, Azure, HoloLens, etc ever.
</p>
<br><br>
<p style="font-size: 1.2em; line-height: 1.6em"></p>
<b>What is a Hackathon?</b>
<br>
A Hackathon is an event in which people come together to solve a problem. Participants will combine
creativity with problem solving in a high energy, collaborative environment. Hackathons are an
opportunity for people to bring their unique skillsets, to learn, and to make a meaningful
contribution.
</p>
<br><br>
<p style="font-size: 1.2em; line-height: 1.6em"></p>
<b>Where do I start?</b>
<br>
<!-- HELP SEP! - needed to use font and u tags for hyperlink -->
If you are interested in participating in the 2025 Hackathon, please <a href="#social">
<b><u style="color: white">contact us</u></b>
</a> so that we can get you registered! Sign up individually or as a group. We will align you with a
use case and a team and provide training resources to prepare you for the event.
</p>
<br><br>
<p style="font-size: 1.2em; line-height: 1.6em"></p>
<b>How do I prepare?</b>
<br>
We provide training sessions so that you are armed with the skills needed for success! The
training cover key technologies (Cloud, Github, IoT, Machine Learning, AI, etc.). We will also
arrange Autism Awareness sessions relating to the use cases. Please check back for updates as the
event gets closer!
</p>
<br><br>
<!-- <p style="font-size: 1.2em; line-height: 1.6em"></p>
<p class="text-center"> < < < <a href="/FSI_Autism_Hackathon_2024_Flyer.pdf"><i class="fa-solid fa-download fa-2x"
style="color: white"></i><span style="color: white; font-weight: bold;"> Download 2024
Flier</span></a> > > > <br>
<iframe src="/FSI_Autism_Hackathon_2024_Flyer.pdf" width="310px" height="810px"></iframe></p>-->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end Event Info section -->
<!-- portfolio section -->
<section id="gallery">
<div class="container">
<div class="row">
<div class="sec-title text-center wow animated fadeInDown">
<h2>EVENT HISTORY</h2>
<p>Check out some photos from the last hackathon!</p>
</div>
<ul class="project-wrapper wow animated fadeInUp">
<li class="portfolio-item">
<img src="img/hackathon/IMG_6329.JPEG" class="img-responsive" alt=""
/>
<figcaption class="mask">
<h3>2024</h3>
<p>
Use Case #5 on a quick break
</p>
</figcaption>
<ul class="external">
<li>
<a class="fancybox" title="Use Case #5 on a quick break"
data-fancybox-group="works" href="img/hackathon/IMG_6329.JPEG"><i class="fa fa-search"></i></a>
</li>
<li>
<a href=""><i class="fa fa-link"></i></a>
</li>
</ul>
</li>
<li class="portfolio-item">
<img src="img/hackathon/IMG_6330.JPEG" class="img-responsive" alt=""
/>
<figcaption class="mask">
<h3>2024</h3>
<p>
Focusing on hard AI problems
</p>
</figcaption>
<ul class="external">
<li>
<a class="fancybox"
data-fancybox-group="works" href="img/hackathon/IMG_6330.JPEG" title="Focusing on hard AI problems"><i class="fa fa-search"></i></a>
</li>
<li>
<a href=""><i class="fa fa-link"></i></a>
</li>
</ul>
</li>
<li class="portfolio-item">
<img src="img/hackathon/20240403_124135.jpg" class="img-responsive" alt=""
/>
<figcaption class="mask">
<h3>2024</h3>
<p>
A busy Use Case #2 team picture
</p>
</figcaption>
<ul class="external">
<li>
<a class="fancybox" data-fancybox-group="works" title="A busy Use Case #2 team picture"
href="img/hackathon/20240403_124135.jpg"><i class="fa fa-search"></i></a>
</li>
<li>
<a href=""><i class="fa fa-link"></i></a>
</li>
</ul>
</li>
<li class="portfolio-item">
<img src="img/hackathon/IMG_6394.JPEG" class="img-responsive" alt="" />
<figcaption class="mask">
<h3>2024</h3>
<p>
Introducing our panel
</p>
</figcaption>
<ul class="external">
<li>
<a class="fancybox" data-fancybox-group="works" title="Introducing our panel"
href="img/hackathon/IMG_6394.JPEG"><i class="fa fa-search"></i></a>
</li>
<li>
<a href=""><i class="fa fa-link"></i></a>
</li>
</ul>
</li>
<li class="portfolio-item">
<img src="img/hackathon/IMG_6398.JPEG" class="img-responsive" alt="" />
<figcaption class="mask">
<h3>2024</h3>
<p>
The MC of the event - Leo Junquera
</p>
</figcaption>
<ul class="external">
<li>
<a class="fancybox" title="The MC of the event - Leo Junquera" data-fancybox-group="works"
href="img/hackathon/IMG_6398.JPEG"><i class="fa fa-search"></i></a>
</li>
<li>
<a href=""><i class="fa fa-link"></i></a>
</li>
</ul>
</li>
<li class="portfolio-item">
<img src="img/hackathon/IMG_9173.jpeg" class="img-responsive" alt=""
/>
<figcaption class="mask">
<h3>2024</h3>
<p>
Use Case #6 lost in the metaverse
</p>
</figcaption>
<ul class="external">
<li>
<a class="fancybox" title="Use Case #6 lost in the metaverse"
data-fancybox-group="works" href="img/hackathon/IMG_9173.jpeg"><i class="fa fa-search"></i></a>
</li>
<li>
<a href=""><i class="fa fa-link"></i></a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</section>
<!-- end portfolio section -->
<!-- Social section --
<section id="social" class="parallax">
<div class="overlay">
<div class="container">
<div class="row">
<div class="sec-title text-center white wow animated fadeInDown">
<h2>FOLLOW US</h2>
<p>
Beautifully simple follow buttons to help you get followers on
</p>
</div>
<ul class="social-button">
<li class="wow animated zoomIn">
<a href="#"><i class="fa fa-thumbs-up fa-2x"></i></a>
</li>
<li class="wow animated zoomIn" data-wow-delay="0.3s">
<a href="#"><i class="fa fa-twitter fa-2x"></i></a>
</li>
<li class="wow animated zoomIn" data-wow-delay="0.6s">
<a href="#"><i class="fa fa-dribbble fa-2x"></i></a>
</li>
</ul>
</div>
</div>
</div>
</section>
-- end Social section -->
<!-- New Sign up section -->
<section id="social" class="parallax">
<div class="overlay">
<div class="container">
<div class="row">
<div class="sec-title text-center white wow animated fadeInDown">
<h2>SIGN UP for 2025</h2>
<p>
<b>We'd love to have you join us!</b><br />
The registration for the 2025 Hackathon, on 2025 April 2-3, is now <a href="https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR9X5jqX6FEVNuruZxM3vW9JUMEoxWDZUNjEzSjhKWUlNRlpSNEVVMkwyNy4u">OPEN</a>.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- end New Sign up section -->
<!-- Resources section -->
<!-- <section id="resources">
<div class="container">
<div class="row">
<div class="sec-title text-center wow animated fadeInDown">
<h2>Resources</h2> -->
<!--!!FIXME - START -> Sep - Please format this more appropriately! -->
<!-- <div class="col-md-3 col-sm-6 col-xs-12 text-center wow animated zoomIn">
<div class="service-item">
<p style="font-size: 1.2em; line-height: 1.6em">Training Schedule<br>(coming soon)</p>
</div>
</div> -->
<!-- <div class="col-md-3 col-sm-6 col-xs-12 text-center wow animated zoomIn">
<div class="service-item">
<p style="font-size: 1.2em; line-height: 1.6em">Techinical Resources<br>(coming soon)</p>
</div>
</div> -->
<!-- <div class="col-md-3 col-sm-6 col-xs-12 text-center wow animated zoomIn">
<div class="service-item">
<p style="font-size: 1.2em; line-height: 1.6em">Autism Speaker Series<br>(coming soon)</p>
</div>
</div> -->
<!-- <div class="col-md-3 col-sm-6 col-xs-12 text-center wow animated zoomIn">
<div class="service-item">
<p style="font-size: 1.2em; line-height: 1.6em">Autism Resources<br>(Coming soon)</p>
</div>
</div> -->
<!--!!FIXME - END -> Sep - Please format this more appropriately! -->
<!---
<address class="contact-details">
<p>
<i class="fa fa-pencil"></i>Phoenix Inc.<span
>PO Box 345678</span
>
<span>Little Lonsdale St, Melbourne </span
><span>Australia</span>
</p>
<br>
<p><i class="fa fa-phone"></i>Phone: (415) 124-5678</p>
<p><i class="fa fa-envelope"></i>[email protected]</p>
</address>
-->
<!-- </div>
</div>
</div>
</section> -->
<!-- end Sign Up section -->
</main>
<footer id="footer">
<div class="container">
<div class="row text-center">
<div class="footer-content">
<!-- SEP - could we get logos from Microsoft, GitHub & Central Reach here? Maybe we can also get Morgan Stanley, Amex, Goldman, Nasdaq in also - as participants (need to preclear) -->
<div class="footer-social">
<!--
<ul>
<li class="wow animated zoomIn">
<img src="img\icons\microsoft.png" style="width: 50%; display: inline; ">
</li>
<li class="wow animated zoomIn" data-wow-delay="0.3s">
<img src="img\icons\github.png" style="width: 50%; display: inline;">
</li>
<li class="wow animated zoomIn" data-wow-delay="0.6s">
<img src="img\icons\centralreach.png" style="width: 50%; display: inline;">
</li>
<li class="wow animated zoomIn" data-wow-delay="0.9s">
<img src="img\icons\autism-speaks.png" style="width: 50%;display: inline;">
</li>
</ul>
-->
</div>
<p>
Copyright © 2014-2024 Design and Developed By<a href="http://www.themefisher.com"> Themefisher</a>
</p>
</div>
</div>
</div>
</footer>
<!-- Essential jQuery Plugins
================================================== -->
<!-- Main jQuery -->
<script src="js/jquery-1.11.1.min.js"></script>
<!-- Twitter Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Single Page Nav -->
<script src="js/jquery.singlePageNav.min.js"></script>
<!-- jquery.fancybox.pack -->
<script src="js/jquery.fancybox.pack.js"></script>
<!-- Google Map API -->
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- jquery easing -->
<script src="js/jquery.easing.min.js"></script>
<!-- Fullscreen slider -->
<script src="js/jquery.slitslider.js"></script>
<script src="js/jquery.ba-cond.min.js"></script>
<!-- onscroll animation -->
<script src="js/wow.min.js"></script>
<!-- Custom Functions -->
<script src="js/main.js"></script>
</body>
</html>