page_1.html 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. <!-- LInE - Free Education, Private Data - http://www.usp.br/line -->
  2. <!DOCTYPE html>
  3. <html lang='pt-br'>
  4. <head>
  5. <meta charset='UTF-8'>
  6. <meta name='viewport' content='width=device-width, initial-scale=1.0'>
  7. <meta name="description" content="Collection of educational games for teaching fractions" />
  8. <meta name="keywords" content="ifractions, ifrações, fraction, game, private data, math, moodle" />
  9. <link rel="icon" type="image/ico" href="../../assets/flag_icon.png">
  10. <link rel="stylesheet" href="../../style/bootstrap/bootstrap.min.css">
  11. <link rel='stylesheet' href="../../style/style.css">
  12. <title>iFractions | Sobre</title>
  13. </head>
  14. <body class="container-flex">
  15. <!-- menu superior -->
  16. <nav class="navbar navbar-expand-lg navbar-dark ifr__color__blue">
  17. </nav>
  18. <!-- botao de voltar ao inicio da pagina -->
  19. <button onclick="backToTop()" type="button" id="ifr__btn__backToTop" title="Go to top"
  20. class="btn btn-primary">&uparrow;</button>
  21. <!-- modal -->
  22. <div id="myModal" class="modal">
  23. <span class="close">&times;</span>
  24. <img class="modal-content" id="myModal-img" src="">
  25. <div id="caption"></div>
  26. </div>
  27. <!-- header -->
  28. <header class="jumbotron jumbotron-flex p-5">
  29. <nav aria-label="breadcrumb">
  30. <ol class="breadcrumb">
  31. <li class="breadcrumb-item"><a href="../../index.html">Início</a></li>
  32. <li class="breadcrumb-item active" aria-current="page">Sobre - especificações</li>
  33. <!-- <li class="breadcrumb-item active" aria-current="page">Especificações</li> -->
  34. </ol>
  35. </nav>
  36. <h1 class="display-4">Conhecendo o iFractions</h1>
  37. <!-- <p class="lead">Nessa página, você encontrará um pouco do iFractions.</p> -->
  38. <hr class="display-4">
  39. </header>
  40. <!-- pagina -->
  41. <main class='container-flex'>
  42. <div class="row">
  43. <!-- menu de navegacao lateral -->
  44. <!-- <div class="col-lg-2 text-start p-1 ifr__toc ifr__noBullet"></div> -->
  45. <div class="col-lg-2 text-start p-1"></div>
  46. <div class="col-lg-8 px-5">
  47. <section id='especificacoes'>
  48. <h2>Especificações</h2>
  49. <p>Abaixo, um resumo das especificações do iFractions.</p>
  50. <table class="table">
  51. <thead>
  52. <tr>
  53. <th>Categoria</th>
  54. <th>Descriçao</th>
  55. </tr>
  56. </thead>
  57. <tbody>
  58. <tr>
  59. <th>Nome</th>
  60. <td>iFractions</td>
  61. </tr>
  62. <tr>
  63. <th>Resumo</th>
  64. <td>Coletânea de jogos <i>online</i> para ensino de frações</td>
  65. </tr>
  66. <tr>
  67. <th>Desenvolvido por</th>
  68. <td><a href="http://www.usp.br/line/" target="_blank">LInE</a> &minus; <em>Free Information, Private
  69. data</em></td>
  70. </tr>
  71. <tr>
  72. <th>Gênero</th>
  73. <td>Educativo</td>
  74. </tr>
  75. <tr>
  76. <th><span class="text-warning">Mídia</span></th>
  77. <td>Digital</td>
  78. </tr>
  79. <tr>
  80. <th>Plataforma</th>
  81. <td>
  82. <ul class="list-unstyled">
  83. <li>Navegador web</li>
  84. <li>Moodle</li>
  85. </ul>
  86. </td>
  87. </tr>
  88. <tr>
  89. <th>Idiomas</th>
  90. <td>
  91. <ul class="list-unstyled">
  92. <li>Inglês</li>
  93. <li>Espanhol</li>
  94. <li>Francês</li>
  95. <li>Inglês</li>
  96. <li>Portuguẽs (Brasil)</li>
  97. </ul>
  98. </td>
  99. </tr>
  100. <tr>
  101. <th>Jogadores</th>
  102. <td>1</td>
  103. </tr>
  104. <tr>
  105. <th>Gráficos</th>
  106. <td>2D</td>
  107. </tr>
  108. <tr>
  109. <th><span class="text-warning">Tipo</span></th>
  110. <td>
  111. <ul class="list-unstyled">
  112. <li>Puzzle</li>
  113. <li>Clique/Touch</li>
  114. <!-- teclado é requerido para colocar nome -->
  115. </ul>
  116. </td>
  117. </tr>
  118. <tr>
  119. <th>Licença</th>
  120. <td>GNU General Public License version 3 (<a href="https://www.gnu.org/licenses/licenses.pt-br.html">GNU
  121. GPLv3</a>)</td>
  122. </tr>
  123. </tbody>
  124. </table>
  125. </section>
  126. <div class="d-flex justify-content-between">
  127. <a class="btn btn-primary ms-auto" href='./page_2.html' role="button">Próximo - Personalização</a>
  128. </div>
  129. </div>
  130. <div class="col-lg-2 p-1"></div>
  131. </div>
  132. </main>
  133. <!-- rodape -->
  134. <footer id='footer' class="container-flex mt-5 py-5 text-center"></footer>
  135. </body>
  136. <script src="../../script/bootstrap/bootstrap.bundle.min.js"></script>
  137. <script src="../../script/index.js"></script>
  138. <script>
  139. updateMenu(2);
  140. </script>
  141. </html>