Rev Author Line No. Line
331 miho 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
39 miho 2 <html>
3 <head>
154 miho 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
39 miho 5 <title> MLAB Main Page </title>
154 miho 6 <meta name="keywords" content="MLAB Universal Electronic Modules and Articles Processors Electronics">
7 <meta name="description" content="MLAB Project, Main Page">
132 kaklik 8 <!-- AUTOINCLUDE START "Page/Head.en.ihtml" DO NOT REMOVE -->
154 miho 9 <link rel="StyleSheet" href="Web/CSS/MLAB.css" type="text/css" title="MLAB Basic Style">
381 miho 10 <link rel="StyleSheet" href="Web/CSS/MLAB_Print.css" type="text/css" media="print">
154 miho 11 <link rel="shortcut icon" type="image/x-icon" href="Web/PIC/MLAB.ico">
12 <script type="text/javascript" src="Web/JS/MLAB_Menu.js"></script>
118 miho 13 <!-- AUTOINCLUDE END -->
39 miho 14 </head>
15  
16 <body lang="en">
17  
132 kaklik 18 <!-- AUTOINCLUDE START "Page/Header.en.ihtml" DO NOT REMOVE -->
44 kakl 19 <!-- ============== HEADER ============== -->
20 <div class="Header">
39 miho 21 <script type="text/javascript">
22 <!--
71 miho 23 SetRelativePath("");
44 kakl 24 DrawHeader();
39 miho 25 // -->
26 </script>
27 <noscript>
154 miho 28 <p><b> JavaScript is required for including of the header </b></p>
71 miho 29 </noscript>
39 miho 30 </div>
118 miho 31 <!-- AUTOINCLUDE END -->
39 miho 32  
132 kaklik 33 <!-- AUTOINCLUDE START "Page/Menu.en.ihtml" DO NOT REMOVE -->
39 miho 34 <!-- ============== MENU ============== -->
35 <div class="Menu">
36 <script type="text/javascript">
37 <!--
118 miho 38 SetRelativePath("");
39 miho 39 DrawMenu();
40 // -->
41 </script>
42 <noscript>
154 miho 43 <p><b> JavaScript is required for including of the menu </b><p>
71 miho 44 </noscript>
39 miho 45 </div>
118 miho 46 <!-- AUTOINCLUDE END -->
39 miho 47  
371 miho 48 <!-- Section for those, who have disabled JavaScript -->
334 miho 49 <noscript>
384 miho 50 <div class="Center">
51 <div class="MenuNoscript">
52 <a href="Web/Articles.en.html" title="Articles and other Texts">Articles</a>
53 <a href="Web/Modules.en.html" title="Individual MLAB Modules">Modules</a>
54 <a href="Web/Designs.en.html" title="Independed Designs">Designs</a>
55 <a href="Web/News.en.html" title="News">News</a>
56 <a href= "http://www.mlab.cz/photogallery/" title="Photo Gallery">Photogallery</a>
57 <a href="Web/Downloads.en.html" title="For download">Downloads</a>
58 <a href= "http://www.mlab.cz/WebSVN/listing.php?repname=MLAB&amp;path=%2F&amp;sc=0&amp;langchoice=English" title="Web interface to SVN database">WebSVN</a>
59 <a href= "http://www.mlab.cz/Forum/" title="Forum MLAB">Forum</a>
60 <a href="Web/Maintenance.en.html" title="Maintenance page">Maintenance</a>
61 <a href="Web/About.en.html" title="About Project">About</a>
62 </div>
334 miho 63 </div>
64 </noscript>
65  
44 kakl 66 <!-- ============== TEXT ============== -->
39 miho 67 <div class="Text">
68 <p class="Title">
159 miho 69 Welcome to open source hardware MLAB project site
44 kakl 70 <br>
165 miho 71 <a href="index.cs.html"><img class="NoBorder" width=22 height=13 src="Web/PIC/CZE.gif" alt="Česká vlajka"></a>
72 <a href="index.en.html"><img class="NoBorder" width=22 height=13 src="Web/PIC/GBR.gif" alt="Britská vlajka"></a>
39 miho 73 </p>
74 <p class=Subtitle>
44 kakl 75 This is a noncommercial web about electronics with original designs.
39 miho 76 We are especially interested in microcontrollers and small robots.
44 kakl 77 You can find here a lot of electronic modules you can use when developing
78 some electronics with processors. It doesn't matter if you are professional
79 developer or hobbyist.
80 <br>
81 <i>
386 miho 82 The web is fresh new so if you find any problem let our
83 <a href="./Web/AboutAuthors.en.html#WebMaster">webmaster</a> know.
44 kakl 84 </i>
39 miho 85 </p>
335 miho 86 <p class="Rozcestnik">
87 <a href="./Web/Articles.en.html"><img class="NoBorder" src="./Web/PIC/pic_articles.en.gif" alt="Articles"></a>
88 <a href="./Web/Modules.en.html" ><img class="NoBorder" src="./Web/PIC/pic_modules.en.gif" alt="Modules" ></a>
89 <a href="./Web/Designs.en.html" ><img class="NoBorder" src="./Web/PIC/pic_designs.en.gif" alt="Designs" ></a>
333 miho 90 </p>
39 miho 91 <p>
71 miho 92 On this web there are published MLAB modules,
44 kakl 93 their documentation and other original papers about electronics and designs
71 miho 94 written by our authors.
44 kakl 95 We want to bring <i>new valuable information</i>. We are the authors not
96 the web links collectors. More information about our goals and about this web
333 miho 97 is on these pages:
331 miho 98 </p>
154 miho 99 <ul>
333 miho 100 <li><a href="./Web/About.en.html">About MLAB project</a></li>
101 <li><a href="./Web/AboutMLAB.en.html">About MLAB</a></li>
102 <li><a href="./Web/AboutAuthors.en.html">About Authors</a></li>
103 <li><a href="./Web/AboutWeb.en.html">About MLAB web</a></li>
154 miho 104 </ul>
39 miho 105 </div>
106  
132 kaklik 107 <!-- AUTOINCLUDE START "Page/Footer.en.ihtml" DO NOT REMOVE -->
54 miho 108 <!-- ============== FOOTER ============== -->
39 miho 109 <div class="Footer">
110 <script type="text/javascript">
111 <!--
118 miho 112 SetRelativePath("");
44 kakl 113 DrawFooter();
39 miho 114 // -->
115 </script>
116 <noscript>
154 miho 117 <p><b> JavaScript is required for including of the footer </b></p>
71 miho 118 </noscript>
39 miho 119 </div>
118 miho 120 <!-- AUTOINCLUDE END -->
39 miho 121  
122 </body>
54 miho 123 </html>