-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adicionando footer-navigation para celular
- Loading branch information
Elto Borges
authored and
Elto Borges
committed
Jul 27, 2024
1 parent
1adc45c
commit 180cb6e
Showing
3 changed files
with
189 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> | ||
<link rel="stylesheet" href="src/css/styles.css"> | ||
<title>Sidebar</title> | ||
</head> | ||
|
@@ -24,16 +25,7 @@ | |
</div> | ||
|
||
<ul id="side_items"> | ||
|
||
<li class="side-item"> | ||
<a href="#"> | ||
<i class="fa-solid fa-user"></i> | ||
<span class="item-description"> | ||
Usuários | ||
</span> | ||
</a> | ||
</li> | ||
|
||
|
||
<li class="side-item"> | ||
<a href="#"> | ||
<i class="fa-solid fa-bell"></i> | ||
|
@@ -91,7 +83,7 @@ | |
<h1><span>U</span>GYM</h1> | ||
<div class="search-container"> | ||
<label for="search-input" class="search-icon"></label> | ||
<input type="text" class="search-input" id="search-input" required /> | ||
<input type="text" class="search-input" id="search-input" placeholder="Barra de pesquisa" required /> | ||
</div> | ||
</header> | ||
|
||
|
@@ -154,6 +146,44 @@ <h2>NOSSOS <span>SERVIÇOS</span></h2> | |
</div> | ||
</section> | ||
|
||
<div class="navegacao"> | ||
|
||
<ul> | ||
<li class="lista"> | ||
<a href="#"> | ||
<span class="icone"><i class="bi bi-person-fill"></i></span> | ||
<span class="texto">Perfil</span> | ||
</a> | ||
</li> | ||
<li class="lista"> | ||
<a href="#"> | ||
<span class="icone"><i class="bi bi-cart-fill"></i></span> | ||
<span class="texto">Carrinho</span> | ||
</a> | ||
</li> | ||
<li class="lista ativo"> | ||
<a href="#"> | ||
<span class="icone"><i class="bi bi-house-door-fill"></i></span> | ||
<span class="texto">Início</span> | ||
</a> | ||
</li> | ||
|
||
<li class="lista"> | ||
<a href="#"> | ||
<span class="icone"> <i class="fa-solid fa-chart-line"></i></span> | ||
<span class="texto">Evolução</span> | ||
</a> | ||
</li> | ||
|
||
<li class="lista"> | ||
<a href="#"> | ||
<span class="icone"><i class="fa-solid fa-gear"></i></span> | ||
<span class="texto">Config.</span> | ||
</a> | ||
</li> | ||
<div class="indicador"></div> | ||
</ul> | ||
</div><!--navegacao--> | ||
|
||
</main> | ||
<script src="src/javascript/script.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters