Skip to content

Commit

Permalink
segunda revision logo en paginas
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciacaicedo committed Jul 30, 2024
1 parent f82cbd5 commit 759ab3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<nav class="navbar navbar-expand-md navbar-light">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">
<img src="/img/ktronix.png" alt="Logo" width="80" height="25" class="d-inline-block align-text-top">
<img src="./img/ktronix.png" alt="Logo" width="80" height="25" class="d-inline-block align-text-top">
</a>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav me-auto mb-2 mb-md-0">
Expand Down Expand Up @@ -53,11 +53,11 @@ <h1 class="display-4 roboto-serif ">KTRONIX</h1>
<p class="lead roboto-regular">Encuentra los mejores productos al mejor precio</p>
</div>
<div class="col-md-2 text-center m">
<img class="icono " src="img/celular.png" alt="Icono celular">
<img class="icono " src="./img/celular.png" alt="Icono celular">
<p class="roboto-regular ">CELULARES</p>
</div>
<div class="col-md-2 text-center m">
<img class="icono" src="img/laptop.png" alt="Icono notebook">
<img class="icono" src="./img/laptop.png" alt="Icono notebook">
<p class="roboto-regular">NOTEBOOKS</p>
</div>
</div>
Expand Down Expand Up @@ -146,8 +146,8 @@ <h5 class="card-title">Producto 3</h5>
<!-- Footer start -->
<footer class="d-flex flex-wrap justify-content-end align-items-center py-3 my-4 border-top">
<div class="col-md-4 d-flex align-items-center">
<a href="/index.html" class="mb-3 me-2 mb-md-0 text-body-secondary text-decoration-none lh-1">
<img src="/img/ktronix.png" alt="Logo" width="50" height="15">
<a href="./index.html" class="mb-3 me-2 mb-md-0 text-body-secondary text-decoration-none lh-1">
<img src="./img/ktronix.png" alt="Logo" width="50" height="15">
</a>
<span class="mb-3 mb-md-0 text-body-secondary">&copy; 2024 Ktronix, Inc</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<a class="nav-link active" aria-current="page" href="../../../Categorias/categorias.html">Categorias</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/contacto.html">Contacto</a>
<a class="nav-link active" aria-current="page" href="../../../contacto.html">Contacto</a>
</li>
</ul>
<div class="form-check form-switch">
Expand Down

0 comments on commit 759ab3e

Please sign in to comment.