Finished the menu, mobile versions and animations.
@@ -0,0 +1,6 @@
$(document).ready(() => {
// Toggles the menu
$('.menu-btn').click(() => {
$('.menu').toggleClass('active');
})
The note is not visible to the blocked user.