Subversion Repositories svnkaklik

Rev

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

Rev Author Line No. Line
454 kaklik 1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
2
"http://www.w3.org/TR/html4/strict.dtd">
449 kaklik 3
<html>
4
 
5
<head>
454 kaklik 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="kaklik Jakub Kákona"> 
10
<link rel="stylesheet" type="text/css" href="default.css" media="screen">
451 kaklik 11
<title>UST</title>
449 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">
675 kaklik 25
		<p>We are interested in following types of development:</p>
26
		<ul>
27
			<li> Ionosphere observing instruments for VLF band
28
			<li> <a href="http://en.wikipedia.org/wiki/Software-defined_radio">SDR</a> receivers
29
			<li> Clound detection for automatic robotic telescopes
30
			<li> Production of electronics modular development kit <a href="http://www.mlab.cz">MLAB</a>
31
			<li> Commission development of special instruments
449 kaklik 32
		</ul>
33
 
34
	</div>
35
 
36
<?php
37
  include ("./include/footer.php");
38
?>
39
 
40
</div>
41
 
42
</body>
43
 
675 kaklik 44
</html>