base de datos

parent 8c1c2ff5
...@@ -61,7 +61,7 @@ session_start(); ...@@ -61,7 +61,7 @@ session_start();
</div> </div>
<div class="input-group mb-3"> <div class="input-group mb-3">
<div class="input-group-append"> <div class="input-group-append">
<span class="input-group-text"><i class="fas fa-user"></i></span> <span class="input-group-text"><i class="fas fa-sort-numeric-up"></i></span>
</div> </div>
<input type="number" pattern="\d*" min="1" max="99" name="edad" class="form-control input_user" value="" placeholder="<?php <input type="number" pattern="\d*" min="1" max="99" name="edad" class="form-control input_user" value="" placeholder="<?php
if ($_POST['idioma']=='Maya') if ($_POST['idioma']=='Maya')
...@@ -122,12 +122,14 @@ session_start(); ...@@ -122,12 +122,14 @@ session_start();
</div> </div>
</div> </div>
<footer> <footer>
<div class="text-center fixed-bottom" style="margin-bottom: 20px"> <div class="text-center fixed-bottom" style="margin-bottom: 20px">
<img src="images/Logo-Horizontal-V2-blanco.png" width="400px"> <img src="images/Logo-Horizontal-V2-blanco.png" width="300px"><br>
<div> <div>
<div class="text-center" style="margin-bottom: 10px"> <div class="text-center" style="margin-bottom: 10px">
<img src="images/g122.png" width="500px"> <img src="images/g122.png" width="400px">
</div> </div>
</footer> </footer>
</div> </div>
......
...@@ -84,12 +84,14 @@ if (isset($_POST['escuela'])) { ...@@ -84,12 +84,14 @@ if (isset($_POST['escuela'])) {
</div> </div>
</div> </div>
<footer> <footer>
<div class="text-center fixed-bottom" style="margin-bottom: 20px"> <div class="text-center fixed-bottom" style="margin-bottom: 20px">
<img src="images/Logo-Horizontal-V2-blanco.png" width="400px"> <img src="images/Logo-Horizontal-V2-blanco.png" width="300px"><br>
<div> <div>
<div class="text-center" style="margin-bottom: 10px"> <div class="text-center" style="margin-bottom: 10px">
<img src="images/g122.png" width="500px"> <img src="images/g122.png" width="400px">
</div> </div>
</footer> </footer>
</div> </div>
......
...@@ -89,8 +89,8 @@ html { ...@@ -89,8 +89,8 @@ html {
.brand_logo_container { .brand_logo_container {
position: absolute; position: absolute;
height: 170px; height: 150px;
width: 170px; width: 150px;
top: -75px; top: -75px;
border-radius: 50%; border-radius: 50%;
background: #fff; background: #fff;
...@@ -100,8 +100,8 @@ html { ...@@ -100,8 +100,8 @@ html {
.brand_logo_container1 { .brand_logo_container1 {
position: absolute; position: absolute;
height: 170px; height: 150px;
width: 170px; width: 150px;
top: -75px; top: -75px;
right: 2%; right: 2%;
border-radius: 10%; border-radius: 10%;
...@@ -112,8 +112,8 @@ html { ...@@ -112,8 +112,8 @@ html {
.brand_logo_container2 { .brand_logo_container2 {
position: absolute; position: absolute;
height: 170px; height: 150px;
width: 170px; width: 150px;
top: -75px; top: -75px;
left: 2%; left: 2%;
border-radius: 10%; border-radius: 10%;
...@@ -122,15 +122,15 @@ html { ...@@ -122,15 +122,15 @@ html {
} }
.brand_logo { .brand_logo {
height: 150px; height: 130px;
width: 150px; width: 130px;
border-radius: 50%; border-radius: 50%;
border: 2px solid white; border: 2px solid white;
} }
.brand_logo1 { .brand_logo1 {
height: 150px; height: 130px;
width: 150px; width: 130px;
border-radius: 10%; border-radius: 10%;
border: 2px solid white; border: 2px solid white;
} }
......
...@@ -73,13 +73,14 @@ ...@@ -73,13 +73,14 @@
</div> </div>
</div> </div>
<footer> <footer>
<div class="text-center fixed-bottom" style="margin-bottom: 20px"> <div class="text-center fixed-bottom" style="margin-bottom: 20px">
<img src="images/Logo-Horizontal-V2-blanco.png" width="400px"> <img src="images/Logo-Horizontal-V2-blanco.png" width="300px"><br>
<div> <div>
<hr>
<div class="text-center" style="margin-bottom: 10px"> <div class="text-center" style="margin-bottom: 10px">
<img src="images/g122.png" width="500px"> <img src="images/g122.png" width="400px">
</div> </div>
</footer> </footer>
</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