Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
uo277310 committed May 3, 2024
1 parent 430851d commit 0dff050
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9 deletions.
File renamed without changes
Binary file added images/Generacion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Jugadas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Preguntas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Ranking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Registro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Respuesta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Usuarios.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1152,71 +1152,71 @@ <h2 id="section-runtime-view">6. Vista en Tiempo de Ejecución</h2>
<h3 id="_registro_en_la_aplicación">6.1. Registro en la aplicación</h3>
<div class="imageblock">
<div class="content">
<img src="./images/Sequence%20diagram.png" alt="Sequence diagram" width="443" height="507">
<img src="./images/Registro.png" alt="Registro" width="443" height="507">
</div>
</div>
</div>
<div class="sect2">
<h3 id="_inicio_de_sesión_en_la_aplicación">6.2. Inicio de sesión en la aplicación</h3>
<div class="imageblock">
<div class="content">
<img src="./images/Sequence%20diagram.png" alt="Sequence diagram" width="660" height="523">
<img src="./images/Login.png" alt="Login" width="660" height="523">
</div>
</div>
</div>
<div class="sect2">
<h3 id="_generacion_de_preguntas">6.3. Generacion de preguntas</h3>
<div class="imageblock">
<div class="content">
<img src="./images/Sequence%20diagram.png" alt="Sequence diagram" width="393" height="278">
<img src="./images/Generacion.png" alt="Generacion" width="393" height="278">
</div>
</div>
</div>
<div class="sect2">
<h3 id="_respuesta_a_una_pregunta">6.4. Respuesta a una pregunta</h3>
<div class="imageblock">
<div class="content">
<img src="./images/Sequence%20diagram.png" alt="Sequence diagram" width="834" height="925">
<img src="./images/Respuesta.png" alt="Respuesta" width="834" height="925">
</div>
</div>
</div>
<div class="sect2">
<h3 id="_consulta_del_historial_de_usuarios">6.5. Consulta del historial de usuarios</h3>
<div class="imageblock">
<div class="content">
<img src="./images/Sequence%20diagram.png" alt="Sequence diagram" width="567" height="305">
<img src="./images/Usuarios.png" alt="Usuarios" width="567" height="305">
</div>
</div>
</div>
<div class="sect2">
<h3 id="_consulta_del_historial_de_preguntas_generadas">6.6. Consulta del historial de preguntas generadas</h3>
<div class="imageblock">
<div class="content">
<img src="./images/Sequence%20diagram.png" alt="Sequence diagram" width="711" height="305">
<img src="./images/Preguntas.png" alt="Preguntas" width="711" height="305">
</div>
</div>
</div>
<div class="sect2">
<h3 id="_consulta_del_historial_de_jugadas">6.7. Consulta del historial de jugadas</h3>
<div class="imageblock">
<div class="content">
<img src="./images/Sequence%20diagram.png" alt="Sequence diagram" width="559" height="305">
<img src="./images/Jugadas.png" alt="Jugadas" width="559" height="305">
</div>
</div>
</div>
<div class="sect2">
<h3 id="_consulta_del_ranking">6.8. Consulta del ranking</h3>
<div class="imageblock">
<div class="content">
<img src="./images/Sequence%20diagram.png" alt="Sequence diagram" width="419" height="305">
<img src="./images/Ranking.png" alt="Ranking" width="419" height="305">
</div>
</div>
</div>
<div class="sect2">
<h3 id="_cambio_de_ajustes_de_partida">6.9. Cambio de ajustes de partida</h3>
<div class="imageblock">
<div class="content">
<img src="./images/Sequence%20diagram.png" alt="Sequence diagram" width="359" height="274">
<img src="./images/Ajustes.png" alt="Ajustes" width="359" height="274">
</div>
</div>
<div style="page-break-after: always;"></div>
Expand Down

0 comments on commit 0dff050

Please sign in to comment.