-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
822 lines (777 loc) · 46 KB
/
Copy pathindex.html
File metadata and controls
822 lines (777 loc) · 46 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="Ian Arsenault & Jameson Arsenault">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AS Capstone Overview | Team Arsenault</title>
<!-- Favicon -->
<link rel="icon" type="image/png" href="images/favicon.png"/>
<!-- Poiret Font -->
<link href="https://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet">
<!-- Boostrap Materialize Theme -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<!-- Stylsheet -->
<link rel="stylesheet" href="css/style.css"/>
</head>
<body data-spy="scroll" data-target="#spy-scroll-id" id="top" class="stop-scrolling">
<!-- LOADING DIV -->
<div class="loading-overlay">
<div id="fadediv">
<div class="text-center" style="margin-bottom: 10px;">
<img class="img-responsive" alt="NEIT Log" src="images/neit.jpg"/>
</div>
<p class="text-center blue-text load-title">- AS Capstone Overview -</p>
<p class="text-center blue-text load-title2"><i>Team Arsenault</i></p>
</div>
</div> <!-- / LOADING DIV -->
<!-- Main Section -->
<main class="main-section">
<!-- NAVBAR -->
<nav class="navbar navbar-inverse navbar-fixed-top ">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#spy-scroll-id">
<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="#">AS Capstone Overview</a>
</div>
<div class="collapse navbar-collapse" id="spy-scroll-id">
<ul class="nav navbar-nav">
<li class="active"><a href="#team">Team</a></li>
<li class=""><a href="#proposal" class="">Proposal</a></li>
<li class=""><a href="#prototype" class="">Prototype</a></li>
<li class=""><a href="#documentation" class="">Documentation</a></li>
<li class=""><a href="#dbdiagram" class="">DB Diagram</a></li>
<li class=""><a href="#timeline" class="">Timeline</a></li>
<li class=""><a href="#screenshots" class="">Screenshots</a></li>
<li class=""><a href="#presentation" class="">Presentation</a></li>
<li class=""><a href="#project" class="">Project</a></li>
<li class=""><a href="#" class="" data-toggle="modal" data-target="#sourceModal">Source Code</a></li>
</ul>
</div>
</div>
</nav>
<!-- / NAVBAR -->
<!-- Modal For Source Code and PDF Downloads -->
<div class="modal fade" id="sourceModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Download Source</h4>
</div>
<div class="modal-body">
<div class="list-group">
<div class="list-group-item active">
Website Source & PDF's
</div>
<a href="assets/ProtechSolutions.zip" class="list-group-item">Website Source Code</a>
<a href="assets/WebsitePrototypes.pdf" target="_blank" class="list-group-item">Prototype</a>
<a href="assets/protechdb.pdf" target="_blank" class="list-group-item">DB Diagram</a>
</div>
<div class="list-group">
<div class="list-group-item active">
C# Source & PDF's
</div>
<a href="assets/PatientRecords.zip" class="list-group-item">EHR Source Code</a>
<a href="assets/CSharpPrototypes.pdf" target="_blank" class="list-group-item">Prototype</a>
<a href="assets/csharppdf.pdf" target="_blank" class="list-group-item">DB Diagram</a>
</div>
<div class="list-group">
<div class="list-group-item active">
Team Documentation
</div>
<a href="assets/CapstoneProposal.pdf" target="_blank" class="list-group-item">Team Proposal</a>
<a href="assets/TechDocument.pdf" target="_blank" class="list-group-item">Technical Documentation</a>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Main jumbotron with parrallax-->
<div class="parallax"></div>
<div class="jumbotron">
<div class="dark-overlay">
<h1>AS Capstone Overview</h1>
<h3 class="white">Ian Arsenault + Jameson Arsenault</h3><br/>
</div>
<p><a class="btn btn-warning btn-lg" href="#" role="button" id="mbtn1" data-toggle="modal"
data-target="#myModal">Learn more</a></p>
</div><!-- /jumbotron -->
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">×</span></button>
<h4 class="modal-title text-center">What is AS Capstone?</h4>
</div>
<div class="modal-body">
<p>AS Capstone is a course in the final quarter of an Associates Degree in which students
can develop a project in their area of interest. The objective of the capstone project is to
integrate skills learned during the students time at New England Tech. Building a real world
application that is developed within a 10 week period.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-warning" data-dismiss="modal">Got it!</button>
</div>
</div><!-- /modal content -->
</div><!-- /modal-dialog div-->
</div><!-- /modal -->
<!-- Main Content -->
<div class="main">
<section id="team">
<h1 class="text-center team-title white-text">Team Developers</h1>
<div class="container">
<div class="media">
<div class="media-left media-middle">
<img height="128" width="128" class="media-object" src="images/IanRound.jpg"
alt="Gilfoyle-Ian">
<!--<img height="128" width="128" class="media-object" src="http://i.imgur.com/kSnJSMb.png"-->
<!--alt="Gilfoyle-Ian">-->
</div>
<div class="media-body">
<blockquote>
<!-- Team Dev - Ian Arsenault -->
<h4 class="media-heading">Ian Arsenault</h4>
<p><b><i>Responsibilities</i></b>: Ian's main responsibility is the company website, he also
helps create the C# program.
He is responsible for keeping the project on time. Ian ensures deliverables meet the
acceptance criteria given for the capstone project.
To understand and be able to talk coherently about the many practices we are
implementing and their benefits for the project. Ian ensures that all work is thoroughly
tested before it is finalized, and presented.
Pair programming in order to understand what another team member is doing, and ability
to point out anything that could be fixed or improved upon.
</p>
</blockquote>
</div><!-- /media body -->
</div><!-- /media -->
<div class="media">
<div class="media-body">
<blockquote class="blockquote-reverse">
<!-- Team Dev - Jameson Arsenault -->
<h4 class="media-heading ">Jameson Arsenault</h4>
<p><b><i>Responsibilities</i></b>: Jameson's main responsibility is the C# program, and he
also helps design the company website.
He is responsible for keeping diligent records on what has been done, and what needs to
be completed. Jameson makes sure the team adheres to the software quality standards and
principles agreed upon by the team.
Jameson's responsibilities also include ensuring deliverables meet the acceptance
criteria given for the capstone project. Pair programming in order to understand what
another team member is doing, and ability to point out anything that could be fixed or
improved upon.
</p>
</blockquote>
</div>
<div class="media-right media-middle">
<img height="128" width="128" class="media-object" src="images/JamieRound.jpg"
alt="Baghead-Jameson">
<!--<img height="128" width="128" class="media-object" src="http://i.imgur.com/V2YTCyE.png"-->
<!--alt="Baghead-Jameson">-->
</div>
</div><!-- /media-->
</div><!--/ container-->
</section><!-- / Team Section -->
<div class="proposal-bckgrnd">
<section id="proposal">
<h1 class="white-text text-center dark-overlay">Proposal</h1>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
<div class="panel depth-large">
<div class="panel-body">
<!-- PDF Proposal for Project -->
<div class="text-center">
<embed class="embed-pdf" src="assets/CapstoneProposal.pdf" width="100%"
height="1125px" type="application/pdf">
<div class="clear-overlay1">
<a class="btn btn-lg btn-danger" id="show-btn" role="button">Click to
view!</a>
</div>
</div>
</div><!-- /panel body-->
</div><!-- /panel -->
</div><!-- /col-->
</div><!-- /row-->
</section>
</div>
<section id="prototype">
<h1 class="white-text text-center">Prototype</h1>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4 long-col">
<div class="col-md-12">
<h5 class="text-center proto-color">Homepage Prototype</h5>
</div>
<!--- Popout Image trigger modal -->
<a href="#" data-toggle="modal" data-target="#homepageModal"><img src="images/prototypes/index.jpg"
class="img-responsive"
alt="Website Homepage"></a>
<!-- Modal -->
<div class="modal fade" id="homepageModal" tabindex="-1" role="dialog"
aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<img src="images/prototypes/index.jpg" class="img-responsive" alt="Website Homepage"
data-dismiss="modal">
</div>
</div>
</div>
</div><!-- end image pop-out -->
<div class="col-md-12 col-img visible-sm">
<div class="col-md-12">
<h5 class="text-center proto-color">Patient Insurance Prototype</h5>
</div>
<!--- Popout Image trigger modal -->
<a href="#" data-toggle="modal" data-target="#csharpInsuranceModal1"><img
src="images/prototypes/Insurance.JPG" class="img-responsive" alt="C# Insurance"></a>
<!-- Modal -->
<div class="modal fade" id="csharpInsuranceModal1" tabindex="-1" role="dialog"
aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<img src="images/prototypes/Insurance.JPG" class="img-responsive"
alt="C# Insurance" data-dismiss="modal">
</div>
</div>
</div>
</div><!-- end image pop-out -->
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 long-col">
<div class="col-md-12 col-img">
<div class="col-md-12">
<h5 class="text-center proto-color">Purchase Prototype</h5>
</div>
<!--- Popout Image trigger modal -->
<a href="#" data-toggle="modal" data-target="#checkoutModal"><img
src="images/prototypes/checkout.jpg" class="img-responsive" alt="Website Checkout"></a>
<!-- Modal -->
<div class="modal fade" id="checkoutModal" tabindex="-1" role="dialog"
aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<img src="images/prototypes/checkout.jpg" class="img-responsive"
alt="Website Checkout" data-dismiss="modal">
</div>
</div>
</div>
</div><!-- end image pop-out -->
</div>
<div class="col-md-12 col-img proto-spacing">
<div class="col-md-12">
<h5 class="text-center proto-color">Order Complete Prototype</h5>
</div>
<!--- Popout Image trigger modal -->
<a href="#" data-toggle="modal" data-target="#completeModal"><img
src="images/prototypes/complete.jpg" class="img-responsive"
alt="Website Order Complete"></a>
<!-- Modal -->
<div class="modal fade" id="completeModal" tabindex="-1" role="dialog"
aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<img src="images/prototypes/complete.jpg" class="img-responsive"
alt="Website Order Complete" data-dismiss="modal">
</div>
</div>
</div>
</div><!-- end image pop-out -->
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 long-col">
<div class="col-md-12 col-img">
<div class="col-md-12">
<h5 class="text-center proto-color">C# Login Prototypes</h5>
</div>
<!--- Popout Image trigger modal -->
<div class="text-center">
<a href="#" data-toggle="modal" data-target="#csharpLoginModal" class="center-img"><img
src="images/prototypes/LoginScreen.JPG" class="img-responsive c-login"
alt="C# Login"></a>
</div>
<!-- Modal -->
<div class="modal fade" id="csharpLoginModal" tabindex="-1" role="dialog"
aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<img src="images/prototypes/LoginScreen.JPG" class="img-responsive "
alt="C# Login" data-dismiss="modal">
</div>
</div>
</div>
</div><!-- end image pop-out -->
</div>
<div class="col-md-12 col-img proto-spacing">
<div class="col-md-12">
<h5 class="text-center proto-color">Patient Search Prototype</h5>
</div>
<!--- Popout Image trigger modal -->
<a href="#" data-toggle="modal" data-target="#csharpSearchModal"><img
src="images/prototypes/Search.JPG" class="img-responsive" alt="C# Search Page"></a>
<!-- Modal -->
<div class="modal fade" id="csharpSearchModal" tabindex="-1" role="dialog"
aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<img src="images/prototypes/Search.JPG" class="img-responsive"
alt="C# Search Page" data-dismiss="modal">
</div>
</div>
</div>
</div><!-- end image pop-out -->
</div>
<div class="col-md-12 col-img proto-spacing">
<div class="col-md-12">
<h5 class="text-center proto-color">Patient Info Prototype</h5>
</div>
<!--- Popout Image trigger modal -->
<a href="#" data-toggle="modal" data-target="#csharpPatientModal"><img
src="images/prototypes/PatientForm.JPG" class="img-responsive" alt="C# Patient Portal"></a>
<!-- Modal -->
<div class="modal fade" id="csharpPatientModal" tabindex="-1" role="dialog"
aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<img src="images/prototypes/PatientForm.JPG" class="img-responsive"
alt="C# Patient Portal" data-dismiss="modal">
</div>
</div>
</div>
</div><!-- end image pop-out -->
</div>
<div class="col-md-12 col-img hidden-sm proto-spacing">
<div class="col-md-12">
<h5 class="text-center proto-color">Patient Insurance Prototype</h5>
</div>
<!--- Popout Image trigger modal -->
<a href="#" data-toggle="modal" data-target="#csharpInsuranceModal2"><img
src="images/prototypes/Insurance.JPG" class="img-responsive" alt="C# Insurance"></a>
<!-- Modal -->
<div class="modal fade" id="csharpInsuranceModal2" tabindex="-1" role="dialog"
aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<img src="images/prototypes/Insurance.JPG" class="img-responsive"
alt="C# Insurance" data-dismiss="modal">
</div>
</div>
</div>
</div><!-- end image pop-out -->
</div>
<div class="col-md-12 col-img proto-spacing">
<div class="col-md-12">
<h5 class="text-center proto-color">Patient Med History Prototype</h5>
</div>
<!--- Popout Image trigger modal -->
<a href="#" data-toggle="modal" data-target="#csharpHistoryModal"><img
src="images/prototypes/MedHistory.JPG" class="img-responsive" alt="C# Medical History"></a>
<!-- Modal -->
<div class="modal fade" id="csharpHistoryModal" tabindex="-1" role="dialog"
aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<img src="images/prototypes/MedHistory.JPG" class="img-responsive"
alt="C# Medical History" data-dismiss="modal">
</div>
</div>
</div>
</div><!-- end image pop-out -->
</div>
</div>
</div>
<!-- Download Prototype Buttons -->
<div class="row">
<div class="text-center full-screen-btn">
<a href="assets/WebsitePrototypes.pdf" target="_blank"
class="btn btn-warning"><i class="fa fa-arrows-download" aria-hidden="true"></i><span
class="btn-text">Website Download</span></a>
<a href="assets/CSharpPrototypes.pdf" target="_blank"
class="btn btn-warning"><i class="fa fa-arrows-download" aria-hidden="true"></i><span
class="btn-text">C_Sharp Download</span></a>
</div>
</div>
</section>
<section id="documentation">
<!-- Documentation Header -->
<h1 class="white-text text-center dark-overlay">Documentation</h1>
<!-- Documentation Summary -->
<div class="container">
<p>
</p>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
<div class="panel depth-large">
<div class="panel-body">
<!-- PDF Tech Documentation for Project -->
<div class="text-center">
<embed class="embed-pdf" src="assets/TechDocument.pdf" width="100%" height="1125px"
type="application/pdf">
<!-- Overlay that sits on top of embedded PDF -->
<div class="clear-overlay2">
<a class="btn btn-lg btn-danger" id="show-btn2" role="button">Click to view!</a>
</div>
</div>
</div><!-- /panel body-->
</div><!-- /panel -->
</div><!-- /col-->
</div><!-- /row-->
</section>
<section id="dbdiagram">
<div class="container">
<h1 class="white-text text-center">Database Diagrams</h1>
<div class="row">
<div class="col-md-12">
<h4 class="white-text diagram-txt">Website Database Diagram</h4>
</div>
<div class="text-center">
<a href="#" data-toggle="modal" data-target="#webDBModal"><img
class="img-responsive depth-large" src="images/dbdiagrams/webDbDiagram.png"
alt="Website DB Diagram"/></a>
</div>
</div>
<!-- Website DB Diagram Download Modal -->
<div class="modal fade" id="webDBModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">×</span></button>
<h4 class="modal-title text-center" id="myModalLabel">Website Database Diagram</h4>
</div>
<div class="modal-body">
<h5 class="text-center">Website checkout system using MySQL Database</h5>
<p class="grey-text">Download the technical documentation for our MySQL Database for our
website checkout system by clicking the
download it button below</p>
</div>
<div class="modal-footer">
<div class="text-center">
<a href="assets/protechdb.pdf" target="_blank" type="button"
class="btn btn-warning">Download PDF</a>
</div>
</div>
</div><!-- /modal content -->
</div><!-- /modal-dialog div-->
</div><!-- /modal -->
<div class="row">
<div class="col-md-12 text-pdng">
<h4 class="white-text diagram-txt">C# Database Diagram</h4>
</div>
<div class="text-center">
<a href="#" data-toggle="modal" data-target="#csharpdDbModal"><img
class="img-responsive depth-large" src="images/dbdiagrams/Csharp_DB_Diagram.jpg"
alt="Website DB Diagram"/></a>
</div>
</div>
<!-- C# DB Diagram Download Modal -->
<div class="modal fade" id="csharpdDbModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">×</span></button>
<h4 class="modal-title text-center" id="myModalLabel">C# Database Diagram</h4>
</div>
<div class="modal-body">
<h5 class="text-center">C# Patient Record System using SQL Server2014</h5>
<p class="grey-text">Download the technical documentation for our SQL Database for our
C# electronic patient medical record system
by clicking the download it button below</p>
</div>
<div class="modal-footer">
<div class="text-center">
<a href="assets/csharppdf.pdf" target="_blank" type="button"
class="btn btn-warning">Download PDF</a>
</div>
</div>
</div><!-- /modal content -->
</div><!-- /modal-dialog div-->
</div><!-- /modal -->
</div>
</section>
<section id="timeline">
<div class="container">
<h1 class="white-text text-center">Timeline</h1>
<div class="text-center">
<img class="depth-large img-responsive timeline-img" src="images/CapstoneTimeline.jpg"
alt="Capstone Project Timeline"/>
</div>
</div>
</section>
<section id="screenshots">
<div class="container">
<h1 class="white-text text-center">Screenshots</h1>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h5 class="text-center white-text" style="margin-bottom: 30px;">Website Video</h5>
<div class="panel">
<div class="panel-body">
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">-->
<iframe class="embed-responsive-item" width="640" height="360"
src="https://www.youtube.com/embed/CUaswNFlCJ4?rel=0&showinfo=0"
frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row" style="padding: 0 40px;">
<div class="col-md-12">
<h5 class="text-center white-text">Website Screenshots</h5>
</div>
<div class="col-md-4">
<div class="col-md-12 screen-img">
<img src="images/screenshots/productinfo.jpeg" class="img-responsive" alt="Responsive image">
</div>
<div class="col-md-12 screen-img">
<img src="images/screenshots/googlemaps.jpeg" class="img-responsive" alt="Responsive image">
</div>
</div>
<div class="col-md-4">
<div class="col-md-12 screen-img">
<img src="images/screenshots/contactus.jpeg" class="img-responsive" alt="Responsive image">
</div>
<div class="col-md-12 screen-img">
<img src="images/screenshots/twitterfeed.jpeg" class="img-responsive" alt="Responsive image">
</div>
</div>
<div class="col-md-4">
<div class="col-md-12 screen-img">
<img src="images/screenshots/purchase.jpeg" class="img-responsive" alt="Responsive image">
</div>
<div class="col-md-12 screen-img">
<img src="images/screenshots/testimonials.jpeg" class="img-responsive" alt="Responsive image">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h5 class="text-center white-text" style="margin-bottom: 30px;">C# App Video</h5>
<div class="panel">
<div class="panel-body">
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">-->
<iframe class="embed-responsive-item" width="640" height="360"
src="https://www.youtube.com/embed/RPTUlxeHgcs?rel=0&showinfo=0"
frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h5 class="text-center white-text">C# App Screenshots</h5>
</div>
<div class="col-md-5 col-md-offset-1">
<div class="col-md-12 screen-img">
<img src="images/login.png" class="img-responsive" alt="Responsive image">
</div>
<div class="col-md-12 screen-img">
<img src="images/patientinformation.png" class="img-responsive" alt="Responsive image">
</div>
</div>
<div class="col-md-5">
<div class="col-md-12 screen-img">
<img src="images/loggedin.png" class="img-responsive" alt="Responsive image">
</div>
<div class="col-md-12 screen-img">
<img src="images/search.png" class="img-responsive" alt="Responsive image">
</div>
</div>
</div>
</section>
<section id="presentation">
<h1 class="white-text text-center">Presentation</h1>
<div class="row">
<div class="col-md-10 col-md-offset-1 col-lg-6 col-lg-offset-3">
<div id="carousel" class="carousel slide depth-large" data-interval="false" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel" data-slide-to="0" class="active"></li>
<li data-target="#carousel" data-slide-to="1"></li>
<li data-target="#carousel" data-slide-to="2"></li>
<li data-target="#carousel" data-slide-to="3"></li>
<li data-target="#carousel" data-slide-to="4"></li>
<li data-target="#carousel" data-slide-to="5"></li>
<li data-target="#carousel" data-slide-to="6"></li>
<li data-target="#carousel" data-slide-to="7"></li>
<li data-target="#carousel" data-slide-to="8"></li>
<li data-target="#carousel" data-slide-to="9"></li>
<li data-target="#carousel" data-slide-to="10"></li>
<li data-target="#carousel" data-slide-to="11"></li>
<li data-target="#carousel" data-slide-to="12"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="images/CapstonePP/Slide01.jpg" alt="Slide 1 - Title" class="c-img">
</div>
<div class="item">
<img src="images/CapstonePP/Slide02.jpg" alt="Slide 2 -" class="c-img">
</div>
<div class="item">
<img src="images/CapstonePP/Slide03.jpg" alt="Slide 3 -" class="c-img">
</div>
<div class="item">
<img src="images/CapstonePP/Slide04.jpg" alt="Slide 4 -" class="c-img">
</div>
<div class="item">
<img src="images/CapstonePP/Slide05.jpg" alt="Slide 5 -" class="c-img">
</div>
<div class="item">
<img src="images/CapstonePP/Slide06.jpg" alt="Slide 6 -" class="c-img">
</div>
<div class="item">
<img src="images/CapstonePP/Slide07.jpg" alt="Slide 7 -" class="c-img">
</div>
<div class="item">
<img src="images/CapstonePP/Slide08.jpg" alt="Slide 8 -" class="c-img">
</div>
<div class="item">
<img src="images/CapstonePP/Slide09.jpg" alt="Slide 9 -" class="c-img">
</div>
<div class="item">
<img src="images/CapstonePP/Slide10.JPG" alt="Slide 10 -" class="c-img">
</div>
<div class="item">
<img src="images/CapstonePP/Slide11.JPG" alt="Slide 11 -" class="c-img">
</div>
<div class="item">
<img src="images/CapstonePP/Slide12.JPG" alt="Slide 12 -" class="c-img">
</div>
<div class="item">
<img src="images/CapstonePP/Slide13.JPG" alt="Slide 13 -" class="c-img">
</div>
</div><!-- / carousel items -->
<!-- Carousel Controls -->
<a class="left carousel-control" href="#carousel" role="button" data-slide="prev">
<i class="fa fa-angle-left fa-2x" aria-hidden="true"></i>
</a>
<a class="right carousel-control" href="#carousel" role="button" data-slide="next">
<i class="fa fa-angle-right fa-2x" aria-hidden="true"></i>
</a>
</div><!--/carousel-->
<div class="text-center full-screen-btn">
<a href="assets/CapstonePP.pdf" target="_blank"
class="btn btn-warning"><i class="fa fa-arrows-download" aria-hidden="true"></i> <span
class="btn-text">Download PDF</span></a>
<a href="assets/CapstonePP.pptx" target=""
class="btn btn-warning"><i class="fa fa-arrows-download" aria-hidden="true"></i> <span
class="btn-text">Download PP</span></a>
</div>
</div><!-- /col-->
</div><!-- /row-->
</section>
<section id="project">
<h1 class="white-text text-center">Project</h1>
<div class="container">
<p>For this project, we have created a software company that specializes in Electronic Healthcare Forms.
While also creating a website which showcases the purpose, products, and goals of the E.H.R.
(Electronic Health Record) company.
On the website potential customers are able to see who the developers are and their
responsibilities, an overview of what the product does, customer reviews about the product, and the
ability to order the product.
They have also created a working C# program for Patient Records. Using the C# program users have the
ability to add new patients, update patient records, search patients, or delete patients.
They can view patient demographic information with the ability to add or update information on the
patient demographic form. Users can view patient insurance information and add, update, or delete
information on that form as well.
They will also be able to view patient medical history and be able to add, update, or delete
information on the medical history form.
</p>
</div>
<!-- Section 3 Projects -->
<div class="row">
<div class="col-xs-12 col-sm-8 col-md-6 col-sm-offset-2 col-md-offset-3">
<div class="thumbnail">
<!--<img src="images/building-a-sitemap.jpg" alt="Project_Javascript">-->
<img src="images/protechdotcom.jpeg" alt="Protech Solutions Screenshot">
<div class="caption">
<h3 class="text-center">Protech Solutions RI</h3>
<p class="text-center">We're a technology company based in Providence, RI. Specializing in
Health-Care Applications.</p>
<p class="text-center"><a
href="http://ict.neit.edu/001241129/public_html/ASCapstoneProject/index.php"
target="_blank" class="btn btn-warning" role="button">View Project</a>
</p>
</div>
</div><!-- / thumbnail-->
</div><!-- /col -->
</div><!-- /row -->
<div class="text-center" id="spy-scroll-id">
<a href="#top"><i class="fa fa-chevron-up fa-3x animated" aria-hidden="true"></i></a>
</div>
</section>
</div><!-- /Main Content-container-fluid-->
<footer>
<div class="top-footer">
<div class="row text-center">
<div class="col-lg-6">
<h6 class="white-text">Contact Ian</h6>
<a href="https://ianarsenault.slack.com/signup" target="_blank" class="soc-icon"><i
class="fa fa-slack fa-2x" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/ian-arsenault-074a54b7" target="_blank" class="soc-icon"><i
class="fa fa-linkedin-square fa-2x" aria-hidden="true"></i></a>
<a href="https://github.com/GorgonsMaze" target="_blank" class="soc-icon"><i
class="fa fa-github-square fa-2x" aria-hidden="true"></i></a>
<a href="mailto:iaarsenault@email.neit.edu?Subject=Hello%20Ian" target="_top" class="soc-icon"><i
class="fa fa-envelope fa-2x" aria-hidden="true"></i></a>
</div>
<div class="col-lg-6">
<h6 class="white-text"> Contact Jameson</h6>
<a href="#!" class="soc-icon"><i class="fa fa-slack fa-2x" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/jameson-arsenault-85836b117" target="_blank"
class="soc-icon"><i class="fa fa-linkedin-square fa-2x" aria-hidden="true"></i></a>
<a href="https://github.com/OverlordZoltron" target="_blank" class="soc-icon"><i
class="fa fa-github-square fa-2x" aria-hidden="true"></i></a>
<a href="mailto:jmarsenault@email.neit.edu?Subject=Hello%20Ian" class="soc-icon"><i
class="fa fa-envelope fa-2x" aria-hidden="true"></i></a>
</div>
</div>
</div><!-- /top footer -->
<div class="bottom-footer">
<p class="text-center">© 2016 Team Arsenault</p>
</div>
</footer>
<div class="fixed-download-btn">
<a href="https://github.com/GorgonsMaze/CapstoneOverview" target="_blank" class="btn btn-default"
data-toggle="tooltip" data-placement="left" title="" data-original-title="Project Source Code"
aria-describedby="tooltip715414"><i class="fa fa-github fa-2x hidden-xs" aria-hidden="true"></i><span
class="btn-text">Download</span></a>
</div>
</main> <!-- / main content-->
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Bootstrap Javascript -->
<script src="js/bootstrap.min.js"></script>
<!-- Javascript -->
<script type="text/javascript" src="js/script.js"></script>
<!-- Fonts Awesome -->
<script src="https://use.fontawesome.com/351ac21fcd.js"></script>
</body>
</html>