-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
578 lines (554 loc) · 29.9 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
<!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="Transitionpoint is an application development company specializing in Rails, data, and best practices.">
<meta name="author" content="">
<title>Transitionpoint</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/agency.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- 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]-->
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<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 page-scroll" href="#page-top">Transitionpoint</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#services">Services</a>
</li>
<li>
<a class="page-scroll" href="#portfolio">Portfolio</a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#team">Team</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="intro-text">
<div class="intro-lead-in">Welcome To Transitionpoint!</div>
<div class="intro-heading">It's Nice To Meet You</div>
<a href="#services" class="page-scroll btn btn-xl">Tell Me More</a>
</div>
</div>
</header>
<!-- Services Section -->
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Services</h2>
<h3 class="section-subheading text-muted">We build web applications. Well.</h3>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-cloud fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Web Applications</h4>
<p class="text-muted">Rails, we've loved it since it was a wee babe of v0.8 versions old! Server-side Javascript since it was called Livewire. And the web since it replaced Archie and Veronica.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-laptop fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Data and Marketing Analytics</h4>
<p class="text-muted">We like data. And we're not afraid of marketing. Or math. Let us help with the collection, analysis, and visualization of your data.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-lock fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Mentoring and Best Practices</h4>
<p class="text-muted">We've built a lot of software for a lot of people. Let us help you and your team keep up with the best practices of testing, deployment, and the craft of software development.</p>
</div>
</div>
</div>
</section>
<!-- Portfolio Grid Section -->
<section id="portfolio" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Portfolio</h2>
<h3 class="section-subheading text-muted">Here's a few of our favorite projects</h3>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal1" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/artsready-preview.png" class="img-responsive" alt="ArtsReady">
</a>
<div class="portfolio-caption">
<h4>ArtsReady</h4>
<p class="text-muted">Application Development</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal2" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/foodstand.png" class="img-responsive" alt="the Foodstand iOS app">
</a>
<div class="portfolio-caption">
<h4>Foodstand</h4>
<p class="text-muted">Application Development</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal3" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/culturalist.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Culturalist</h4>
<p class="text-muted">Application Development</p>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">About</h2>
<h3 class="section-subheading text-muted">"We started out with nothing, then got a little more" - Lin-Manuel Miranda as Alexander Hamilton</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/uva.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>2000-2004</h4>
<h4 class="subheading">Our Humble Beginnings</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Starting with a tiny staff, some seed money from a wealthy and mysterious benefactor, and the best intentions, Transitionpoint was born during the startup explosion of 2000. Based in beautiful and historic downtown Charlottesvile, Virginia, we solved problems for large game companies, small local businesses, famous universities, and enthusiastic entrepreneurs. We used ColdFusion and Java, usually hosted on our own Cobalt servers.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/harrisonburg.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Fall 2004</h4>
<h4 class="subheading">Going Solo</h4>
</div>
<div class="timeline-body">
<p class="text-muted">A move across the mountain to Harrisonburg, Virginia, and new opportunities and challenges pushed our fledgling company out of the nest and on a solo journey for John Paul.</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/office.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Spring 2007</h4>
<h4 class="subheading">Building an Office</h4>
</div>
<div class="timeline-body">
<p class="text-muted">After spending time moving between home and coffee shops, it was time to get a real office. Transitionpoint becomes a partner in Thurston Enterprises and builds out over 3000 square feet of downtown office space overlooking our courthouse square. Located above a building housing a coffee shop, a beer and wine store, and brewpub, we couldn't be happier about our new digs!</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/rails.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Summer 2008</h4>
<h4 class="subheading">Focus on Ruby and Rails</h4>
</div>
<div class="timeline-body">
<p class="text-muted">After years of building web applications with ColdFusion, we fell in love with Rails, eloped, and have been happy ever since. After a chance dinner date with DHH and Dave Thomas at OSCON the night before the release of the first edition of the AWDR book we tried it out and things have never been the same.</p>
</div>
</div>
</li>
<li class="timeline">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/nyc.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Fall 2010</h4>
<h4 class="subheading">Hello, New York City</h4>
</div>
<div class="timeline-body">
<p class="text-muted">A startup project led to an extended residency in New York where we became and continue to be part of the NYC tech scene. As our Amtrak miles and frequent stay points rack up, we've helped numerous startups with the initial products, sites, and scaling.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/ga.png" alt="General Assembly logo">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Spring 2012</h4>
<h4 class="subheading">A Job at General Assembly</h4>
</div>
<div class="timeline-body">
<p class="text-muted">I joined General Assembly as their second developer and soon thereafter built and managed their remote development team that spanned from the UK to the West Coast. I was an advisor to the curriculum of our first bootcamp and then ran the team that built our first video training product, Front Row.</p>
</div>
</div>
</li>
<li class="timeline">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/treehouse.png" alt="Treehouse logo">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Summer 2013</h4>
<h4 class="subheading">Moving into the Treehouse</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Continuing on the path of working in online tech education, I joined friends at Treehouse where I soon became the developer for the marketing team where experimentation and data analytics were key parts of daily work. Eventually my position morphed into their first data engineer.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/wheelhouse.png" alt="Wheelhouse.io logo">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Spring 2014</h4>
<h4 class="subheading">Founding Wheelhouse.io</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Looking to make a bigger impact, I cofounded Wheelhouse.io to build interactive, developer-focused training tools. Backed by a seed round including Jason Calcanis, and part of the first cohort at the Grand Central Technology Accelerator, we partnered with GitHub and Docker to deliver innovative, interactive training used by over 20,000 people in our first year.</p>
</div>
</div>
</li>
<li class="timeline">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/edsurge.png" alt="Edsurge logo">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Spring 2016</h4>
<h4 class="subheading">Becoming EdSurgent</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Yet more edtech work -- this time for a team that focuses on technology at all levels, from K12 through college and beyond. As an architect, I worked on our (micro)services migration, our new React front-end, and a company-wide effort to ovehaul our entire marketing approach and related analytics.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/epion.png" alt="Wheelhouse.io logo">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Spring 2017</h4>
<h4 class="subheading">(Re)Discovering Health-tech</h4>
</div>
<div class="timeline-body">
<p class="text-muted">After a decade away from working with healthcare companies, it was time to explore it again. This time, it was all about iPad-based check-in software and integration with EMR systems through a public API. As is becoming a pattern, I built our first real data "warehouse", create a small data analytics team over the summer with some excellent interns, and learned a *lot* about HIPPA.</p>
</div>
</div>
</li>
<li class="timeline">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/tp.png" alt="Transitionpoint logo">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Today</h4>
<h4 class="subheading">The story continues</h4>
</div>
<div class="timeline-body">
<p class="text-muted">We still love working with enthusiastic entrepreneurs and organizations of all sizes with a strong interest in the healthcare, education, and non-profit sectors. We still focus on Ruby on Rails and have extended our capabilities into marketing analytics, data science, and building/mentoring remote developers and teams. We are still in the Shenandoah Valley, still in our lovely office space, and still love the excitement of the startup world.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<h4>Be Part
<br>Of Our
<br>Story!</h4>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Team Section -->
<section id="team" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Our Amazing Team</h2>
<h3 class="section-subheading text-muted">We're small. Well, there's really just one of us.</h3>
</div>
</div>
<div class="row">
<div class="col-sm-4 col-sm-offset-4">
<div class="team-member">
<img src="img/team/johnpaul.png" class="img-responsive img-circle" alt="">
<h4>John Paul Ashenfelter</h4>
<p class="text-muted">Founder, CTO</p>
<ul class="list-inline social-buttons">
<li><a href="https://github.com/johnpaulashenfelter"><i class="fa fa-github"></i></a>
</li>
<li><a href="https://www.linkedin.com/in/johnpaulashenfelter/"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<p class="large text-muted">We work really well with others and have good relationships with a wide range of top-quality developers in the US, Latin America, and Europe.</p>
</div>
</div>
</div>
</section>
<!-- Clients Aside -->
<aside class="clients">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/fractured-atlas.png" class="img-responsive img-centered" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/purpose.png" class="img-responsive img-centered" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/ronin.png" class="img-responsive img-centered" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/entryway.png" class="img-responsive img-centered" alt="">
</a>
</div>
</div>
</div>
</aside>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Contact Us</h2>
<h3 class="section-subheading text-muted">We love to hear from potential partners at <a href="mailto:[email protected]">[email protected]</a></h3>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Copyright © Transitionpoint 2018</span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li><a href="https://github.com/transitionpoint"><i class="fa fa-github"></i></a>
</li>
<li><a href="https://www.linkedin.com/company/transitionpoint"><i class="fa fa-linkedin"></i></a>
</li>
<li><a href="https://twitter.com/transitionpoint"><i class="fa fa-twitter"></i></a>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li>Theme based on <a href="http://startbootstrap.com/template-overviews/agency/">Agency</a> from StartBootstrap
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Portfolio Modals -->
<!-- Use the modals below to showcase details about your portfolio projects! -->
<!-- Portfolio Modal 1 -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>ArtsReady</h2>
<p class="item-intro text-muted">We helped Fractured Atlas and SouthArts bring a new level of disaster preparedness to arts organizations throughout the country.</p>
<img class="img-responsive img-centered" src="img/portfolio/artsready.png" alt="ArtsReady Homepage">
<p>After Hurricane Katrina, many arts organizations affected by the storm realized their disaster plans were not robust enough to handle significant disruptions. Many also learned more about each other as they worked together to protect irreplacable artifacts and crucial material. SouthArts wanted to ensure this never happened again.
</p>
<p>We used Rails, rapid HTML prototyping, and weekly sprints to deliver high-value stories early and often.</p>
<ul class="list-inline">
<li>Dates: 2012</li>
<li>Client: Fractured Atlas</li>
<li>Category: Application Development</li>
</ul>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 2 -->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Foodstand</h2>
<p class="item-intro text-muted">Purpose wanted to build a community of people who care about good food. They came to us.</p>
<img class="img-responsive img-centered" src="img/portfolio/foodstand.png" alt="">
<p><a href="http://thefoodstand.com">Foodstand</a> is an iOS application for connecting the community of people who care about what they eat, where it comes from, and how it was grown.</p>
<p>We helped build the iOS application quickly and efficiently using Ember and Cordova which reduced cycle time and plan for the future where Andriod and online versions of the application were available. We also mentored their existing junior developer and did significant work building out the Rails-based API that the application uses.</p>
<ul class="list-inline">
<li>Dates: 2014-2015</li>
<li>Client: Purpose</li>
<li>Category: Application Development, Mentoring</li>
</ul>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 3 -->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Culturalist</h2>
<p class="item-intro text-muted">The social network startup for culture lists, shared beautifully.</p>
<img class="img-responsive img-centered" src="img/portfolio/culturalist.png" alt="">
<p>Founded by Tony-winning theater owner Jordan Roth, Transitionpoint was part of the team on day 1 that helped bring Jordan's vision to life. A beautiful </p>
<p>Culturalist was built with Rails and Backbone.js. Our early NoSQL implementation later migrated to a traditional Postgresql database backed by Elasticsearch.</p>
<ul class="list-inline">
<li>Dates: 2013-2014</li>
<li>Client: Project10 Labs</li>
<li>Category: Application Development</li>
</ul>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/agency.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72681-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>