Site redesign
What I learned from reworking a large-scale project through use of sass
Main Changes
- Recolor
- Original
- New
- What I learned
- !important use cases
- Importance of variables storing constant hex values
- Sticking to the TailwindCSS color palette
- Importing fonts through use of the google fonts API
- Importance of TDD/trial and error
- Live server
- Original
- Minimalistic home page
- Original
- New
- What I learned
- Container structure with CSS
- How to implement local styling changes
- Original
- Removed many unecessary features
- What I learned
- Importance of standardization and cleansiness with large projects
- What I learned