<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3c.org/TR/html4/strict.dtd">

<html>

  <head>
    <meta http-equiv=Content-Type content="text/html; charset=windows-1250">
    <title> About MLAB Authors </title>
    <link rel="StyleSheet" href="CSS/MLAB.css" type="text/css" title="MLAB Basic Style">
    <script language="JavaScript" type="text/javascript" src="JS/MLAB_Menu.js"></script>
  </head>

  <body lang="en">

    <!-- ============== HEADER ============== -->
    <div class="Header">
      <script type="text/javascript">
      <!--
        SetRelativePath("../");
        DrawHeader();
      // -->
      </script>
      <noscript>
        <b> JavaScript is required for including of the header </b></noscript>
    </div>

    <!-- ============== MENU ============== -->
    <div class="Menu">
      <script type="text/javascript">
      <!--
        DrawMenu();
      // -->
      </script>
      <noscript>
        <b> JavaScript is required for including of the menu </b></noscript>
    </div>

    <!-- ============== TEXT ============== -->
    <div class="Text">
      <div class="AboutAuthor">
        <h1> miho </h1>
        <p class="Name"> Milan Horkel </p>
        <img border=0 width=80 height=100
             src="PIC/AuthorMiho.jpg"
             alt="Picture of miho" />
        <p>
          The father of MLAB Project. Profession HW developer.
          Web designer (albeit he know about it almost nothing).
        <p>
          <ul type="none">
            <li> Design of new modules </li>
            <li> Writing of the articles </li>
            <li> Web design </li>
          </ul>
        </p>
      </div>
      <div class="AboutAuthor">
        <h1> kakl </h1>
        <p class="Name"> Martin Kákona </p>
        <img class="FloatLeft" border=0 width=80 height=118
             src="PIC/AuthorKakl.jpg"
             alt="Picture of kakl" />
        <p>
          He is a source of new and sometimes crazy ideas. Professional HW and SW developer
          Interested if astronomy.
        </p>
        <p>
          <ul>
            <li> Design of new modules </li>
            <li> MLAB modules applications </li>
            <li> SubVersion administrator </li>
          </ul>
        </p>
      </div>
      <div class="AboutAuthor">
        <h1> kaklik </h1>
        <p class="Name"> Jakub Kákona </p>
        <img class="FloatLeft" border=0 width=80 height=106
             src="PIC/AuthorKaklik.jpg"
             alt="Picture of kaklik" />
        <p>
          Nudging young student. It is not easy to satisfy all his needs fast enough.
          He will be a developer sometime in the future.
        </p>
        <p>
          <ul>
            <li> Design of new modules </li>
            <li> Robots and small cars construction </li>
            <li> System administrator </li>
          </ul>
        </p>
      </div>
      <div class="AboutAuthor">
        <h1> fík </h1>
        <p class="Name"> Dog Feek </p>
        <img class="FloatLeft" border=0 width=100 height=75
             src="./PIC/AuthorFik.jpg"
             alt="Picture of Feek" />
        <p>
          Our four-footed friend, source of good temper. He helps us to maintain our
          physical and mental health.
        </p>
        <p>
          <ul>
            <li> Watchdog </li>
            <li> Creation of endorphines </li>
            <li> Pulling the authors off the computer </li>
            <li> Making authors running in the country </li>
          </ul>
        </p>
      </div>
    </div>

    <!-- ============== FOOTER ============== -->
    <div class="Footer">
      <script type="text/javascript">
      <!--
        DrawFooter();
      // -->
      </script>
      <noscript>
        <b> JavaScript is required for including of the footer </b></noscript>
    </div>

  </body>

</html>