modificaciones:

responsivo
no permita ingresar escuelas inexistentes
parent 30b32993
...@@ -138,13 +138,12 @@ session_start(); ...@@ -138,13 +138,12 @@ session_start();
<div class="text-center" style="margin:40px;"> <div class="text-center" style="margin:40px;">
<img class="img-fluid img-responsive" src="images/Logo-Horizontal-V2-blanco.png" width="300"><br> <img class="img-fluid img-responsive" src="images/Logo-Horizontal-V2-blanco.png" width="200"><br>
<div>
<div class="text-center" style="margin:40px;"> <div class="text-center" style="margin:40px;">
<img class="img-fluid img-responsive" src="images/g122.png" width="400"> <img class="img-fluid img-responsive" src="images/g122.png" width="300">
</div>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -149,13 +149,12 @@ $conn->close();*/ ...@@ -149,13 +149,12 @@ $conn->close();*/
</div> </div>
<div class="text-center" style="margin:40px;"> <div class="text-center" style="margin:40px;">
<img class="img-fluid img-responsive" src="images/Logo-Horizontal-V2-blanco.png" width="300"><br> <img class="img-fluid img-responsive" src="images/Logo-Horizontal-V2-blanco.png" width="200"><br>
<div>
<div class="text-center" style="margin:40px;"> <div class="text-center" style="margin:40px;">
<img class="img-fluid img-responsive" src="images/g122.png" width="400"> <img class="img-fluid img-responsive" src="images/g122.png" width="300">
</div> </div>
</div>
</div> </div>
<script> <script>
$("#input_escuela").bind('input', function () { $("#input_escuela").bind('input', function () {
......
...@@ -134,13 +134,12 @@ if ($result->num_rows > 0) { ...@@ -134,13 +134,12 @@ if ($result->num_rows > 0) {
<div class="text-center" style="margin:40px;"> <div class="text-center" style="margin:40px;">
<img class="img-fluid img-responsive" src="images/Logo-Horizontal-V2-blanco.png" width="300"><br> <img class="img-fluid img-responsive" src="images/Logo-Horizontal-V2-blanco.png" width="200"><br>
<div>
<div class="text-center" style="margin:40px;"> <div class="text-center" style="margin:40px;">
<img class="img-fluid img-responsive" src="images/g122.png" width="400"> <img class="img-fluid img-responsive" src="images/g122.png" width="300">
</div>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -121,7 +121,7 @@ body { ...@@ -121,7 +121,7 @@ body {
.user_card { .user_card {
height: 500px; height: 500px;
width: 550px; width: 550px;
margin-top: 5%; margin-top: 6%;
margin-bottom: auto; margin-bottom: auto;
background: rgba(220, 105, 29, 0.3); background: rgba(220, 105, 29, 0.3);
position: relative; position: relative;
......
...@@ -88,13 +88,12 @@ ...@@ -88,13 +88,12 @@
<div class="text-center" style="margin:40px;"> <div class="text-center" style="margin:40px;">
<img class="img-fluid img-responsive" src="images/Logo-Horizontal-V2-blanco.png" width="300"><br> <img class="img-fluid img-responsive" src="images/Logo-Horizontal-V2-blanco.png" width="200"><br>
<div>
<div class="text-center" style="margin:40px;"> <div class="text-center" style="margin:40px;">
<img class="img-fluid img-responsive" src="images/g122.png" width="400"> <img class="img-fluid img-responsive" src="images/g122.png" width="300">
</div>
</div> </div>
</div> </div>
</div> </div>
......
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