-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
790 lines (739 loc) · 31.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0; url=http://www.hartbeattc.org/"/>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Hartbeat TC</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet" />
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<p><a href="http://www.hartbeattc.org/">Redirect</a></p>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="row">
<div class="site-logo">
<a href="index.html" class="brand">Hartbeat TC</a>
</div>
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#menu">
<i class="fa fa-bars"></i>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="menu">
<ul class="nav navbar-nav navbar-right">
<li><a href="/">Home</a></li>
<li><a href="/news">News</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Members <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/mensteam">Men's Team</a></li>
<li><a href="/womensteam">Women's Team</a></li>
</ul>
</li>
<li><a href="/#about">About Us</a></li>
<li><a href="/#sponsors">Sponsors</a></li>
<li><a href="/#features">Team Schedule</a></li>
<li><a href="/#contact">Contact</a></li>
</ul>
</div>
<!-- /.Navbar-collapse -->
</div>
</div>
</nav>
<div id="home">
<div class="slider">
<div id="about-slider">
<div id="carousel-slider" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators visible-xs">
<li data-target="#carousel-slider" data-slide-to="0" class="active"></li>
<li data-target="#carousel-slider" data-slide-to="1"></li>
<li data-target="#carousel-slider" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="caroverlay circle"></div>
<div class="item">
<picture>
<source srcset="images/NH20k2018_small.png" media="(max-width: 768px)">
<source srcset="images/NH20k2018.png">
<img srcset="images/NH20k2018.png" alt="My default image">
</picture>
</div>
<div class="item">
<picture>
<source srcset="images/Ocean_Beach_Everett_Leading_small.jpg" media="(max-width: 768px)">
<source srcset="images/Ocean_Beach_Everett_Leading.jpg">
<img srcset="images/Ocean_Beach_Everett_Leading.jpg" alt="My default image">
</picture>
</div>
<div class="item active">
<picture>
<source srcset="images/Manchester-Road-Race_small.jpg" media="(max-width: 768px)">
<source srcset="images/Manchester-Road-Race.jpg">
<img srcset="images/Manchester-Road-Race.jpg" alt="My default image">
</picture>
</div>
<div class="item">
<picture>
<source srcset="images/WeHa5k_2018_small.jpg" media="(max-width: 768px)">
<source srcset="images/WeHa5k_2018.jpg">
<img srcset="images/WeHa5k_2018.png" alt="My default image">
</picture>
</div>
</div>
<a class="left carousel-control hidden-xs" href="#carousel-slider" data-slide="prev">
<i class="fa fa-angle-left"></i>
</a>
<a class=" right carousel-control hidden-xs" href="#carousel-slider" data-slide="next">
<i class="fa fa-angle-right"></i>
</a>
</div>
<!--/#carousel-slider-->
</div>
<!--/#about-slider-->
</div>
</div>
<section id="about">
<div class="container">
<div class="center">
<div class="col-md-6 col-md-offset-3">
<h2>About Us</h2>
<hr>
<p class="lead">
Founded in 2018, Hartbeat Track Club is a competitive Connecticut racing team. Our purpose is to provide a friendly and flexible team environment for post-collegiates in the greater Hartford area to continue chasing their running dreams while also pursuing their professional careers.
</p>
</div>
</div>
</div>
<section id="latest_news">
<div class="container">
<div class="center">
<div class="col-md-6 col-md-offset-3">
<h2>Latest News</h2>
<hr>
<div>
<center>
<span class="glyphicon glyphicon-bullhorn" style="font-size: 60px" aria-hidden="true"></span>
<h3><a href="/news">October 13th, 2019: Hartbeat's Hometown Takeover</a></h3>
<span class="glyphicon glyphicon-bullhorn" style="font-size: 60px" aria-hidden="true"></span>
<h3><a href="/news">Hackett and Busque run into unforgiving brick wall at 22 miles: The California International Marathon</a></h3>
<span class="glyphicon glyphicon-bullhorn" style="font-size: 60px" aria-hidden="true"></span>
<h3><a href="/news">Hartbeat braves cold at Manchester Road Race</a></h3>
</center>
</div>
</div>
</div>
</div>
</section>
<br>
</section>
<section id="sponsors">
<div class="container">
<div class="center">
<div class="col-md-6 col-md-offset-3">
<h2>Sponsors</h2>
<hr>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-6 wow fadeInRight">
<img src="images/group_photo_main.jpg" class="img-responsive" />
<p>
</p>
</div>
<!--/.col-sm-6-->
<div class="col-sm-6 wow fadeInDown">
<div class="accordion">
<div class="panel-group" id="accordion1">
<div class="panel panel-default">
<div class="panel-heading active">
<h3 class="panel-title">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion1" href="#collapseOne1">
2-4-1 Sports
<i class="fa fa-angle-right pull-right"></i>
</a>
</h3>
</div>
<div id="collapseOne1" class="panel-collapse collapse in">
<div class="panel-body">
<div class="media accordion-inner">
<div class="pull-left">
<img class="img-thumbnail" src="images/sponsors/241sports.png">
</div>
<div class="media-body">
<h4>2-4-1 Sports</h4>
<p>National Leaders in Sports Sampling and Physical Literacy</p>
</div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion1" href="#collapseTwo1">
Northeast Kingdom Running Camp
<i class="fa fa-angle-right pull-right"></i>
</a>
</h3>
</div>
<div id="collapseTwo1" class="panel-collapse collapse">
<div class="panel-body">
<div class="media accordion-inner">
<div class="pull-left">
<img class="img-responsive" src="images/nkrc.png">
</div>
<div class="media-body">
<h4>Northeast Kingdom Running Camp</h4>
<p>NKRC is a week-long summer camp designed around high school and middle school runners. </p>
</div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion1" href="#collapseFour1">
Fleet Feet Sports
<i class="fa fa-angle-right pull-right"></i>
</a>
</h3>
</div>
<div id="collapseFour1" class="panel-collapse collapse">
<div class="panel-body">
<div class="media accordion-inner">
<div class="pull-left">
<img class="img-responsive" src="images/fleetfeet.png">
</div>
<div class="media-body">
<h4>Fleet Feet Sports</h4>
<p>
A locally-owned store stocks sneakers, apparel and accessories for runners, walkers and folks on their feet. Known for customer service and their 3D foot scanner that helps to ensure you get the best shoe for you.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--/#accordion1-->
</div>
</div>
</div>
<!--/.row-->
</div>
<!--/.container-->
</section>
<!--/#about-->
<br>
<!-- Modals -->
<!-- Modal -->
<div class="modal fade" id="everett" 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">Everett Hackett</h4>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-4"><img src="images/faces/everett.png" alt="..." class="img-thumbnail"><img src="http://www.running2win.com/GraphGen/GraphGenerator.aspx?u=MagictheGatherin&bc=White" class="img-thumbnail"></div>
<div class="col-md-8"><p>
<b>HS</b> - Hall High School 2008 <br>
<b>College</b> - George Mason University 2013 <br>
<b>Birthday</b> - April 2nd, 1990<br>
<b>Profession</b> - Hall HS Teaching Assistant & Assistant XC/Track Coach<br>
<br><b>
Best Performances</b><br>
800 - 1:56.8 outdoors, 2008<br>
1500 - 3:51.53 outdoors, 2009<br>
Mile - 4:13.02 indoors, 2012<br>
3000m - 8:09.35 indoors, 2011<br>
5000m - 14:03.16 outdoors, 2012<br>
10000m - 29:43.17 outdoors 2012<br>
Half Marathon - 1:04:36 Jacksonville, FL, 2016<br>
Marathon - 2:25:27 Hartford Marathon, 2015<br>
<br>
<b>Honors</b><br>
New England Runner Magazine - CT Runner of the Year 2017<br>
USA Marathon Olympic Trials - 2016<br>
IC4A 5000m Champion - 2012<br>
IC4A 8K Cross Country Champion - 2012<br>
2014, 2015 Game Night Agricola Champion<br>
<br>
<b>Miscellaneous</b><br>
Cleans Minski's dishes<br>
Enjoys playing Super Mario<br>
Enjoys going to Shu<br>
Enjoys coaching at Hall HS<br>
Enjoys running long distances and exploring trails</p>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="busque" 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">John Busque</h4>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-4"><img src="images/faces/busque.png" alt="..." class="img-thumbnail"><img src="http://www.running2win.com/GraphGen/GraphGenerator.aspx?u=jbusque&bc=White" class="img-thumbnail"></div>
<div class="col-md-8"><p><b>HS</b> - Manchester High School 2010<br>
<b>College</b> - University of Hartford 2014 <br>
<b>Birthday</b> - February 20, 1992<br>
<b>Profession</b> - Physical Therapist, Integrated Rehabilitation Services <br>
<br>
<b>Best Performances</b><br>
800m - 1:59<br>
Mile - 4:12<br>
3000m - 8:16<br>
5000m - 14:19<br>
10000m - 29:37<br>
Half Marathon - 1:05:50<br>
Hartford Half Marathon - 4th place - 2017<br>
USATF 20K Championships 15th place - 2017<br>
Firecracker 4M Road Race Champion - 19:10 - 2017 <br>
<br>
<b>
Honors</b><br>
All New England Outdoor Track and Field - 2013, 2014<br>
All New England Indoor Track and Field - 2014<br>
</p>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="blanchard" 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">Nick Blanchard</h4>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-4"><img src="images/faces/blanchard.png" alt="..." class="img-thumbnail"><img src="http://www.running2win.com/GraphGen/GraphGenerator.aspx?u=theblanch&bc=White" class="img-thumbnail"></div>
<div class="col-md-8"><p>
<b>HS</b> - Portland HS 2013 <br>
<b>College</b> - Pepperdine University 2017 <br>
<b>Current School</b> - J.D. Candidate at University of Connecticut School of Law - Class of 2020 <br>
<b>Birthday</b> - October 1, 1994<br>
<br>
<b>Best Performances</b><br>
1500m - 3:56.77<br>
3000m - 8:37.48<br>
5000m - 14:50.92<br>
8K XC - 24:35.9<br>
25th at 2016 West Region Preview XC meet
4th at WCC Preview cross country meet
<br><br>
<b>Honors</b><br>
Captain of Pepperdine University Cross Country and Track teams<br>
</p>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="tima" 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">Tima Karginov</h4>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-4"><img src="images/faces/tima.png" alt="..." class="img-thumbnail"><img src="http://www.running2win.com/GraphGen/GraphGenerator.aspx?u=tkarginov&bc=White" class="img-thumbnail"></div>
<div class="col-md-8"><p><b>HS</b> - Chapel Hill High School 2013 <br>
<b>College</b> - University of Chicago 2017<br>
<b>Current School</b> - 1st Year MD/PhD Student at UConn School of Medicine - Class of 2025 <br>
<b>Birthday</b> - July 13, 1995<br>
<br>
<b>Best Performances</b><br>
800m- 1:59 Outdoor, 2013<br>
Mile- 4:22 Indoor, 2015<br>
3,000m- 8:40 Indoor, 2017<br>
5,000m- 15:07 Indoor, 2016<br>
8,000m - 25:04 XC, 2016<br>
10,000m- 31:23 Outdoor, 2017<br>
UAA Conference XC Championships 2016 - 7th<br>
UAA Conference Outdoor Track Championships 2017 10k - 6th<br>
NC 3A State Championship 2013 4x800m - 1st<br>
Pumpkin Run 2012 - Team costume contest and push-up challenge winner<br>
<br>
<b> Honors</b><br>
All UAA XC First Team 2017<br>
NCAA D3 Nationals XC Team Qualifier 2015<br>
MVR UChicago XC 2016<br>
<br>
<b> Miscellaneous</b><br>
Tima is a voracious reader of NMR spectra and Ludwig Wittgenstein who uses his limited spare time to study when he’s not running. Other than cooking up a mean roast pork loin with smoked paprika, Tima often finds himself with the many teams of people in his life both in Farmington and elsewhere in the U.S. In his extensive 7 minute commutes to the health center, you may often find him listening to Macklemore, Faded Paper Figures, Portugal The Man, or a variety of jazz albums. Snowy winters allow him to shred the nar on the rather unimpressive East coast slopes, while windy days along the coast are particularly nice for windsurfing. His favorite runs are <15°F sunny long runs along the Chicago Lakefront and WeHa Reservoir trails with his teammates. He would also include his long runs from high school but unfortunately only 3 people showed up to those on Sundays so they weren’t as exciting and it was never <15°F in NC.
</p>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="helminski" 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">Chris Helminski</h4>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-4"> alt="..." class="img-thumbnail"><img src="http://www.running2win.com/GraphGen/GraphGenerator.aspx?u=Chris%20Walks&bc=White" class="img-thumbnail"></div>
<div class="col-md-8"><p>
<b>HS</b> - Griswold High School 2012 <br>
<b>College</b> - University of Hartford 2016 <br>
<b>Graduate School</b> - University of Saint Joseph 2017 <br>
<b>Birthday</b> - July 10, 1994 <br>
<b>Profession</b> - High School English Teacher <br>
<br>
<b>Best Performances </b><br>
800 - 1:59 (2016) <br>
Mile - 4:18 (2018) <br>
3k - 8:34 (2015) <br>
5k - 14:57 (2015) <br>
Manchester Road Race - 24:12 (2017) <br>
Hartford Half Marathon - 71:28 (2017) <br>
<br>
<b>Honors</b>
<br>
America East Conference Outdoor Track & Field All-Academic Team (2016) <br>
America East Conference Indoor Track & Field All-Academic Team (2015-2016) <br>
America East Conference Cross Country All-Academic Team (2014) <br>
Minerva H Neiditz Award for Metaphysical Poetry (2016) <br>
<br>
<b>Favorites</b>
<br>
Artist - Kendrick Lamar <br>
Novel - The Catcher in The Rye and Once a Runner <br>
Movie - The Shawshank Redemption <br>
Form of Nourishment - Peanut Butter <br>
Hobbies - Making Minski Moves and leaving dishes for Everett to clean. <br>
</p>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="phil" 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">Philip Mitchell</h4>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-4"><img src="images/faces/Phil_headshot.jpg" alt="..." class="img-thumbnail"><img src="http://www.running2win.com/GraphGen/GraphGenerator.aspx?u=PhilXC95&bc=White" class="img-thumbnail"></div>
<div class="col-md-8"><p><b>HS</b> - Glastonbury High School 2005 <br>
<b>College</b> - Appalachian State University<br>
<b>Birthday</b> - June 30, 1987<br>
<b>Profession</b> - Teacher / Head Cross Country & Track Coach - Hartford Public High School <br>
<br>
<b>Best Performances</b><br>
1500m - 3:54.0 <br>
3000m - 8:22<br>
5,000m - 14:48<br>
8,000m XC - 23:56<br>
10,000m - 30:36<br>
Half Marathon - 1:08:20<br>
Marathon - 2:37<br>
Manchester RR - 23:12 <br>
<br>
<b> Honors</b><br>
4x Class LL Individual Champion<br>
Too Many Time State Open Runner-Up <br>
Southern Conference XC Individual Champion (2006) <br>
3x Southern Conference Track Champion <br>
Last half Decade = ... <br>
Past his running prime, but attempting to get back into it. <br>
Outkicked by Ev Hackett at 2012 Manchester Road Race and still out for revenge. <br>
<br>
</p>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="aguila" 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">Nick Aguila</h4>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-4"><img src="images/faces/Aguila_headshot.jpg" alt="..." class="img-thumbnail"><img src="http://www.running2win.com/GraphGen/GraphGenerator.aspx?u=aguilana&bc=White" class="img-thumbnail"></div>
<div class="col-md-8"><p><b>HS</b> - Hall High School 2008<br>
<b>College</b> - University of Connecticut 2012<br>
<b>Graduate School</b> - Adams State 2014 <br>
<b>Current School</b> - Southern New Hampshire Business School <br>
<b>Birthday</b> - October 29, 1989<br>
<b>Profession</b> - College XC & Track Coach, SNHU <br>
<br>
<b>Best Performances</b><br>
800m- 1:57.98, 2008<br>
1000m - 2:32.02, 2012<br>
1500m - 3:54.17, 2012<br>
Mile- 4:13.07, 2015<br>
3,000m- 8:30.71, 2012 <br>
3K Steeple - 9:18.07, 2012 <br>
5,000m- 14:53.13, 2017<br>
Half Marathon - 1:08:03, 2016<br>
Marathon - 2:22:08, 2017 <br>
10,000m- 31:23 Outdoor, 2017<br>
<br>
<b>Honors</b><br>
New England Runner Magazine - NH Runner of the Year, 2017<br>
<br>
</p>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="montclair" 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">Sam Montclair</h4>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-4"><img src="images/faces/Montclair_profile.jpg" alt="..." class="img-thumbnail"><img src="http://www.running2win.com/GraphGen/GraphGenerator.aspx?u=yungmontana&bc=White" class="img-thumbnail"></div>
<div class="col-md-8"><p><b>HS</b> - Cheshire High School 2009<br>
<b>College</b> - Southern Connecticut State University 2014<br>
<b>Birthday</b> - June 6, 1991 <br>
<b>Profession</b> - Fleet Feet Sports West Hartford running shoe guru/sales associate <br>
<br>
<b>Best Performances</b><br>
1500- 4:04 outdoor 2013 <br>
3K- 8:40 indoor 2017<br>
5K- 14:44 indoor 2018<br>
10K- 30:49 outdoor 2018<br>
Half Marathon- 67:45 2017<br>
Manchester Road Race- 23:51 2017<br>
<br>
<b>
Miscellaneous</b><br>
Artist- Jonny Craig
Favorite video game- kingdom hearts...anxiously awaiting the third installment if it ever comes out...<br>
Favorite movie- Shaun of the dead is my favorite movie; its always sunny in Philadelphia- favorite TV show<br>
enjoy running and lifting weights<br>
Favorite Food- Salmon<br>
</p>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="coughlin" 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">Emmett Coughlin</h4>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-4"><img src="images/faces/Coughlin_profile1.png" alt="..." class="img-thumbnail"><img src="http://www.running2win.com/GraphGen/GraphGenerator.aspx?u=ejcoughlin&bc=White" class="img-thumbnail"></div>
<div class="col-md-8"><p><b>HS</b> - Xavier High School 2013<br>
<b>College</b> - Providence College 2017<br>
<b>Birthday</b> - March 23, 1995 <br>
<b>Profession</b> - EMT and Medical School Candidate <br>
<br>
<b>Best Performances</b><br>
Mile – 4:35 indoors, 2017<br>
3000m – 9:11 indoors, 2016<br>
3200m – 9:52 outdoors, 2016<br>
5000m – 15:58 outdoors, 2016<br>
8000m – 26:55 XC, 2016<br>
Half Marathon – 1:19:00 Providence RI, 2016<br>
<br>
<b>
Honors</b><br>
Founding member of the Providence College Running Club <br>
Possibly best beer mile on the team - 7:20 <br>
<b>
Miscellaneous</b><br>
Emmett has always had a love for running and while he did not pursue NCAA athletics in College,
a desire to keep training helped bring together Providence College’s club track and cross-country team.
When he wasn’t running, Emmett was in the lab studying histological slides or tending to genetics experiments with fruit flies.
After school, he often could be found fly-fishing on the river, watching Premier League Soccer, SCUBA diving, or homebrewing beer.
</p>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!--/#Rivera Profile-->
<div class="modal fade" id="rivera" 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">Kevin Rivera</h4>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-4"><img src="images/faces/Rivera_profile.jpg" alt="..." class="img-thumbnail"><img src="http://www.running2win.com/GraphGen/GraphGenerator.aspx?u=kevrivera&bc=White" class="img-thumbnail"></div>
<div class="col-md-8"><p><b>HS</b> - Capital Prep High School <br>
<b>College</b> - Central Connecticut State University <br>
<b>Birthday</b> - December 6, 1996 <br>
<b>Profession</b> - Congressional Communications Aide <br>
<br>
<b>Best Performances</b><br>
1 Mile - 4:34 <br>
15k - 53:52 <br>
Marathon - 3:08 <br>
<br>
<b>
Honors</b><br>
High School All-State<br>
<b>
Miscellaneous</b><br>
Huge Drake Fan
<br>
</p>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!--/#portfolio-item-->
<!--/#portfolio-item-->
<section id="features">
<div class="container">
<div class="center">
<div class="col-md-6 col-md-offset-3">
<h2>Team Schedule</h2>
<hr>
</div>
<center>
<div >
<iframe class="visible-xs-block visible-sm-block" src="https://calendar.google.com/calendar/b/2/embed?height=600&wkst=1&bgcolor=%23FFFFFF&src=hartbeat.tc%40gmail.com&color=%231B887A&ctz=America%2FNew_York" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</div>
<iframe class="visible-md-block visible-lg-block" src="https://calendar.google.com/calendar/b/2/embed?height=600&wkst=1&bgcolor=%23FFFFFF&src=hartbeat.tc%40gmail.com&color=%231B887A&ctz=America%2FNew_York" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</center>
</div>
</div>
</section>
<section id="contact">
<div class="contact-page">
<div class="container">
<div class="center">
<h2>Contact Us</h2>
</div>
<div class="row contact-wrap">
<div class="col-md-8 col-md-offset-2">
<center>
<h3>Contact us at <a href="mailto:hartbeat.tc@gmail.com" >hartbeat.tc@gmail.com</a></h3>
</center>
</div>
<!--/.row-->
</div>
<!--/.container-->
</div>
<!--/#contact-page-->
</section>
<footer id="footer" class="midnight-blue">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="text-center">
<a href="#home" class="scrollup"><i class="fa fa-angle-up fa-3x"></i></a>
</div>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=OnePage
-->
<p>Copyright 2019 Hartbeat Track Club</p>
</div>
</div>
</div>
</div>
</footer>
<!--/#footer-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>