-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·688 lines (598 loc) · 32.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="IAMSML, Scott L'Hommedieu Resume">
<meta name="keywords" content="resume, CV , personal Vcard, Scott L'Hommedieu resume, personal portfolio, html portfolio">
<meta name="author" content="Scott L'Hommedieu, [email protected]">
<title>Scott L'Hommedieu</title>
<!-- Web Fonts -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,500,700' rel='stylesheet' type='text/css'>
<!-- Bootstrap core CSS -->
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<!-- Font Awesome CSS -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet" media="screen">
<!-- Animate css -->
<link href="assets/css/animate.css" rel="stylesheet">
<!-- Magnific css -->
<link href="assets/css/magnific-popup.css" rel="stylesheet">
<!-- Custom styles CSS -->
<link href="assets/css/style.css" rel="stylesheet" media="screen">
<!-- Responsive CSS -->
<link href="assets/css/responsive.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="assets/images/ico/favicon.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/images/ico/apple-touch-icon-57-precomposed.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
</head>
<body>
<!-- Preloader -->
<div id="tt-preloader">
<div id="pre-status">
<div class="preload-placeholder"></div>
</div>
</div>
<!-- Home Section -->
<section id="home" class="tt-fullHeight" data-stellar-vertical-offset="50" data-stellar-background-ratio="0.2">
<div class="intro">
<div class="intro-sub">I am Scott L'Hommedieu</div>
<h1>Software Development <span>Leader</span></h1>
<p>I am a professional Product Manager, Software Engineer & Innovation Coach.<br> Being part of awesome teams and making awesome products is a passion of mine. <br>Feel free to contact me.</p>
<div class="social-icons">
<ul class="list-inline">
<li><a href="https://twitter.com/slhommedieu"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/slhommedieu"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.github.com/slhommed"><i class="fa fa-github"></i></a></li>
</ul>
</div> <!-- /.social-icons -->
</div>
<div class="mouse-icon">
<div class="wheel"></div>
</div>
</section><!-- End Home Section -->
<!-- Navigation -->
<header class="header">
<nav class="navbar navbar-custom" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#custom-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="custom-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#resume">Resume</a></li>
<li><a href="#skills">Skills</a></li>
<!-- <li><a href="#works">Works</a></li>
<li><a href="#blog">Blog</a></li> -->
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div><!-- .container -->
</nav>
</header><!-- End Navigation -->
<!-- About Section -->
<section id="about" class="about-section section-padding">
<div class="container">
<h2 class="section-title wow fadeInUp">About Me</h2>
<div class="row">
<div class="col-md-4 col-md-push-8">
<div class="biography">
<div class="myphoto">
<img src="assets/images/myphoto.jpg" alt="">
</div>
<ul>
<li><strong>Name:</strong> Scott L'Hommedieu</li>
<li><strong>Address:</strong> Denver, CO</li>
<li><strong>Phone:</strong> (303) 803 6400</li>
<li><strong>Email:</strong> [email protected]</li>
</ul>
</div>
</div> <!-- col-md-4 -->
<div class="col-md-8 col-md-pull-4">
<div class="short-info wow fadeInUp">
<h3>Objective</h3>
<p>I am a technology leader looking to help organizations deliver their vision by leveraging my 20 years of experience designing and developing products and services using a wide variety of technologies and lean/agile practices.</div>
<div class="short-info wow fadeInUp">
<h3>What I Do ?</h3>
<p>I have been working as a Product Manager for many years leading teams in defining and delivering a vision for their business and products. Throughout my career I have worked to create and improve businesses through the use of technology. I have a deep love of the creative process and problem solving. With the valuable lessons I've learned as a software engineer in product and in support organizations, I strive to define problems, design solutions and deliver value that improves a users experience.</p>
<ul class="list-check">
<li>Lean/Agile Product Managment</li>
<li>Product Design</li>
<li>Software Architecture</li>
<li>Team and Business Coaching</li>
<li>Software Development</li>
</ul>
</div>
<!--
<div class="my-signature">
<img src="assets/images/sign.png" alt="">
</div>
-->
<div class="download-button">
<a class="btn btn-info btn-lg" href="#contact"><i class="fa fa-paper-plane"></i>Send me message</a>
<a class="btn btn-primary btn-lg" href="javascript:downloadFile('https://goo.gl/A2bi4n', 'ScottLHommedieu_Resume_3.pdf')"><i class="fa fa-download"></i>download my cv</a>
</div>
</div>
</div> <!-- /.row -->
</div> <!-- /.container -->
</section><!-- End About Section -->
<!--
<!- - Video Section - ->
<section id="video" class="video-section">
<div class="tf-bg-overlay">
<div class="container">
<div class="video-intro">
<a class="popup-video" href="https://www.youtube.com/watch?v=LGOjcu0HRec"> <i class="fa fa-play"></i> </a>
<h2>Video Introducing</h2>
</div>
</div>
<!- -/.container- ->
</div>
<!- -/.overlay- ->
</section>
<!- - /.Video Section - ->
-->
<!-- Resume Section -->
<section id="resume" class="resume-section section-padding">
<div class="container">
<h2 class="section-title wow fadeInUp">Resume</h2>
<div class="row">
<div class="col-md-12">
<div class="resume-title">
<h3>Experience</h3>
</div>
<div class="resume">
<ul class="timeline">
<li class="timeline-inverted">
<div class="posted-date">
<span class="month">1997 – 1999</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>Technology Director</h3>
<span>BitWise Systems, Inc., Peoria, IL</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>Coordinated technology solutions of regional ISP and hardware reseller. Administered dial-up, DSL and wireless wide area network. Developed an online billing system and implemented a web based email portal. Setup new web hosting, email, and database clients on window and linux platforms.</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div> <!-- /timeline-panel -->
</li>
<li>
<div class="posted-date">
<span class="month">1999 – 2000</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>Project Manager/Developer</h3>
<span>Vivere Internet Technologies, Peoria, IL </span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>Developed B-2-B and B-2-C web presence for clients in various industries including commercial realty, travel, industrial supplies, retail and hospitality. Managed development team comprised of Graphic Designers, Web Designers and Technical Writers. Maintained client relationships and provided value added services related to their core business.</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div><!-- /timeline-panel -->
</li>
<li class="timeline-inverted">
<div class="posted-date">
<span class="month">2000 - 2002</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>Developer</h3>
<span>Fitch Ratings, Inc., Chicago, IL
</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>Technical Project Leader for a variety of projects including corporate intranet, financial ratings applications, document management applications and other applications.</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div><!-- /timeline-panel -->
</li>
<li>
<div class="posted-date">
<span class="month">2003</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>Consultant</h3>
<span>Aurora Health Care, Milwaukee, WI<br/>
Business Systems Engineering, Inc., Chicago, IL<br/>
Trust Mark Insurance, Lake Forest, IL
</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>Aurora Healthcare: Technical Project Lead for Web Applications developed for care management at Aurora Health Care.</p>
<p>BSE, Inc.: Architect and Technical leader for development of a business process management system aimed at the health care market.</p>
Trust Mark: Primary Consultant responsible for development of insurance claim processing system.
</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div><!-- /timeline-panel -->
</li>
<li class="timeline-inverted">
<div class="posted-date">
<span class="month">2004 - 2005</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>Architect/ Senior Developer</h3>
<span>Aon Corp., Warranty Group, Chicago, IL</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>Architect and lead developer of highly available B-to-B and B-to-C product configuration and delivery web sites for insurance product delivery systems.</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div><!-- /timeline-panel -->
</li>
<li>
<div class="posted-date">
<span class="month">2005 - 2012</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>Principal Member of Technical Staff</h3>
<span>BEA Systems / Oracle , Boulder, CO</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>Lead Engineer on the Weblogic Workshop and Common Tooling products. Responsible for bug fixes, enhancement requests, patch and maintenance pack delivery. Worked on both runtime (server side and web UI) and tooling implementations based on Apache Struts, Apache Beehive, Eclipse, WebLogic Server.</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div><!-- /timeline-panel -->
</li>
<li class="timeline-inverted">
<div class="posted-date">
<span class="month">2012 - 2015</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>Director, Product Engineering</h3>
<span>Denovo Ventures LLC, Niwot, CO</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>Director of Product Engineering organization responsible for vision and strategy of products and services with further responsibility for profitability of Professional Services and Managed Services lines of business.</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div><!-- /timeline-panel -->
</li>
<li>
<div class="posted-date">
<span class="month">2015 - Present</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>Staff Product Manager, Cloud Foundry</h3>
<span>Pivotal Software Inc., Denver, CO</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>Product Manager in the Cloud Foundry group responsible for delivering value to customers through agile practices working with high performing R&D teams to define, validate, communicate and deliver product vision.</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div><!-- /timeline-panel -->
</li>
</ul>
</div>
</div>
</div><!-- /row -->
<div class="row">
<div class="col-md-12">
<div class="resume-title">
<h3>Education</h3>
</div>
<div class="resume">
<ul class="timeline">
<li>
<div class="posted-date">
<span class="month">1995 – 1999</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>Business Computer Systems (MIS), Bradley University
</h3>
<span>Management and Administration in Technical Environments</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>Business Administation and Information Managment.</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div><!-- /timeline-panel -->
</li>
<li class="timeline-inverted">
<div class="posted-date">
<span class="month">2001</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>Java Training</h3>
<span>Certificate of Completion: SL275, Basic Java and J2EE : Chicago, IL</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p></p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div> <!-- /timeline-panel -->
</li>
<li>
<div class="posted-date">
<span class="month">2016</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>Lean/Agile Facilitation</h3>
<span>Jaon Fraser, Pivotal Labs</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>Facilitation techniques for Lean Startup principles and User centered design.</p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div><!-- /timeline-panel -->
</li>
</ul>
</div>
</div>
</div><!-- /row -->
</div><!-- /.container -->
</section><!-- End Resume Section -->
<!-- Skills Section -->
<section id="skills" class="skills-section section-padding">
<div class="container">
<h2 class="section-title wow fadeInUp">Skills</h2>
<div class="row">
<div class="col-md-6">
<div class="skill-progress">
<div class="skill-title"><h3>Agile Practice</h3></div>
<div class="progress">
<div class="progress-bar six-sec-ease-in-out" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100" ><span>95%</span>
</div>
</div><!-- /.progress -->
</div><!-- /.skill-progress -->
<div class="skill-progress">
<div class="skill-title"><h3>UX Design</h3></div>
<div class="progress">
<div class="progress-bar six-sec-ease-in-out" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" ><span>80%</span>
</div>
</div><!-- /.progress -->
</div><!-- /.skill-progress -->
<div class="skill-progress">
<div class="skill-title"><h3>Facilitation</h3></div>
<div class="progress">
<div class="progress-bar six-sec-ease-in-out" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" ><span>75%</span>
</div>
</div><!-- /.progress -->
</div><!-- /.skill-progress -->
</div><!-- /.col-md-6 -->
<div class="col-md-6">
<div class="skill-progress">
<div class="skill-title"><h3>Coding</h3></div>
<div class="progress">
<div class="progress-bar six-sec-ease-in-out" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100" ><span>95%</span>
</div>
</div><!-- /.progress -->
</div><!-- /.skill-progress -->
<div class="skill-progress">
<div class="skill-title"><h3>Team Building</h3></div>
<div class="progress">
<div class="progress-bar six-sec-ease-in-out" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" ><span>80%</span>
</div>
</div><!-- /.progress -->
</div><!-- /.skill-progress -->
</div><!-- /.col-md-6 -->
</div><!-- /.row -->
<div class="skill-chart text-center">
<h3>More skills</h3>
</div>
<div class="row more-skill text-center">
<div class="col-xs-12 col-sm-4 col-md-2">
<div class="chart" data-percent="91" data-color="e74c3c">
<span class="percent"></span>
<div class="chart-text">
<span>leadership</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-2">
<div class="chart" data-percent="75" data-color="2ecc71">
<span class="percent"></span>
<div class="chart-text">
<span>Creativity</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-2">
<div class="chart" data-percent="88" data-color="3498db">
<span class="percent"></span>
<div class="chart-text">
<span>Organization</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-2">
<div class="chart" data-percent="95" data-color="3498db">
<span class="percent"></span>
<div class="chart-text">
<span>Communication</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-2">
<div class="chart" data-percent="47" data-color="3498db">
<span class="percent"></span>
<div class="chart-text">
<span>Marketing</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-2">
<div class="chart" data-percent="99.99" data-color="3498db">
<span class="percent"></span>
<div class="chart-text">
<span>Motivation</span>
</div>
</div>
</div>
</div>
</div><!-- /.container -->
</section><!-- End Skills Section -->
<!-- Facts Section -->
<section id="facts" class="facts-section text-center" data-stellar-vertical-offset="50" data-stellar-background-ratio="0.2">
<div class="tt-overlay-bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="count-wrap">
<div class="col-sm-3 col-xs-6">
<i class="fa fa-flask"></i>
<h3 class="timer">20</h3>
<p>Years of Experience</p>
</div>
<div class="col-sm-3 col-xs-6">
<i class="fa fa-thumbs-up"></i>
<h3 class="timer">134</h3>
<p>Projects Done</p>
</div>
<div class="col-sm-3 col-xs-6">
<i class="fa fa-users"></i>
<h3 class="timer">203</h3>
<p>Happy Clients</p>
</div>
<div class="col-sm-3 col-xs-6">
<i class="fa fa-rocket"></i>
<h3 class="timer">68</h3>
<p>Facilitations</p>
</div>
</div><!-- /count-wrap -->
</div><!-- /.col-md-12 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div>
</section> <!-- End Facts Section -->
<!-- Hire Section -->
<section class="hire-section text-center" data-stellar-vertical-offset="50" data-stellar-background-ratio="0.2">
<div class="hire-section-bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>I'm available for coaching and workshops</h2>
<a href="#contact" class="btn btn-default">Get Help!</a>
</div><!-- /.col-md-12 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.hire-section-bg -->
</section><!-- End Hire Section -->
<!-- Contact Section -->
<section id="contact" class="contact-section section-padding">
<div class="container">
<h2 class="section-title wow fadeInUp">Get in touch</h2>
<div class="row">
<div class="col-md-6">
<div class="contact-form">
<strong>Send me a message</strong>
<form name="contact-form" id="contactForm" method="POST">
<div class="form-group">
<label for="name">Name</label>
<input type="text" name="name" class="form-control" id="name" required="">
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" name="email" class="form-control" id="email" required="">
</div>
<div class="form-group">
<label for="subject">Subject</label>
<input type="text" name="subject" class="form-control" id="subject">
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea name="message" class="form-control" id="message" rows="5" required=""></textarea>
</div>
<button type="submit" name="submit" id="submit" class="btn btn-primary">Send Message</button>
</form>
</div><!-- /.contact-form -->
</div><!-- /.col-md-6 -->
<div class="col-md-6">
<div class="row center-xs">
<div class="col-sm-6">
<i class="fa fa-map-marker"></i>
<address>
<strong>Location</strong>
Denver, CO 80230<br>
</address>
</div>
<div class="col-sm-6">
<i class="fa fa-mobile"></i>
<div class="contact-number">
<strong>Phone Number</strong>
(303) 803 6400<br>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="location-map">
<div id="mapCanvas" class="map-canvas"></div>
</div>
</div>
</div>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</section><!-- End Contact Section -->
<!-- Footer Section -->
<footer class="footer-wrapper">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="copyright text-center">
<p>© Scott L'Hommedieu 2017. All rights reserved.</p>
</div>
</div>
</div>
</div>
</footer><!-- End Footer Section -->
<!-- Scroll-up -->
<div class="scroll-up">
<a href="#home"><i class="fa fa-angle-up"></i></a>
</div>
<!-- Javascript files -->
<script src="assets/js/jquery.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.stellar.min.js"></script>
<script src="assets/js/jquery.sticky.js"></script>
<script src="assets/js/smoothscroll.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/jquery.countTo.js"></script>
<script src="assets/js/jquery.inview.min.js"></script>
<script src="assets/js/jquery.easypiechart.js"></script>
<script src="assets/js/jquery.shuffle.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="http://a.vimeocdn.com/js/froogaloop2.min.js"></script>
<script src="assets/js/jquery.fitvids.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAJkqTapPFdlrLWl0ooWWrqxvOYo1OXksI&v=3.exp&sensor=false"></script>
<script src="assets/js/scripts.js"></script>
</body>
</html>