Se modifican imagenes de la navbar
After Width: | Height: | Size: 1.5 MiB |
After Width: | Height: | Size: 1.9 MiB |
After Width: | Height: | Size: 6.2 KiB |
After Width: | Height: | Size: 315 KiB |
After Width: | Height: | Size: 825 B |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 6.1 KiB |
After Width: | Height: | Size: 6.6 KiB |
After Width: | Height: | Size: 8.3 KiB |
After Width: | Height: | Size: 419 KiB |
After Width: | Height: | Size: 879 B |
After Width: | Height: | Size: 2.2 KiB |
|
@ -221,10 +221,6 @@ header {
|
|||
color: white;
|
||||
}
|
||||
|
||||
.logonavbar {
|
||||
margin-bottom: 15px;
|
||||
|
||||
}
|
||||
.logonavbar2 {
|
||||
|
||||
margin-bottom: 10px;
|
||||
|
@ -244,6 +240,24 @@ header {
|
|||
|
||||
}
|
||||
|
||||
.logonavbar {
|
||||
margin-bottom: 15px;
|
||||
text-align: center; /* Alinear las imágenes en el centro */
|
||||
}
|
||||
|
||||
.logonavbar img {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/* Ajustar márgenes para computadoras */
|
||||
@media (min-width: 769px) {
|
||||
.logonavbar img {
|
||||
margin-left: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.letrasnavbar {
|
||||
color:#fff
|
||||
}
|
||||
|
|
After Width: | Height: | Size: 9.3 KiB |
After Width: | Height: | Size: 8.9 KiB |
After Width: | Height: | Size: 9.6 KiB |
After Width: | Height: | Size: 5.5 KiB |
After Width: | Height: | Size: 4.6 KiB |
|
@ -13,7 +13,7 @@
|
|||
<meta content="" name="keywords">
|
||||
|
||||
<!-- Favicons -->
|
||||
<link href="{% static 'assets/img/favicon.png' %}" rel="icon">
|
||||
<link href="{% static 'imagenes/Imagen1 TDT (1).png' %}" rel="icon">
|
||||
<link href="{% static 'assets/img/apple-touch-icon.png' %}" rel="apple-touch-icon">
|
||||
|
||||
<!-- Google Fonts -->
|
||||
|
@ -54,13 +54,22 @@
|
|||
<div class="container d-flex align-items-center" >
|
||||
|
||||
|
||||
<img src='{% static "imagenes/Logo8.png" %}' class="logonavbar" />
|
||||
|
||||
<img src='{% static "imagenes/Logo FIc2.jpg" %}' class="logonavbar2" />
|
||||
|
||||
<img src='{% static "imagenes/Imagen1 TDT (1).png" %}' class="logonavbar3" />
|
||||
|
||||
<img src='{% static "imagenes/logo-usm (1) (1).png" %}' class="logonavbar4" />
|
||||
<div class="logonavbar">
|
||||
<img src='{% static "imagenes/Logo8.png" %}' class="img-fluid" />
|
||||
</div>
|
||||
|
||||
<div class="logonavbar">
|
||||
<img src='{% static "imagenes/Logo FIc2.jpg" %}' class="img-fluid" />
|
||||
</div>
|
||||
|
||||
<div class="logonavbar">
|
||||
<img src='{% static "imagenes/Imagen1 TDT (1).png" %}' class="img-fluid" />
|
||||
</div>
|
||||
|
||||
<div class="logonavbar">
|
||||
<img src='{% static "imagenes/logo-usm (1) (1).png" %}' class="img-fluid" />
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -104,17 +113,8 @@
|
|||
<img src='{% static "imagenes/Logo-Biobio.png" %}' class="logofooter2" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-2 col-md-6 footer-links">
|
||||
<h4>Enlaces de interés</h4>
|
||||
<ul>
|
||||
<li><i class="bx bx-chevron-right"></i> <a href="#">Inicio</a></li>
|
||||
<li><i class="bx bx-chevron-right"></i> <a href="#">Aceca de Nosotros</a></li>
|
||||
<li><i class="bx bx-chevron-right"></i> <a href="#">Servicios</a></li>
|
||||
<li><i class="bx bx-chevron-right"></i> <a href="#">Terminos de servicio</a></li>
|
||||
<li><i class="bx bx-chevron-right"></i> <a href="#">Polotica y Privacidad</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|