Subversion Repositories svnkaklik

Rev

Rev 444 | Blame | Compare with Previous | Last modification | View Log | Download

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="description" content="description">
<meta name="keywords" content="keywords"> 
<meta name="author" content="author"> 
<link rel="stylesheet" type="text/css" href="default.css" media="screen">
<title>Kaklik's projects</title>
</head>

<body>

<div class="container">

<?php
  include ("./include/navigation.en.php");
?>

        <div class="holder_top"></div>

        <div class="holder">

        <h1>Project list</h1>
        <p>There is a project list of project which I want to write about.</p>
        <table frame="void" rules="none" cellspacing="2">
        <colgroup>
                <col align="center">
                <col align="center">
        </colgroup>
        <thead>
          <tr>
            <th colspan="2">Project</th>
            <th colspan="1">Description</th>
            <th colspan="1">Status</th>
          </tr>
        </thead>
          <tbody>
            <tr>
              <td><img src="projects/RCcontrol/project.JPG" alt="Digital RC control" width="100" height="75" /></td>
              <th>Digital RC control</th>
              <td>A description how made modelar radiocontrol unit</td><td>Documentation isn't wrote</td>
            </tr>
            <tr>
            <td></td><th>Telephone card reader</th>
<td>A description how made a telephone card reader for reading old telephone cards (without TRICK chip)</td><td>Documentation isn't wrote</td>
            </tr>
            <tr>
<td><img src="projects/packet/project.jpeg" alt="packet" width="100" height="88" /></td>
<th><a href="./projects/packet/packet.cs.php">Pacet radio under Linux</a><br>
      <a href="projects/packet/packet.pdf">PDF version</th>
<td>A Know-how to using packet radio soundcard modem under Linux</td><td>Documentation wrote [Czech]</td></tr>
            <tr><td><img src="projects/zarovka/project.JPG" alt="electric discharge in light bulb" width="100" height="75" /></td><th>electric discharge in light bulb</th><td>Popis výroby vlastní plasmalampy</td><td>Documentation isn't wrote</td></tr>
            <tr><td><img src="projects/miniRCmodel/project.JPG" alt="mini RC model" width="100" height="75" /></td><th>A tiny RC model</th><td>A description how to create a low cost and tiny RC model</td><td>Documentation isn't wrote</td></tr>
            <tr><td><img src="projects/PCzdroj/project.JPG" alt="transmitter power source" width="100" height="75" /></td><th>An electric power source </th><td>A mind how to edit PC electric source to powering CB radiostation.</td><td>Documentation isn't wrote</td></tr>
            <tr><td><img src="projects/mikrovlnka/project.jpeg" alt="" width="100" height="75" /></td><th><a href="./projects/mikrovlnka/mikrovlnka.en.php">exposurechamber from microwave oven</a></th><td>A manual to made a UV exposure chamber from microwave oven</td><td>documentation wrote [Czech]</td></tr>
            <tr><td></td><th>Laser projector</th><td>a construction of laser projector to projecting a vector graphic on a wall</td><td>inspired by <a href="http://elm-chan.org/works/vlp/report_e.html">http://elm-chan.org/works/vlp/report_e.html</a> </td></tr>
            <tr><td></td><th>Autonomous airplane</th><td></td><td>Vision</td></tr>
          </tbody>
        </table>
                
        </div>

<?php
  include ("./include/footer.php");
?>

</div>

</body>

</html>