Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 448 → Rev 449

/web/UST/projects.en.php
0,0 → 1,43
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.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="kaklik Jakub K8kona"/>
<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
<title>Kaklik's Web</title>
</head>
 
<body>
 
<div class="container">
 
<?php
include ("./include/navigation.en.php");
?>
 
<div class="holder_top"></div>
 
<div class="holder">
<p>We are interested in following types of development:</p>
<ul>
<li> Ionosphere observing instruments for VLF band
<li> Clound detection for automatic robotic telescopes
<li> Production of electronics modular development kit <a href="http://www.mlab.cz">MLAB</a>
<li> Commission development of special instruments
</ul>
 
</div>
 
<?php
include ("./include/footer.php");
?>
 
</div>
 
</body>
 
</html>