refactor: Reorganiza a estrutura e implementa o tema visual 'KonaWai Praiano' #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Descrição Detalhada:
Este Pull Request foca na melhoria da arquitetura do projeto para facilitar a manutenção e escalabilidade, além de estabelecer a identidade visual base.
Mudanças Estruturais (Refatoração):
Organização de Pastas: Criadas pastas css/ e js/ para centralizar todos os assets.
Externalização de Scripts: Todos os scripts de modal e menu-toggle que estavam internos nos arquivos HTML (<script>...</script>) foram movidos para arquivos .js externos (js/modal.js e js/home-scripts.js).
Links no HTML: Todos os arquivos HTML foram atualizados para buscar os estilos e scripts nos novos caminhos ( e <script src="js/modal.js" defer></script>).
Mudanças de Design (Estilo Praiano Ideal):
O arquivo css/biquini.css foi reescrito para estabelecer o tema base "Praiano Ideal", que agora serve como o estilo principal do projeto.
Paleta de Cores: Introduzidas variáveis CSS para tons de areia (--bg-sand: #fffdf7), rosa pastel (--brand-pink) e verde-água (--ocean-blue), substituindo os tons cinzas e opacos anteriores.