Se modifican imagenes de la navbar

develop/rodrigo
Rodrigo_R 2023-12-27 19:44:52 -03:00
parent a45bf05000
commit 972de9cd99
19 changed files with 37 additions and 23 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

@ -221,10 +221,6 @@ header {
color: white; color: white;
} }
.logonavbar {
margin-bottom: 15px;
}
.logonavbar2 { .logonavbar2 {
margin-bottom: 10px; 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 { .letrasnavbar {
color:#fff color:#fff
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -13,7 +13,7 @@
<meta content="" name="keywords"> <meta content="" name="keywords">
<!-- Favicons --> <!-- 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"> <link href="{% static 'assets/img/apple-touch-icon.png' %}" rel="apple-touch-icon">
<!-- Google Fonts --> <!-- Google Fonts -->
@ -54,13 +54,22 @@
<div class="container d-flex align-items-center" > <div class="container d-flex align-items-center" >
<img src='{% static "imagenes/Logo8.png" %}' class="logonavbar" /> <div class="logonavbar">
<img src='{% static "imagenes/Logo8.png" %}' class="img-fluid" />
<img src='{% static "imagenes/Logo FIc2.jpg" %}' class="logonavbar2" /> </div>
<img src='{% static "imagenes/Imagen1 TDT (1).png" %}' class="logonavbar3" /> <div class="logonavbar">
<img src='{% static "imagenes/Logo FIc2.jpg" %}' class="img-fluid" />
<img src='{% static "imagenes/logo-usm (1) (1).png" %}' class="logonavbar4" /> </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" /> <img src='{% static "imagenes/Logo-Biobio.png" %}' class="logofooter2" />
</div> </div>
</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> </div>
</div> </div>