Subversion Repositories svnkaklik

Rev

Rev 99 | Rev 444 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
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"/>
102 kaklik 11
<title>Kaklik's projects</title>
99 kaklik 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>
102 kaklik 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>
45
            </tr>
99 kaklik 46
	    <tr>
102 kaklik 47
            <td></td><th>Telephone card reader</th>
48
<td>A description how made a telephone card reader for reading old telephone cards (without TRICK chip)</td><td>Documentation isn't wrote</td>
49
            </tr>
99 kaklik 50
	    <tr>
51
<td><img src="projects/packet/project.jpeg" alt="packet" width="100" height="88" /></td>
102 kaklik 52
<th><a href="./projects/packet/packet.cs.php">Pacet radio under Linux</a><br>
99 kaklik 53
      <a href="projects/packet/packet.pdf">PDF version</th>
54
<td>A Know-how to using packet radio soundcard modem under Linux</td><td>Documentation wrote [Czech]</td></tr>
55
	    <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>
56
	    <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>
57
	    <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>
102 kaklik 58
	    <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>
99 kaklik 59
	    <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>
60
	    <tr><td></td><th>Autonomous airplane</th><td></td><td>Vision</td></tr>
61
	  </tbody>
62
	</table>
63
 
64
	</div>
65
 
66
<?php
67
  include ("./include/footer.php");
68
?>
69
 
70
</div>
71
 
72
</body>
73
 
74
</html>
75
			<center><span style="width: 100%; font-family: helvetica; font-size: 6px;">
76
			Design downloaded from <a href="http://www.freewebtemplates.com" style="font-family: helvetica; font-size: 6px;">FreeWebTemplates.com</a><br>
77
			Free web design, web templates, web layouts, and website resources!
78
			</span></center><br><br>
79