Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
CritickalGames committed Apr 4, 2024
1 parent cbddf97 commit 1216606
Showing 1 changed file with 46 additions and 49 deletions.
95 changes: 46 additions & 49 deletions Critickal_Nihongo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,44 +16,44 @@
<header class="bg-success" id="navbar">

<div class="d-flex justify-content-end " id="botones">
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#kanasModulo">
Kanas
</button>
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#ConjugacionesVerbos">
Conjugaciones de verbos
</button>
<!-- Modal -->
<div class="modal fade" id="kanasModulo" tabindex="-1" aria-labelledby="kanasModuloLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title" id="kanasModuloLabel">Hiragana y katakana</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<center>
<img src="IMG/tablaArreglada.png">
<img src="IMG/tabladeHiragana.jpg">
</center>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#kanasModulo">
Kanas
</button>
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#ConjugacionesVerbos">
Conjugaciones de verbos
</button>
<!-- Modal -->
<div class="modal fade" id="kanasModulo" tabindex="-1" aria-labelledby="kanasModuloLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title" id="kanasModuloLabel">Hiragana y katakana</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<center>
<img src="IMG/tablaArreglada.png">
<img src="IMG/tabladeHiragana.jpg">
</center>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="ConjugacionesVerbos" tabindex="-1" aria-labelledby="ConjugacionesVerbosLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title" id="ConjugacionesVerbosLabel">Hiragana y katakana</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<h1>Verbos Godan(grupo 1)</h1>
<table>
</div>
<div class="modal fade" id="ConjugacionesVerbos" tabindex="-1" aria-labelledby="ConjugacionesVerbosLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title" id="ConjugacionesVerbosLabel">Hiragana y katakana</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<h1>Verbos Godan(grupo 1)</h1>
<table>
<tr>
<th>Forma</th>
<th>Regla</th>
Expand Down Expand Up @@ -237,9 +237,9 @@ <h1>Verbos Godan(grupo 1)</h1>
<td>読っでいる</td>
<td>出っている</td>
</tr>
</table>
<h1>Verbos Ichidan(grupo 2) e irregulares(grupo 3)</h1>
<table>
</table>
<h1>Verbos Ichidan(grupo 2) e irregulares(grupo 3)</h1>
<table>
<tr>
<th>Forma</th>
<th>Regla</th>
Expand Down Expand Up @@ -338,18 +338,15 @@ <h1>Verbos Ichidan(grupo 2) e irregulares(grupo 3)</h1>
<td>している</td>
<td>きている</td>
</tr>
</table>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</table>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>


<select class="position-absolute top-1 end-1" id="clases">
<!--<option value="paginaInicial">Seleccione el grado</option>-->
</select>
Expand Down

0 comments on commit 1216606

Please sign in to comment.