Compare commits
No commits in common. "b84cf83bdad69eef395278d01226fcac69aaa8f9" and "9eab378d50fd44f9b27a0a042e6108b75af9cb2b" have entirely different histories.
b84cf83bda
...
9eab378d50
|
@ -21,16 +21,6 @@ topshrtct.addEventListener('click', () => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
let links = document.getElementById('navbar').getElementsByTagName('a');
|
|
||||||
|
|
||||||
for (let link of links) {
|
|
||||||
link.addEventListener('click', () => {
|
|
||||||
const navbar = document.getElementById('navbar');
|
|
||||||
navbar.classList.remove('expanded');
|
|
||||||
navbtn.classList.remove('expanded');
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
async function updateAge() {
|
async function updateAge() {
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
const birthdate = new Date('2002-02-12T07:35:00Z');
|
const birthdate = new Date('2002-02-12T07:35:00Z');
|
||||||
|
|
|
@ -542,13 +542,5 @@ em {
|
||||||
width: 500px;
|
width: 500px;
|
||||||
height: 500px;
|
height: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#aboutme {
|
|
||||||
padding-top: 70px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#aboutme h1 {
|
|
||||||
transform: translateY(170px);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue