index.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. <!DOCTYPE html>
  2. <head>
  3. <title>iVProgH Tutorial</title>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <link rel="stylesheet" href="css/w3.css" />
  7. <link href="../css/bootstrap.min.css" rel="stylesheet" />
  8. <link href="../css/style.css" rel="stylesheet" />
  9. <style>
  10. .main-img-div img {
  11. width: 90%;
  12. margin: 10px;
  13. }
  14. .img-div {
  15. margin: auto auto !important;
  16. width: 50%;
  17. }
  18. .img-div img {
  19. margin-right: auto;
  20. margin-left: auto;
  21. }
  22. .img-label {
  23. display: block;
  24. text-align: center;
  25. font-style: italic;
  26. }
  27. .icon_32x32 {
  28. width: 32px;
  29. height: 32px;
  30. }
  31. .image {
  32. opacity: 1;
  33. display: block;
  34. width: 50px;
  35. height: auto;
  36. transition: .5s ease;
  37. backface-visibility: hidden;
  38. float:left;
  39. margin-top:25px;
  40. }
  41. .image:hover {opacity: 0.5;}
  42. body {font-family: sans-serif, arial}
  43. .w3-bar-block .w3-bar-item{padding:16px;font-weight:bold}
  44. #conteudo { width: 900px; height: 300px;}
  45. </style>
  46. <script type="text/javascript" src="../ivprogh/js/jquery-3.3.1.min.js"></script>
  47. <script type="text/javascript" src="../ivprogh/js/jquery-ui.js"></script>
  48. <script>
  49. // Open and close the sidebar on medium and small screens
  50. function w3_open() {
  51. document.getElementById("mySidebar").style.display = "block";
  52. document.getElementById("myOverlay").style.display = "block";
  53. }
  54. function w3_close() {
  55. document.getElementById("mySidebar").style.display = "none";
  56. document.getElementById("myOverlay").style.display = "none";
  57. }
  58. // Change style of top container on scroll
  59. window.onscroll = function() {myFunction()};
  60. function myFunction () {
  61. if (document.body.scrollTop > 80 || document.documentElement.scrollTop > 80) {
  62. document.getElementById("myTop").classList.add("w3-card-4", "w3-animate-opacity");
  63. document.getElementById("myIntro").classList.add("w3-show-inline-block");
  64. } else {
  65. document.getElementById("myIntro").classList.remove("w3-show-inline-block");
  66. document.getElementById("myTop").classList.remove("w3-card-4", "w3-animate-opacity");
  67. }
  68. }
  69. // Accordions
  70. function manuItem (id) {
  71. var x = document.getElementById(id);
  72. if (x.className.indexOf("w3-show") == -1) {
  73. x.className += " w3-show";
  74. x.previousElementSibling.className += " w3-theme";
  75. } else {
  76. x.className = x.className.replace("w3-show", "");
  77. x.previousElementSibling.className =
  78. x.previousElementSibling.className.replace(" w3-theme", "");
  79. }
  80. }
  81. function carregar (pagina) { // carragar pagina
  82. $("#conteudo").load(pagina);
  83. }
  84. </script>
  85. </head>
  86. <body>
  87. <!--
  88. <div class="w3-item"><img src="img/icn_bf_avalia.png" title="icone opcao avaliar codigo" class="w3-icon"/>
  89. <div class="w3-item"><img src="img/icn_ajuda.png" title="icone opcao de ajuda" class="w3-icon"/>
  90. -->
  91. <nav class="navbar navbar-expand-md navbar-dark fixed-top" style="background-color: #03396c;">
  92. <b><a class="navbar-brand" href="../">iVProgH</a></b>
  93. <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
  94. <span class="navbar-toggler-icon"></span>
  95. </button>
  96. <div class="collapse navbar-collapse" id="navbarsExampleDefault">
  97. <ul class="navbar-nav mr-auto">
  98. <li class="nav-item">
  99. <a class="nav-link" href="../"
  100. title="Navigate to iVProgH homepage.">Home</a>
  101. </li>
  102. <li class="nav-item">
  103. <a class="nav-link" href="../sobre_ivprog.html"
  104. title="Know what iVProgH is and what iVProgH is for.">About</a>
  105. </li>
  106. <li class="nav-item">
  107. <a class="nav-link" href="../ex_pt/index.html"
  108. title="See some examples and test iVProgH online.">Examples</a>
  109. </li>
  110. <li class="nav-item">
  111. <a class="nav-link" href="../download.html"
  112. title="Download a copy of iVProgH for your computer.">Download</a>
  113. </li>
  114. <li class="nav-item active">
  115. <a class="nav-link" href="../manual_pt/index.html"
  116. title="Access online iVProgH manual and learn about all the features.">Help</a>
  117. </li>
  118. <li class="nav-item">
  119. <a class="nav-link" href="../bugs/report.html"
  120. title="Send a message to the iVProgH team.">Contact</a>
  121. </li>
  122. <li class="nav-item">
  123. <a class="nav-link" href="//www.usp.br/line/"
  124. title="Meet the Laboratory of Informatics in Education of the Institute of Mathematics and Statistics of USP.">LInE</a>
  125. </li>
  126. <li class="nav-item">
  127. <a class="nav-link" href="../docs/"
  128. title="Get access to all iVProgH documentation.">Developers</a>
  129. </li>
  130. <li class="nav-item">
  131. <a class="nav-link" href="../publicacoes.html"
  132. title="Read the team publications about iVProgH.">Publications</a>
  133. </li>
  134. </ul>
  135. <div class="form-inline my-2 my-lg-0">
  136. <img src="../img/img_flag_brazil.png" />
  137. <img src="../img/img_flag_usa.png" ;>
  138. </div>
  139. </div>
  140. </nav>
  141. <nav class="w3-sidebar w3-bar-block w3-collapse w3-animate-left w3-card" style="z-index:3;width:250px;" id="mySidebar">
  142. <a class="w3-bar-item w3-button" onclick="manuItem('visual')" href="javascript:void(0)" style="color:#001A66;font-size:11pt">Modes of programming<i class="fa fa-caret-down"></i></a>
  143. <div id="visual" class="w3-hide">
  144. <a class="w3-bar-item w3-button" onclick="carregar('menu_fp_visual.html')"href="#">Visual</a>
  145. <a class="w3-bar-item w3-button" onclick="carregar('menu_fp_textual.html')"href="#">Text</a>
  146. </div>
  147. <a class="w3-bar-item w3-button" onclick="manuItem('ferramentas')" href="javascript:void(0)" style="color:#001A66;;font-size:11pt">Toolbar<i class="fa fa-caret-down"></i></a>
  148. <div id="ferramentas" class="w3-hide">
  149. <!--a class="w3-bar-item w3-button" onclick="carregar('menu_bf_novo.html')" href="#">Novo</a -->
  150. <!--a class="w3-bar-item w3-button" onclick="carregar('menu_bf_gravar.html')" href="#">Gravar</a -->
  151. <a class="w3-bar-item w3-button" onclick="carregar('menu_bf_importar.html')" href="#">Import</a>
  152. <a class="w3-bar-item w3-button" onclick="carregar('menu_bf_exportar.html')" href="#">Export</a>
  153. <a class="w3-bar-item w3-button" onclick="carregar('menu_bf_desfazer.html')" href="#">Undo</a>
  154. <a class="w3-bar-item w3-button" onclick="carregar('menu_bf_refazer.html')" href="#">Redo</a>
  155. <a class="w3-bar-item w3-button" onclick="carregar('menu_bf_executar.html')" href="#">Run</a>
  156. <a class="w3-bar-item w3-button" onclick="carregar('menu_bf_avaliar.html')" href="#">Evaluate</a>
  157. <a class="w3-bar-item w3-button" onclick="carregar('menu_bf_ajuda.html')" href="#">Help</a>
  158. </div>
  159. <a class="w3-bar-item w3-button" onclick="manuItem('variaveis')" href="javascript:void(0)" style="color:#001A66;;font-size:11pt">Variables<i class="fa fa-caret-down"></i></a>
  160. <div id="variaveis" class="w3-hide">
  161. <a class="w3-bar-item w3-button" onclick="carregar('menu_var_variavel-global.html')" href="#">Global Variable</a>
  162. <a class="w3-bar-item w3-button" onclick="carregar('menu_var_variavel-local.html')" href="#">Local Variable</a>
  163. </div>
  164. <a class="w3-bar-item w3-button" onclick="manuItem('comandos')" href="javascript:void(0)" style="color:#001A66;font-size:11pt">Commands<i class="fa fa-caret-down"></i></a>
  165. <div id="comandos" class="w3-hide">
  166. <a class="w3-bar-item w3-button" onclick="carregar('menu_cmd_comandos.html')" href="#">iVProgH Commands</a> <!-- manual_pt/menu_cmd_comandos.html -->
  167. <a class="w3-bar-item w3-button" onclick="carregar('menu_cmd_leitura.html')" href="#">Data Reading</a>
  168. <a class="w3-bar-item w3-button" onclick="carregar('menu_cmd_escrever.html')" href="#">Data Writing</a>
  169. <a class="w3-bar-item w3-button" onclick="carregar('menu_cmd_comentario.html')" href="#">Comments</a>
  170. <a class="w3-bar-item w3-button" onclick="carregar('menu_cmd_atribuicao.html')" href="#">Assignment</a>
  171. <a class="w3-bar-item w3-button" onclick="carregar('menu_cmd_chamada-funcao.html')" href="#">Function call</a>
  172. <a class="w3-bar-item w3-button" onclick="carregar('menu_cmd_se.html')" href="#">If true then</a>
  173. <a class="w3-bar-item w3-button" onclick="carregar('menu_cmd_repita.html')" href="#">Repeat N times</a>
  174. <a class="w3-bar-item w3-button" onclick="carregar('menu_cmd_enquanto.html')" href="#">While true</a>
  175. <a class="w3-bar-item w3-button" onclick="carregar('menu_cmd_faca.html')" href="#">Do while true</a>
  176. <a class="w3-bar-item w3-button" onclick="carregar('menu_cmd_escolha.html')" href="#">Multiple choice</a>
  177. <a class="w3-bar-item w3-button" onclick="carregar('menu_cmd_retorno.html')" href="#">Return</a>
  178. <a class="w3-bar-item w3-button" onclick="carregar('menu_cmd_pare.html')" href="#">Break</a>
  179. <a class="w3-bar-item w3-button" onclick="carregar('menu_cmd_caso.html')" href="#">Case</a>
  180. </div>
  181. <a class="w3-bar-item w3-button" onclick="manuItem('funcao')" href="javascript:void(0)" style="color:#001A66;;font-size:11pt">Function<i class="fa fa-caret-down"></i></a>
  182. <div id="funcao" class="w3-hide">
  183. <a class="w3-bar-item w3-button" onclick="carregar('menu_fc_funcao.html')" href="#">Function structure</a>
  184. </div>
  185. </nav>
  186. <div class="w3-overlay w3-hide-large w3-animate-opacity" onclick="w3_close()" style="cursor:pointer" id="myOverlay"></div>
  187. <div class="w3-main" style="margin-left:250px;">
  188. <div id="cabecalho" class="w3-container" style=" background-color:#001A66;color: white;">
  189. <br/> &nbsp; <br/>
  190. <a href="index.html" ><img src="img/icn_home.png" title="Back to top" /> </a>
  191. <i class="w3-xxxlarge" style="margin-left: 5%">iVProgH Tutorial</i>
  192. </div>
  193. <div class="w3-container" style="padding:32px" id="conteudo">
  194. <h2 style="color:#001A66;">What is iVProgH?</h2>
  195. <p>
  196. The <b>iVProgH</b> (Interactive Visual Programming on the Internet) is one of the free-code educational systems of the
  197. <a href="https://line.ime.usp.br" title="visit page of the Laboratory of Informatics in Education">LInE</a>,
  198. being intended for teaching and learning of algorithms e programming.
  199. The <b>iVProgH</b> can be loaded directly into <i>World Wide Web</i> (Web).
  200. </p>
  201. <hr>
  202. <h2 style="color:#001A66;">Interface</h2>
  203. <img src="img/interface.png">
  204. </div>
  205. </body>
  206. </html>