Skip to content

Commit

Permalink
style: add get Header title background
Browse files Browse the repository at this point in the history
  • Loading branch information
Meg committed Jun 22, 2024
1 parent de5a8e5 commit 46e8523
Show file tree
Hide file tree
Showing 31 changed files with 433 additions and 236 deletions.
Binary file added assets/Imgs/Ate-fim.jpg
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 assets/Imgs/Olhos-oceano.jpg
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 assets/Imgs/Procura-homem-perfeito.jpg
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 assets/Imgs/Verdade-Missipi.jpg
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 assets/Imgs/andrey-grau.jpeg
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 assets/Imgs/corvo-icon.jpeg
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 assets/Imgs/corvo-negro.jpeg
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 assets/Imgs/corvo.jpg
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 assets/Imgs/duende-verde.jpeg
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 assets/Imgs/fada-gotica.jpeg
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 assets/Imgs/img- rodape (copy 1).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 assets/Imgs/liva.avif
Binary file not shown.
Binary file added assets/Imgs/livros.jpeg
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 assets/Imgs/mari-guera.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 assets/Imgs/mr.oliver.jpeg
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 assets/Imgs/mundo-kira.jpg
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 assets/Imgs/verdades-ocultas.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions assets/app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
const botoesCoracao = document.querySelectorAll(".bi-heart");

botoesCoracao.forEach((botaoCoracao) => {
botaoCoracao.addEventListener("click", () => {
if (botaoCoracao.classList.contains("bi-heart")) {
botaoCoracao.classList.remove("bi-heart");
botaoCoracao.classList.add("bi-heart-fill");
} else {
botaoCoracao.classList.add("bi-heart");
botaoCoracao.classList.remove("bi-heart-fill");
}
});
});
Binary file removed assets/colun2-mitologia-lenda.jpg
Binary file not shown.
Binary file removed assets/coluna2-games.jpg
Binary file not shown.
Binary file removed assets/coluna2-livros.jpg
Binary file not shown.
Binary file added assets/corvo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/coulna2-quadrinhos.jpg
Binary file not shown.
Binary file removed assets/img- rodape.png
Binary file not shown.
Binary file removed assets/img1 -historias-originais.jpg
Binary file not shown.
Binary file removed assets/img2-animes-mangas.jpg
Binary file not shown.
Binary file removed assets/img3-filmes.jpg
Binary file not shown.
Binary file removed assets/img4-bandas-musicos.jpg
Diff not rendered.
Binary file added assets/pexels.jpg
Loading

0 comments on commit 46e8523

Please sign in to comment.