modificaciones:

responsivo
no permita ingresar escuelas inexistentes
parent cb33a905
......@@ -138,11 +138,13 @@ session_start();
<div class="text-center" style="margin:40px;">
<img src="images/Logo-Horizontal-V2-blanco.png" width="300px"><br>
<img class="img-fluid img-responsive" src="images/Logo-Horizontal-V2-blanco.png" width="300"><br>
<div>
<div class="text-center" style="margin:40px;">
<img src="images/g122.png" width="400px">
<img class="img-fluid img-responsive" src="images/g122.png" width="400">
</div>
</div>
</div>
</div>
......
......@@ -156,6 +156,7 @@ $conn->close();*/
<img class="img-fluid img-responsive" src="images/g122.png" width="400">
</div>
</div>
</div>
<script>
$("#input_escuela").bind('input', function () {
var dato = $('#input_escuela').val();
......
......@@ -134,11 +134,13 @@ if ($result->num_rows > 0) {
<div class="text-center" style="margin:40px;">
<img src="images/Logo-Horizontal-V2-blanco.png" width="300px"><br>
<img class="img-fluid img-responsive" src="images/Logo-Horizontal-V2-blanco.png" width="300"><br>
<div>
<div class="text-center" style="margin:40px;">
<img src="images/g122.png" width="400px">
<img class="img-fluid img-responsive" src="images/g122.png" width="400">
</div>
</div>
</div>
</div>
......
......@@ -88,13 +88,14 @@
<div class="text-center" style="margin:40px;">
<img src="images/Logo-Horizontal-V2-blanco.png" width="300px"><br>
<img class="img-fluid img-responsive" src="images/Logo-Horizontal-V2-blanco.png" width="300"><br>
<div>
<div class="text-center" style="margin:40px;">
<img src="images/g122.png" width="400px">
<img class="img-fluid img-responsive" src="images/g122.png" width="400">
</div>
</div>
</div>
</div>
<script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment