diff --git a/app/templates/timeline.html b/app/templates/timeline.html
index 622bdfd..f236d34 100644
--- a/app/templates/timeline.html
+++ b/app/templates/timeline.html
@@ -65,6 +65,9 @@
});
}
document.querySelector('#intro a[href="#title"]').addEventListener('click', event => {
+ document.querySelector('#intro').style.display = 'none'
+ document.querySelector('#contact').style.display = 'none'
+ document.querySelector('#timeline').style.display = 'block'
load_timeline()
})
if (document.location.hash.slice(1).length) {