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.

109 lines
3.4 KiB

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