Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dantas-arthur committed Jun 24, 2024
1 parent c7fbfe8 commit b4602a9
Showing 4 changed files with 12 additions and 12 deletions.
7 changes: 7 additions & 0 deletions assets/SVG/close-menu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 0 additions & 7 deletions assets/SVG/close.svg

This file was deleted.

6 changes: 3 additions & 3 deletions assets/SVG/menu.svg → assets/SVG/open-menu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -21,15 +21,15 @@
<div class="logo-container"><img id="logo" src="assets/SVG/site-logo.svg" alt="site logo"></div>
<input type="checkbox" id="check"><h1 class="site-name">PomoTimer</h1>
<span class="menu">
<label for="check" class="close-menu"><img src="assets/SVG/close.svg" alt="close menu button" width="32px"></label>
<label for="check" class="close-menu"><img src="assets/SVG/close-menu.svg" alt="close menu button" width="32px"></label>
<ul>
<li><a href="#home" class="nav-button">Home</a></li>
<li><a href="#about" class="nav-button">Sobre</a></li>
<li><a href="#" class="nav-button">Histórico</a></li>
<li><a href="#" class="nav-button">Conta</a></li>
</ul>
</span>
<label for="check" class="open-menu"><img src="assets/SVG/menu.svg" alt="open menu button" width="32px"></label>
<label for="check" class="open-menu"><img src="assets/SVG/open-menu.svg" alt="open menu button" width="32px"></label>
</ul>
</nav>
</head>

0 comments on commit b4602a9

Please sign in to comment.