| 123456789101112131415161718192021222324252627282930313233 |
- <!-- SIDEBAR CONTENT -->
- <?php start_side_content(); ?>
- <?php start_about_box('Live Demo'); ?>
- <p>
- Click below to teleport to our live demo in Second Life:
- </p>
- <p style="font-size:18pt; text-align:center;">
- <a href="http://slurl.com/secondlife/virtuALBA/240/29/34/" title="Launches Second Life and teleports you to our live demo">Teleport Now</a>
- </p>
- <?php end_about_box(); ?>
- <ul>
- <li>
- <h2>Developed by:</h2>
- <ul>
- <li class="first">
- Malcolm Crowe<br/>
- <span style="font-style:italic; font-size:80%;">(SL: Malcolm Glasgow)</span>
- </li>
- </ul>
- </li>
- <li style="font-size:80%;">
- <h2>Supported by:</h2>
- <ul>
- <li class="first"><a href="http://www.uws.ac.uk" title="Visit the university's website">University of the West of Scotland</a></li>
- <li><a href="http://www.eduserv.org.uk" title="Visit Eduserv's website">Eduserv</a></li>
- <li><a href="http://www.sloodle.org" title="Visit the Sloodle project website">Sloodle</a></li>
- </ul>
- </li>
- </ul>
- <?php end_side_content(); ?>
- <!-- END SIDEBAR CONTENT -->
|