<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <title>iVProgH - LInE (free educational software and contents)</title>
    <link href="../css/bootstrap.min.css" rel="stylesheet">
    <link href="../css/style.css" rel="stylesheet">
  </head>

  <body>
    <nav class="navbar navbar-expand-md navbar-dark fixed-top" style="background-color: #03396c;">
      <b><a class="navbar-brand" href="../">iVProgH</a></b>
      <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
        <span class="navbar-toggler-icon"></span>
      </button>
      <div class="collapse navbar-collapse" id="navbarsExampleDefault">
        <ul class="navbar-nav mr-auto">
          <li class="nav-item">
            <a class="nav-link" href="../" 
               title="Navigate to iVProgH homepage.">Home</a>
          </li>
          <li class="nav-item">
            <a class="nav-link" href="../sobre_ivprog.html"
               title="Know what iVProgH is and what iVProgH is for.">About</a>
          </li>
          <li class="nav-item">
            <a class="nav-link" href="../ex_en/index.html"
               title="See some examples and test iVProgH online.">Examples</a>
          </li>
          <li class="nav-item">
            <a class="nav-link" href="../download.html"
               title="Download a copy of iVProgH for your computer.">Download</a>
          </li>
          <li class="nav-item">
            <a class="nav-link" href="../manual_en/index.html" 
               title="Access online iVProgH manual and learn about all the features.">Help</a>
          </li>
          <li class="nav-item">
            <a class="nav-link" href="../bugs/report.html"
               title="Send a message to the iVProgH team.">Contact</a>
          </li>
          <li class="nav-item">
            <a class="nav-link" href="//www.usp.br/line/"
               title="Meet the Laboratory of Informatics in Education of the Institute of Mathematics and Statistics of USP.">LInE</a>
          </li>
          <li class="nav-item active">
            <a class="nav-link" href="../docs/"
               title="Get access to all iVProgH documentation.">Developers</a>
          </li>
          <li class="nav-item">
            <a class="nav-link" href="../publicacoes.html"
               title="Read the team publications about iVProgH.">Publications</a>
          </li>
        </ul>
        <div class="form-inline my-2 my-lg-0">
          <a href="../../index.html"><img src="../img/img_flag_brazil.png"/></a>
          <a href="../index.html"><img src="../img/img_flag_usa.png"/></a>
        </div>
      </div>
    </nav>

    <main role="main">
      <div class="jumbotron ivprogh-desc">
        <div class="container">
          <h1>iVProgH</h1>
          
        </div>
      </div>
      <div class="container ivprog-container" style="padding: 3em; margin-top: 3em;">
      	<h4>IVProgH Documentation</h4>
      	<p style="color: gray">Here you can find all the iVProgH documentation</p>
      	
      </div>
    </main>
    <footer class="container text-center">
      <a href="http://www.ime.usp.br/line">iVProgH</a> | 
      <a href="http://www.ime.usp.br/line">LInE</a> |
      <a href="http://www.matematica.br">iM&aacute;tica</a>
    </footer>

    <script src="../js/jquery.min.js"></script>
    <script src="../js/bootstrap.bundle.min.js"></script>
  </body>
</html>