| 4 | | { |
|---|
| 5 | | $smarty->display("frontpage.tpl"); |
|---|
| 6 | | } |
|---|
| | 4 | {include file="header.tpl"} |
|---|
| | 5 | |
|---|
| | 6 | |
|---|
| | 7 | <div class="content"> |
|---|
| | 8 | |
|---|
| | 9 | <h3>Welcome to the original, award-winning 3D space station game!</h3> |
|---|
| | 10 | |
|---|
| | 11 | <table> |
|---|
| | 12 | <tr> |
|---|
| | 13 | <td width="520"> |
|---|
| | 14 | |
|---|
| | 15 | <p><b>We are currently going through a major restructuring from a commercial to an Open Source project. The site should be back up and running by the end of October 2006!</b></p> |
|---|
| | 16 | |
|---|
| | 17 | <p>If your dream is to build a space station then ShortHike is |
|---|
| | 18 | the game for you. Learning the simple user interface takes a |
|---|
| | 19 | minute, but mastering space station design takes a |
|---|
| | 20 | lifetime. With no time pressures and no violence ShortHike is |
|---|
| | 21 | a relaxing game for the smart thinker of any age. Let your |
|---|
| | 22 | imagination flow!</p> |
|---|
| | 23 | |
|---|
| | 24 | <div class="illustration"> |
|---|
| | 25 | <a href="/docs/tour01.php"><img src="/docs/tour00.png" alt="Start tour!" width="300" height="225"/></a> |
|---|
| | 26 | </div> |
|---|
| | 27 | |
|---|
| | 28 | |
|---|
| | 29 | </td> |
|---|
| | 30 | <td width="180" align="right" valign="top"> |
|---|
| | 31 | <br /> |
|---|
| | 32 | <br /> |
|---|
| | 33 | <br /> |
|---|
| | 34 | Latest stable:<br /> |
|---|
| | 35 | <b> |
|---|
| | 36 | ShortHike 2.2<br /> |
|---|
| | 37 | June 30th 2005<br /> |
|---|
| | 38 | <br /> |
|---|
| | 39 | Windows 98/Me/2000/XP<br /> |
|---|
| | 40 | </b> |
|---|
| | 41 | </td> |
|---|
| | 42 | </tr> |
|---|
| | 43 | </table> |
|---|
| | 44 | |
|---|
| | 45 | </div> |
|---|
| | 46 | |
|---|
| | 47 | |
|---|
| | 48 | <h2>The community</h2> |
|---|
| | 49 | |
|---|
| | 50 | <div class="content"> |
|---|
| | 51 | |
|---|
| | 52 | <table> |
|---|
| | 53 | <tr> |
|---|
| | 54 | <td width="520"> |
|---|
| | 55 | |
|---|
| | 56 | <ul> |
|---|
| | 57 | <li><a href="/forums" target="_blank">Community Forums</a></li> |
|---|
| | 58 | </ul> |
|---|
| | 59 | |
|---|
| | 60 | <div class="newsletter-subscription"> |
|---|
| | 61 | <p>Enter your email to receive the <b>ShortHike Newsletter</b>, our |
|---|
| | 62 | spam free resource for news relating to the game and |
|---|
| | 63 | the community.</p> |
|---|
| | 64 | |
|---|
| | 65 | <form action='http://www.ezinedirector.com/subscriber/index.cfm' method='post' target='_blank'> |
|---|
| | 66 | <input type='hidden' name='fuseaction' value='s' /> |
|---|
| | 67 | <input type='hidden' name='ezineId' value='956609624' /> |
|---|
| | 68 | <input type='text' name='email' value='' size='20' maxlength='255' /> |
|---|
| | 69 | <input type='submit' value='Join' /> |
|---|
| | 70 | </form> |
|---|
| | 71 | </div> |
|---|
| | 72 | </tr> |
|---|
| | 73 | </table> |
|---|
| | 74 | </div> |
|---|
| | 75 | |
|---|
| | 76 | {include file="footer.tpl"} |
|---|
| | 77 | |
|---|
| | 78 | {*</smarty>*} |
|---|