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.
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Thrill Hill Motocross - Calendar</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta> <meta http-equiv="Content-Language" content="en-us"></meta> <meta name="keywords" content="motocross, track, Gadsden, Tennessee, Hurricane Mills, Loretta Lynns, whoops, tabletops, doubles, rhythm section"></meta> <meta name="description" content="Full featured motocross track located in Gadsden, Tn., less than 100 miles from Loretta Lynn's (Hurricane Mills)."></meta> <script language="JavaScript" src="/scripts/window.js"></script> <script language="JavaScript" src="/scripts/buttons.js"></script> <link href="/styles/core.css" rel="stylesheet" type="text/css"></link> <link href="/styles/thmx.css" rel="stylesheet" type="text/css"></link> <link href="/styles/menu.css" rel="stylesheet" type="text/css"></link> <link href="/styles/calendar.css" rel="stylesheet" type="text/css"></link> </head> <body> <div id="layout">
<div id="siteheader"><img src="/images/logo.jpg" class="logo"></div>
<div id="panel">
<ul id="menu"> <li><a href="/">Home Page</a></li> <li><a href="/info.html">Track Info</a></li> <li><a href="/directions.html">Directions</a></li> <li><a href="/calendar.html">Event Calendar</a></li> <li><a href="/results.html">Race Results</a></li> <li><a href="/king.html">King Of The Hill</a></li> <li><a href="/gallery.html">Photo Gallery</a></li> <li><a href="#">More</a></li> <li><a href="#">Soon</a></li> </ul>
</div> <!-- panel -->
<div id="content">
<h2 class="titlebox">Upcoming Events</h2>
<table cellspacing="0" id="calendar"> <thead> <tr class="month"><th colspan="7">February 2004</th></tr> <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> </thead> <tbody> <tr> <td><h4>1</h4></td> <td><h4>2</h4><span class="event">G'hog Day</span></td> <td><h4>3</h4></td> <td><h4>4</h4></td> <td><h4>5</h4></td> <td><h4>6</h4></td> <td class="end"><h4>7</h4></td> </tr> <tr> <td><h4>8</h4><a class="event" href="#">TNT</a></td> <td><h4>9</h4></td> <td><h4>10</h4></td> <td><h4>11</h4></td> <td><h4>12</h4></td> <td><h4>13</h4></td> <td class="end" id="today"><h4>14</h4><a class="event" href="#">Powerline</a></td> </tr> <tr> <td><h4>15</h4><a class="event" href="#">Thrill Hill</a></td> <td><h4>16</h4></td> <td><h4>17</h4></td> <td><h4>18</h4></td> <td><h4>19</h4></td> <td><h4>20</h4></td> <td class="end"><h4>21</h4><a class="event" href="#">886 MX</a></td> </tr> <tr> <td><h4>22</h4><a class="event" href="#">Burnthill</a></td> <td><h4>23</h4></td> <td><h4>24</h4></td> <td><h4>25</h4></td> <td><h4>26</h4></td> <td><h4>27</h4></td> <td class="end"><h4>28</h4><a class="event" href="#">Great River</a></td> </tr> <tr> <td><h4>29</h4><a class="event" href="#">Hidden Val.</a></td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td class="end"> </td> </tr> </tbody> </table>
</div> <!-- content -->
<div id="footer">
<hr /> <!-- <div class="centered"><img src="/images/greydot.gif" width="90%" height="1px"></div> --> <p>Questions or comments? Contact the <a href="mailto:webmaster@thmx.com">webmaster</a>.<br /> Website design and hosting by <a href="http://www.bullseyecomputing.com/">BCS</a>.<br /> Photography by <a href="mailto:jana@mx-pix.com">Jana Infield</a>.</p>
</div> <!-- footer -->
</div> <!-- layout --> </body> </html>
|