99 |
kaklik |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
|
|
2 |
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
|
3 |
<html>
|
|
|
4 |
|
|
|
5 |
<head>
|
|
|
6 |
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
|
|
7 |
<meta name="description" content="description"/>
|
|
|
8 |
<meta name="keywords" content="keywords"/>
|
|
|
9 |
<meta name="author" content="author"/>
|
|
|
10 |
<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
|
|
|
11 |
<title>Kaklik's project</title>
|
|
|
12 |
</head>
|
|
|
13 |
|
|
|
14 |
<body>
|
|
|
15 |
|
|
|
16 |
<div class="container">
|
|
|
17 |
|
|
|
18 |
<?php
|
|
|
19 |
include ("./include/navigation.en.php");
|
|
|
20 |
?>
|
|
|
21 |
|
|
|
22 |
<div class="holder_top"></div>
|
|
|
23 |
|
|
|
24 |
<div class="holder">
|
|
|
25 |
|
|
|
26 |
<h1>Project list</h1>
|
|
|
27 |
<p>There is a project list of project which I want to write about.</p>
|
|
|
28 |
<table frame="void" rules="none" cellspacing="2">
|
|
|
29 |
<colgroup>
|
|
|
30 |
<col align="center">
|
|
|
31 |
<col align="center">
|
|
|
32 |
</colgroup>
|
|
|
33 |
<thead>
|
|
|
34 |
<tr>
|
|
|
35 |
<th colspan="2">Project</th>
|
|
|
36 |
<th colspan="1">Description</th>
|
|
|
37 |
<th colspan="1">Status</th>
|
|
|
38 |
</tr>
|
|
|
39 |
</thead>
|
|
|
40 |
<tbody>
|
|
|
41 |
<tr>
|
|
|
42 |
<td><img src="projects/RCcontrol/project.JPG" alt="Digital RC control" width="100" height="75" /></td>
|
|
|
43 |
<th>Digital RC control</th>
|
|
|
44 |
<td>A description how made modelar radiocontrol unit</td><td>Documentation isn't wrote</td></tr>
|
|
|
45 |
<tr>
|
|
|
46 |
<td></td><th>Telephone card reader</th>
|
|
|
47 |
<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>
|
|
|
48 |
<tr>
|
|
|
49 |
<td><img src="projects/packet/project.jpeg" alt="packet" width="100" height="88" /></td>
|
|
|
50 |
<th><a href="./projects/packet/packet.cs.html">Pacet radio under Linux</a><br>
|
|
|
51 |
<a href="projects/packet/packet.pdf">PDF version</th>
|
|
|
52 |
<td>A Know-how to using packet radio soundcard modem under Linux</td><td>Documentation wrote [Czech]</td></tr>
|
|
|
53 |
<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>
|
|
|
54 |
<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>
|
|
|
55 |
<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>
|
|
|
56 |
<tr><td><img src="projects/mikrovlnka/project.jpeg" alt="" width="100" height="75" /></td><th><a href="./projects/mikrovlnka/mikrovlnka.en.html">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>
|
|
|
57 |
<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>
|
|
|
58 |
<tr><td></td><th>Autonomous airplane</th><td></td><td>Vision</td></tr>
|
|
|
59 |
</tbody>
|
|
|
60 |
</table>
|
|
|
61 |
|
|
|
62 |
</div>
|
|
|
63 |
|
|
|
64 |
<?php
|
|
|
65 |
include ("./include/footer.php");
|
|
|
66 |
?>
|
|
|
67 |
|
|
|
68 |
</div>
|
|
|
69 |
|
|
|
70 |
</body>
|
|
|
71 |
|
|
|
72 |
</html>
|
|
|
73 |
<center><span style="width: 100%; font-family: helvetica; font-size: 6px;">
|
|
|
74 |
Design downloaded from <a href="http://www.freewebtemplates.com" style="font-family: helvetica; font-size: 6px;">FreeWebTemplates.com</a><br>
|
|
|
75 |
Free web design, web templates, web layouts, and website resources!
|
|
|
76 |
</span></center><br><br>
|
|
|
77 |
|