PageRenderTime 53ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/events.php

https://github.com/Knappwebdesign/River-Towns-Cycling-Classic
PHP | 128 lines | 109 code | 19 blank | 0 comment | 7 complexity | 0f916f80c940c5dad7da2ef482f9970b MD5 | raw file
  1. <?php include 'includes/head.php'; ?>
  2. <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
  3. <!-- Header -->
  4. <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
  5. <?php include 'includes/header.php'; ?>
  6. <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
  7. <!-- Content -->
  8. <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
  9. <div class="header">
  10. <div class="container">
  11. <div class="frame">
  12. <div class="bit-1">
  13. <h1>Event Summary</h1>
  14. </div>
  15. </div>
  16. </div>
  17. </div>
  18. <div class="container">
  19. <div class="frame">
  20. <div class="bit-1">
  21. <div class="divider"></div>
  22. </div>
  23. </div>
  24. </div>
  25. <!--
  26. <div class="race-hero">
  27. <div class="container">
  28. <div class="frame">
  29. <div class="bit-1">
  30. <img src="img/Expo/Hero.png" alt="Expo Map"/>
  31. </div>
  32. </div>
  33. </div>
  34. </div>
  35. <div class="race-header">
  36. <div class="container">
  37. <div class="frame">
  38. <div class="bit-1">
  39. <h1>Race information: Sept. 6th 7th 2014</h1>
  40. </div>
  41. </div>
  42. </div>
  43. </div>
  44. -->
  45. <div class="content">
  46. <div class="container">
  47. <div class="frame">
  48. <div class="bit-1">
  49. <!-- General -->
  50. <p>This cycling festival started at a brutally hilly 75 mile road cycling epic. Today, the event has grown into a day-long celebration of cycling! Races, vendors, swap-meet and more!</p>
  51. <br/>
  52. <!-- ROAD CYCLING EVENTS -->
  53. <h2>Road Cycling Events</h2>
  54. <p><b><a href="montour.php">The Mon-Tour</a></b> and <b><a href="minimontour.php">Mini-Mon-tour</a></b> , start fast with a ride down Market street in Danville to Mill street. After those first 2.5 of these courses; the picnic ends! Bald top road will be the first reality check. The course will next take you over ridges, through the flat farm land of the western sections of Montour County and then back up the ridges of Norhern Montour County. The ride back towards town will be filled with beautiful roads and challenging terrain.</p>
  55. <p><b><a href="micromontour.php">The Micro-Mon-Tour</a></b> is NEW in 2014, and is part of the three race local series called the Central Susqueahnna Cycling Series race. The other two races in that series are the Milton Harvest Festival Race and the Sunbury YMCA race. The Micro-Mon-Tour gives a taste of the larger rides, but in a shorter, friendlier format. Great for people interested in the flavor of the Mon-Tour, without all the punishment.</p>
  56. <p><b><a href="timetrial.php">Time Trial</a></b> Approx 18 miles of fast, rolling, Susquehanna river side, out-and-back riding.</p>
  57. <p><b><a href="cyclocrossraces.php">Cyclocross</a></b> All the crazy adventure that you know and love about cyclocross.</p>
  58. <p><b><a href="crit.php">Criterium</a></b> Small track road racing. Fast speeds. Lots of leaning into turns. Fan friendly!</p>
  59. <p><b><a href="omnium.php">Omnium</a></b> Average the highest score in three of these events and be crowned as the <a href="http://www.rivertownscyclingclassic.com/roadomnium.php" target="_blank">King and Queen of the road</a>.</p>
  60. <p><b><a href="https://events.geisinger.org/eventdetails.cfm?id=2276&d=3" target="_blank">Miracles for Miles</a></b> The ride will be a flat, approximately 14-mile trip beginning at the Iron Town Commerce Center in Danville, going to the Legion Road
  61. turn-around point near Catawissa and returning to Iron Town Commerce Center.</p>
  62. <br>
  63. <!-- MOUNTAIN BIKE EVENTS -->
  64. <h2>Mountain Bike Events</h2>
  65. <p><b><a href="hopewell.php">Hopewell Challenge beginner</a></b> 7 miles of singletrack excitement!</p>
  66. <p><b><a href="hopewell.php">Hopewell Challenge intermediate</a></b> 14 miles (two laps) of mountain bike goodness!</p>
  67. <p><b><a href="hopewell.php">Hopewell Challenge Expert</a></b> 21 miles (three laps) of leg-burning, ass-kicking, dirt-ridin!</p>
  68. <p><b><a href="hillclimb.php">Hill Climb</a></b> See who can make it the furthest up the hill. No one cleans this hill.</p>
  69. <p><b><a href="#">Trials Competiton</a></b> The crazy stuff you see on TV. Riding on all kinds of nonsense.</p>
  70. <p><b><a href="cyclocrossraces.php">Cyclocross</a></b> Crazy, fast, fun, muddy, cyclocross!</p>
  71. <p><b><a href="omnium.php">Omnium</a></b> Average the best times at three of the Mountain biking events, and you will be the <a href="http://www.rivertownscyclingclassic.com/mountainomnium.php" target="_blank">Dirt Diety</a></p>
  72. <br />
  73. <!-- EXPO AREA EVENTS Fun stuff, for no good reason -->
  74. <h2>Expo Area Events Fun stuff, for no good reason</h2>
  75. <p><b><a href="funstuff.php">Kids Races</a></b> because they are the future of the sport, and we want them to have fun!</p>
  76. <p><b><a href="funstuff.php">Bike Demo Derby</a></b> A low-speed, last man to dab, kind of event that is fun, and less dangerous than it sounds.</p>
  77. <p><b><a href="funstuff.php">Log pull</a></b> Who can pull a log the furthest on their bike?</p>
  78. <p><b><a href="funstuff.php">Rubber band pull</a></b> Attach tubes together into a chain. Attach that tube-chain to two riders. And let them ride in opposite directions. Crazy fun!</p>
  79. <p><b><a href="funstuff.php">Huffy toss</a></b> You throw them when they break, why not just turn it into an event?</p>
  80. <p><b>And Much, much more!</b></p>
  81. <br />
  82. <!-- Registration -->
  83. <h2>Registration</h2>
  84. <p>Registration closes on the Thursday before the races begin. Riders can register the day of the events starting at 7:00 am. if the ride is not sold-out. Each race will cost an extra $10 if you register on the day of the race.</p>
  85. <p>These races are part of the River Towns Race Series ( <a href="www.rivertownrace.com" target="_blank">www.rivertownrace.com</a> ) and the count towards your point totals at the end of the year.</p>
  86. <br />
  87. <!-- EXPO, DEMOS and VENDORS -->
  88. <h2>Expo, Demos and Vendors</h2>
  89. <p>There WILL NOT BE FREE T-shirts for pre-registrants. Instead, we will give each registrant a <a href="http://www.rivertownscyclingclassic.com/vouchers.php" target="_blank">voucher</a> for $5.00 with each race you enter. There will be a variety of shirts offered through out Vendors, and you can get a shirt (or gear, or food, or anything else) using the <a href="http://www.rivertownscyclingclassic.com/vouchers.php" target="_blank">vouchers</a>. We feel this is a much better system.</p>
  90. <p>We will have all kinds of gear available for your review. Manufacturer demo trucks will be on site, and will be announced in upcoming months.This fully supported weekend of events. Courses will be well marked with water and facilities available along the route. There will be food, prizes, gear, entertainment, crazy contests and an award ceremony/party at the <a href="http://www.rivertownscyclingclassic.com/expo.php" target="_blank">EXPO area</a> all day and into the night!</p>
  91. </div>
  92. </div>
  93. </div>
  94. </div>
  95. <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
  96. <!-- Footer -->
  97. <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
  98. <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
  99. <!-- Analytics -->
  100. <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
  101. <script>
  102. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  103. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  104. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  105. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  106. ga('create', 'UA-37687751-2', 'rivertownscyclingclassic.com');
  107. ga('send', 'pageview');
  108. </script>
  109. <?php include 'includes/footer.php'; ?>