--- title: Now updated: 2024-06-13 eleventyNavigation: key: Now order: 3 eleventyComputed: desc: What {{ sitemeta.siteAuthor.name }} is doing now. --- *This page was last updated on {{ updated | formatDate }}.* This is my [/now page](https://nownownow.com/about). You can find more pages like this at [nownownow.com](https://nownownow.com/). You can also check out my [status.cafe profile](https://status.cafe/users/leilukin) for my latest short status updates. ## What I am Working on ### Reduce Website's JavaScript Reliance In order to accommodate visitors who have disabled JavaScript, I have been working on reducing this website's dependence on JavaScript to perform basic functions. Previously, the navigation bar's hamburger menu on mobile needed JavaScript to open and close, while the "Back to top" button used JavaScript to hide or display based on the visitor's scroll position. Now I have removed JavaScript from being needed to perform these functions, though the hamburger menu still uses JavaScript to enable pressing the Escape key to close to improve accessibility for keyboard navigation. For components that still require JavaScript, such as my status.cafe widget and the Website Carbon badge on the home page, I have added `