Static website for local motocross track (circa Jun 2004)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

101 lines
4.4 KiB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <title>Thrill Hill Motocross - Calendar</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
  7. <meta http-equiv="Content-Language" content="en-us"></meta>
  8. <meta name="keywords" content="motocross, track, Gadsden, Tennessee, Hurricane Mills, Loretta Lynns, whoops, tabletops, doubles, rhythm section"></meta>
  9. <meta name="description" content="Full featured motocross track located in Gadsden, Tn., less than 100 miles from Loretta Lynn's (Hurricane Mills)."></meta>
  10. <script language="JavaScript" src="/scripts/window.js"></script>
  11. <link href="/styles/core.css" rel="stylesheet" type="text/css"></link>
  12. <link href="/styles/layout.css" rel="stylesheet" type="text/css"></link>
  13. <link href="/styles/classes.css" rel="stylesheet" type="text/css"></link>
  14. <link href="/styles/thmx.css" rel="stylesheet" type="text/css"></link>
  15. <link href="/styles/menu.css" rel="stylesheet" type="text/css"></link>
  16. <link href="/styles/calendar.css" rel="stylesheet" type="text/css"></link>
  17. </head>
  18. <body>
  19. <div id="layout">
  20. <div id="siteheader"><img src="/images/logo.jpg" class="logo"></div>
  21. <div id="panel">
  22. <ul id="menu"><li><a id="home" href="/"><span class="alt">Home Page</span></a></li><li><a id="info" href="/info.html"><span class="alt">Track Info</span></a></li><li><a id="dire" href="/directions.html"><span class="alt">Directions</span></a></li><li><a id="cale" href="/calendar.html"><span class="alt">Event Calendar</span></a></li><li><a id="resu" href="/results.html"><span class="alt">Race Results</span></a></li><li><a id="king" href="/king.html"><span class="alt">King Of The Hill</span></a></li><li><a id="gall" href="/gallery.html"><span class="alt">Photo Gallery</span></a></li><li><a id="more" href="#"><span class="alt">More</span></a></li><li><a id="soon" href="#"><span class="alt">Soon</span></a></li></ul>
  23. </div> <!-- panel -->
  24. <div id="content">
  25. <h2 class="titlebox">Upcoming Events</h2>
  26. <table cellspacing="0" width="100%" id="calendar">
  27. <thead>
  28. <tr class="month"><th colspan="7">February 2004</th></tr>
  29. <tr class="days"><th>Sun</th><th>Mon</th><th>Tue</th><th>Wed</th><th>Thu</th><th>Fri</th><th>Sat</th></tr>
  30. </thead>
  31. <tbody>
  32. <tr>
  33. <td><span class="date">1</span></td>
  34. <td><span class="date">2</span><span class="event">G'hog Day</span></td>
  35. <td><span class="date">3</span></td>
  36. <td><span class="date">4</span></td>
  37. <td><span class="date">5</span></td>
  38. <td><span class="date">6</span></td>
  39. <td class="end"><span class="date">7</span></td>
  40. </tr>
  41. <tr>
  42. <td><span class="date">8</span><a class="event" href="#">TNT</a></td>
  43. <td><span class="date">9</span></td>
  44. <td><span class="date">10</span></td>
  45. <td><span class="date">11</span></td>
  46. <td><span class="date">12</span></td>
  47. <td><span class="date">13</span></td>
  48. <td class="end" id="today"><span class="date">14</span><a class="event" href="#">Powerline</a></td>
  49. </tr>
  50. <tr>
  51. <td><span class="date">15</span><a class="event" href="#">Thrill Hill</a></td>
  52. <td><span class="date">16</span></td>
  53. <td><span class="date">17</span></td>
  54. <td><span class="date">18</span></td>
  55. <td><span class="date">19</span></td>
  56. <td><span class="date">20</span></td>
  57. <td class="end"><span class="date">21</span><a class="event" href="#">886 MX</a></td>
  58. </tr>
  59. <tr>
  60. <td><span class="date">22</span><a class="event" href="#">Burnthill</a></td>
  61. <td><span class="date">23</span></td>
  62. <td><span class="date">24</span></td>
  63. <td><span class="date">25</span></td>
  64. <td><span class="date">26</span></td>
  65. <td><span class="date">27</span></td>
  66. <td class="end"><span class="date">28</span><a class="event" href="#">Great River</a></td>
  67. </tr>
  68. <tr>
  69. <td><span class="date">29</span><a class="event" href="#">Hidden Val.</a></td>
  70. <td>&nbsp;</td>
  71. <td>&nbsp;</td>
  72. <td>&nbsp;</td>
  73. <td>&nbsp;</td>
  74. <td>&nbsp;</td>
  75. <td class="end">&nbsp;</td>
  76. </tr>
  77. </tbody>
  78. </table>
  79. </div> <!-- content -->
  80. <div id="footer">
  81. <hr />
  82. <!-- <div class="centered"><img src="/images/greydot.gif" width="90%" height="1px"></div> -->
  83. <p>Questions or comments? Contact the <a href="mailto:webmaster@thmx.com">webmaster</a>.<br />
  84. Website design and hosting by <a href="http://www.bullseyecomputing.com/">BCS</a>.<br />
  85. Photography by <a href="mailto:jana@mx-pix.com">Jana Infield</a>.</p>
  86. </div> <!-- footer -->
  87. </div> <!-- layout -->
  88. </body>
  89. </html>