Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiTavs7 committed May 25, 2024
1 parent cba2f16 commit b415233
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Login and Register Form

## Descrição

Página de login e registro de contas interativa!

## Conceitos trabalhados e fixados no projeto:

✅ HTML Semântico;
✅ Design Responsivo;
✅ Estados e animações com CSS;
✅ Página de login aparece apenas quando se clica no botão "Login";
✅ Troca de página entre login e registro de contas;
✅ Botão "X" para fechar o container de login/registro;
✅ Menu hambúrguer no Mobile com animação.

## Tecnologias Utilizadas

🤖 HTML;
🤖 CSS;
🤖 JavaScript.

## Design Desktop

<div align="center">
<img src="./src/Images/design/design_desktop.png" alt="desktop">
</div>

## Design Mobile

<div align="center">
<img src="./src/Images/design/design_mobile.png" alt="desktop">
</div>
Binary file added src/images/design/design_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/design/design_mobile.png
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 b415233

Please sign in to comment.