DEVLOG 8 | OPENCIRCLE
In this devlog, I completed the boilerplate layout for the TECH STACK section.
I also got rid of the old AI slop completely (Earlier I had tried to generate this boilerplate layout via AI but what I got back was absolute trash) and rewrote the entire thing from Scratch.
Here are all the changes made:
- Added actual icons to the 3x3 tiles
- Resized the tiles to fit the screen perfectly on mobile as well as PC
- Changed the borders of the individual cards (Their nature, radius and color)
- Added Animate on Scroll animations to each of the 9 cards. Each card fades towards the central tile from their respective cardinal and intercardinal directions. I had earlier designed the central tile itself to have a fade-in animation to match the vibe but when it looked bad I repalced it with a
zoom-outanimation which looked better. - I also structured the Backend column with the help of daisyUI List element, where I added SVG icons from SimpleIcons and DevIcons to each individual row or list item.
TO-DO FOR DEVLOG 9:
- Fix the navbar in responsive view pls
- Finish the TECH STACK section once and for all by adding loading bars to each list item in the BACKEND column.
Log in to leave a comment