<?php
    // Copyright (C) 2005-2007 Craigweb
    // http://www.craigweb.net
    // Released under the terms of the MIT/expat license.
    // See copying.txt for full license text.
        require_once('template.php'); 
template_open("Craigweb - Hardware");
echo "<span class='pageheadertext'>Hardware</span>";
echo "
<br/><br/>
<table class='pagetable'>
    <tr>
      <td width='30%' class='pagetablecell1'><div class='linkheading'>Desktops</div></td>
      <td width='30%' class='pagetablecell1'><div class='linkheading'>Laptops</div></td>
      <td width='30%' class='pagetablecell1'><div class='linkheading'>Servers</div></td>
    </tr>
    <tr>
      <td width='30%'  class='pagetablecell2'><img border='0' src='images/logopc.gif' width='70' height='70' alt='Desktops'/></td>
      <td width='30%'  class='pagetablecell2'><img border='0' src='images/laptop.jpeg' width='200' height='135' alt='Laptops'/></td>
      <td width='30%'  class='pagetablecell2'><img border='0' src='images/server.jpeg' width='200' height='88' alt='Servers'/></td>
    </tr>
    <tr>
      <td width='30%' class='pagetablecell3'>We offer top quality custom PCs. All systems are hand assembled to your exact specifications. We have extensive Linux experience allowing us to help you choose the perfect system.</td>
      <td width='30%' class='pagetablecell3'>We are authorized resellers for several laptop manufacturers. We sell ABS, Acer, Clevo, Fujitsu, HP/Compaq, IBM/Leveno, Toshiba, Toughbook as well as several whitebook brands. Many of our laptops are available with Linux preinstalled.</td>
      <td width='30%' class='pagetablecell3'>Our Linux and Windows servers are full customizable. Our servers are configured to your specifications and throughly tested before shipping, allowing you to be able to plug your system in and have in functioning for its intended purpose within minutes.</td>
    </tr>

</table>
<br/><br/>
<table class='pagetable'>
    <tr>
      <td width='30%' class='pagetablecell1'><div class='linkheading'>Media Center PCs</div></td>
      <td width='30%' class='pagetablecell1'><div class='linkheading'>Point of Sale Terminals / Thin Clients</div></td>
      <td width='30%' class='pagetablecell1'><div class='linkheading'>Components/Accessories</div></td>
    </tr>
    <tr>
      <td width='30%'  class='pagetablecell2'><img border='0' src='images/mediacentre.png' width='200' height='117' alt='Media Centre PCs'/></td>
      <td width='30%'  class='pagetablecell2'><img border='0' src='images/thinclient.png' width='97' height='200' alt='Point of Sale Terminals / Thin Clients'/></td>
      <td width='30%'  class='pagetablecell2'><img border='0' src='images/logopc.gif' width='70' height='70' alt='Components/Accessories'/></td>
    </tr>
    <tr>
      <td width='30%' class='pagetablecell3'>Custom media center PCs are available in several colours and form factors. Media center systems are available with your choice of Microsoft Windows Media Center/Windows 7 or MythTV/Linux.</td>
      <td width='30%' class='pagetablecell3'>We are able to provide turnkey custom Linux point of sale systems and thin clients for business of all sizes and all price ranges. </td>
      <td width='30%' class='pagetablecell3'>We offer a wide variety of components and accessories for all types of computers. </td>
    </tr>

</table>
<br/>
<div  class='linkheading'><a href='contactus.php'>Contact us</a> for more information</div><br/><br/>
";
template_close();
?>