[update-log-recorded-17-july- 2024-uploaded-24-july-2024]
This time, only a couple light years were covered. Minor updates and bug fixes were made.
Code Changes
HTML: Implemented lazy loading for images to improve page load speed on mobile devices
<img src="image.jpg" loading="lazy">
JS: Introduced a new module for handling asynchronous data fetching to enhance user interactivity
async function fetchData(url) { const response = await fetch(url); return await response.json(); }
CSS: Redesigned the button styles for better accessibility and user engagement
button { background-color: #007BFF; color: #FFFFFF; padding: 10px 20px; border-radius: 5px; }
Alien Bug Squashing
Fixed an issue where clicking on certain links would cause the page to reload unexpectedly.
Removed an obsolete script that was causing inconsistent font rendering on various browsers.
Addressed a problem where scrolling on the homepage would trigger layout shifts.
Content
New article: Sagdig.
New resources: Astrophotography along with space science info.
Misc
Changed home layout to 6 posts per row w/ 9:16 ratio.
SEO: Added better alt text.
Fixed the warp drive malfunction, going from zero to five megaparsecs per second, sorting out the severe procrastination. Cheers to that!