💾 Archived View for irek.xyz › gemlog › 2021-04-04.gmi captured on 2021-12-03 at 14:04:38. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
It's alive - portfolio website for friend of mine. Tho it's very simple it have few interesting things.
Different kinds of animations. Starting with simple CSS spinning, JS typing animation on contact page, scrolling aware animation on project pages and SVG animation in mobile navigation menu button.
Pages load in NOTIME. Especially on mobile devices. Even when you visit page with multiple big images and clean cache. All thanks to "srcset" and "sizes" attributes in "<img>" tag. Images of different sizes are generated by build script. Check speed for yourself using PageSpeed Insights tool.
JavaScript is optional. All JS animations will be lost but mobile navigation will still work since I have used "<input>" tag to store "open/close" state and CSS to "show/hide" navigation based on that.
For the most part, that's it. We are planning to make some cosmetic changes in next week but officially website is ready. Now I can switch my focus to other project.
EOF