-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
652 lines (586 loc) · 36.7 KB
/
index.html
File metadata and controls
652 lines (586 loc) · 36.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>TotalPave - Pavement Managment for the 21st Century</title>
<meta name="keywords" content="totalpave, coady cameron, pavement management, international roughness index, smartphone, pavement condition index, drew cameron" />
<meta name="description" content="Better roads, lower costs, less maintenance. TotalPave allows you to collect pavement condition data with your smartphone anytime, anywhere. Supercharge your pavement management system with TotalPave." />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Google Web Font Embed -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel='stylesheet' type='text/css'>
<!-- Animation CSS -->
<link href="css/animate.css" rel="stylesheet" type="text/css">
<!-- Syles -->
<link href="js/colorbox/colorbox.css" rel='stylesheet' type='text/css'>
<link href="css/totalpave_style.css" rel='stylesheet' type='text/css'>
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30727535-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/2097922.js"></script>
<!-- End of HubSpot Embed Code -->
<script src="js/modernizr.custom.04594.js" type="text/javascript"></script>
<script src="js/Placeholders.js" type="text/javascript"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[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.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="totalpave-top-bar" id="totalpave-top">
<div class="container">
<div class="subheader">
<div id="email" class="pull-right">
<img src="images/email.svg" alt="email"/>
<a href="#totalpave-contact" id="btn-contact">Now accepting demo requests, email for details</a>
</div>
</div>
</div>
</div>
<div class="totalpave-top-menu">
<div class="container">
<!-- Static navbar -->
<div class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#" class="navbar-brand" id="btn-logo"><img src="images/totalpave_logo.svg" alt="Pavement Management for the 21st Century" width="187" height="92" title="TotalPave" /></a>
</div>
<div class="navbar-collapse collapse" id="totalpave-nav-bar">
<ul class="nav navbar-nav navbar-right" style="margin-top: 40px;">
<li class="active"><a href="#totalpave-top">HOME</a></li>
<li><a href="#totalpave-solution">SOLUTION</a></li>
<li><a href="#totalpave-partners">NEWS</a></li>
<li><a href="#totalpave-contact">CONTACT</a></li>
<li><a rel="nofollow" href="https://totalpave.net" class="external-link">LOGIN</a></li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container-fluid -->
</div><!--/.navbar -->
</div> <!-- /container -->
</div>
<div>
<!-- Carousel -->
<div id="totalpave-carousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#totalpave-carousel" data-slide-to="0" class="active"></li>
<li data-target="#totalpave-carousel" data-slide-to="1"></li>
<li data-target="#totalpave-carousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<div class="container">
<div class="carousel-caption">
<h1>COLLECT IRI AND PCI WITH SMARTPHONE TECHNOLOGY</h1>
<!--<p>Better roads, lower costs, less maintenance. Use TotalPave to collect standard pavement condition data with smartphone technology.</p> -->
<p><a class="btn btn-lg btn-orange" href="#totalpave-solution" role="button" id="btn-read-more" style="margin-right: 20px;">Learn More</a><a class="btn btn-lg btn-orange" href="#totalpave-contact" role="button" id="btn-second-contact">Request Demo</a></p>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#totalpave-carousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
<a class="right carousel-control" href="#totalpave-carousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
</div><!-- /#totalpave-carousel -->
</div>
<div class="totalpave-solution" id="totalpave-solution">
<div class="container">
<div class="row">
<div class="totalpave-line-header">
<div class="text-center">
<hr class="team_hr team_hr_left hr_gray"/><span>SOLUTION</span>
<hr class="team_hr team_hr_right hr_gray" />
</div>
</div>
</div>
</div>
</div>
<div class="totalpave-service">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="totalpave-service-item">
<div>
<img src="images/mobile.svg" alt="icon" />
<img src="images/mobile2.svg" alt="icon" />
<span class="totalpave-service-item-header">EASY COLLECTION</span>
</div>
<p>Collect industry standard road condition data using your smartphone with TotalPave instead of expensive traditional equipment. Simply input distresses into our Pavement Condition Index (PCI) calculator and it will output values instantly. Use our International Roughness Index (IRI) mobile app to automatically collect roughness as you drive with your device mounted to your windshield.</p>
<br class="clearfix"/>
</div>
<div class="clearfix"></div>
</div>
<div class="col-md-4">
<div class="totalpave-service-item" >
<div>
<img src="images/cloud.svg" alt="icon"/>
<img src="images/cloud2.svg" alt="icon"/>
<span class="totalpave-service-item-header">ROBUST ANALYSIS</span>
</div>
<p>Data entry is a thing of the past. All information collected in the field is streamed automatically to the cloud where it is mapped and ready to be analyzed on your personal TotalPave web portal. Whether you need to evaluate network condition as a whole or checking a specific distress on a single street, analysis is easy with TotalPave.</p>
<br class="clearfix"/>
</div>
</div>
<div class="col-md-4">
<div class="totalpave-service-item">
<div>
<img src="images/leaf.svg" alt="icon"/>
<img src="images/leaf2.svg" alt="icon"/>
<span class="totalpave-service-item-header">SIMPLE EXPORT</span>
</div>
<p>All the data collected using our system can be openly shared and exported. Want to integrate what you've got on our system with your GIS? Simply export from the web portal to shapefile. Need tools available in popular spreadsheet programs? We allow you to export your data in tabular form.</p>
<br class="clearfix"/>
</div>
<br class="clearfix"/>
</div>
</div>
</div>
</div>
<!--
<div class="totalpave-team" id="totalpave-team">
<div class="container">
<div class="row">
<div class="totalpave-line-header">
<div class="text-center">
<hr class="team_hr team_hr_left"/><span>THE TEAM</span>
<hr class="team_hr team_hr_right" />
</div>
</div>
</div>
<div class="clearfix"> </div>
<ul class="row row_team">
<li class="col-lg-3 col-md-6 col-sm-7 ">
<div class="text-center">
<div class="member-thumb">
<img src="images/member1.jpg" class="img-responsive" alt="Coady Cameron" />
<div class="thumb-overlay">
<a href=""><span class="icon-email"></span></a>
<a href="https://www.linkedin.com/pub/coady-cameron/45/2a2/9a6" target="_blank"><span class="social-icon-linkedin"></span></a>
</div>
</div>
<div class="team-inner">
<p class="team-inner-header">COADY CAMERON <br>CEO, Founder</p>
<p class="team-inner-header"> </p>
<p class="team-inner-subtext">Coady is a Master's of Science in Engineering graduate, with a background in transportation and pavement management. He also brings several years of practical field experience to the table.</p>
</div>
</div>
</li>
<li class="col-lg-3 col-md-6 col-sm-7 ">
<div class="text-center">
<div class="member-thumb">
<img src="images/member2.jpg" class="img-responsive" alt="Drew Cameron" />
<div class="thumb-overlay">
<a href=""><span class="icon-email"></span></a>
<a href="https://www.linkedin.com/in/drew-cameron-7678b3116"><span class="social-icon-linkedin"></span></a>
</div>
</div>
<div class="team-inner">
<p class="team-inner-header">DREW CAMERON <br>CFO, Founder</p>
<p class="team-inner-subtext">A Bachelor of Business Administration graduate from the University of New Brunswick, Drew brings a breadth of hands on finance strategy experience to the team.</p>
</div>
</div>
</li>
<li class="col-lg-3 col-md-6 col-sm-7 ">
<div class="text-center">
<div class="member-thumb">
<img src="images/member3.jpg" class="img-responsive" alt="Brad Woodside" />
<div class="thumb-overlay">
<a href=""><span class="icon-email"></span></a>
<a href="https://ca.linkedin.com/in/brad-woodside-3498491b"><span class="social-icon-linkedin"></span></a>
</div>
</div>
<div class="team-inner">
<p class="team-inner-header">BRAD WOODSIDE <br>VP Business Dev</p>
<p class="team-inner-subtext">Brad knows municipal government. He brings a wealth of experience to the team having served as Mayor of Fredericton for over 30 years. He is also a past president of the Federation of Canadian Municipalities.</p>
</div>
</div>
</li>
<li class="col-lg-3 col-md-6 col-sm-7 ">
<div class="text-center">
<div class="member-thumb">
<img src="images/member4.jpg" class="img-responsive" alt="Norman Breau" />
<div class="thumb-overlay">
<a href=""><span class="icon-email"></span></a>
<a href="https://ca.linkedin.com/in/norman-breau-94b21092"><span class="social-icon-linkedin"></span></a>
</div>
</div>
<div class="team-inner">
<p class="team-inner-header">NORMAN BREAU <br>Lead Developer</p>
<p class="team-inner-subtext">Norman brings several years of startup experience to the team. He thrives in a fast paced environment.</p>
</div>
</div>
</li>
</ul>
</div>
</div><!-- /.totalpave-team -->
<!-- <div class="totalpave-solution" id="totalpave-solution">
<div class="container">
<div class="row">
<div class="totalpave-line-header">
<div class="text-center">
<hr class="team_hr team_hr_left hr_gray"/><span>TESTIMONIAL</span>
<hr class="team_hr team_hr_right hr_gray" />
</div>
</div>
</div>
</div>
</div> -->
<div class="totalpave-partners" id="totalpave-partners">
<div class="container">
<div class="row">
<div class="totalpave-line-header" >
<div class="text-center">
<hr class="team_hr team_hr_left hr_gray"/><span class="txt_darkgrey">SEEN IN</span>
<hr class="team_hr team_hr_right hr_gray" />
</div>
</div>
<div class="clearfix"></div>
<div class="text-center">
<div style="margin-top:60px;">
<ul class="list-inline">
<li class="col-sm-2 col-md-2 totalpave-partner-item">
<a href="https://www.citylab.com/cityfixer/2016/01/totalpave-infrastructure-road-street-maintenance-smartphone/425079/"><img src="images/citylab.png" class="img-responsive" alt="Seen In 1" /></a>
</li>
<li class="col-sm-2 col-md-2 totalpave-partner-item">
<a href="https://thechronicleherald.ca/business/1076227-entrevestor-fredericton-startup-totalpave-cruises-to-breakthru-win"><img src="images/ch.png" class="img-responsive" alt="Seen In 2" /></a>
</li>
<li class="col-sm-2 col-md-2 totalpave-partner-item">
<a href="https://www.cbc.ca/player/play/2342313600"><img src="images/cbc.png" class="img-responsive" alt="Seen In 3" /></a>
</li>
<li class="col-sm-2 col-md-2 totalpave-partner-item">
<a href="https://blog.onbcanada.ca/2016/07/municipal-data-collection-startup/"><img src="images/opnb.png" class="img-responsive" alt="Seen In 4" /></a>
</li>
<li class="col-sm-2 col-md-2 totalpave-partner-item">
<a href="https://betakit.com/propel-ict-accepts-38-startups-across-all-four-atlantic-provinces-in-latest-cohort/"><img src="images/propelict.png" class="img-responsive" alt="Seen In 5" /></a>
</li>
<li class="col-sm-2 col-md-2 totalpave-partner-item">
<a href="https://www.progressmedia.ca/article/2012/11/a-stitch-time"><img src="images/pgm.png" class="img-responsive" alt="Seen In 6" /></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="totalpave-tweets">
<div class="container">
<div class="row">
<div class="totalpave-line-header" style="margin-bottom: 125px;">
<div class="text-center" >
<hr class="team_hr team_hr_left"/><span>TESTIMONIAL</span>
<hr class="team_hr team_hr_right" />
</div>
</div>
</div>
<div class="row" style="margin-top:20px;">
<div class="col-md-2">
</div>
<div class="col-md-1">
<img src="images/quote.png" alt="icon" />
</div>
<div class="col-md-7 tweet_txt" >
<span>The ease of use let us complete an entire network analysis in one season. It easily integrates with our current GIS system to provide guidance for maintenance and budgetary purposes.</span>
<br/>
<span class="twitter_user">City of Fredericton</span>
</div>
<div class="col-md-2">
</div>
</div><!-- /.row -->
<div class="row" style="margin-top:20px;">
<div class="col-md-2">
</div>
<div class="col-md-1">
<img src="images/quote.png" alt="icon" style="margin-top:30px;"/>
</div>
<div class="col-md-7 tweet_txt" style="margin-top:30px;">
<span style="padding-bottom: 30px;">TotalPave’s end-to-end solution was easy to use and very cost effective. </span>
<br/>
<span class="twitter_user">Town of Truro</span>
</div>
<div class="col-md-2">
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</div>
<!-- /.totalpave-TESTIMONIALS
<div class="totalpave-solution" id="totalpave-solution">
<div class="container">
<div class="row">
<div class="totalpave-line-header">
<div class="text-center">
<hr class="team_hr team_hr_left hr_gray"/><span>TESTIMONIAL</span>
<hr class="team_hr team_hr_right hr_gray" />
</div>
</div>
</div>
</div>
</div>
<div class="totalpave-service">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="totalpave-service-item">
<div>
<img src="images/coafred.png" alt="icon" />
<img src="images/coafred2.png" alt="icon" />
<span class="totalpave-service-item-header">City of Fredericton</span>
</div>
<p>“The TotalPave asset management software utilizes smart phone technologies to create and update a pavement condition index for any section in the network on the go, allowing us to verify the results as they are created. The ease of use let us complete an entire network analysis in one season. It easily integrates with our current GIS system to provide guidance for maintenance and budgetary purposes.”</p>
<br class="clearfix"/>
</div>
<div class="clearfix"></div>
</div>
<div class="col-md-6">
<div class="totalpave-service-item" >
<div>
<img src="images/coatruro.png" alt="icon" />
<img src="images/coatruro2.png" alt="icon" />
<span class="totalpave-service-item-header">Town of Truro</span>
</div>
<p>“TotalPave’s end-to-end solution was easy to use and very cost effective. Being an early adopter of the technology allowed us to work directly with the company to polish the technology.”</p>
<br class="clearfix"/>
</div>
</div>
</div>
</div>
</div> /.totalpave-TESTIMONIALS -->
<!--
<div id="totalpave-portfolio" >
<div class="container">
<div class="row">
<div class="totalpave-line-header" >
<div class="text-center">
<hr class="team_hr team_hr_left hr_gray"/><span class="txt_darkgrey">SEEN IN</span>
<hr class="team_hr team_hr_right hr_gray" />
</div>
</div>
</div> <!-- /.row -->
<!--
<div class="clearfix"></div>
<div class="text-center">
<ul class="totalpave-project-gallery" >
<li class="col-lg-2 col-md-2 col-sm-2 gallery gallery-graphic" >
<a class="colorbox" href="images/full-gallery-image-1.jpg" data-group="gallery-graphic">
<div class="totalpave-project-box">
<img src="images/gallery-image-1.jpg" class="img-responsive" alt="gallery" />
<div class="project-overlay">
<h5>Graphic</h5>
<hr />
<h4>TEA POT</h4>
</div>
</div>
</a>
</li>
<li class="col-lg-2 col-md-2 col-sm-2 gallery gallery-creative" >
<a class="colorbox" href="images/full-gallery-image-2.jpg" data-group="gallery-creative">
<div class="totalpave-project-box">
<img src="images/gallery-image-2.jpg" class="img-responsive" alt="gallery" />
<div class="project-overlay">
<h5>Creative</h5>
<hr />
<h4>BREAKFAST</h4>
</div>
</div>
</a>
</li>
<li class="col-lg-2 col-md-2 col-sm-2 gallery gallery-inspiration" >
<a class="colorbox" href="images/full-gallery-image-3.jpg" data-group="gallery-inspiration">
<div class="totalpave-project-box">
<img src="images/gallery-image-3.jpg" class="img-responsive" alt="gallery" />
<div class="project-overlay">
<h5>Inspiration</h5>
<hr />
<h4>GREEN COLORS</h4>
</div>
</div>
</a>
</li>
<li class="col-lg-2 col-md-2 col-sm-2 gallery gallery-design" >
<a class="colorbox" href="images/full-gallery-image-4.jpg" data-group="gallery-design">
<div class="totalpave-project-box">
<img src="images/gallery-image-4.jpg" class="img-responsive" alt="gallery" />
<div class="project-overlay">
<h5>Web Design</h5>
<hr />
<h4>CAMERA</h4>
</div>
</div>
</a>
</li>
<li class="col-lg-2 col-md-2 col-sm-2 gallery gallery-inspiration" >
<a class="colorbox" href="images/full-gallery-image-5.jpg" data-group="gallery-inspiration">
<div class="totalpave-project-box">
<img src="images/gallery-image-5.jpg" class="img-responsive" alt="gallery" />
<div class="project-overlay">
<h5>Inspiration</h5>
<hr />
<h4>PLANT</h4>
</div>
</div>
</a>
</li>
<li class="col-lg-2 col-md-2 col-sm-2 gallery gallery-inspiration" >
<a class="colorbox" href="images/full-gallery-image-6.jpg" data-group="gallery-inspiration">
<div class="totalpave-project-box">
<img src="images/gallery-image-6.jpg" class="img-responsive" alt="gallery" />
<div class="project-overlay">
<h5>Inspiration</h5>
<hr />
<h4>CABLE TRAIN</h4>
</div>
</div>
</a>
</li>
<li class="col-lg-2 col-md-2 col-sm-2 gallery gallery-design" >
<a class="colorbox" href="images/full-gallery-image-7.jpg" data-group="gallery-design">
<div class="totalpave-project-box">
<img src="images/gallery-image-7.jpg" class="img-responsive" alt="gallery" />
<div class="project-overlay">
<h5>Web Design</h5>
<hr />
<h4>CITY</h4>
</div>
</div>
</a>
</li>
<li class="col-lg-2 col-md-2 col-sm-2 gallery gallery-creative" >
<a class="colorbox" href="images/full-gallery-image-8.jpg" data-group="gallery-creative">
<div class="totalpave-project-box">
<img src="images/gallery-image-8.jpg" class="img-responsive" alt="gallery" />
<div class="project-overlay">
<h5>Creative</h5>
<hr />
<h4>BIRDS</h4>
</div>
</div>
</a>
</li>
<li class="col-lg-2 col-md-2 col-sm-2 gallery gallery-graphic" >
<a class="colorbox" href="images/full-gallery-image-9.jpg" data-group="gallery-graphic">
<div class="totalpave-project-box">
<img src="images/gallery-image-9.jpg" class="img-responsive" alt="gallery" />
<div class="project-overlay">
<h5>Graphic</h5>
<hr />
<h4>NATURE</h4>
</div>
</div>
</a>
</li>
<li class="col-lg-2 col-md-2 col-sm-2 gallery gallery-inspiration" >
<a class="colorbox" href="images/full-gallery-image-10.jpg" data-group="gallery-inspiration">
<div class="totalpave-project-box">
<img src="images/gallery-image-10.jpg" class="img-responsive" alt="gallery" />
<div class="project-overlay">
<h5>Inspiration</h5>
<hr />
<h4>DOGGY</h4>
</div>
</div>
</a>
</li>
</ul><!-- /.gallery -->
<!--
</div>
</div><!-- /.container -->
<!--
</div> <!-- /.totalpave-portfolio -->
<div id="totalpave-contact">
<div class="container">
<div class="row">
<div class="totalpave-line-header head_contact">
<div class="text-center">
<hr class="team_hr team_hr_left hr_gray"/><span class="txt_darkgrey">CONTACT</span>
<hr class="team_hr team_hr_right hr_gray"/>
</div>
</div>
<p style= "text-align: center; padding-bottom: 30px">To request a live demo or submit a general inquiry, please fill out the fields below and click Send.</p>
<div class="col-md-6 contact_right">
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/shell.js"></script>
<script>
hbspt.forms.create({
portalId: "2097922",
formId: "c0d15aaa-a0cd-4c90-9dc0-e68640aaa39f"
});
</script>
<!-- <form id="contact_form" class="form-horizontal" method="post" action="https://formkeep.com/f/febc6e2edae0">
<div class="form-group" id="contact_body">
<input type="text" name="name" class="form-control" placeholder="Your Name..." maxlength="40" />
</div>
<div class="form-group">
<input type="email" name="email" class="form-control" placeholder="Your Email..." maxlength="40" />
</div>
<div class="form-group">
<input type="text" name="number" class="form-control" placeholder="Phone Number..." maxlength="40" />
</div>
<div class="form-group">
<input type="text" name="where" class="form-control" placeholder="Location (City)..." maxlength="50" />
</div>
<div class="form-group">
<textarea name="message" class="form-control" style="height: 100px;" placeholder="Your message..."></textarea>
</div>
<input type="text" name="_gotcha" style="display:none" />
<input type="hidden" name="utf8" value="✓">
<button type="submit" id="submit_btn" name="submit" class="btn btn-orange pull-right">SEND</button>
</form> -->
</div>
<div class="col-md-6" style = "text-align:center">
<div class="totalpave-contact-map" id="map-canvas"> </div>
<p><img src="images/location.svg" alt="icon 1" /><span style="padding-right: 40px; padding-bottom: 30px"> 2 Garland Ct (Enterprise UNB #1), Fredericton NB </span><img src="images/phone.svg" alt="icon 2" /> 506-261-3225</p>
<div class="clearfix"></div>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /#totalpave-contact -->
<div class="totalpave-footer" >
<div class="container">
<div class="row">
<div class="text-center">
<div class="footer_container">
<ul class="list-inline">
<li>
<a href="https://www.facebook.com/totalpave" class="external-link" target="_blank">
<span class="social-icon-fb"></span>
</a>
</li>
<li>
<a href="https://www.twitter.com/totalpave" class="external-link" target="_blank">
<span class="social-icon-twitter"></span>
</a>
</li>
</ul>
<div class="height30"></div>
<a class="btn btn-lg btn-orange" href="#" role="button" id="btn-back-to-top">Back To Top</a>
<div class="height30"></div>
</div>
<div class="footer_bottom_content">Copyright © 2018 <a href="#">TotalPave</a></div>
</div>
</div>
</div>
</div>
<script src='https://www.google.com/recaptcha/api.js'></script>
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/stickUp.min.js" type="text/javascript"></script>
<script src="js/colorbox/jquery.colorbox-min.js" type="text/javascript"></script>
<script src="js/totalpave_script.js" type="text/javascript"></script>
<script src="js/viewportchecker.js" type="text/javascript"></script>
</body>
</html>