-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adicionado arquivo de perguntas.js para @Manuel-Carlos trabalhar
- Loading branch information
1 parent
9b7c0a3
commit 988beae
Showing
3 changed files
with
116 additions
and
57 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 |
---|---|---|
@@ -1 +1,57 @@ | ||
alert("oi, aluno ") | ||
alert("oi, aluno ") | ||
var inicio=document.querySelector("#inicio") | ||
var iniciobtn=document.getElementById("link-inicio") | ||
var livros =document.querySelector("#livros") | ||
var livrosbtn=document.getElementById("link-livros") | ||
var pesquisa =document.querySelector(".pesquisa") | ||
var pesquisabtn=document.getElementById("pesquisa") | ||
var removebtn=document.getElementById("remove") | ||
var sele=document.querySelector(".sele") | ||
var link=document.getElementById("es") | ||
var notificacao=document.querySelector(".notificacao") | ||
var notificacaonbtn=document.getElementById("notificacao") | ||
var removenbtn=document.getElementById("removen") | ||
|
||
iniciobtn.addEventListener("click", function(){ | ||
inicio.style.display="flex" | ||
livros.style.display="none" | ||
|
||
}) | ||
livrosbtn.addEventListener("click", function(){ | ||
inicio.style.display="none" | ||
livros.style.display="flex" | ||
|
||
|
||
}) | ||
pesquisabtn.addEventListener("click", function(){ | ||
pesquisa.style.display="flex" | ||
sele.style.display="block" | ||
link.style.color="var(--bg-az)" | ||
link.style.fontWeight="800" | ||
|
||
|
||
}) | ||
removebtn.addEventListener("click", function(){ | ||
pesquisa.style.display="none" | ||
sele.style.display="none" | ||
link.style.color="black" | ||
link.style.fontWeight="100" | ||
|
||
}) | ||
notificacaonbtn.addEventListener("click", function(){ | ||
notificacao.style.display="flex" | ||
sele.style.display="block" | ||
link.style.color="var(--bg-az)" | ||
link.style.fontWeight="800" | ||
|
||
|
||
|
||
}) | ||
removenbtn.addEventListener("click", function(){ | ||
notificacao.style.display="none" | ||
sele.style.display="none" | ||
link.style.color="black" | ||
link.style.fontWeight="100" | ||
|
||
|
||
}) |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
a |
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