mirror of
https://github.com/michivonah/website-v3.git
synced 2025-12-22 21:36:28 +01:00
improve page speed / SEO + general fixes
This commit is contained in:
parent
0fe7cfa463
commit
d0e903d7da
6 changed files with 28 additions and 5 deletions
|
|
@ -14,11 +14,24 @@ document.addEventListener('DOMContentLoaded', async function(){
|
|||
loadMoreContent('.project-list', 6);
|
||||
|
||||
// hide loader
|
||||
const loader = document.querySelector('.loadingscreen');
|
||||
/*const loader = document.querySelector('.loadingscreen');
|
||||
loader.classList.add('fade-out-no-scale');
|
||||
setTimeout(() => {
|
||||
loader.classList.add('hidden');
|
||||
}, 250);
|
||||
}, 250);*/
|
||||
|
||||
console.log(
|
||||
" \n" +
|
||||
" __ __ _ _ _ _ \n" +
|
||||
" | \\/ (_) | | (_) /\\ | | \n" +
|
||||
" | \\ / |_ ___| |__ _ __ _____ _ __ / \\ | |__ \n" +
|
||||
" | |\\/| | |/ __| '_ \\| | \\ \\ / / _ \\| '_ \\ / /\\ \\ | '_ \\ \n" +
|
||||
" | | | | | (__| | | | | \\ V / (_) | | | | / ____ \\| | | |\n" +
|
||||
" |_| |_|_|\\___|_| |_|_| \\_/ \\___/|_| |_| /_/ \\_\\_| |_|\n" +
|
||||
" \n" +
|
||||
" Website V3 - michivonah.ch \n" +
|
||||
" \n"
|
||||
);
|
||||
});
|
||||
|
||||
window.addEventListener('scroll', function(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue