index.html 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <title>iVProgH - LInE (free educational software and contents)</title>
  7. <link href="../css/bootstrap.min.css" rel="stylesheet">
  8. <link href="../css/style.css" rel="stylesheet">
  9. </head>
  10. <body>
  11. <nav class="navbar navbar-expand-md navbar-dark fixed-top" style="background-color: #03396c;">
  12. <b><a class="navbar-brand" href="../">iVProgH</a></b>
  13. <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
  14. <span class="navbar-toggler-icon"></span>
  15. </button>
  16. <div class="collapse navbar-collapse" id="navbarsExampleDefault">
  17. <ul class="navbar-nav mr-auto">
  18. <li class="nav-item">
  19. <a class="nav-link" href="../"
  20. title="Navigate to iVProgH homepage.">Home</a>
  21. </li>
  22. <li class="nav-item">
  23. <a class="nav-link" href="../sobre_ivprog.html"
  24. title="Know what iVProgH is and what iVProgH is for.">About</a>
  25. </li>
  26. <li class="nav-item">
  27. <a class="nav-link" href="../ex_en/index.html"
  28. title="See some examples and test iVProgH online.">Examples</a>
  29. </li>
  30. <li class="nav-item">
  31. <a class="nav-link" href="../download.html"
  32. title="Download a copy of iVProgH for your computer.">Download</a>
  33. </li>
  34. <li class="nav-item">
  35. <a class="nav-link" href="../manual_en/index.html"
  36. title="Access online iVProgH manual and learn about all the features.">Help</a>
  37. </li>
  38. <li class="nav-item">
  39. <a class="nav-link" href="../bugs/report.html"
  40. title="Send a message to the iVProgH team.">Contact</a>
  41. </li>
  42. <li class="nav-item">
  43. <a class="nav-link" href="//www.usp.br/line/"
  44. title="Meet the Laboratory of Informatics in Education of the Institute of Mathematics and Statistics of USP.">LInE</a>
  45. </li>
  46. <li class="nav-item active">
  47. <a class="nav-link" href="../docs/"
  48. title="Get access to all iVProgH documentation.">Developers</a>
  49. </li>
  50. <li class="nav-item">
  51. <a class="nav-link" href="../publicacoes.html"
  52. title="Read the team publications about iVProgH.">Publications</a>
  53. </li>
  54. </ul>
  55. <div class="form-inline my-2 my-lg-0">
  56. <a href="../../index.html"><img src="../img/img_flag_brazil.png"/></a>
  57. <a href="../index.html"><img src="../img/img_flag_usa.png"/></a>
  58. </div>
  59. </div>
  60. </nav>
  61. <main role="main">
  62. <div class="jumbotron ivprogh-desc">
  63. <div class="container">
  64. <h1>iVProgH</h1>
  65. </div>
  66. </div>
  67. <div class="container ivprog-container" style="padding: 3em; margin-top: 3em;">
  68. <h4>IVProgH Documentation</h4>
  69. <p style="color: gray">Here you can find all the iVProgH documentation</p>
  70. </div>
  71. </main>
  72. <footer class="container text-center">
  73. <a href="http://www.ime.usp.br/line">iVProgH</a> |
  74. <a href="http://www.ime.usp.br/line">LInE</a> |
  75. <a href="http://www.matematica.br">iM&aacute;tica</a>
  76. </footer>
  77. <script src="../js/jquery.min.js"></script>
  78. <script src="../js/bootstrap.bundle.min.js"></script>
  79. </body>
  80. </html>