Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tatihav authored Jul 18, 2024
1 parent afea09e commit 6b9282a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions blogtati.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/*const mapaHashSection = {
'': document.querySelector('#inicio'),
'#De onde Veio': document.querySelector('#de-onde-veio'),
'#Trajetória': document.querySelector('#trajetoria"'),
'#nde foi Parar': document.querySelector('#onde-foi-parar'),
'#O que está Fazendo': document.querySelector('o-que-esta-fazendo'),
}
window.addEventListener('hashchange', ()=>{
limpaSecoes()
mapaHashnav[window.location.hash].style.display = 'block'
})
const secoes = document.querySelectorAll('nav')
function limpasecoes(){
secoes.forEach(secao => secao.style.display = 'none')
}*/


var nome = window.prompt(' Bem vindo ao meu Blog! qual é seu nome?')
window.alert('É um prazer te conhecer, '+ nome + '!')

0 comments on commit 6b9282a

Please sign in to comment.