Skip to content

Commit

Permalink
Updated layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcanosantana committed Nov 25, 2023
1 parent b029d66 commit 53571b8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
20 changes: 10 additions & 10 deletions Layout/NavBar.razor
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@

<style>
</style>

<nav class="navbar navbar-expand-lg bg-body-tertiary" style="background-color: #f3ecce">
<nav class="navbar navbar-expand-lg bg-body-tertiary" style="background-color: white">
<div class="container-fluid">


<div class="container">
<div class="row">

<div class="col">
One of three columns
<a href="#"><img src="/Images/CirsaLogo.svg" alt="Bootstrap" width="160" height="50"></a>
</div>

<!-- Nav logo column -->
<!-- Empty Col -->
<div class="col">
<img src="/Images/BlackLogo.svg" alt="Bootstrap" width="323" height="103">
</div>

<div class="col">
One of three columns
<nav class="nav nav-pills nav-fill golden-pills-container">
<a class="nav-link active" aria-current="page" href="#">Inicio</a>
<a class="nav-link" href="#">Crear Cuenta de Afiliado</a>
<a class="nav-link" href="#">Iniciar Sesión</a>
<a class="nav-link disabled" aria-disabled="true">Panel Administrativo</a>
</nav>

</div>

</div>
Expand Down
9 changes: 0 additions & 9 deletions wwwroot/Images/BlackLogo.svg

This file was deleted.

9 changes: 9 additions & 0 deletions wwwroot/Images/CirsaLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 53571b8

Please sign in to comment.